Started by timer [Pipeline] Start of Pipeline [Pipeline] echo [WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option. [Pipeline] podTemplate [Pipeline] { [Pipeline] node WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-sg4hq because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-sg4hq" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-sg4hq, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-sg4hq" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-sg4hq io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-sg4hq" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-sg4hq, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-sg4hq" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-sg4hq" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-sg4hq, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-sg4hq" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-t6m4b because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-t6m4b" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-t6m4b, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-t6m4b" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-t6m4b io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-t6m4b" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-t6m4b, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-t6m4b" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-t6m4b" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-t6m4b, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-t6m4b" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-q13ts because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-q13ts" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-q13ts, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-q13ts" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-q13ts io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-q13ts" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-q13ts, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-q13ts" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-q13ts" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-q13ts, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-q13ts" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) Still waiting to schedule task All nodes of label ‘scout-rt-24.2-nightly’ are offline WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-511tg because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-511tg" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-511tg, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-511tg" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-511tg io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-511tg" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-511tg, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-511tg" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-511tg" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-511tg, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-511tg" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-gplm9 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-gplm9" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-gplm9, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-gplm9" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-gplm9 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-gplm9" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-gplm9, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-gplm9" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-gplm9" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-gplm9, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-gplm9" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-0d1w7 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-0d1w7" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-0d1w7, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-0d1w7" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-0d1w7 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-0d1w7" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-0d1w7, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-0d1w7" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-0d1w7" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-0d1w7, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-0d1w7" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-qpmbn because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-qpmbn" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-qpmbn, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-qpmbn" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-qpmbn io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-qpmbn" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-qpmbn, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-qpmbn" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-qpmbn" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-qpmbn, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-qpmbn" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-p57sv because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-p57sv" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-p57sv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-p57sv" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-p57sv io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-p57sv" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-p57sv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-p57sv" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-p57sv" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-p57sv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-p57sv" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-fvhtr because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-fvhtr" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-fvhtr, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-fvhtr" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-fvhtr io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-fvhtr" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-fvhtr, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-fvhtr" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-fvhtr" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-fvhtr, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-fvhtr" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-v6vmn because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-v6vmn" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-v6vmn, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-v6vmn" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-v6vmn io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-v6vmn" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-v6vmn, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-v6vmn" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-v6vmn" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-v6vmn, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-v6vmn" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-m8sqh because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-m8sqh" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-m8sqh, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-m8sqh" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-m8sqh io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-m8sqh" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-m8sqh, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-m8sqh" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-m8sqh" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-m8sqh, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-m8sqh" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-978v4 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-978v4" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-978v4, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-978v4" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-978v4 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-978v4" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-978v4, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-978v4" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-978v4" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-978v4, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-978v4" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-jq473 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-jq473" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-jq473, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-jq473" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-jq473 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-jq473" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-jq473, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-jq473" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-jq473" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-jq473, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-jq473" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-3c6k5 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-3c6k5" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-3c6k5, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-3c6k5" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-3c6k5 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-3c6k5" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-3c6k5, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-3c6k5" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-3c6k5" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-3c6k5, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-3c6k5" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-n438m because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-n438m" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-n438m, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-n438m" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-n438m io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-n438m" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-n438m, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-n438m" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-n438m" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-n438m, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-n438m" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-plh0p because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-plh0p" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-plh0p, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-plh0p" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-plh0p io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-plh0p" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-plh0p, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-plh0p" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-plh0p" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-plh0p, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-plh0p" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-j53f7 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-j53f7" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-j53f7, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-j53f7" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-j53f7 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-j53f7" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-j53f7, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-j53f7" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-j53f7" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-j53f7, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-j53f7" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-gqlvv because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-gqlvv" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-gqlvv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-gqlvv" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-gqlvv io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-gqlvv" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-gqlvv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-gqlvv" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-gqlvv" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-gqlvv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-gqlvv" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-pxlln because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-pxlln" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-pxlln, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-pxlln" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-pxlln io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-pxlln" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-pxlln, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-pxlln" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-pxlln" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-pxlln, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-pxlln" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-tr8f0 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-tr8f0" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-tr8f0, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-tr8f0" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-tr8f0 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-tr8f0" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-tr8f0, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-tr8f0" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-tr8f0" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-tr8f0, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-tr8f0" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-j87dz because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-j87dz" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-j87dz, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-j87dz" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-j87dz io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-j87dz" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-j87dz, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-j87dz" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-j87dz" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-j87dz, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-j87dz" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-704kj because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-704kj" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-704kj, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-704kj" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-704kj io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-704kj" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-704kj, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-704kj" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-704kj" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-704kj, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-704kj" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-f9qsd because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-f9qsd" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-f9qsd, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-f9qsd" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-f9qsd io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-f9qsd" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-f9qsd, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-f9qsd" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-f9qsd" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-f9qsd, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-f9qsd" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-bq135 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-bq135" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-bq135, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-bq135" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-bq135 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-bq135" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-bq135, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-bq135" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-bq135" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-bq135, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-bq135" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-jjvdk because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-jjvdk" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-jjvdk, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-jjvdk" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-jjvdk io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-jjvdk" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-jjvdk, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-jjvdk" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-jjvdk" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-jjvdk, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-jjvdk" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-w4v9j because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-w4v9j" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-w4v9j, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-w4v9j" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-w4v9j io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-w4v9j" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-w4v9j, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-w4v9j" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-w4v9j" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-w4v9j, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-w4v9j" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-mpbwz because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-mpbwz" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-mpbwz, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-mpbwz" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-mpbwz io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-mpbwz" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-mpbwz, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-mpbwz" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-mpbwz" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-mpbwz, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-mpbwz" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-gdqjs because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-gdqjs" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-gdqjs, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-gdqjs" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-gdqjs io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-gdqjs" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-gdqjs, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-gdqjs" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-gdqjs" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-gdqjs, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-gdqjs" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-xrnj0 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-xrnj0" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-xrnj0, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-xrnj0" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-xrnj0 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-xrnj0" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-xrnj0, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-xrnj0" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-xrnj0" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-xrnj0, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-xrnj0" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-j9jrh because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-j9jrh" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-j9jrh, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-j9jrh" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-j9jrh io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-j9jrh" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-j9jrh, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-j9jrh" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-j9jrh" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-j9jrh, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-j9jrh" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-wvvjt because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-wvvjt" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-wvvjt, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-wvvjt" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-wvvjt io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-wvvjt" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-wvvjt, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-wvvjt" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-wvvjt" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-wvvjt, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-wvvjt" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-tfzh3 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-tfzh3" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-tfzh3, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-tfzh3" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-tfzh3 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-tfzh3" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-tfzh3, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-tfzh3" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-tfzh3" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-tfzh3, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-tfzh3" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-4skcp because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-4skcp" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-4skcp, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-4skcp" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-4skcp io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-4skcp" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-4skcp, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-4skcp" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-4skcp" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-4skcp, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-4skcp" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-hhz5d because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-hhz5d" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-hhz5d, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-hhz5d" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-hhz5d io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-hhz5d" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-hhz5d, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-hhz5d" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-hhz5d" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-hhz5d, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-hhz5d" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-1zsv5 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-1zsv5" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-1zsv5, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-1zsv5" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-1zsv5 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-1zsv5" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-1zsv5, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-1zsv5" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-1zsv5" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-1zsv5, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-1zsv5" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-87f3d because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-87f3d" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-87f3d, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-87f3d" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-87f3d io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-87f3d" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-87f3d, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-87f3d" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-87f3d" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-87f3d, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-87f3d" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-m9dd6 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-m9dd6" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-m9dd6, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-m9dd6" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-m9dd6 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-m9dd6" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-m9dd6, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-m9dd6" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-m9dd6" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-m9dd6, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-m9dd6" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-xkrwv because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-xkrwv" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-xkrwv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-xkrwv" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-xkrwv io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-xkrwv" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-xkrwv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-xkrwv" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-xkrwv" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-xkrwv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-xkrwv" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-5wd0f because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-5wd0f" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-5wd0f, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-5wd0f" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-5wd0f io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-5wd0f" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-5wd0f, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-5wd0f" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-5wd0f" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-5wd0f, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-5wd0f" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-7v736 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-7v736" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-7v736, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-7v736" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-7v736 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-7v736" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-7v736, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-7v736" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-7v736" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-7v736, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-7v736" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-fgf6m because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-fgf6m" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-fgf6m, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-fgf6m" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-fgf6m io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-fgf6m" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-fgf6m, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-fgf6m" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-fgf6m" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-fgf6m, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-fgf6m" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-nk85s because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-nk85s" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-nk85s, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-nk85s" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-nk85s io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-nk85s" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-nk85s, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-nk85s" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-nk85s" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-nk85s, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-nk85s" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-b792m because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-b792m" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-b792m, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-b792m" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-b792m io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-b792m" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-b792m, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-b792m" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-b792m" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-b792m, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-b792m" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-db1rv because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-db1rv" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-db1rv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-db1rv" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-db1rv io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-db1rv" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-db1rv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-db1rv" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-db1rv" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-db1rv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-db1rv" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-t4c5p because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-t4c5p" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-t4c5p, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-t4c5p" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-t4c5p io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-t4c5p" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-t4c5p, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-t4c5p" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-t4c5p" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-t4c5p, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-t4c5p" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-746ss because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-746ss" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-746ss, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-746ss" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-746ss io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-746ss" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-746ss, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-746ss" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-746ss" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-746ss, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-746ss" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-6bg1g because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-6bg1g" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-6bg1g, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-6bg1g" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-6bg1g io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-6bg1g" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-6bg1g, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-6bg1g" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-6bg1g" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-6bg1g, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-6bg1g" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-s185l because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-s185l" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-s185l, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-s185l" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-s185l io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-s185l" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-s185l, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-s185l" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-s185l" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-s185l, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-s185l" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-n4s83 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-n4s83" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-n4s83, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-n4s83" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-n4s83 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-n4s83" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-n4s83, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-n4s83" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-n4s83" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-n4s83, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-n4s83" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-115rd because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-115rd" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-115rd, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-115rd" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-115rd io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-115rd" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-115rd, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-115rd" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-115rd" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-115rd, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-115rd" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-s5t3p because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-s5t3p" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-s5t3p, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-s5t3p" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-s5t3p io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-s5t3p" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-s5t3p, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-s5t3p" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-s5t3p" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-s5t3p, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-s5t3p" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-7gpsh because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-7gpsh" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-7gpsh, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-7gpsh" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-7gpsh io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-7gpsh" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-7gpsh, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-7gpsh" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-7gpsh" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-7gpsh, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-7gpsh" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-kx088 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-kx088" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-kx088, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-kx088" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-kx088 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-kx088" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-kx088, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-kx088" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-kx088" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-kx088, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-kx088" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-m25zq because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-m25zq" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-m25zq, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-m25zq" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-m25zq io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-m25zq" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-m25zq, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-m25zq" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-m25zq" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-m25zq, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-m25zq" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-mn4d0 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-mn4d0" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-mn4d0, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-mn4d0" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-mn4d0 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-mn4d0" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-mn4d0, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-mn4d0" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-mn4d0" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-mn4d0, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-mn4d0" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-9jmhq because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-9jmhq" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-9jmhq, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-9jmhq" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-9jmhq io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-9jmhq" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-9jmhq, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-9jmhq" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-9jmhq" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-9jmhq, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-9jmhq" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-r02m6 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-r02m6" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-r02m6, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-r02m6" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-r02m6 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-r02m6" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-r02m6, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-r02m6" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-r02m6" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-r02m6, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-r02m6" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-77cg8 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-77cg8" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-77cg8, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-77cg8" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-77cg8 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-77cg8" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-77cg8, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-77cg8" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-77cg8" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-77cg8, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-77cg8" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-1ttm7 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-1ttm7" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-1ttm7, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-1ttm7" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-1ttm7 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-1ttm7" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-1ttm7, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-1ttm7" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-1ttm7" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-1ttm7, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-1ttm7" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-nmrgq because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-nmrgq" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-nmrgq, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-nmrgq" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-nmrgq io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-nmrgq" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-nmrgq, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-nmrgq" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-nmrgq" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-nmrgq, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-nmrgq" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-w5gpg because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-w5gpg" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-w5gpg, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-w5gpg" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-w5gpg io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-w5gpg" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-w5gpg, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-w5gpg" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-w5gpg" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-w5gpg, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-w5gpg" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-2r9gq because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-2r9gq" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-2r9gq, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-2r9gq" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-2r9gq io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-2r9gq" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-2r9gq, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-2r9gq" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-2r9gq" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-2r9gq, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-2r9gq" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-m04zg because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-m04zg" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-m04zg, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-m04zg" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-m04zg io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-m04zg" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-m04zg, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-m04zg" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-m04zg" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-m04zg, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-m04zg" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-2lc1b because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-2lc1b" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-2lc1b, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-2lc1b" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-2lc1b io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-2lc1b" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-2lc1b, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-2lc1b" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-2lc1b" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-2lc1b, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-2lc1b" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) WARNING: Unable to create pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-f1f9z because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-f1f9z" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-f1f9z, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-f1f9z" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch scout-rt-24.2-nightly-jnwtq-f1f9z io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-f1f9z" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-f1f9z, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-f1f9z" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:143) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/scout/pods. Message: pods "scout-rt-24.2-nightly-jnwtq-f1f9z" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=scout-rt-24.2-nightly-jnwtq-f1f9z, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "scout-rt-24.2-nightly-jnwtq-f1f9z" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=6656Mi,requests.memory=6400Mi, used: limits.memory=8Gi,requests.memory=7936Mi, limited: limits.memory=10752Mi,requests.memory=10752Mi, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:134) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:857) Created Pod: kubernetes scout/scout-rt-24.2-nightly-jnwtq-52hmq Agent scout-rt-24.2-nightly-jnwtq-52hmq is provisioned from template scout-rt-24.2-nightly-jnwtq --- apiVersion: "v1" kind: "Pod" metadata: annotations: kubernetes.jenkins.io/last-refresh: "1719618656272" buildUrl: "http://jenkins-ui.scout.svc.cluster.local/scout/job/scout-integration-24.2-RT-nightly_pipeline/143/" runUrl: "job/scout-integration-24.2-RT-nightly_pipeline/143/" labels: jenkins: "slave" jenkins/label-digest: "f1889384746ea9bf35af65a0464a1d986b3a9c0e" jenkins/label: "scout-rt-24_2-nightly" kubernetes.jenkins.io/controller: "http___jenkins-ui_scout_svc_cluster_local_scoutx" name: "scout-rt-24.2-nightly-jnwtq-52hmq" namespace: "scout" spec: containers: - command: - "cat" env: - name: "HOME" value: "/home/jenkins/agent" image: "bsisoftware/scout-maven-chrome:mvn-3.9.5-node-20.10.0" name: "maven" resources: limits: memory: "6144Mi" cpu: "2000m" requests: memory: "6144Mi" cpu: "1000m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent/.m2/settings.xml" name: "settings-xml" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/agent/.m2/toolchains.xml" name: "toolchains-xml" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/agent/.m2/settings-security.xml" name: "settings-security-xml" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/agent/.m2/repository" name: "m2-repo" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.scout.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "scout-rt-24.2-nightly-jnwtq-52hmq" - name: "REMOTING_OPTS" value: "-noReconnectAfter 1d" - name: "JENKINS_NAME" value: "scout-rt-24.2-nightly-jnwtq-52hmq" - 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-basic:remoting-3206.vb_15dcf73f6a_9" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "settings-security-xml" secret: items: - key: "settings-security.xml" path: "settings-security.xml" secretName: "m2-secret-dir" - configMap: items: - key: "toolchains.xml" path: "toolchains.xml" name: "m2-dir" name: "toolchains-xml" - emptyDir: {} name: "m2-repo" - name: "settings-xml" secret: items: - key: "settings.xml" path: "settings.xml" secretName: "m2-secret-dir" - emptyDir: medium: "" name: "workspace-volume" Running on scout-rt-24.2-nightly-jnwtq-52hmq in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] checkout 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-24.2-RT-nightly_pipeline # timeout=10 Fetching upstream changes from https://github.com/eclipse-scout/scout.rt.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > 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 Checking out Revision aa3d46cb160774f31800f9c45f22f59de4dc2d81 (refs/remotes/origin/releases/24.2) > git rev-parse refs/remotes/origin/releases/24.2^{commit} # timeout=10 > git rev-parse releases/24.2^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f aa3d46cb160774f31800f9c45f22f59de4dc2d81 # timeout=10 Commit message: "JsonHybridManager: prevent unnecessary 'hybridWidgetEvent'" > git rev-list --no-walk a2f6b9610da9641517d6f323ef043f03810e98c7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] container [Pipeline] { [Pipeline] sh + cat [Pipeline] sh + mvn -f org.eclipse.scout.rt/pom.xml -Dbranch=origin/releases/24.2 clean install -U -B -e -Dmaster_sanityCheck_skip=true -Dmaster_node_dir=/opt/nodejs/bin -Dscout.excludeTestCategories=org.eclipse.scout.rt.testing.platform.testcategory.ResourceIntensiveTest [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/scout/maven_rt_plugin_config-master/24.1.2/maven_rt_plugin_config-master-24.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/scout/maven_rt_plugin_config-master/24.1.2/maven_rt_plugin_config-master-24.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/scout/maven_rt_plugin_config-master/24.1.2/maven_rt_plugin_config-master-24.1.2.pom (37 kB at 249 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/scout/maven_plugin_config-master/24.1.2/maven_plugin_config-master-24.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/scout/maven_plugin_config-master/24.1.2/maven_plugin_config-master-24.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/scout/maven_plugin_config-master/24.1.2/maven_plugin_config-master-24.1.2.pom (30 kB at 96 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/scout/maven_plugin_version-master/24.1.2/maven_plugin_version-master-24.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/scout/maven_plugin_version-master/24.1.2/maven_plugin_version-master-24.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/scout/maven_plugin_version-master/24.1.2/maven_plugin_version-master-24.1.2.pom (28 kB at 272 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/jackson/jackson-bom/2.16.0/jackson-bom-2.16.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.16.0/jackson-bom-2.16.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.16.0/jackson-bom-2.16.0.pom (18 kB at 2.6 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/jackson/jackson-parent/2.16/jackson-parent-2.16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.16/jackson-parent-2.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.16/jackson-parent-2.16.pom (6.5 kB at 296 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/oss-parent/56/oss-parent-56.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/56/oss-parent-56.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/56/oss-parent-56.pom (24 kB at 1.3 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/netty/netty-bom/4.1.101.Final/netty-bom-4.1.101.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-bom/4.1.101.Final/netty-bom-4.1.101.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-bom/4.1.101.Final/netty-bom-4.1.101.Final.pom (13 kB at 282 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 1.6 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/jersey/jersey-bom/3.0.12/jersey-bom-3.0.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/jersey-bom/3.0.12/jersey-bom-3.0.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/jersey-bom/3.0.12/jersey-bom-3.0.12.pom (20 kB at 380 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/ee4j/project/1.0.8/project-1.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.8/project-1.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.8/project-1.0.8.pom (15 kB at 1.1 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/jetty-bom/11.0.18/jetty-bom-11.0.18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-bom/11.0.18/jetty-bom-11.0.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-bom/11.0.18/jetty-bom-11.0.18.pom (19 kB at 136 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opentelemetry/opentelemetry-bom/1.34.1/opentelemetry-bom-1.34.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-bom/1.34.1/opentelemetry-bom-1.34.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-bom/1.34.1/opentelemetry-bom-1.34.1.pom (7.0 kB at 537 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/archetype/archetype-packaging/3.2.1/archetype-packaging-3.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-packaging/3.2.1/archetype-packaging-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-packaging/3.2.1/archetype-packaging-3.2.1.pom (1.4 kB at 23 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/archetype/maven-archetype/3.2.1/maven-archetype-3.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/maven-archetype/3.2.1/maven-archetype-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/maven-archetype/3.2.1/maven-archetype-3.2.1.pom (13 kB at 1.1 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/34/maven-parent-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/34/maven-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 8.6 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/23/apache-23.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/23/apache-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/23/apache-23.pom (18 kB at 4.6 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/archetype/archetype-packaging/3.2.1/archetype-packaging-3.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-packaging/3.2.1/archetype-packaging-3.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-packaging/3.2.1/archetype-packaging-3.2.1.jar (7.3 kB at 561 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Scout Hello World Sample Application [maven-archetype] [INFO] Scout JaxWs Module [maven-archetype] [INFO] Scout JS Sample Application [maven-archetype] [INFO] org.eclipse.scout.rt [pom] [INFO] org.eclipse.scout.json [jar] [INFO] org.eclipse.scout.rt.platform [jar] [INFO] org.eclipse.scout.rt.dataobject [jar] [INFO] org.eclipse.scout.rt.platform.test [jar] [INFO] org.eclipse.scout.rt.api.data [jar] [INFO] org.eclipse.scout.rt.security [jar] [INFO] org.eclipse.scout.rt.nls [jar] [INFO] org.eclipse.scout.rt.shared [jar] [INFO] org.eclipse.scout.rt.server.commons [jar] [INFO] org.eclipse.scout.rt.mom.api [jar] [INFO] org.eclipse.scout.rt.jackson [jar] [INFO] org.eclipse.scout.rt.uinotification [jar] [INFO] org.eclipse.scout.rt.server [jar] [INFO] org.eclipse.scout.rt.server.jaxws [jar] [INFO] org.eclipse.scout.jaxws.apt [jar] [INFO] org.eclipse.scout.rt.dataobject.test [jar] [INFO] org.eclipse.scout.rt.shared.test [jar] [INFO] org.eclipse.scout.rt.server.commons.test [jar] [INFO] org.eclipse.scout.rt.jetty [jar] [INFO] org.eclipse.scout.rt.app [jar] [INFO] org.eclipse.scout.rt.server.app [jar] [INFO] org.eclipse.scout.rt.server.test [jar] [INFO] org.eclipse.scout.rt.server.jaxws.test [jar] [INFO] org.eclipse.scout.rt.server.jdbc [jar] [INFO] org.eclipse.scout.rt.server.jdbc.test [jar] [INFO] org.eclipse.scout.rt.rest [jar] [INFO] org.eclipse.scout.rt.api [jar] [INFO] org.eclipse.scout.rt.jackson.test [jar] [INFO] org.eclipse.scout.rt.mom.api.test [jar] [INFO] org.eclipse.scout.rt.mom.jms [jar] [INFO] org.eclipse.scout.rt.mom.jms.test [jar] [INFO] org.eclipse.scout.rt.charsetdetect [jar] [INFO] org.eclipse.scout.rt.oauth2 [jar] [INFO] org.eclipse.scout.rt.mail [jar] [INFO] org.eclipse.scout.rt.mail.test [jar] [INFO] org.eclipse.scout.rt.security.test [jar] [INFO] org.eclipse.scout.rt.dataformat [jar] [INFO] org.eclipse.scout.rt.rest.test [jar] [INFO] org.eclipse.scout.rt.rest.jackson [jar] [INFO] org.eclipse.scout.rt.rest.jersey.client [jar] [INFO] org.eclipse.scout.rt.rest.jersey.server [jar] [INFO] org.eclipse.scout.rt.rest.jersey.test [jar] [INFO] org.eclipse.scout.rt.client [jar] [INFO] org.eclipse.scout.rt.client.test [jar] [INFO] org.eclipse.scout.rt.svg.client [jar] [INFO] org.eclipse.scout.rt.svg.client.test [jar] [INFO] org.eclipse.scout.rt.serverbridge [jar] [INFO] org.eclipse.scout.rt.ui.html [jar] [INFO] org.eclipse.scout.rt.ui.html.app [jar] [INFO] org.eclipse.scout.rt.ui.html.test [jar] [INFO] org.eclipse.scout.rt.ui.html.selenium [jar] [INFO] eclipse-scout-core [jar] [INFO] org.eclipse.scout.rt.svg.ui.html [jar] [INFO] eclipse-scout-cli [jar] [INFO] karma-jasmine-scout [jar] [INFO] eclipse-scout-releng [jar] [INFO] eclipse-scout-migrate [jar] [INFO] eclipse-scout-tsconfig [jar] [INFO] eslint-config [jar] [INFO] org.eclipse.scout.rt.opentelemetry.sdk [jar] [INFO] org.eclipse.scout.rt.chart.shared [jar] [INFO] org.eclipse.scout.rt.chart.client [jar] [INFO] org.eclipse.scout.rt.chart.ui.html [jar] [INFO] eclipse-scout-chart [jar] [INFO] org.eclipse.scout.rt.datamodel.shared [jar] [INFO] org.eclipse.scout.rt.datamodel.client [jar] [INFO] org.eclipse.scout.rt.datamodel.server [jar] [INFO] org.eclipse.scout.rt.datamodel.ui.html [jar] [INFO] [INFO] ---------< org.eclipse.scout.archetypes:scout-helloworld-app >---------- [INFO] Building Scout Hello World Sample Application 24.2-SNAPSHOT [1/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/pom.xml [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-enforcer-plugin/3.4.1/maven-enforcer-plugin-3.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.4.1/maven-enforcer-plugin-3.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.4.1/maven-enforcer-plugin-3.4.1.pom (7.7 kB at 516 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/enforcer/enforcer/3.4.1/enforcer-3.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/3.4.1/enforcer-3.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/3.4.1/enforcer-3.4.1.pom (9.1 kB at 697 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/40/maven-parent-40.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/40/maven-parent-40.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/40/maven-parent-40.pom (49 kB at 2.6 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/30/apache-30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/30/apache-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/30/apache-30.pom (23 kB at 1.9 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom (5.6 kB at 565 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-enforcer-plugin/3.4.1/maven-enforcer-plugin-3.4.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.4.1/maven-enforcer-plugin-3.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.4.1/maven-enforcer-plugin-3.4.1.jar (39 kB at 2.6 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-source-plugin/3.3.0/maven-source-plugin-3.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.3.0/maven-source-plugin-3.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.3.0/maven-source-plugin-3.3.0.pom (6.7 kB at 674 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom (8.1 kB at 809 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/39/maven-parent-39.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/39/maven-parent-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/39/maven-parent-39.pom (48 kB at 4.4 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/29/apache-29.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/29/apache-29.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/29/apache-29.pom (21 kB at 2.3 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-source-plugin/3.3.0/maven-source-plugin-3.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.3.0/maven-source-plugin-3.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.3.0/maven-source-plugin-3.3.0.jar (32 kB at 3.6 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-clean-plugin/3.3.2/maven-clean-plugin-3.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.3.2/maven-clean-plugin-3.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.3.2/maven-clean-plugin-3.3.2.pom (5.3 kB at 410 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-plugins/40/maven-plugins-40.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/40/maven-plugins-40.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/40/maven-plugins-40.pom (8.1 kB at 898 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-clean-plugin/3.3.2/maven-clean-plugin-3.3.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.3.2/maven-clean-plugin-3.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.3.2/maven-clean-plugin-3.3.2.jar (36 kB at 4.0 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jacoco/jacoco-maven-plugin/0.8.11/jacoco-maven-plugin-0.8.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.11/jacoco-maven-plugin-0.8.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.11/jacoco-maven-plugin-0.8.11.pom (4.2 kB at 352 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jacoco/org.jacoco.build/0.8.11/org.jacoco.build-0.8.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.8.11/org.jacoco.build-0.8.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.8.11/org.jacoco.build-0.8.11.pom (44 kB at 3.6 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-bom/9.6/asm-bom-9.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-bom/9.6/asm-bom-9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-bom/9.6/asm-bom-9.6.pom (3.2 kB at 461 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/ow2/1.5.1/ow2-1.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5.1/ow2-1.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5.1/ow2-1.5.1.pom (11 kB at 1.3 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jacoco/jacoco-maven-plugin/0.8.11/jacoco-maven-plugin-0.8.11.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.11/jacoco-maven-plugin-0.8.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.11/jacoco-maven-plugin-0.8.11.jar (57 kB at 5.2 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.pom (8.2 kB at 906 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.jar (31 kB at 3.4 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-archetype-plugin/3.2.1/maven-archetype-plugin-3.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-archetype-plugin/3.2.1/maven-archetype-plugin-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-archetype-plugin/3.2.1/maven-archetype-plugin-3.2.1.pom (12 kB at 1.3 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-archetype-plugin/3.2.1/maven-archetype-plugin-3.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-archetype-plugin/3.2.1/maven-archetype-plugin-3.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-archetype-plugin/3.2.1/maven-archetype-plugin-3.2.1.jar (101 kB at 8.4 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom (6.8 kB at 752 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom (9.9 kB at 990 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/37/maven-parent-37.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/37/maven-parent-37.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/37/maven-parent-37.pom (46 kB at 3.5 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/27/apache-27.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/27/apache-27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/27/apache-27.pom (20 kB at 2.3 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar (27 kB at 2.7 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/basepom/maven/duplicate-finder-maven-plugin/2.0.1/duplicate-finder-maven-plugin-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/basepom/maven/duplicate-finder-maven-plugin/2.0.1/duplicate-finder-maven-plugin-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/basepom/maven/duplicate-finder-maven-plugin/2.0.1/duplicate-finder-maven-plugin-2.0.1.pom (19 kB at 109 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/basepom/basepom-oss/53/basepom-oss-53.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/basepom/basepom-oss/53/basepom-oss-53.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/basepom/basepom-oss/53/basepom-oss-53.pom (23 kB at 332 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/basepom/basepom-minimal/53/basepom-minimal-53.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/basepom/basepom-minimal/53/basepom-minimal-53.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/basepom/basepom-minimal/53/basepom-minimal-53.pom (19 kB at 114 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/basepom/basepom-foundation/53/basepom-foundation-53.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/basepom/basepom-foundation/53/basepom-foundation-53.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/basepom/basepom-foundation/53/basepom-foundation-53.pom (56 kB at 404 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/basepom/maven/duplicate-finder-maven-plugin/2.0.1/duplicate-finder-maven-plugin-2.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/basepom/maven/duplicate-finder-maven-plugin/2.0.1/duplicate-finder-maven-plugin-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/basepom/maven/duplicate-finder-maven-plugin/2.0.1/duplicate-finder-maven-plugin-2.0.1.jar (71 kB at 1.3 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom (7.8 kB at 781 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar (31 kB at 2.6 MB/s) [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ scout-helloworld-app --- [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom (8.7 kB at 721 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/13/plexus-13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/13/plexus-13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/13/plexus-13.pom (27 kB at 1.2 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom (5.6 kB at 137 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.jar (192 kB at 11 MB/s) [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ scout-helloworld-app --- [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/enforcer/enforcer-api/3.4.1/enforcer-api-3.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.4.1/enforcer-api-3.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.4.1/enforcer-api-3.4.1.pom (3.8 kB at 313 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/enforcer/enforcer-rules/3.4.1/enforcer-rules-3.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.4.1/enforcer-rules-3.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.4.1/enforcer-rules-3.4.1.pom (4.3 kB at 305 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom (2.2 kB at 199 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom (30 kB at 2.7 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom (1.9 kB at 126 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom (8.8 kB at 797 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/10/plexus-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/10/plexus-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/10/plexus-10.pom (25 kB at 2.3 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.pom (31 kB at 2.1 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/58/commons-parent-58.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/58/commons-parent-58.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/58/commons-parent-58.pom (83 kB at 6.4 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.pom (16 kB at 1.6 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.13.0/commons-io-2.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.13.0/commons-io-2.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.13.0/commons-io-2.13.0.pom (20 kB at 2.0 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom (5.0 kB at 499 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/enforcer/enforcer-api/3.4.1/enforcer-api-3.4.1.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/enforcer/enforcer-rules/3.4.1/enforcer-rules-3.4.1.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.13.0/commons-io-2.13.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.4.1/enforcer-api-3.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.4.1/enforcer-api-3.4.1.jar (14 kB at 657 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.4.1/enforcer-rules-3.4.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar (146 kB at 8.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.13.0/commons-io-2.13.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar (269 kB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.jar (361 kB at 7.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.4.1/enforcer-rules-3.4.1.jar (145 kB at 3.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.jar (632 kB at 12 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar (389 kB at 6.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.13.0/commons-io-2.13.0.jar (484 kB at 7.6 MB/s) [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ scout-helloworld-app --- [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 1.4 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 7.2 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 4.5 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom (4.5 kB at 499 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom (4.9 kB at 489 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/36/maven-parent-36.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/36/maven-parent-36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/36/maven-parent-36.pom (45 kB at 4.5 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/26/apache-26.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/26/apache-26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/26/apache-26.pom (21 kB at 2.6 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom (2.7 kB at 343 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom (14 kB at 1.4 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom (8.2 kB at 913 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/8/plexus-8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/8/plexus-8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/8/plexus-8.pom (25 kB at 1.1 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom (20 kB at 2.2 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/52/commons-parent-52.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/52/commons-parent-52.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/52/commons-parent-52.pom (79 kB at 6.1 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom (5.1 kB at 510 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 1.2 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 3.1 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/16/maven-parent-16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 7.8 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/7/apache-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (14 kB at 1.8 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 154 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 1.1 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/10/maven-parent-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 3.2 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/4/apache-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom (4.5 kB at 562 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11.pom (3.5 kB at 269 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jacoco/org.jacoco.core/0.8.11/org.jacoco.core-0.8.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.11/org.jacoco.core-0.8.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.11/org.jacoco.core-0.8.11.pom (2.1 kB at 298 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm/9.6/asm-9.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.6/asm-9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.6/asm-9.6.pom (2.4 kB at 237 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.pom (2.8 kB at 348 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.pom (2.6 kB at 288 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jacoco/org.jacoco.report/0.8.11/org.jacoco.report-0.8.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.11/org.jacoco.report-0.8.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.11/org.jacoco.report-0.8.11.pom (1.9 kB at 209 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jacoco/org.jacoco.core/0.8.11/org.jacoco.core-0.8.11.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm/9.6/asm-9.6.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jacoco/org.jacoco.report/0.8.11/org.jacoco.report-0.8.11.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.11/org.jacoco.core-0.8.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar (41 kB at 3.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.6/asm-9.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar (36 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar (301 kB at 14 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar (327 kB at 15 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.11/org.jacoco.report-0.8.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.6/asm-9.6.jar (124 kB at 5.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.11/org.jacoco.core-0.8.11.jar (210 kB at 8.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar (52 kB at 1.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.jar (72 kB at 1.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.11/org.jacoco.report-0.8.11.jar (131 kB at 2.8 MB/s) [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/../target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ scout-helloworld-app --- [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom (2.7 kB at 295 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 7.5 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom (6.0 kB at 431 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom (3.2 kB at 358 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/inject/javax.inject/1/javax.inject-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 306 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 1.6 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 8.4 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 4.2 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom (8.0 kB at 801 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom (31 kB at 2.2 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom (5.1 kB at 637 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 6.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 1.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 2.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar (55 kB at 5.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar (587 kB at 23 MB/s) [INFO] Copying 139 resources from src/main/resources to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ scout-helloworld-app --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- archetype:3.2.1:jar (default-jar) @ scout-helloworld-app --- [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/archetype/archetype-catalog/3.2.1/archetype-catalog-3.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-catalog/3.2.1/archetype-catalog-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-catalog/3.2.1/archetype-catalog-3.2.1.pom (1.9 kB at 238 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/archetype/archetype-models/3.2.1/archetype-models-3.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-models/3.2.1/archetype-models-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-models/3.2.1/archetype-models-3.2.1.pom (2.7 kB at 305 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 648 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/archetype/archetype-descriptor/3.2.1/archetype-descriptor-3.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-descriptor/3.2.1/archetype-descriptor-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-descriptor/3.2.1/archetype-descriptor-3.2.1.pom (2.0 kB at 217 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/archetype/archetype-common/3.2.1/archetype-common-3.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-common/3.2.1/archetype-common-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-common/3.2.1/archetype-common-3.2.1.pom (18 kB at 2.0 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/groovy/groovy-all/2.4.16/groovy-all-2.4.16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-all/2.4.16/groovy-all-2.4.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-all/2.4.16/groovy-all-2.4.16.pom (22 kB at 2.5 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/ivy/ivy/2.5.0/ivy-2.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ivy/ivy/2.5.0/ivy-2.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ivy/ivy/2.5.0/ivy-2.5.0.pom (6.8 kB at 614 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom (750 B at 750 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom (4.8 kB at 2.4 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jdom/jdom2/2.0.6/jdom2-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom2/2.0.6/jdom2-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom2/2.0.6/jdom2-2.0.6.pom (4.6 kB at 328 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-invoker/3.0.1/maven-invoker-3.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.1/maven-invoker-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.1/maven-invoker-3.0.1.pom (4.9 kB at 607 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom (5.1 kB at 730 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/31/maven-parent-31.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 14 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/19/apache-19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (15 kB at 7.7 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 2.8 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 2.3 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/30/maven-parent-30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 14 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/18/apache-18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 7.8 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.6/commons-io-2.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 1.8 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 17 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 1.2 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/3.0/maven-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 7.3 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/15/maven-parent-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 12 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/6/apache-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 6.4 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 1.1 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 455 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 2.7 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 5.8 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 1.9 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 964 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 836 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 3.9 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 5.4 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 1.0 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 1.8 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 870 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom (11 kB at 1.4 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom (5.1 kB at 637 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 3.3 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 940 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 1.1 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 1.5 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 3.4 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 8.4 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 2.1 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 964 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 1.1 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 2.7 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 1.6 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 1.3 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 1.2 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 3.9 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 500 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 8.4 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 2.7 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 5.5 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom (5.3 kB at 481 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (5.1 kB at 510 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/33/maven-parent-33.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 15 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/21/apache-21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom (17 kB at 8.6 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 711 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (2.7 kB at 336 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 1.5 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 1.6 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/39/commons-parent-39.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 12 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/16/apache-16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (15 kB at 7.7 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom (2.8 kB at 188 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 332 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/velocity/velocity/1.7/velocity-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 kB at 1.4 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-lang/commons-lang/2.4/commons-lang-2.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 1.7 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/9/commons-parent-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 2.4 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/ibm/icu/icu4j/70.1/icu4j-70.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/70.1/icu4j-70.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/70.1/icu4j-70.1.pom (4.9 kB at 493 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-archiver/3.5.1/maven-archiver-3.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.1/maven-archiver-3.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.1/maven-archiver-3.5.1.pom (5.4 kB at 335 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom (5.8 kB at 2.9 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/4.2.3/plexus-archiver-4.2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.3/plexus-archiver-4.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.3/plexus-archiver-4.2.3.pom (4.9 kB at 409 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/6.4/plexus-6.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.4/plexus-6.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.4/plexus-6.4.pom (26 kB at 2.1 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom (4.5 kB at 505 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom (18 kB at 2.0 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/48/commons-parent-48.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom (72 kB at 6.0 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 1.6 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/tukaani/xz/1.8/xz-1.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom (1.9 kB at 212 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.pom (4.4 kB at 336 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom (24 kB at 3.0 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.pom (823 B at 118 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interactivity/1.1/plexus-interactivity-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity/1.1/plexus-interactivity-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity/1.1/plexus-interactivity-1.1.pom (1.7 kB at 173 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-components/6.5/plexus-components-6.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/6.5/plexus-components-6.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/6.5/plexus-components-6.5.pom (2.7 kB at 385 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom (26 kB at 13 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 14 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/47/commons-parent-47.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 16 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-script-interpreter/1.2/maven-script-interpreter-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-script-interpreter/1.2/maven-script-interpreter-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-script-interpreter/1.2/maven-script-interpreter-1.2.pom (4.0 kB at 160 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.pom (4.0 kB at 42 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (4.9 kB at 548 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/22/maven-parent-22.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 3.3 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/11/apache-11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom (15 kB at 1.6 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 482 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/groovy/groovy/2.0.1/groovy-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy/2.0.1/groovy-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy/2.0.1/groovy-2.0.1.pom (16 kB at 727 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/antlr/antlr/2.7.7/antlr-2.7.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.7/antlr-2.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.7/antlr-2.7.7.pom (632 B at 27 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.pom (2.1 kB at 110 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-parent/4.0/asm-parent-4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/4.0/asm-parent-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/4.0/asm-parent-4.0.pom (5.5 kB at 211 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/ow2/1.3/ow2-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.3/ow2-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.3/ow2-1.3.pom (9.5 kB at 528 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm/4.0/asm-4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/4.0/asm-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/4.0/asm-4.0.pom (1.9 kB at 114 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.pom (2.1 kB at 18 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-util/4.0/asm-util-4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/4.0/asm-util-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/4.0/asm-util-4.0.pom (2.1 kB at 149 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.pom (2.1 kB at 233 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom (1.2 kB at 52 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom (1.4 kB at 33 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/ant/ant/1.8.1/ant-1.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.1/ant-1.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.1/ant-1.8.1.pom (8.8 kB at 4.4 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/ant/ant-parent/1.8.1/ant-parent-1.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.8.1/ant-parent-1.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.8.1/ant-parent-1.8.1.pom (4.3 kB at 2.1 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/archetype/archetype-catalog/3.2.1/archetype-catalog-3.2.1.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/archetype/archetype-descriptor/3.2.1/archetype-descriptor-3.2.1.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/archetype/archetype-common/3.2.1/archetype-common-3.2.1.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/groovy/groovy-all/2.4.16/groovy-all-2.4.16.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/ivy/ivy/2.5.0/ivy-2.5.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jdom/jdom2/2.0.6/jdom2-2.0.6.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.6/commons-io-2.6.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/ibm/icu/icu4j/70.1/icu4j-70.1.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-archiver/3.5.1/maven-archiver-3.5.1.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/tukaani/xz/1.8/xz-1.8.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-invoker/3.0.1/maven-invoker-3.0.1.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/velocity/velocity/1.7/velocity-1.7.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-script-interpreter/1.2/maven-script-interpreter-1.2.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/groovy/groovy/2.0.1/groovy-2.0.1.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/antlr/antlr/2.7.7/antlr-2.7.7.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm/4.0/asm-4.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-util/4.0/asm-util-4.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/ant/ant/1.8.1/ant-1.8.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-catalog/3.2.1/archetype-catalog-3.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-catalog/3.2.1/archetype-catalog-3.2.1.jar (19 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-descriptor/3.2.1/archetype-descriptor-3.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-common/3.2.1/archetype-common-3.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-all/2.4.16/groovy-all-2.4.16.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ivy/ivy/2.5.0/ivy-2.5.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom2/2.0.6/jdom2-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-descriptor/3.2.1/archetype-descriptor-3.2.1.jar (24 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 4.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-common/3.2.1/archetype-common-3.2.1.jar (181 kB at 15 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 9.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 6.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/70.1/icu4j-70.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 10 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.1/maven-archiver-3.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ivy/ivy/2.5.0/ivy-2.5.0.jar (1.4 MB at 47 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom2/2.0.6/jdom2-2.0.6.jar (305 kB at 9.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 5.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 4.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.1/maven-archiver-3.5.1.jar (26 kB at 662 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar (154 kB at 3.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar (194 kB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 794 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 944 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar (632 kB at 5.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.1/maven-invoker-3.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.jar (9.4 kB at 74 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.1/maven-invoker-3.0.1.jar (33 kB at 252 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar (159 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 kB at 180 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar (61 kB at 400 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar (8.1 kB at 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar (502 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-all/2.4.16/groovy-all-2.4.16.jar (7.2 MB at 42 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-script-interpreter/1.2/maven-script-interpreter-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-script-interpreter/1.2/maven-script-interpreter-1.2.jar (22 kB at 120 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy/2.0.1/groovy-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.7/antlr-2.7.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.jar (22 kB at 95 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/4.0/asm-4.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.7/antlr-2.7.7.jar (445 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/4.0/asm-util-4.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.jar (38 kB at 155 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/4.0/asm-util-4.0.jar (37 kB at 148 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.jar (20 kB at 78 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.1/ant-1.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/4.0/asm-4.0.jar (46 kB at 180 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (282 kB at 897 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy/2.0.1/groovy-2.0.1.jar (3.3 MB at 9.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.1/ant-1.8.1.jar (1.5 MB at 4.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/70.1/icu4j-70.1.jar (14 MB at 38 MB/s) [INFO] Building archetype jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/target/scout-helloworld-app-24.2-SNAPSHOT.jar [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/target/scout-helloworld-app-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ scout-helloworld-app --- [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom (3.9 kB at 436 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom (6.0 kB at 3.0 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom (6.3 kB at 696 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom (20 kB at 9.8 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/tukaani/xz/1.9/xz-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.pom (2.0 kB at 171 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/tukaani/xz/1.9/xz-1.9.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar (26 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar (79 kB at 20 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar (1.0 MB at 102 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.jar (116 kB at 8.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar (267 kB at 21 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar (211 kB at 9.6 MB/s) [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/target/scout-helloworld-app-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ scout-helloworld-app --- [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.pom (6.5 kB at 726 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.pom (6.0 kB at 601 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.pom (22 kB at 2.2 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/56/commons-parent-56.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/56/commons-parent-56.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/56/commons-parent-56.pom (82 kB at 6.9 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom (5.6 kB at 626 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.pom (1.9 kB at 240 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.jar (221 kB at 18 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.jar (1.1 MB at 25 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.jar (5.9 MB at 80 MB/s) [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/target/scout-helloworld-app-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ scout-helloworld-app --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/target/scout-helloworld-app-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- archetype:3.2.1:integration-test (default-integration-test) @ scout-helloworld-app --- [INFO] Processing Archetype IT project: basic [INFO] ---------------------------------------------------------------------------- [INFO] Using following parameters for creating project from Archetype: scout-helloworld-app:24.2-SNAPSHOT [INFO] ---------------------------------------------------------------------------- [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: artifactId, Value: helloscout [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloscout [INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/helloscout [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloscout [INFO] Parameter: versionWithoutSnapshot, Value: 1.0.0 [INFO] Parameter: debug, Value: false [INFO] Parameter: displayName, Value: My Application [INFO] Parameter: javaVersion, Value: 11 [INFO] Parameter: skipChangeMeReplacement, Value: false [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: simpleArtifactName, Value: helloscout [INFO] Parameter: artifactId, Value: helloscout [INFO] Parameter: userName, Value: Scout Robot [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout.shared/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout.server/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout.client/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout.server.app/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout.server.app.image/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout.server.app.zip/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout.server.app.dev/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout.ui.html/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout.ui.html.app/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout.ui.html.app.image/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout.ui.html.app.zip/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout.ui.html.app.dev/pom.xml [INFO] Executing META-INF/archetype-post-generate.groovy post-generation script [INFO] Project created from Archetype in dir: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ scout-helloworld-app --- [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom (11 kB at 458 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom (15 kB at 1.8 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom (2.4 kB at 172 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 1.3 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 730 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom (2.3 kB at 18 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 4.3 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom (2.1 kB at 149 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom (2.2 kB at 270 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom (11 kB at 1.2 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom (2.8 kB at 345 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom (491 B at 246 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/github/spotbugs/spotbugs-annotations/4.7.3/spotbugs-annotations-4.7.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spotbugs/spotbugs-annotations/4.7.3/spotbugs-annotations-4.7.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spotbugs/spotbugs-annotations/4.7.3/spotbugs-annotations-4.7.3.pom (3.5 kB at 37 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.pom (5.5 kB at 687 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/staxmate/staxmate/2.2.1/staxmate-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/staxmate/staxmate/2.2.1/staxmate-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/staxmate/staxmate/2.2.1/staxmate-2.2.1.pom (7.8 kB at 978 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.1.1.pom (1.4 kB at 202 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/woodstox/woodstox-core-asl/4.4.1/woodstox-core-asl-4.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/woodstox-core-asl/4.4.1/woodstox-core-asl-4.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/woodstox-core-asl/4.4.1/woodstox-core-asl-4.4.1.pom (1.8 kB at 226 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/github/spotbugs/spotbugs-annotations/4.7.3/spotbugs-annotations-4.7.3.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/staxmate/staxmate/2.2.1/staxmate-2.2.1.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/woodstox/woodstox-core-asl/4.4.1/woodstox-core-asl-4.4.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar (3.0 MB at 82 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 577 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar (16 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spotbugs/spotbugs-annotations/4.7.3/spotbugs-annotations-4.7.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar (209 kB at 17 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 169 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/staxmate/staxmate/2.2.1/staxmate-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar (2.3 kB at 141 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/woodstox-core-asl/4.4.1/woodstox-core-asl-4.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.jar (162 kB at 8.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (8.8 kB at 439 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/staxmate/staxmate/2.2.1/staxmate-2.2.1.jar (83 kB at 3.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/woodstox-core-asl/4.4.1/woodstox-core-asl-4.4.1.jar (486 kB at 18 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spotbugs/spotbugs-annotations/4.7.3/spotbugs-annotations-4.7.3.jar (15 kB at 146 kB/s) [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ scout-helloworld-app --- [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar (136 kB at 15 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar (267 kB at 30 MB/s) [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/archetypes/scout-helloworld-app/24.2-SNAPSHOT/scout-helloworld-app-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/target/scout-helloworld-app-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/archetypes/scout-helloworld-app/24.2-SNAPSHOT/scout-helloworld-app-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/target/scout-helloworld-app-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/archetypes/scout-helloworld-app/24.2-SNAPSHOT/scout-helloworld-app-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/target/scout-helloworld-app-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/archetypes/scout-helloworld-app/24.2-SNAPSHOT/scout-helloworld-app-24.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/target/scout-helloworld-app-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/archetypes/scout-helloworld-app/24.2-SNAPSHOT/scout-helloworld-app-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- archetype:3.2.1:update-local-catalog (default-update-local-catalog) @ scout-helloworld-app --- [INFO] [INFO] ----------< org.eclipse.scout.archetypes:scout-jaxws-module >----------- [INFO] Building Scout JaxWs Module 24.2-SNAPSHOT [2/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-jaxws-module/pom.xml [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ scout-jaxws-module --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ scout-jaxws-module --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ scout-jaxws-module --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-jaxws-module/../target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ scout-jaxws-module --- [INFO] Copying 7 resources from src/main/resources to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ scout-jaxws-module --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- archetype:3.2.1:jar (default-jar) @ scout-jaxws-module --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-jaxws-module/target/scout-jaxws-module-24.2-SNAPSHOT.jar [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-jaxws-module/target/scout-jaxws-module-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ scout-jaxws-module --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-jaxws-module/target/scout-jaxws-module-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ scout-jaxws-module --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-jaxws-module/target/scout-jaxws-module-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ scout-jaxws-module --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-jaxws-module/target/scout-jaxws-module-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- archetype:3.2.1:integration-test (default-integration-test) @ scout-jaxws-module --- [INFO] Processing Archetype IT project: basic [INFO] ---------------------------------------------------------------------------- [INFO] Using following parameters for creating project from Archetype: scout-jaxws-module:24.2-SNAPSHOT [INFO] ---------------------------------------------------------------------------- [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: artifactId, Value: helloworld.server.jaxws [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld [INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/helloworld [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld [INFO] Parameter: displayName, Value: My Application [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: artifactId, Value: helloworld.server.jaxws [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [INFO] Parameter: parentArtifactId, Value: helloworld [WARNING] CP Don't override file /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-jaxws-module/target/test-classes/projects/basic/project/helloworld.server.jaxws/src/main/resources/META-INF/scout.xml [WARNING] CP Don't override file /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-jaxws-module/target/test-classes/projects/basic/project/helloworld.server.jaxws/src/main/resources/WEB-INF/wsdl [WARNING] CP Don't override file /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-jaxws-module/target/test-classes/projects/basic/project/helloworld.server.jaxws/src/main/java [INFO] Project created from Archetype in dir: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-jaxws-module/target/test-classes/projects/basic/project/helloworld.server.jaxws [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ scout-jaxws-module --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ scout-jaxws-module --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-jaxws-module/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/archetypes/scout-jaxws-module/24.2-SNAPSHOT/scout-jaxws-module-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-jaxws-module/target/scout-jaxws-module-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/archetypes/scout-jaxws-module/24.2-SNAPSHOT/scout-jaxws-module-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-jaxws-module/target/scout-jaxws-module-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/archetypes/scout-jaxws-module/24.2-SNAPSHOT/scout-jaxws-module-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-jaxws-module/target/scout-jaxws-module-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/archetypes/scout-jaxws-module/24.2-SNAPSHOT/scout-jaxws-module-24.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-jaxws-module/target/scout-jaxws-module-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/archetypes/scout-jaxws-module/24.2-SNAPSHOT/scout-jaxws-module-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- archetype:3.2.1:update-local-catalog (default-update-local-catalog) @ scout-jaxws-module --- [INFO] [INFO] -----------< org.eclipse.scout.archetypes:scout-hellojs-app >----------- [INFO] Building Scout JS Sample Application 24.2-SNAPSHOT [3/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-hellojs-app/pom.xml [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ scout-hellojs-app --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ scout-hellojs-app --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ scout-hellojs-app --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-hellojs-app/../target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ scout-hellojs-app --- [INFO] Copying 175 resources from src/main/resources to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ scout-hellojs-app --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- archetype:3.2.1:jar (default-jar) @ scout-hellojs-app --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-hellojs-app/target/scout-hellojs-app-24.2-SNAPSHOT.jar [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-hellojs-app/target/scout-hellojs-app-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ scout-hellojs-app --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-hellojs-app/target/scout-hellojs-app-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ scout-hellojs-app --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-hellojs-app/target/scout-hellojs-app-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ scout-hellojs-app --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-hellojs-app/target/scout-hellojs-app-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- archetype:3.2.1:integration-test (default-integration-test) @ scout-hellojs-app --- [INFO] Processing Archetype IT project: basic [INFO] ---------------------------------------------------------------------------- [INFO] Using following parameters for creating project from Archetype: scout-hellojs-app:24.2-SNAPSHOT [INFO] ---------------------------------------------------------------------------- [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: artifactId, Value: helloscout [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloscout [INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/helloscout [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloscout [INFO] Parameter: versionWithoutSnapshot, Value: 1.0.0 [INFO] Parameter: debug, Value: false [INFO] Parameter: displayName, Value: My Application [INFO] Parameter: javaVersion, Value: 11 [INFO] Parameter: skipChangeMeReplacement, Value: false [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: simpleArtifactName, Value: helloscout [INFO] Parameter: artifactId, Value: helloscout [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/helloscout/helloscout/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/helloscout/helloscout.api/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/helloscout/helloscout.app/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/helloscout/helloscout.app.dev/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/helloscout/helloscout.app.image/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/helloscout/helloscout.app.zip/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/helloscout/helloscout.core/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/helloscout/helloscout.data/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/helloscout/helloscout.db/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/helloscout/helloscout.persistence/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/helloscout/helloscout.ui/pom.xml [INFO] Executing META-INF/archetype-post-generate.groovy post-generation script [INFO] Project created from Archetype in dir: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/helloscout [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ scout-hellojs-app --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ scout-hellojs-app --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-hellojs-app/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/archetypes/scout-hellojs-app/24.2-SNAPSHOT/scout-hellojs-app-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-hellojs-app/target/scout-hellojs-app-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/archetypes/scout-hellojs-app/24.2-SNAPSHOT/scout-hellojs-app-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-hellojs-app/target/scout-hellojs-app-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/archetypes/scout-hellojs-app/24.2-SNAPSHOT/scout-hellojs-app-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-hellojs-app/target/scout-hellojs-app-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/archetypes/scout-hellojs-app/24.2-SNAPSHOT/scout-hellojs-app-24.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-hellojs-app/target/scout-hellojs-app-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/archetypes/scout-hellojs-app/24.2-SNAPSHOT/scout-hellojs-app-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- archetype:3.2.1:update-local-catalog (default-update-local-catalog) @ scout-hellojs-app --- [INFO] [INFO] -------------< org.eclipse.scout.rt:org.eclipse.scout.rt >-------------- [INFO] Building org.eclipse.scout.rt 24.2-SNAPSHOT [4/72] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt --- [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt/24.2-SNAPSHOT/org.eclipse.scout.rt-24.2-SNAPSHOT.pom [INFO] [INFO] ------------< org.eclipse.scout.rt:org.eclipse.scout.json >------------- [INFO] Building org.eclipse.scout.json 24.2-SNAPSHOT [5/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.json/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.pom (9.8 kB at 364 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.jar (66 kB at 8.2 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-surefire-plugin/3.2.3/maven-surefire-plugin-3.2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.2.3/maven-surefire-plugin-3.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.2.3/maven-surefire-plugin-3.2.3.pom (5.3 kB at 46 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire/3.2.3/surefire-3.2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/3.2.3/surefire-3.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/3.2.3/surefire-3.2.3.pom (22 kB at 2.4 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/41/maven-parent-41.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/41/maven-parent-41.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/41/maven-parent-41.pom (50 kB at 6.2 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/31/apache-31.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/31/apache-31.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/31/apache-31.pom (24 kB at 2.6 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-surefire-plugin/3.2.3/maven-surefire-plugin-3.2.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.2.3/maven-surefire-plugin-3.2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.2.3/maven-surefire-plugin-3.2.3.jar (45 kB at 1.2 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/junit/junit/4.13.2/junit-4.13.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.pom (27 kB at 3.0 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 383 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 2.0 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/junit/junit/4.13.2/junit-4.13.2.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.jar (385 kB at 32 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 15 MB/s) [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.json --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.json --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.json --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.json/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.json --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.json/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.json --- [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler-eclipse/2.13.0/plexus-compiler-eclipse-2.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-eclipse/2.13.0/plexus-compiler-eclipse-2.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-eclipse/2.13.0/plexus-compiler-eclipse-2.13.0.pom (2.3 kB at 178 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compilers/2.13.0/plexus-compilers-2.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.13.0/plexus-compilers-2.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.13.0/plexus-compilers-2.13.0.pom (1.3 kB at 58 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler/2.13.0/plexus-compiler-2.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.13.0/plexus-compiler-2.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.13.0/plexus-compiler-2.13.0.pom (8.4 kB at 1.0 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom (2.7 kB at 1.3 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.pom (1.1 kB at 117 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom (770 B at 770 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom (6.0 kB at 3.0 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-testing/1.1.0/plexus-testing-1.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-testing/1.1.0/plexus-testing-1.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-testing/1.1.0/plexus-testing-1.1.0.pom (2.5 kB at 192 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom (4.3 kB at 2.1 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom (14 kB at 6.9 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom (13 kB at 1.5 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/java/jvnet-parent/3/jvnet-parent-3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 532 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom (6.3 kB at 697 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jboss/weld/weld-parent/26/weld-parent-26.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/26/weld-parent-26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/26/weld-parent-26.pom (32 kB at 3.6 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom (2.6 kB at 1.3 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom (14 kB at 7.2 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 102 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 530 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 7.3 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 2.0 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 6.8 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/inject/guice/4.2.3/guice-4.2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.3/guice-4.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.3/guice-4.2.3.pom (11 kB at 522 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/inject/guice-parent/4.2.3/guice-parent-4.2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.3/guice-parent-4.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.3/guice-parent-4.2.3.pom (16 kB at 307 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/google/5/google-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom (2.5 kB at 307 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 52 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava/27.1-jre/guava-27.1-jre.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/27.1-jre/guava-27.1-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/27.1-jre/guava-27.1-jre.pom (8.4 kB at 281 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava-parent/27.1-jre/guava-parent-27.1-jre.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/27.1-jre/guava-parent-27.1-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/27.1-jre/guava-parent-27.1-jre.pom (10 kB at 804 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom (2.5 kB at 191 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom (1.8 kB at 66 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom (5.1 kB at 636 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom (2.8 kB at 1.4 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom (2.6 kB at 112 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom (8.6 kB at 278 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 3.4 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/junit/jupiter/junit-jupiter-api/5.8.0/junit-jupiter-api-5.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.8.0/junit-jupiter-api-5.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.8.0/junit-jupiter-api-5.8.0.pom (3.2 kB at 245 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/junit/junit-bom/5.8.0/junit-bom-5.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.8.0/junit-bom-5.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.8.0/junit-bom-5.8.0.pom (5.6 kB at 352 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom (1.7 kB at 187 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/junit/platform/junit-platform-commons/1.8.0/junit-platform-commons-1.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.8.0/junit-platform-commons-1.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.8.0/junit-platform-commons-1.8.0.pom (2.8 kB at 236 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom (1.5 kB at 170 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jdt/ecj/3.31.0/ecj-3.31.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.31.0/ecj-3.31.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.31.0/ecj-3.31.0.pom (1.7 kB at 1.7 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom (5.8 kB at 648 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 527 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 795 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/23/maven-parent-23.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 3.6 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/13/apache-13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 kB at 1.7 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.pom (5.0 kB at 166 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-languages/1.1.2/plexus-languages-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.1.2/plexus-languages-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.1.2/plexus-languages-1.1.2.pom (4.1 kB at 83 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm/9.4/asm-9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.4/asm-9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.4/asm-9.4.pom (2.4 kB at 296 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom (17 kB at 1.7 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.pom (1.1 kB at 142 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.pom (1.2 kB at 80 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler-eclipse/2.13.0/plexus-compiler-eclipse-2.13.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-testing/1.1.0/plexus-testing-1.1.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/inject/guice/4.2.3/guice-4.2.3-no_aop.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava/27.1-jre/guava-27.1-jre.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/junit/jupiter/junit-jupiter-api/5.8.0/junit-jupiter-api-5.8.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/junit/platform/junit-platform-commons/1.8.0/junit-platform-commons-1.8.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jdt/ecj/3.31.0/ecj-3.31.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm/9.4/asm-9.4.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-eclipse/2.13.0/plexus-compiler-eclipse-2.13.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-eclipse/2.13.0/plexus-compiler-eclipse-2.13.0.jar (20 kB at 855 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-testing/1.1.0/plexus-testing-1.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar (4.1 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar (26 kB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar (71 kB at 6.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.3/guice-4.2.3-no_aop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar (205 kB at 15 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar (379 kB at 25 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/27.1-jre/guava-27.1-jre.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-testing/1.1.0/plexus-testing-1.1.0.jar (6.6 kB at 412 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (53 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 154 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.3/guice-4.2.3-no_aop.jar (530 kB at 18 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar (193 kB at 4.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.8.0/junit-jupiter-api-5.8.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar (14 kB at 269 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar (7.7 kB at 123 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.8.0/junit-platform-commons-1.8.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar (3.4 kB at 55 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar (8.8 kB at 137 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.31.0/ecj-3.31.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/27.1-jre/guava-27.1-jre.jar (2.7 MB at 41 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.8.0/junit-jupiter-api-5.8.0.jar (193 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar (6.8 kB at 96 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 183 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.4/asm-9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.8.0/junit-platform-commons-1.8.0.jar (100 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar (153 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar (334 kB at 3.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.jar (27 kB at 318 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.4/asm-9.4.jar (122 kB at 1.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.jar (4.7 kB at 51 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.jar (55 kB at 594 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.31.0/ecj-3.31.0.jar (3.2 MB at 35 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.jar (23 kB at 169 kB/s) [INFO] Changes detected - recompiling the module! :source [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.json/src/main/java/org/json/JSONTokener.java:[141,21] Unsupported @SuppressWarnings("squid:S128") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.json/src/main/java/org/json/JSONTokener.java:[577,21] Unsupported @SuppressWarnings("squid:S1695") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.json/src/main/java/org/json/JSONArray.java:[578,22] Unsupported @SuppressWarnings("squid:S1166") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.json/src/main/java/org/json/JSONArray.java:[578,37] Unsupported @SuppressWarnings("squid:S2225") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.json/src/main/java/org/json/JSONObject.java:[105,24] Unsupported @SuppressWarnings("squid:S1206") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.json/src/main/java/org/json/JSONObject.java:[105,39] Unsupported @SuppressWarnings("findbugs:EQ_UNUSUAL") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.json/src/main/java/org/json/JSONObject.java:[105,62] Unsupported @SuppressWarnings("EqualsWhichDoesntCheckParameterClass") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.json/src/main/java/org/json/JSONObject.java:[139,21] Unsupported @SuppressWarnings("squid:S1695") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.json/src/main/java/org/json/JSONObject.java:[678,22] Unsupported @SuppressWarnings("squid:S1166") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.json/src/main/java/org/json/JSONObject.java:[678,37] Unsupported @SuppressWarnings("squid:S2225") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.json/src/main/java/org/json/JSONObject.java:[726,21] Unsupported @SuppressWarnings("squid:S1244") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.json/src/main/java/org/json/JSONStringer.java:[71,21] Unsupported @SuppressWarnings("squid:S00116") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.json/src/main/java/org/json/JSON.java:[46,21] Unsupported @SuppressWarnings("findbugs:NP_BOOLEAN_RETURN_NULL") [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.json --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.json --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.json/src/test/java/org/json/JSONObjectTest.java:[190,24] java.util.Collection is a raw type. References to generic type java.util.Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.json/src/test/java/org/json/JSONObjectTest.java:[897,24] java.util.Collection is a raw type. References to generic type java.util.Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.json/src/test/java/org/json/JSONObjectTest.java:[1008,5] java.util.Iterator is a raw type. References to generic type java.util.Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.json/src/test/java/org/json/JSONArrayTest.java:[156,19] java.util.Collection is a raw type. References to generic type java.util.Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.json/src/test/java/org/json/JSONArrayTest.java:[200,16] java.util.Collection is a raw type. References to generic type java.util.Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.json/src/test/java/org/json/JSONArrayTest.java:[321,16] java.util.Collection is a raw type. References to generic type java.util.Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.json/src/test/java/org/json/JSONArrayTest.java:[370,17] java.util.Collection is a raw type. References to generic type java.util.Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.json/src/test/java/org/json/JSONStringerTest.java:[37,19] Unsupported @SuppressWarnings("CatchMayIgnoreException") [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.json --- [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/maven-surefire-common/3.2.3/maven-surefire-common-3.2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.2.3/maven-surefire-common-3.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.2.3/maven-surefire-common-3.2.3.pom (6.2 kB at 624 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-api/3.2.3/surefire-api-3.2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.2.3/surefire-api-3.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.2.3/surefire-api-3.2.3.pom (3.5 kB at 392 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-logger-api/3.2.3/surefire-logger-api-3.2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.2.3/surefire-logger-api-3.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.2.3/surefire-logger-api-3.2.3.pom (3.3 kB at 121 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-shared-utils/3.2.3/surefire-shared-utils-3.2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.2.3/surefire-shared-utils-3.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.2.3/surefire-shared-utils-3.2.3.pom (4.1 kB at 580 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-extensions-api/3.2.3/surefire-extensions-api-3.2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.2.3/surefire-extensions-api-3.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.2.3/surefire-extensions-api-3.2.3.pom (3.3 kB at 413 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-booter/3.2.3/surefire-booter-3.2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.2.3/surefire-booter-3.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.2.3/surefire-booter-3.2.3.pom (4.5 kB at 446 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-extensions-spi/3.2.3/surefire-extensions-spi-3.2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.2.3/surefire-extensions-spi-3.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.2.3/surefire-extensions-spi-3.2.3.pom (1.8 kB at 220 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom (5.8 kB at 725 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom (2.3 kB at 335 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/3.2.5/maven-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.2.5/maven-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.2.5/maven-3.2.5.pom (22 kB at 932 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/25/maven-parent-25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 19 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/15/apache-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 15 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom (8.1 kB at 323 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom (2.2 kB at 103 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom (2.6 kB at 288 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom (1.5 kB at 192 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 383 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom (2.2 kB at 101 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom (3.0 kB at 336 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.pom (15 kB at 1.9 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/sisu/sisu-plexus/0.9.0.M2/sisu-plexus-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.9.0.M2/sisu-plexus-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.9.0.M2/sisu-plexus-0.9.0.M2.pom (15 kB at 1.6 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.pom (17 kB at 1.7 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/sisu/sisu-inject/0.9.0.M2/sisu-inject-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.9.0.M2/sisu-inject-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.9.0.M2/sisu-inject-0.9.0.M2.pom (15 kB at 1.9 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom (750 B at 107 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom (4.8 kB at 601 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom (7.9 kB at 989 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom (3.0 kB at 103 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom (4.2 kB at 250 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom (2.1 kB at 228 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom (3.5 kB at 496 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom (11 kB at 911 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom (13 kB at 612 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/forge/forge-parent/38/forge-parent-38.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/38/forge-parent-38.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/38/forge-parent-38.pom (19 kB at 1.2 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava/16.0.1/guava-16.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0.1/guava-16.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0.1/guava-16.0.1.pom (6.1 kB at 763 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom (7.3 kB at 815 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.15.0/commons-io-2.15.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.15.0/commons-io-2.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.15.0/commons-io-2.15.0.pom (22 kB at 1.0 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/64/commons-parent-64.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/64/commons-parent-64.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/64/commons-parent-64.pom (78 kB at 6.5 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.pom (4.3 kB at 610 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-languages/1.2.0/plexus-languages-1.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.2.0/plexus-languages-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.2.0/plexus-languages-1.2.0.pom (3.2 kB at 456 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/15/plexus-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/15/plexus-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/15/plexus-15.pom (28 kB at 3.5 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/maven-surefire-common/3.2.3/maven-surefire-common-3.2.3.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-api/3.2.3/surefire-api-3.2.3.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-logger-api/3.2.3/surefire-logger-api-3.2.3.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-extensions-api/3.2.3/surefire-extensions-api-3.2.3.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-booter/3.2.3/surefire-booter-3.2.3.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-extensions-spi/3.2.3/surefire-extensions-spi-3.2.3.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.15.0/commons-io-2.15.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-shared-utils/3.2.3/surefire-shared-utils-3.2.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.2.3/maven-surefire-common-3.2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.2.3/maven-surefire-common-3.2.3.jar (308 kB at 22 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.2.3/surefire-api-3.2.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.2.3/surefire-logger-api-3.2.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.2.3/surefire-extensions-api-3.2.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.2.3/surefire-booter-3.2.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.2.3/surefire-extensions-spi-3.2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.2.3/surefire-logger-api-3.2.3.jar (14 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.2.3/surefire-extensions-spi-3.2.3.jar (8.2 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.15.0/commons-io-2.15.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.2.3/surefire-extensions-api-3.2.3.jar (26 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.2.3/surefire-booter-3.2.3.jar (118 kB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.2.3/surefire-shared-utils-3.2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.2.3/surefire-api-3.2.3.jar (171 kB at 16 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar (61 kB at 3.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.jar (58 kB at 3.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.15.0/commons-io-2.15.0.jar (501 kB at 21 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.2.3/surefire-shared-utils-3.2.3.jar (2.4 MB at 57 MB/s) [INFO] Surefire report directory: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.json/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-junit4/3.2.3/surefire-junit4-3.2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/3.2.3/surefire-junit4-3.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/3.2.3/surefire-junit4-3.2.3.pom (3.0 kB at 29 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-providers/3.2.3/surefire-providers-3.2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/3.2.3/surefire-providers-3.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/3.2.3/surefire-providers-3.2.3.pom (2.6 kB at 27 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/common-junit4/3.2.3/common-junit4-3.2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit4/3.2.3/common-junit4-3.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit4/3.2.3/common-junit4-3.2.3.pom (3.1 kB at 25 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/common-junit3/3.2.3/common-junit3-3.2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit3/3.2.3/common-junit3-3.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit3/3.2.3/common-junit3-3.2.3.pom (2.8 kB at 60 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/common-java5/3.2.3/common-java5-3.2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.2.3/common-java5-3.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.2.3/common-java5-3.2.3.pom (2.8 kB at 45 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-junit4/3.2.3/surefire-junit4-3.2.3.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/common-junit4/3.2.3/common-junit4-3.2.3.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/common-junit3/3.2.3/common-junit3-3.2.3.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/common-java5/3.2.3/common-java5-3.2.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/3.2.3/surefire-junit4-3.2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/3.2.3/surefire-junit4-3.2.3.jar (18 kB at 151 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit4/3.2.3/common-junit4-3.2.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit3/3.2.3/common-junit3-3.2.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.2.3/common-java5-3.2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit4/3.2.3/common-junit4-3.2.3.jar (26 kB at 807 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.2.3/common-java5-3.2.3.jar (18 kB at 319 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit3/3.2.3/common-junit3-3.2.3.jar (12 kB at 183 kB/s) [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.json.SelfUseTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s -- in org.json.SelfUseTest [INFO] Running org.json.ParsingTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.json.ParsingTest [INFO] Running org.json.JSONTokenerTest [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.json.JSONTokenerTest [INFO] Running org.json.JSONStringerTest [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s -- in org.json.JSONStringerTest [INFO] Running org.json.JSONObjectTest [INFO] Tests run: 66, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.json.JSONObjectTest [INFO] Running org.json.JSONArrayTest [INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.json.JSONArrayTest [INFO] Running org.json.CompatibilityTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s -- in org.json.CompatibilityTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 187, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.json --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.json/target/org.eclipse.scout.json-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.json --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.json/target/org.eclipse.scout.json-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.json --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.json/target/org.eclipse.scout.json-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.json --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.json/target/org.eclipse.scout.json-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.json --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.json --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.json/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.json/24.2-SNAPSHOT/org.eclipse.scout.json-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.json/target/org.eclipse.scout.json-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.json/24.2-SNAPSHOT/org.eclipse.scout.json-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.json/target/org.eclipse.scout.json-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.json/24.2-SNAPSHOT/org.eclipse.scout.json-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.json/target/org.eclipse.scout.json-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.json/24.2-SNAPSHOT/org.eclipse.scout.json-24.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.json/target/org.eclipse.scout.json-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.json/24.2-SNAPSHOT/org.eclipse.scout.json-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt.platform >--------- [INFO] Building org.eclipse.scout.rt.platform 24.2-SNAPSHOT [6/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/smallrye/jandex-maven-plugin/3.1.6/jandex-maven-plugin-3.1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/jandex-maven-plugin/3.1.6/jandex-maven-plugin-3.1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/jandex-maven-plugin/3.1.6/jandex-maven-plugin-3.1.6.pom (3.4 kB at 102 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/smallrye/jandex-parent/3.1.6/jandex-parent-3.1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/jandex-parent/3.1.6/jandex-parent-3.1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/jandex-parent/3.1.6/jandex-parent-3.1.6.pom (7.2 kB at 358 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/smallrye/smallrye-build-parent/42/smallrye-build-parent-42.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-build-parent/42/smallrye-build-parent-42.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-build-parent/42/smallrye-build-parent-42.pom (39 kB at 12 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/smallrye/jandex-maven-plugin/3.1.6/jandex-maven-plugin-3.1.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/jandex-maven-plugin/3.1.6/jandex-maven-plugin-3.1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/jandex-maven-plugin/3.1.6/jandex-maven-plugin-3.1.6.jar (20 kB at 275 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/smallrye/jandex/3.1.6/jandex-3.1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/jandex/3.1.6/jandex-3.1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/jandex/3.1.6/jandex-3.1.6.pom (7.0 kB at 435 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.pom (2.8 kB at 313 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-parent/2.0.9/slf4j-parent-2.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.9/slf4j-parent-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.9/slf4j-parent-2.0.9.pom (16 kB at 2.2 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-bom/2.0.9/slf4j-bom-2.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-bom/2.0.9/slf4j-bom-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-bom/2.0.9/slf4j-bom-2.0.9.pom (4.9 kB at 615 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.pom (16 kB at 522 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom (13 kB at 1.7 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/quartz-scheduler/quartz/2.3.2/quartz-2.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/quartz-scheduler/quartz/2.3.2/quartz-2.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/quartz-scheduler/quartz/2.3.2/quartz-2.3.2.pom (9.0 kB at 1.1 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/quartz-scheduler/quartz-parent/2.3.2/quartz-parent-2.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/quartz-scheduler/quartz-parent/2.3.2/quartz-parent-2.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/quartz-scheduler/quartz-parent/2.3.2/quartz-parent-2.3.2.pom (15 kB at 2.2 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/jul-to-slf4j/2.0.9/jul-to-slf4j-2.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jul-to-slf4j/2.0.9/jul-to-slf4j-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jul-to-slf4j/2.0.9/jul-to-slf4j-2.0.9.pom (1.1 kB at 23 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/ch/qos/logback/logback-classic/1.4.14/logback-classic-1.4.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.4.14/logback-classic-1.4.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.4.14/logback-classic-1.4.14.pom (13 kB at 147 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/ch/qos/logback/logback-parent/1.4.14/logback-parent-1.4.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.4.14/logback-parent-1.4.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.4.14/logback-parent-1.4.14.pom (20 kB at 217 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/ch/qos/logback/logback-core/1.4.14/logback-core-1.4.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.4.14/logback-core-1.4.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.4.14/logback-core-1.4.14.pom (5.0 kB at 37 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-jdk14/2.0.9/slf4j-jdk14-2.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/2.0.9/slf4j-jdk14-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/2.0.9/slf4j-jdk14-2.0.9.pom (1.3 kB at 39 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opentelemetry/opentelemetry-api/1.34.1/opentelemetry-api-1.34.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-api/1.34.1/opentelemetry-api-1.34.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-api/1.34.1/opentelemetry-api-1.34.1.pom (1.8 kB at 254 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opentelemetry/opentelemetry-context/1.34.1/opentelemetry-context-1.34.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-context/1.34.1/opentelemetry-context-1.34.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-context/1.34.1/opentelemetry-context-1.34.1.pom (1.6 kB at 225 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/smallrye/jandex/3.1.6/jandex-3.1.6.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/quartz-scheduler/quartz/2.3.2/quartz-2.3.2.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/jul-to-slf4j/2.0.9/jul-to-slf4j-2.0.9.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/ch/qos/logback/logback-classic/1.4.14/logback-classic-1.4.14.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/ch/qos/logback/logback-core/1.4.14/logback-core-1.4.14.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-jdk14/2.0.9/slf4j-jdk14-2.0.9.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opentelemetry/opentelemetry-api/1.34.1/opentelemetry-api-1.34.1.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opentelemetry/opentelemetry-context/1.34.1/opentelemetry-context-1.34.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/jandex/3.1.6/jandex-3.1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/jandex/3.1.6/jandex-3.1.6.jar (331 kB at 14 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/quartz-scheduler/quartz/2.3.2/quartz-2.3.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jul-to-slf4j/2.0.9/jul-to-slf4j-2.0.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.4.14/logback-classic-1.4.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.jar (65 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.4.14/logback-core-1.4.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/quartz-scheduler/quartz/2.3.2/quartz-2.3.2.jar (693 kB at 10 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/2.0.9/slf4j-jdk14-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.4.14/logback-classic-1.4.14.jar (284 kB at 2.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jul-to-slf4j/2.0.9/jul-to-slf4j-2.0.9.jar (6.3 kB at 56 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-api/1.34.1/opentelemetry-api-1.34.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-context/1.34.1/opentelemetry-context-1.34.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar (25 kB at 221 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-api/1.34.1/opentelemetry-api-1.34.1.jar (139 kB at 1.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-context/1.34.1/opentelemetry-context-1.34.1.jar (47 kB at 340 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/2.0.9/slf4j-jdk14-2.0.9.jar (10 kB at 75 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.4.14/logback-core-1.4.14.jar (597 kB at 4.1 MB/s) [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.platform --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.platform --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.platform --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.platform --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.platform --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/collection/TransformingSet.java:[28,19] Unsupported @SuppressWarnings("squid:S2160") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/job/internal/NamedThreadFactory.java:[42,11] The type java.lang.SecurityManager has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/job/internal/NamedThreadFactory.java:[42,52] The method getSecurityManager() from the type java.lang.System has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/job/internal/NamedThreadFactory.java:[43,59] The method getThreadGroup() from the type java.lang.SecurityManager has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/config/ConfigPropertyValidator.java:[40,12] org.eclipse.scout.rt.platform.config.IConfigProperty is a raw type. References to generic type org.eclipse.scout.rt.platform.config.IConfigProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/Pair.java:[20,19] Unsupported @SuppressWarnings("squid:S00118") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/Pair.java:[49,5] org.eclipse.scout.rt.platform.util.Pair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.Pair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/Pair.java:[49,19] org.eclipse.scout.rt.platform.util.Pair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.Pair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/ArrayComparator.java:[15,19] Unsupported @SuppressWarnings("squid:S2063") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/ArrayComparator.java:[100,21] Unsupported @SuppressWarnings("squid:S2063") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/ArrayComparator.java:[126,15] java.lang.Comparable is a raw type. References to generic type java.lang.Comparable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/exception/DefaultExceptionTranslator.java:[14,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/exception/DefaultExceptionTranslator.java:[142,113] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/exception/DefaultExceptionTranslator.java:[142,124] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/exception/DefaultExceptionTranslator.java:[142,141] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/EventListenerList.java:[47,32] java.lang.ref.Reference is a raw type. References to generic type java.lang.ref.Reference should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/EventListenerList.java:[72,31] java.lang.ref.Reference is a raw type. References to generic type java.lang.ref.Reference should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/EventListenerList.java:[189,17] java.lang.ref.Reference is a raw type. References to generic type java.lang.ref.Reference should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/EventListenerList.java:[247,15] java.lang.ref.Reference is a raw type. References to generic type java.lang.ref.Reference should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/EventListenerList.java:[280,38] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/status/MultiStatus.java:[209,21] Unsupported @SuppressWarnings("squid:S2583") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/status/MultiStatus.java:[218,21] Unsupported @SuppressWarnings("squid:S2583") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/internal/PlatformImplementor.java:[127,21] Unsupported @SuppressWarnings("squid:S1181") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/internal/PlatformImplementor.java:[224,9] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/internal/PlatformImplementor.java:[319,21] Unsupported @SuppressWarnings("squid:S1181") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/LocalHostAddressHelper.java:[35,21] Unsupported @SuppressWarnings("squid:S1166") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/LocalHostAddressHelper.java:[70,21] Unsupported @SuppressWarnings("squid:S1166") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/reflect/FastPropertyDescriptor.java:[42,10] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/html/HtmlHelper.java:[24,21] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/html/HtmlHelper.java:[213,21] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/holders/Holder.java:[66,21] Unsupported @SuppressWarnings("findbugs:RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/extension/Extends.java:[44,3] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/date/DateUtility.java:[635,21] Unsupported @SuppressWarnings("squid:S1201") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/StringUtility.java:[45,21] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/StringUtility.java:[473,21] Unsupported @SuppressWarnings("squid:AssignmentInSubExpressionCheck") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/StringUtility.java:[508,21] Unsupported @SuppressWarnings("squid:S2259") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/StringUtility.java:[541,21] Unsupported @SuppressWarnings("squid:S2259") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/StringUtility.java:[589,21] Unsupported @SuppressWarnings("squid:S2259") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/StringUtility.java:[819,21] Unsupported @SuppressWarnings("squid:ForLoopCounterChangedCheck") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/StringUtility.java:[1028,21] Unsupported @SuppressWarnings("squid:S1643") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/StringUtility.java:[1395,21] Unsupported @SuppressWarnings("squid:S00116") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/StringUtility.java:[1562,22] Unsupported @SuppressWarnings("squid:S1166") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/StringUtility.java:[1562,37] Unsupported @SuppressWarnings("squid:S00108") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/StringUtility.java:[1618,22] Unsupported @SuppressWarnings("squid:S1166") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/StringUtility.java:[1618,37] Unsupported @SuppressWarnings("squid:S00108") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/StringUtility.java:[1789,22] Unsupported @SuppressWarnings("squid:ClassVariableVisibilityCheck") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/StringUtility.java:[1789,60] Unsupported @SuppressWarnings("squid:S1444") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/StringUtility.java:[1789,75] Unsupported @SuppressWarnings("squid:S3008") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/StringUtility.java:[1821,21] Unsupported @SuppressWarnings("squid:S2259") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/StringUtility.java:[2124,21] Unsupported @SuppressWarnings("squid:S2245") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/CollectionUtility.java:[659,28] java.lang.Comparable is a raw type. References to generic type java.lang.Comparable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/CollectionUtility.java:[667,28] java.lang.Comparable is a raw type. References to generic type java.lang.Comparable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/CollectionUtility.java:[674,28] java.lang.Comparable is a raw type. References to generic type java.lang.Comparable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/CollectionUtility.java:[682,28] java.lang.Comparable is a raw type. References to generic type java.lang.Comparable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/Range.java:[70,5] org.eclipse.scout.rt.platform.util.Range is a raw type. References to generic type org.eclipse.scout.rt.platform.util.Range should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/Range.java:[70,20] org.eclipse.scout.rt.platform.util.Range is a raw type. References to generic type org.eclipse.scout.rt.platform.util.Range should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/holders/NVPair.java:[22,17] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/holders/NVPair.java:[30,44] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/holders/NVPair.java:[44,10] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/concurrent/IRunnable.java:[25,21] Unsupported @SuppressWarnings("squid:S00112") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/config/ConfigDescriptionExporter.java:[75,10] org.eclipse.scout.rt.platform.config.IConfigProperty is a raw type. References to generic type org.eclipse.scout.rt.platform.config.IConfigProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/config/ConfigDescriptionExporter.java:[104,23] Unsupported @SuppressWarnings("findbugs:NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/config/ConfigDescriptionExporter.java:[126,23] Unsupported @SuppressWarnings("findbugs:RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/exception/ProcessingStatus.java:[24,21] Unsupported @SuppressWarnings("squid:S2387") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/TypeCastUtility.java:[109,21] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/TypeCastUtility.java:[109,28] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/TypeCastUtility.java:[110,21] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/TypeCastUtility.java:[111,21] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/TypeCastUtility.java:[158,42] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/TypeCastUtility.java:[159,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/TypeCastUtility.java:[178,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/TypeCastUtility.java:[191,25] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/TypeCastUtility.java:[204,34] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/TypeCastUtility.java:[217,11] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/TypeCastUtility.java:[217,32] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/TypeCastUtility.java:[224,11] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/TypeCastUtility.java:[224,42] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/TypeCastUtility.java:[226,18] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/TypeCastUtility.java:[279,62] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/TypeCastUtility.java:[279,78] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/TypeCastUtility.java:[292,47] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/TypeCastUtility.java:[292,63] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/TypeCastUtility.java:[297,15] java.util.Collection is a raw type. References to generic type java.util.Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/TypeCastUtility.java:[300,15] java.util.Map is a raw type. References to generic type java.util.Map should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/TypeCastUtility.java:[306,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/TypeCastUtility.java:[309,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/TypeCastUtility.java:[339,21] Unsupported @SuppressWarnings("squid:S138") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/TypeCastUtility.java:[340,47] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/TypeCastUtility.java:[340,63] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/TypeCastUtility.java:[1884,21] Unsupported @SuppressWarnings("squid:S00116") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/TypeCastUtility.java:[1888,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/TypeCastUtility.java:[1900,19] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/TypeCastUtility.java:[1900,37] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/TypeCastUtility.java:[1930,17] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/TypeCastUtility.java:[1930,49] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/TypeCastUtility.java:[1930,67] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/TypeCastUtility.java:[1945,17] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/TypeCastUtility.java:[1945,49] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/TypeCastUtility.java:[1945,67] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/TypeCastUtility.java:[1949,11] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/TypeCastUtility.java:[1949,47] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/TypeCastUtility.java:[1949,65] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/TypeCastUtility.java:[1951,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/TypeCastUtility.java:[1986,7] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/TypeCastUtility.java:[1986,18] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/TypeCastUtility.java:[2081,33] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/TypeCastUtility.java:[2084,32] java.lang.reflect.TypeVariable is a raw type. References to generic type java.lang.reflect.TypeVariable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/MutablePair.java:[23,19] Unsupported @SuppressWarnings("squid:S2160") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/ObjectUtility.java:[81,21] Unsupported @SuppressWarnings("squid:S1201") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/interceptor/DecoratingProxy.java:[28,17] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/interceptor/DecoratingProxy.java:[44,91] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/interceptor/DecoratingProxy.java:[63,127] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/interceptor/DecoratingProxy.java:[67,118] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/interceptor/DecoratingProxy.java:[149,159] org.eclipse.scout.rt.platform.interceptor.DecoratingProxy.P_InvocationHandler is a raw type. References to generic type org.eclipse.scout.rt.platform.interceptor.DecoratingProxy.P_InvocationHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/interceptor/DecoratingProxy.java:[155,10] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/IOUtility.java:[62,19] Unsupported @SuppressWarnings("findbugs:RV_RETURN_VALUE_IGNORED_BAD_PRACTICE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/CompositeObject.java:[98,16] java.lang.Comparable is a raw type. References to generic type java.lang.Comparable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/holders/HolderUtility.java:[24,44] org.eclipse.scout.rt.platform.holders.IHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/holders/HolderUtility.java:[24,55] org.eclipse.scout.rt.platform.holders.IHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/nls/NlsResourceBundleCache.java:[41,60] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/VerboseUtility.java:[86,7] java.lang.reflect.TypeVariable is a raw type. References to generic type java.lang.reflect.TypeVariable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/VerboseUtility.java:[86,25] java.lang.reflect.TypeVariable is a raw type. References to generic type java.lang.reflect.TypeVariable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/VerboseUtility.java:[125,21] Unsupported @SuppressWarnings("squid:S1643") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/VerboseUtility.java:[126,33] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/VerboseUtility.java:[130,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/collection/AbstractTransactionalMap.java:[212,21] Unsupported @SuppressWarnings("squid:S2160") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/collection/AbstractTransactionalMap.java:[398,23] Unsupported @SuppressWarnings("SuspiciousMethodCalls") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/collection/AbstractTransactionalMap.java:[439,24] Unsupported @SuppressWarnings("SuspiciousMethodCalls") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/collection/ConcurrentTransactionalMap.java:[27,19] Unsupported @SuppressWarnings("squid:S2160") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/exception/PlatformException.java:[105,21] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/interceptor/IInstanceInvocationHandler.java:[61,21] Unsupported @SuppressWarnings("squid:S00112") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/job/internal/JobExceptionTranslator.java:[12,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/job/internal/JobExceptionTranslator.java:[73,78] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/job/internal/JobExceptionTranslator.java:[73,89] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/job/internal/JobExceptionTranslator.java:[73,106] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/job/internal/JobListeners.java:[50,11] org.eclipse.scout.rt.platform.job.IFuture is a raw type. References to generic type org.eclipse.scout.rt.platform.job.IFuture should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/job/internal/JobListeners.java:[72,119] org.eclipse.scout.rt.platform.job.IFuture is a raw type. References to generic type org.eclipse.scout.rt.platform.job.IFuture should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/job/internal/JobListeners.java:[123,13] org.eclipse.scout.rt.platform.job.IFuture is a raw type. References to generic type org.eclipse.scout.rt.platform.job.IFuture should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/cache/CacheBuilder.java:[330,73] org.eclipse.scout.rt.platform.cache.ICache is a raw type. References to generic type org.eclipse.scout.rt.platform.cache.ICache should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/cache/CacheBuilder.java:[338,61] org.eclipse.scout.rt.platform.cache.ICache is a raw type. References to generic type org.eclipse.scout.rt.platform.cache.ICache should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/cache/CacheBuilder.java:[358,35] org.eclipse.scout.rt.platform.cache.ICache is a raw type. References to generic type org.eclipse.scout.rt.platform.cache.ICache should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/cache/CacheBuilder.java:[361,53] org.eclipse.scout.rt.platform.cache.ICache is a raw type. References to generic type org.eclipse.scout.rt.platform.cache.ICache should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/cache/CacheBuilder.java:[367,28] org.eclipse.scout.rt.platform.cache.ICache is a raw type. References to generic type org.eclipse.scout.rt.platform.cache.ICache should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/internal/BeanManagerImplementor.java:[47,31] org.eclipse.scout.rt.platform.internal.BeanHierarchy is a raw type. References to generic type org.eclipse.scout.rt.platform.internal.BeanHierarchy should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/internal/BeanManagerImplementor.java:[108,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/internal/BeanManagerImplementor.java:[164,9] org.eclipse.scout.rt.platform.internal.BeanHierarchy is a raw type. References to generic type org.eclipse.scout.rt.platform.internal.BeanHierarchy should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/internal/BeanManagerImplementor.java:[164,76] org.eclipse.scout.rt.platform.internal.BeanHierarchy is a raw type. References to generic type org.eclipse.scout.rt.platform.internal.BeanHierarchy should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/internal/BeanManagerImplementor.java:[181,9] org.eclipse.scout.rt.platform.internal.BeanHierarchy is a raw type. References to generic type org.eclipse.scout.rt.platform.internal.BeanHierarchy should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/internal/BeanManagerImplementor.java:[187,11] org.eclipse.scout.rt.platform.internal.BeanImplementor is a raw type. References to generic type org.eclipse.scout.rt.platform.internal.BeanImplementor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/internal/BeanManagerImplementor.java:[216,7] org.eclipse.scout.rt.platform.internal.BeanHierarchy is a raw type. References to generic type org.eclipse.scout.rt.platform.internal.BeanHierarchy should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/internal/BeanManagerImplementor.java:[282,7] org.eclipse.scout.rt.platform.internal.BeanHierarchy is a raw type. References to generic type org.eclipse.scout.rt.platform.internal.BeanHierarchy should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/internal/BeanManagerImplementor.java:[343,10] org.eclipse.scout.rt.platform.IBean is a raw type. References to generic type org.eclipse.scout.rt.platform.IBean should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/event/UnsafeFastListenerList.java:[73,42] java.lang.ref.Reference is a raw type. References to generic type java.lang.ref.Reference should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/event/UnsafeFastListenerList.java:[126,15] java.lang.ref.Reference is a raw type. References to generic type java.lang.ref.Reference should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/event/UnsafeFastListenerList.java:[148,15] java.lang.ref.WeakReference is a raw type. References to generic type java.lang.ref.WeakReference should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/event/UnsafeFastListenerList.java:[162,74] java.lang.ref.WeakReference is a raw type. References to generic type java.lang.ref.WeakReference should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/EnumerationUtility.java:[43,25] Unsupported @SuppressWarnings("squid:S2272") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/context/PrinicpalContextValueProvider.java:[12,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/context/PrinicpalContextValueProvider.java:[41,44] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/context/PrinicpalContextValueProvider.java:[41,55] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/context/PrinicpalContextValueProvider.java:[41,72] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/config/AbstractConfigProperty.java:[20,19] Unsupported @SuppressWarnings("findbugs:UG_SYNC_SET_UNSYNC_GET") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/config/AbstractBooleanConfigProperty.java:[18,21] Unsupported @SuppressWarnings("findbugs:NP_BOOLEAN_RETURN_NULL") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/context/RunContext.java:[12,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/context/RunContext.java:[153,21] Unsupported @SuppressWarnings("squid:S1181") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/context/RunContext.java:[542,25] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/context/RunContext.java:[542,36] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/context/RunContext.java:[542,53] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/reflect/FastBeanUtility.java:[15,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/reflect/FastBeanUtility.java:[46,17] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/reflect/FastBeanUtility.java:[65,10] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/reflect/FastBeanUtility.java:[102,51] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/reflect/FastBeanUtility.java:[104,11] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/reflect/FastBeanUtility.java:[105,15] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/reflect/FastBeanUtility.java:[105,32] The method doPrivileged(java.security.PrivilegedAction) from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/config/PropertiesHelper.java:[1130,21] Unsupported @SuppressWarnings("squid:S1149") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/NumberUtility.java:[27,21] Unsupported @SuppressWarnings("squid:S2245") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/reflect/ConfigurationUtility.java:[47,42] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/reflect/ConfigurationUtility.java:[47,49] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/reflect/ConfigurationUtility.java:[60,98] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/reflect/ConfigurationUtility.java:[63,10] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/reflect/ConfigurationUtility.java:[89,42] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/reflect/ConfigurationUtility.java:[90,10] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/reflect/ConfigurationUtility.java:[105,71] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/reflect/ConfigurationUtility.java:[106,10] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/reflect/ConfigurationUtility.java:[123,50] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/reflect/ConfigurationUtility.java:[125,10] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/reflect/ConfigurationUtility.java:[140,79] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/reflect/ConfigurationUtility.java:[142,10] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/reflect/ConfigurationUtility.java:[157,75] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/reflect/ConfigurationUtility.java:[159,10] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/reflect/ConfigurationUtility.java:[180,17] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/reflect/ConfigurationUtility.java:[180,50] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/reflect/ConfigurationUtility.java:[184,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/reflect/ConfigurationUtility.java:[212,86] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/job/filter/future/FutureFilterBuilder.java:[88,51] org.eclipse.scout.rt.platform.job.IFuture is a raw type. References to generic type org.eclipse.scout.rt.platform.job.IFuture should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/chain/callable/ICallableDecorator.java:[34,21] Unsupported @SuppressWarnings("squid:S00112") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/context/RunContextChainIntercepterRegistry.java:[28,43] org.eclipse.scout.rt.platform.context.IRunContextChainInterceptorProducer is a raw type. References to generic type org.eclipse.scout.rt.platform.context.IRunContextChainInterceptorProducer should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/context/RunContextChainIntercepterRegistry.java:[48,10] org.eclipse.scout.rt.platform.context.IRunContextChainInterceptorProducer is a raw type. References to generic type org.eclipse.scout.rt.platform.context.IRunContextChainInterceptorProducer should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/context/RunContextChainIntercepterRegistry.java:[49,10] org.eclipse.scout.rt.platform.context.IRunContextChainInterceptorProducer is a raw type. References to generic type org.eclipse.scout.rt.platform.context.IRunContextChainInterceptorProducer should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/UriUtility.java:[319,21] Unsupported @SuppressWarnings("JavadocLinkAsPlainText") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/internal/BeanFilter.java:[29,15] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/internal/BeanFilter.java:[36,14] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/AnnotationFactory.java:[14,19] Unsupported @SuppressWarnings("squid:S2162") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/namespace/NamespaceVersionedModel.java:[105,48] org.eclipse.scout.rt.platform.namespace.NamespaceVersionedModel.Builder is a raw type. References to generic type org.eclipse.scout.rt.platform.namespace.NamespaceVersionedModel.Builder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/cache/ICacheBuilder.java:[209,67] org.eclipse.scout.rt.platform.cache.ICache is a raw type. References to generic type org.eclipse.scout.rt.platform.cache.ICache should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/cache/ICacheBuilder.java:[214,54] org.eclipse.scout.rt.platform.cache.ICache is a raw type. References to generic type org.eclipse.scout.rt.platform.cache.ICache should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/cache/CacheRegistryService.java:[22,29] org.eclipse.scout.rt.platform.cache.ICache is a raw type. References to generic type org.eclipse.scout.rt.platform.cache.ICache should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/cache/CacheRegistryService.java:[30,21] Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/cache/CacheRegistryService.java:[53,25] org.eclipse.scout.rt.platform.cache.ICache is a raw type. References to generic type org.eclipse.scout.rt.platform.cache.ICache should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/config/PlatformConfigProperties.java:[174,23] Unsupported @SuppressWarnings("findbugs:VA_FORMAT_STRING_USES_NEWLINE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/MatrixUtility.java:[148,21] Unsupported @SuppressWarnings("pmd:AvoidArrayLoops") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/transaction/TransactionProcessor.java:[184,21] Unsupported @SuppressWarnings("squid:S00112") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/JarManifestHelper.java:[41,21] Unsupported @SuppressWarnings("SpellCheckingInspection") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/events/management/IListenerListMonitorMBean.java:[66,23] Unsupported @SuppressWarnings("findbugs:VA_FORMAT_STRING_USES_NEWLINE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/resource/BinaryResource.java:[71,21] Unsupported @SuppressWarnings("findbugs:RV_RETURN_VALUE_IGNORED_BAD_PRACTICE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/config/PropertiesUtility.java:[121,21] Unsupported @SuppressWarnings("squid:S1149") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/TypeParameterBeanRegistry.java:[83,11] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/security/JwtPrincipal.java:[13,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/security/JwtPrincipal.java:[68,35] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/security/JwtPrincipal.java:[68,46] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/security/JwtPrincipal.java:[68,63] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/security/ConfigFileCredentialVerifier.java:[182,23] Unsupported @SuppressWarnings("findbugs:VA_FORMAT_STRING_USES_NEWLINE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/chain/callable/CallableChain.java:[218,62] org.eclipse.scout.rt.platform.chain.callable.ICallableInterceptor is a raw type. References to generic type org.eclipse.scout.rt.platform.chain.callable.ICallableInterceptor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/transaction/TwoPhaseTransactionCommitProtocol.java:[25,19] Unsupported @SuppressWarnings("squid:S1181") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/BeanUtility.java:[41,28] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/BeanUtility.java:[41,35] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/BeanUtility.java:[42,28] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/BeanUtility.java:[42,35] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/BeanUtility.java:[58,16] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/BeanUtility.java:[58,23] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/BeanUtility.java:[450,11] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/BeanUtility.java:[453,18] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/transaction/BasicTransaction.java:[24,19] Unsupported @SuppressWarnings("squid:S1181") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/reflect/FastBeanInfo.java:[23,17] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/reflect/FastBeanInfo.java:[33,10] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/reflect/BasicPropertySupport.java:[70,34] java.lang.ref.Reference is a raw type. References to generic type java.lang.ref.Reference should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/reflect/BasicPropertySupport.java:[82,39] java.lang.ref.Reference is a raw type. References to generic type java.lang.ref.Reference should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/reflect/BasicPropertySupport.java:[363,16] java.util.List is a raw type. References to generic type java.util.List should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/reflect/BasicPropertySupport.java:[389,9] java.util.List is a raw type. References to generic type java.util.List should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/reflect/BasicPropertySupport.java:[407,19] java.lang.ref.Reference is a raw type. References to generic type java.lang.ref.Reference should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/reflect/BasicPropertySupport.java:[427,17] java.util.List is a raw type. References to generic type java.util.List should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/reflect/BasicPropertySupport.java:[431,23] java.lang.ref.Reference is a raw type. References to generic type java.lang.ref.Reference should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/reflect/BasicPropertySupport.java:[445,37] java.util.List is a raw type. References to generic type java.util.List should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/reflect/BasicPropertySupport.java:[452,45] java.lang.ref.Reference is a raw type. References to generic type java.lang.ref.Reference should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/reflect/BasicPropertySupport.java:[462,9] java.util.ArrayList is a raw type. References to generic type java.util.ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/reflect/BasicPropertySupport.java:[492,5] java.util.List is a raw type. References to generic type java.util.List should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/reflect/BasicPropertySupport.java:[493,5] java.util.Map is a raw type. References to generic type java.util.Map should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/reflect/BasicPropertySupport.java:[520,21] java.lang.ref.Reference is a raw type. References to generic type java.lang.ref.Reference should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/reflect/BasicPropertySupport.java:[529,11] java.util.List is a raw type. References to generic type java.util.List should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/reflect/BasicPropertySupport.java:[533,23] java.lang.ref.Reference is a raw type. References to generic type java.lang.ref.Reference should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/reflect/BasicPropertySupport.java:[590,7] java.util.List is a raw type. References to generic type java.util.List should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/reflect/BasicPropertySupport.java:[594,7] java.util.List is a raw type. References to generic type java.util.List should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/chain/callable/ICallableInterceptor.java:[41,21] Unsupported @SuppressWarnings("squid:S00112") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/ImmutablePair.java:[18,19] Unsupported @SuppressWarnings("squid:S2160") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/collection/ConcurrentExpiringMap.java:[62,19] Unsupported @SuppressWarnings("squid:S2160") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/collection/ConcurrentExpiringMap.java:[674,7] org.eclipse.scout.rt.platform.util.collection.ConcurrentExpiringMap.ExpiringElement is a raw type. References to generic type org.eclipse.scout.rt.platform.util.collection.ConcurrentExpiringMap.ExpiringElement should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/collection/ConcurrentExpiringMap.java:[674,32] org.eclipse.scout.rt.platform.util.collection.ConcurrentExpiringMap.ExpiringElement is a raw type. References to generic type org.eclipse.scout.rt.platform.util.collection.ConcurrentExpiringMap.ExpiringElement should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/reflect/AbstractPropertyObserver.java:[25,21] Unsupported @SuppressWarnings("squid:S00116") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/security/SubjectProcessor.java:[12,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/security/SubjectProcessor.java:[51,55] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/security/SubjectProcessor.java:[51,66] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/security/SubjectProcessor.java:[51,83] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/job/internal/FixedDelayTrigger.java:[28,19] Unsupported @SuppressWarnings("squid:S2160") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/FileUtility.java:[53,19] Unsupported @SuppressWarnings("findbugs:RV_RETURN_VALUE_IGNORED_BAD_PRACTICE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/FileUtility.java:[549,27] Unsupported @SuppressWarnings("squid:S2095") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/extension/InjectFieldTo.java:[50,3] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/interceptor/internal/BeanProxyImplementor.java:[35,77] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/exception/PlatformError.java:[105,21] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/internal/BeanHierarchy.java:[140,35] Unsupported @SuppressWarnings("squid:S1244") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/util/collection/LRUCache.java:[29,19] Unsupported @SuppressWarnings("squid:S2160") [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.platform --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.platform --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.platform --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.platform --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.platform --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/target/org.eclipse.scout.rt.platform-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.platform --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.platform --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/target/org.eclipse.scout.rt.platform-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.platform --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.platform --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.platform --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/24.2-SNAPSHOT/org.eclipse.scout.rt.platform-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/target/org.eclipse.scout.rt.platform-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/24.2-SNAPSHOT/org.eclipse.scout.rt.platform-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/target/org.eclipse.scout.rt.platform-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/24.2-SNAPSHOT/org.eclipse.scout.rt.platform-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.eclipse.scout.rt:org.eclipse.scout.rt.dataobject >-------- [INFO] Building org.eclipse.scout.rt.dataobject 24.2-SNAPSHOT [7/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.dataobject --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.dataobject --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.dataobject --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.dataobject --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.dataobject --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/migration/DataObjectMigrationInventory.java:[110,23] Type safety: Unchecked cast from java.lang.Class to java.lang.Class [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/migration/DataObjectMigrationInventory.java:[176,29] Type safety: Unchecked cast from java.lang.Class to java.lang.Class [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/migration/DataObjectMigrationInventory.java:[340,48] org.eclipse.scout.rt.dataobject.migration.IDoValueMigrationHandler is a raw type. References to generic type org.eclipse.scout.rt.dataobject.migration.IDoValueMigrationHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/enumeration/EnumResolver.java:[47,30] Unsupported @SuppressWarnings("squid:S1166") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/enumeration/EnumResolver.java:[79,30] Unsupported @SuppressWarnings("squid:S1166") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/mapping/AbstractToDoFunction.java:[29,29] Type safety: The expression of type java.lang.Class needs unchecked conversion to conform to java.lang.Class [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/mapping/AbstractToDoFunction.java:[31,29] Type safety: The expression of type java.lang.Class needs unchecked conversion to conform to java.lang.Class [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/migration/DataObjectIntermediateMigrationContextData.java:[49,75] Type safety: Unchecked cast from org.eclipse.scout.rt.dataobject.migration.IDataObjectIntermediateMigration to org.eclipse.scout.rt.dataobject.migration.IDataObjectIntermediateMigration [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/AbstractDoCollection.java:[26,19] Unsupported @SuppressWarnings("squid:S2333") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/AbstractDoCollection.java:[61,46] Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/AbstractDoCollection.java:[88,52] Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/AbstractDoCollection.java:[106,49] Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/DoEntityBuilder.java:[74,84] Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/DoList.java:[24,19] Unsupported @SuppressWarnings("squid:S2333") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/DoCollection.java:[29,19] Unsupported @SuppressWarnings("squid:S2333") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/DoCollection.java:[69,33] org.eclipse.scout.rt.dataobject.DoNode is a raw type. References to generic type org.eclipse.scout.rt.dataobject.DoNode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/DoCollection.java:[74,54] Type safety: Unchecked cast from java.lang.Object to java.util.Collection [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/id/AbstractRootId.java:[52,5] org.eclipse.scout.rt.dataobject.id.AbstractRootId is a raw type. References to generic type org.eclipse.scout.rt.dataobject.id.AbstractRootId should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/id/AbstractRootId.java:[52,29] org.eclipse.scout.rt.dataobject.id.AbstractRootId is a raw type. References to generic type org.eclipse.scout.rt.dataobject.id.AbstractRootId should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/DoSet.java:[25,19] Unsupported @SuppressWarnings("squid:S2333") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/lookup/AbstractLookupRestrictionDo.java:[65,56] Type safety: Potential heap pollution via varargs parameter ids [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/id/IdCodec.java:[164,33] Unlikely argument type for equals(): org.eclipse.scout.rt.dataobject.id.IdCodec.IIdCodecFlag seems to be unrelated to java.lang.Enum [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/id/IdCodec.java:[271,42] Type safety: Unchecked cast from java.util.function.Function to java.util.function.Function [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/TypedIdDataObjectVisitorExtension.java:[22,91] org.eclipse.scout.rt.dataobject.id.TypedId is a raw type. References to generic type org.eclipse.scout.rt.dataobject.id.TypedId should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/TypedIdDataObjectVisitorExtension.java:[25,21] org.eclipse.scout.rt.dataobject.id.TypedId is a raw type. References to generic type org.eclipse.scout.rt.dataobject.id.TypedId should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/TypedIdDataObjectVisitorExtension.java:[30,10] org.eclipse.scout.rt.dataobject.id.TypedId is a raw type. References to generic type org.eclipse.scout.rt.dataobject.id.TypedId should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/TypedIdDataObjectVisitorExtension.java:[30,33] org.eclipse.scout.rt.dataobject.id.TypedId is a raw type. References to generic type org.eclipse.scout.rt.dataobject.id.TypedId should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/DoEntity.java:[301,12] Type safety: Unchecked cast from org.eclipse.scout.rt.dataobject.DoNode to NODE [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/DoEntity.java:[309,12] Type safety: Unchecked invocation getNode(java.lang.String, java.lang.Class) of the generic method getNode(java.lang.String, java.lang.Class) of type org.eclipse.scout.rt.dataobject.DoEntity [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/DoEntity.java:[309,12] Type safety: The expression of type org.eclipse.scout.rt.dataobject.DoValue needs unchecked conversion to conform to org.eclipse.scout.rt.dataobject.DoValue [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/DoEntity.java:[317,12] Type safety: Unchecked invocation getNode(java.lang.String, java.lang.Class) of the generic method getNode(java.lang.String, java.lang.Class) of type org.eclipse.scout.rt.dataobject.DoEntity [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/DoEntity.java:[317,12] Type safety: The expression of type org.eclipse.scout.rt.dataobject.DoList needs unchecked conversion to conform to org.eclipse.scout.rt.dataobject.DoList [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/DoEntity.java:[325,12] Type safety: Unchecked invocation getNode(java.lang.String, java.lang.Class) of the generic method getNode(java.lang.String, java.lang.Class) of type org.eclipse.scout.rt.dataobject.DoEntity [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/DoEntity.java:[325,12] Type safety: The expression of type org.eclipse.scout.rt.dataobject.DoSet needs unchecked conversion to conform to org.eclipse.scout.rt.dataobject.DoSet [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/DoEntity.java:[333,12] Type safety: Unchecked invocation getNode(java.lang.String, java.lang.Class) of the generic method getNode(java.lang.String, java.lang.Class) of type org.eclipse.scout.rt.dataobject.DoEntity [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/DoEntity.java:[333,12] Type safety: The expression of type org.eclipse.scout.rt.dataobject.DoCollection needs unchecked conversion to conform to org.eclipse.scout.rt.dataobject.DoCollection [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/DataObjectHelper.java:[314,53] org.eclipse.scout.rt.dataobject.IDoCollection is a raw type. References to generic type org.eclipse.scout.rt.dataobject.IDoCollection should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/DataObjectVisitors.java:[115,16] Type safety: Unchecked cast from T to OT [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/mapping/DoEntityMappings.java:[213,25] Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/mapping/DoEntityMappings.java:[226,25] Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/DoNode.java:[134,5] org.eclipse.scout.rt.dataobject.DoNode is a raw type. References to generic type org.eclipse.scout.rt.dataobject.DoNode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/DoNode.java:[134,21] org.eclipse.scout.rt.dataobject.DoNode is a raw type. References to generic type org.eclipse.scout.rt.dataobject.DoNode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/DoNode.java:[156,33] org.eclipse.scout.rt.dataobject.DoNode is a raw type. References to generic type org.eclipse.scout.rt.dataobject.DoNode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/migration/AbstractDoValueUntypedMigrationHandler.java:[48,12] Type safety: The expression of type java.lang.Class needs unchecked conversion to conform to java.lang.Class [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/DataObjectInventory.java:[225,30] Type safety: Unchecked cast from java.lang.Class to java.lang.Class [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/DataObjectInventory.java:[232,32] Type safety: Unchecked cast from java.lang.Class to java.lang.Class [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/DataObjectInventory.java:[460,12] Type safety: Unchecked cast from org.eclipse.scout.rt.dataobject.IDataObjectVisitorExtension to org.eclipse.scout.rt.dataobject.IDataObjectVisitorExtension [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/AbstractDataObjectVisitorExtension.java:[23,12] Type safety: The expression of type java.lang.Class needs unchecked conversion to conform to java.lang.Class [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/lookup/LookupHelper.java:[176,21] Unsupported @SuppressWarnings("squid:S00107") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/id/IdFactory.java:[98,30] Unsupported @SuppressWarnings("squid:S1166") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/migration/DataObjectMigrator.java:[168,25] Type safety: Unchecked cast from capture#2-of ? to T [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/AbstractDataObjectVisitor.java:[137,92] Type safety: Unchecked cast from java.lang.Class to java.lang.Class [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/id/IdInventory.java:[46,32] Unsupported @SuppressWarnings("squid:S1166") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/id/IdInventory.java:[56,29] Type safety: Unchecked cast from java.lang.Class to java.lang.Class [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/id/IdInventory.java:[142,35] Type safety: Unchecked cast from java.lang.Class to java.lang.Class [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/migration/DoValueMigrationDataObjectVisitor.java:[56,12] Type safety: Unchecked cast from java.lang.Object to T [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.dataobject --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.dataobject --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.dataobject --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.dataobject --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.dataobject --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/target/org.eclipse.scout.rt.dataobject-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.dataobject --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.dataobject --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/target/org.eclipse.scout.rt.dataobject-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.dataobject --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.dataobject --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.dataobject --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject/24.2-SNAPSHOT/org.eclipse.scout.rt.dataobject-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/target/org.eclipse.scout.rt.dataobject-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject/24.2-SNAPSHOT/org.eclipse.scout.rt.dataobject-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/target/org.eclipse.scout.rt.dataobject-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject/24.2-SNAPSHOT/org.eclipse.scout.rt.dataobject-24.2-SNAPSHOT-sources.jar [INFO] [INFO] ------< org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test >------- [INFO] Building org.eclipse.scout.rt.platform.test 24.2-SNAPSHOT [8/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/mockito/mockito-core/5.7.0/mockito-core-5.7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/5.7.0/mockito-core-5.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/5.7.0/mockito-core-5.7.0.pom (2.5 kB at 36 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/bytebuddy/byte-buddy/1.14.9/byte-buddy-1.14.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.14.9/byte-buddy-1.14.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.14.9/byte-buddy-1.14.9.pom (16 kB at 193 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/bytebuddy/byte-buddy-parent/1.14.9/byte-buddy-parent-1.14.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.14.9/byte-buddy-parent-1.14.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.14.9/byte-buddy-parent-1.14.9.pom (62 kB at 933 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/bytebuddy/byte-buddy-agent/1.14.9/byte-buddy-agent-1.14.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.14.9/byte-buddy-agent-1.14.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.14.9/byte-buddy-agent-1.14.9.pom (10 kB at 152 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/objenesis/objenesis/3.3/objenesis-3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.3/objenesis-3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.3/objenesis-3.3.pom (3.0 kB at 376 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/objenesis/objenesis-parent/3.3/objenesis-parent-3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/3.3/objenesis-parent-3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/3.3/objenesis-parent-3.3.pom (19 kB at 2.4 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/mockito/mockito-core/5.7.0/mockito-core-5.7.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/bytebuddy/byte-buddy/1.14.9/byte-buddy-1.14.9.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/bytebuddy/byte-buddy-agent/1.14.9/byte-buddy-agent-1.14.9.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/objenesis/objenesis/3.3/objenesis-3.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/5.7.0/mockito-core-5.7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/5.7.0/mockito-core-5.7.0.jar (700 kB at 6.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.14.9/byte-buddy-1.14.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.14.9/byte-buddy-agent-1.14.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.3/objenesis-3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.3/objenesis-3.3.jar (49 kB at 5.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.14.9/byte-buddy-agent-1.14.9.jar (257 kB at 3.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.14.9/byte-buddy-1.14.9.jar (4.2 MB at 23 MB/s) [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.platform.test --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.platform.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.platform.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.platform.test --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.platform.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/main/java/org/eclipse/scout/rt/testing/platform/runner/statement/RegisterBeanStatement.java:[46,11] org.eclipse.scout.rt.platform.IBean is a raw type. References to generic type org.eclipse.scout.rt.platform.IBean should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/main/java/org/eclipse/scout/rt/testing/platform/runner/parameterized/ParameterizedTestRunnerExtension.java:[31,21] Unsupported @SuppressWarnings("squid:S00112") [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/main/java/org/eclipse/scout/rt/testing/platform/util/ScoutAssert.java:[63,21] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentialNullReference' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/main/java/org/eclipse/scout/rt/testing/platform/mock/MockBeanMetaDataProducer.java:[25,27] org.eclipse.scout.rt.testing.platform.mock.MockBeanInstanceProducer is a raw type. References to generic type org.eclipse.scout.rt.testing.platform.mock.MockBeanInstanceProducer should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/main/java/org/eclipse/scout/rt/testing/platform/runner/SafeStatementInvoker.java:[52,21] Unsupported @SuppressWarnings("squid:S00112") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/main/java/org/eclipse/scout/rt/testing/platform/runner/InteractiveTestSuite.java:[83,22] Unsupported @SuppressWarnings("squid:S1181") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/main/java/org/eclipse/scout/rt/testing/platform/runner/InteractiveTestSuite.java:[83,37] Unsupported @SuppressWarnings("squid:S1166") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/main/java/org/eclipse/scout/rt/testing/platform/runner/InteractiveTestSuite.java:[158,22] Unsupported @SuppressWarnings("squid:S1166") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/main/java/org/eclipse/scout/rt/testing/platform/runner/JUnitExceptionHandler.java:[70,21] Unsupported @SuppressWarnings("squid:S00112") [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/main/java/org/eclipse/scout/rt/testing/platform/runner/PlatformTestRunner.java:[276,21] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.deprecation' is not analysed due to a compiler option being ignored [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.platform.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.platform.test --- [INFO] Copying 31 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.platform.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[15,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[113,39] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[113,50] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[113,67] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[122,41] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[122,52] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[122,69] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[132,32] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[132,43] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[132,60] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[157,26] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[157,37] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[157,54] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[163,26] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[163,37] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[163,54] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[172,36] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[172,47] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[172,64] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[177,36] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[177,47] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[177,64] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[184,36] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[184,47] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[184,64] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[194,26] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[194,37] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[194,54] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/util/event/FastListenerListTest.java:[226,5] java.lang.ref.WeakReference is a raw type. References to generic type java.lang.ref.WeakReference should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/util/event/FastListenerListTest.java:[228,43] java.lang.ref.WeakReference is a raw type. References to generic type java.lang.ref.WeakReference should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/util/event/FastListenerListTest.java:[229,16] java.lang.ref.WeakReference is a raw type. References to generic type java.lang.ref.WeakReference should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/util/StringUtilityTest.java:[25,19] Unsupported @SuppressWarnings("SimplifiableJUnitAssertion") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/util/ReflectionUtilityTest.java:[54,56] java.util.concurrent.Callable is a raw type. References to generic type java.util.concurrent.Callable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/DoubleReplaceTest.java:[53,52] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextChainTest.java:[47,38] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextChainTest.java:[52,41] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextChainTest.java:[57,38] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextChainTest.java:[76,37] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextChainTest.java:[81,39] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/cache/BasicCacheTest.java:[71,37] Type safety: The method withValueResolver(org.eclipse.scout.rt.platform.cache.ICacheValueResolver) belongs to the raw type org.eclipse.scout.rt.platform.cache.ICacheBuilder. References to generic type org.eclipse.scout.rt.platform.cache.ICacheBuilder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/cache/BasicCacheTest.java:[71,37] Type safety: The expression of type org.eclipse.scout.rt.platform.cache.ICache needs unchecked conversion to conform to org.eclipse.scout.rt.platform.cache.ICache [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/cache/BasicCacheTest.java:[80,13] Type safety: The method withValueResolver(org.eclipse.scout.rt.platform.cache.ICacheValueResolver) belongs to the raw type org.eclipse.scout.rt.platform.cache.ICacheBuilder. References to generic type org.eclipse.scout.rt.platform.cache.ICacheBuilder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/cache/BasicCacheTest.java:[80,13] Type safety: The expression of type org.eclipse.scout.rt.platform.cache.ICache needs unchecked conversion to conform to org.eclipse.scout.rt.platform.cache.ICache [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/cache/BasicCacheTest.java:[89,13] Type safety: The method withLabelSupplier(java.util.function.Supplier) belongs to the raw type org.eclipse.scout.rt.platform.cache.ICacheBuilder. References to generic type org.eclipse.scout.rt.platform.cache.ICacheBuilder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/cache/BasicCacheTest.java:[89,13] Type safety: The method withValueResolver(org.eclipse.scout.rt.platform.cache.ICacheValueResolver) belongs to the raw type org.eclipse.scout.rt.platform.cache.ICacheBuilder. References to generic type org.eclipse.scout.rt.platform.cache.ICacheBuilder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/cache/BasicCacheTest.java:[89,13] Type safety: The expression of type org.eclipse.scout.rt.platform.cache.ICache needs unchecked conversion to conform to org.eclipse.scout.rt.platform.cache.ICache [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/cache/BasicCacheTest.java:[177,37] Type safety: The method withValueResolver(org.eclipse.scout.rt.platform.cache.ICacheValueResolver) belongs to the raw type org.eclipse.scout.rt.platform.cache.ICacheBuilder. References to generic type org.eclipse.scout.rt.platform.cache.ICacheBuilder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/cache/BasicCacheTest.java:[177,37] Type safety: The expression of type org.eclipse.scout.rt.platform.cache.ICache needs unchecked conversion to conform to org.eclipse.scout.rt.platform.cache.ICache [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/security/SubjectProcessorTest.java:[14,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/security/SubjectProcessorTest.java:[33,38] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/security/SubjectProcessorTest.java:[33,49] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/security/SubjectProcessorTest.java:[33,66] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/security/SubjectProcessorTest.java:[49,38] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/security/SubjectProcessorTest.java:[49,49] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/security/SubjectProcessorTest.java:[49,66] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/security/SubjectProcessorTest.java:[68,40] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/security/SubjectProcessorTest.java:[68,51] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/security/SubjectProcessorTest.java:[68,68] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/security/SubjectProcessorTest.java:[91,40] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/security/SubjectProcessorTest.java:[91,51] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/security/SubjectProcessorTest.java:[91,68] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/util/ToStringBuilderTest.java:[85,25] java.util.Collection is a raw type. References to generic type java.util.Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/util/ToStringBuilderTest.java:[98,25] java.util.Collection is a raw type. References to generic type java.util.Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/util/CollectionUtilityTest.java:[114,21] Type safety: Unchecked invocation hashCodeCollection(java.util.List) of the generic method hashCodeCollection(java.util.Collection) of type org.eclipse.scout.rt.platform.util.CollectionUtility [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/util/CollectionUtilityTest.java:[114,58] Type safety: The expression of type java.util.List needs unchecked conversion to conform to java.util.Collection [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/util/CollectionUtilityTest.java:[115,21] Type safety: Unchecked invocation hashCodeCollection(java.util.Set) of the generic method hashCodeCollection(java.util.Collection) of type org.eclipse.scout.rt.platform.util.CollectionUtility [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/util/CollectionUtilityTest.java:[115,58] Type safety: The expression of type java.util.Set needs unchecked conversion to conform to java.util.Collection [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/util/CollectionUtilityTest.java:[493,46] java.util.ArrayList is a raw type. References to generic type java.util.ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/util/StreamUtilityTest.java:[128,36] Type safety: The expression of type org.eclipse.scout.rt.platform.util.Pair[] needs unchecked conversion to conform to org.eclipse.scout.rt.platform.util.Pair[] [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/util/StreamUtilityTest.java:[137,36] Type safety: The expression of type org.eclipse.scout.rt.platform.util.Pair[] needs unchecked conversion to conform to org.eclipse.scout.rt.platform.util.Pair[] [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/util/StreamUtilityTest.java:[153,36] Type safety: The expression of type org.eclipse.scout.rt.platform.util.Pair[] needs unchecked conversion to conform to org.eclipse.scout.rt.platform.util.Pair[] [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/reflect/FastBeanUtilityTest.java:[130,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/reflect/FastBeanUtilityTest.java:[134,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/reflect/FastBeanUtilityTest.java:[151,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/reflect/FastBeanUtilityTest.java:[155,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/reflect/FastBeanUtilityTest.java:[175,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/reflect/FastBeanUtilityTest.java:[179,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/reflect/FastBeanUtilityTest.java:[199,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/reflect/FastBeanUtilityTest.java:[203,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/reflect/FastBeanUtilityTest.java:[223,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/reflect/FastBeanUtilityTest.java:[225,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/internal/BeanInstanceUtilTest.java:[180,39] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/internal/BeanInstanceUtilTest.java:[194,40] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/util/ConcurrentExpiringMapTest.java:[264,5] org.eclipse.scout.rt.platform.util.collection.ConcurrentExpiringMap is a raw type. References to generic type org.eclipse.scout.rt.platform.util.collection.ConcurrentExpiringMap should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/util/BeanUtilityTest.java:[41,23] Unsupported @SuppressWarnings("JavaReflectionMemberAccess") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/util/BeanUtilityTest.java:[55,21] Unsupported @SuppressWarnings("JavaReflectionMemberAccess") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/util/BeanUtilityTest.java:[268,26] java.util.Set is a raw type. References to generic type java.util.Set should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/util/BeanUtilityTest.java:[269,30] java.util.Set is a raw type. References to generic type java.util.Set should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/BeanContextTest.java:[35,5] org.eclipse.scout.rt.platform.IBean is a raw type. References to generic type org.eclipse.scout.rt.platform.IBean should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/BeanContextTest.java:[36,5] org.eclipse.scout.rt.platform.IBean is a raw type. References to generic type org.eclipse.scout.rt.platform.IBean should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/inventory/internal/JandexClassInventoryTest.java:[29,49] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/inventory/internal/JandexClassInventoryTest.java:[36,46] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/inventory/internal/JandexClassInventoryTest.java:[36,67] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/inventory/internal/JandexClassInventoryTest.java:[71,15] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/inventory/internal/JandexClassInventoryTest.java:[73,9] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/inventory/internal/JandexClassInventoryTest.java:[96,10] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/job/internal/JobManagerChainTest.java:[48,35] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/job/internal/JobManagerChainTest.java:[53,38] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/util/ConfigurationUtilityTest.java:[131,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/util/IOUtilityTest.java:[71,21] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/opentelemetry/PeriodicAsyncMeasurementTest.java:[276,31] Type safety: The expression of type java.util.concurrent.Callable needs unchecked conversion to conform to java.util.concurrent.Callable [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/DynamicAnnotationTest.java:[37,21] Unsupported @SuppressWarnings("SimplifiableAssertion") [INFO] [INFO] --- jandex:3.1.6:jandex (make-test-index) @ org.eclipse.scout.rt.platform.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/target/test-classes/jandex.idx [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.platform.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitcore.JUnitCoreProvider [INFO] parallel='none', perCoreThreadCount=true, threadCount=0, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-junit47/3.2.3/surefire-junit47-3.2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit47/3.2.3/surefire-junit47-3.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit47/3.2.3/surefire-junit47-3.2.3.pom (3.7 kB at 45 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/common-junit48/3.2.3/common-junit48-3.2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit48/3.2.3/common-junit48-3.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit48/3.2.3/common-junit48-3.2.3.pom (6.6 kB at 104 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-grouper/3.2.3/surefire-grouper-3.2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-grouper/3.2.3/surefire-grouper-3.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-grouper/3.2.3/surefire-grouper-3.2.3.pom (3.4 kB at 34 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-junit47/3.2.3/surefire-junit47-3.2.3.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/common-junit48/3.2.3/common-junit48-3.2.3.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-grouper/3.2.3/surefire-grouper-3.2.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit47/3.2.3/surefire-junit47-3.2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit47/3.2.3/surefire-junit47-3.2.3.jar (90 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit48/3.2.3/common-junit48-3.2.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-grouper/3.2.3/surefire-grouper-3.2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-grouper/3.2.3/surefire-grouper-3.2.3.jar (40 kB at 1.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit48/3.2.3/common-junit48-3.2.3.jar (22 kB at 584 kB/s) [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.scout.rt.testing.platform.util.date.FixedDateProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.scout.rt.testing.platform.util.date.FixedDateProviderTest [INFO] Running org.eclipse.scout.rt.testing.platform.util.concurrent.ThreadInterruptionTest 2024-06-28 23:53:18,678 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.parse(ConfigPropertyProvider.java:115) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/target/test-classes/config.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader 2024-06-28 23:53:18,739 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:179) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true 2024-06-28 23:53:18,748 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:37) - Building jandex class inventory using rebuild strategy IF_MISSING... 2024-06-28 23:53:18,775 INFO [ForkJoinPool.commonPool-worker-1] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanFolder(JandexInventoryBuilder.java:180) - Rebuild index 'file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/target/test-classes/META-INF/jandex.idx'. Scanning location... 2024-06-28 23:53:19,372 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:43) - Finished building jandex class inventory in 630.006667 ms. Total class count: 1369 2024-06-28 23:53:19,406 WARN [ForkJoinPool.commonPool-worker-1] org.eclipse.scout.rt.platform.internal.BeanFilter.collect(BeanFilter.java:104) - Skipping bean candidate 'org.eclipse.scout.rt.platform.inventory.internal.fixture.TestingBean$S6Sub2' because it has no empty or injectable constructor(). 2024-06-28 23:53:19,447 WARN [ForkJoinPool.commonPool-worker-1] org.eclipse.scout.rt.platform.internal.BeanFilter.collectWithSubClasses(BeanFilter.java:75) - Skipping bean candidate 'org.eclipse.scout.rt.platform.inventory.internal.fixture.TestingBean$E1' because it is no supported class type (enum, annotation, anonymous class). 2024-06-28 23:53:19,458 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:226) - Collected 163 beans in 86.253843 ms 2024-06-28 23:53:19,495 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:231) - Registered 163 beans in 36.298529 ms 2024-06-28 23:53:19,508 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.logger.LoggerInstallPlatformListener.registerLoggerSupportBean(LoggerInstallPlatformListener.java:98) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport 2024-06-28 23:53:19,601 INFO [main] org.eclipse.scout.rt.testing.platform.GlobalTestingPlatform.checkAccess(GlobalTestingPlatform.java:75) - Accessing the BeanManager before the testing platform is fully started; blocking until Platform.awaitPlatformStarted [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.479 s -- in org.eclipse.scout.rt.testing.platform.util.concurrent.ThreadInterruptionTest [INFO] Running org.eclipse.scout.rt.testing.platform.util.concurrent.OptimisticLockTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.testing.platform.util.concurrent.OptimisticLockTest [INFO] Running org.eclipse.scout.rt.testing.platform.util.ScoutAssertTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.scout.rt.testing.platform.util.ScoutAssertTest [INFO] Running org.eclipse.scout.rt.testing.platform.util.BlockingCountDownLatchTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.029 s -- in org.eclipse.scout.rt.testing.platform.util.BlockingCountDownLatchTest [INFO] Running org.eclipse.scout.rt.testing.platform.runner.statement.ScheduledDescendantJobListenerPlatformTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.110 s -- in org.eclipse.scout.rt.testing.platform.runner.statement.ScheduledDescendantJobListenerPlatformTest [INFO] Running org.eclipse.scout.rt.testing.platform.runner.parameterized.SampleParameterizedPlatformTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.testing.platform.runner.parameterized.SampleParameterizedPlatformTest [INFO] Running org.eclipse.scout.rt.testing.platform.runner.parameterized.ParameterizedTestRunnerExtensionTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.scout.rt.testing.platform.runner.parameterized.ParameterizedTestRunnerExtensionTest [INFO] Running org.eclipse.scout.rt.testing.platform.runner.parameterized.ParameterizedPlatformTestRunnerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.scout.rt.testing.platform.runner.parameterized.ParameterizedPlatformTestRunnerTest [INFO] Running org.eclipse.scout.rt.testing.platform.runner.TimesMethodLevelTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.scout.rt.testing.platform.runner.TimesMethodLevelTest [INFO] Running org.eclipse.scout.rt.testing.platform.runner.TimesClassLevelTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.testing.platform.runner.TimesClassLevelTest [INFO] Running org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunnerTransactionTest 2024-06-28 23:53:23,445 INFO [main] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:51) - Exception will be re-thrown for JUnit assertion. [exception=unexpected exception] - MDC[principal=anna] org.eclipse.scout.rt.platform.exception.PlatformException: unexpected exception at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunnerTransactionTestFixture.testUnexpectedExceptionHandledByExceptionHandler(PlatformTestRunnerTransactionTestFixture.java:125) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:333) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:155) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:138) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) at java.base/javax.security.auth.Subject.doAs(Subject.java:439) at org.eclipse.scout.rt.platform.security.SubjectProcessor.intercept(SubjectProcessor.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:61) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 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:115) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunnerTransactionTest.testUnexpectedExceptionHandledByExceptionHandler(PlatformTestRunnerTransactionTest.java:96) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:53:23,488 INFO [main] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:51) - Exception will be re-thrown for JUnit assertion. [exception=expected exception] - MDC[principal=anna] org.eclipse.scout.rt.platform.exception.PlatformException: expected exception at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunnerTransactionTestFixture.testExpectedExceptionHandledByExceptionHandler(PlatformTestRunnerTransactionTestFixture.java:120) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:333) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:155) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:138) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) at java.base/javax.security.auth.Subject.doAs(Subject.java:439) at org.eclipse.scout.rt.platform.security.SubjectProcessor.intercept(SubjectProcessor.java:42) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:61) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 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:115) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunnerTransactionTest.testExpectedExceptionHandledByExceptionHandler(PlatformTestRunnerTransactionTest.java:91) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.714 s -- in org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunnerTransactionTest [INFO] Running org.eclipse.scout.rt.testing.platform.runner.MockBeanTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s -- in org.eclipse.scout.rt.testing.platform.runner.MockBeanTest [INFO] Running org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest 2024-06-28 23:53:23,604 INFO [main] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:51) - Exception will be re-thrown for JUnit assertion. [exception=expected JUnit test exception] 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:32) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:53:23,607 INFO [main] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:51) - Exception will be re-thrown for JUnit assertion. [exception=expected JUnit test exception [severity=ERROR]] 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:62) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:53:23,639 INFO [main] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:51) - Exception will be re-thrown for JUnit assertion. [exception=expected JUnit test exception] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest$TestException1: expected JUnit test exception at org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest.lambda$0(JUnitExceptionHandlerTest.java:101) at org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.ignoreExceptionOnce(JUnitExceptionHandler.java:89) at org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest.testIgnoreExceptionOnceCorrectType(JUnitExceptionHandlerTest.java:101) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:53:23,645 INFO [main] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:51) - Exception will be re-thrown for JUnit assertion. [exception=expected JUnit test exception] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest$TestException1: expected JUnit test exception at org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest.lambda$1(JUnitExceptionHandlerTest.java:108) at org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.ignoreExceptionOnce(JUnitExceptionHandler.java:89) at org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest.testIgnoreExceptionOnceOtherType(JUnitExceptionHandlerTest.java:108) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:53:23,648 INFO [main] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:46) - Exception will not be re-thrown for JUnit assertion because already consumed. [exception=expected JUnit test exception [severity=ERROR]] 2024-06-28 23:53:23,649 INFO [main] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:51) - Exception will be re-thrown for JUnit assertion. [exception=expected JUnit test exception] 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:45) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:53:23,652 INFO [main] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:54) - 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] 2024-06-28 23:53:23,654 ERROR [main] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:137) - TestException1: expected JUnit test exception 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:91) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest [INFO] Running org.eclipse.scout.rt.testing.platform.mock.BeanAnnotationsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s -- in org.eclipse.scout.rt.testing.platform.mock.BeanAnnotationsTest [INFO] Running org.eclipse.scout.rt.platform.util.event.uuid.UuidHelperTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.scout.rt.platform.util.event.uuid.UuidHelperTest [INFO] Running org.eclipse.scout.rt.platform.util.event.FastListenerListTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.scout.rt.platform.util.event.FastListenerListTest [INFO] Running org.eclipse.scout.rt.platform.util.event.AbstractGroupedListenerListTest #TUNING: add1 50000 took 238.267389ms #TUNING: add1-last 50000 took 162.631881ms #TUNING: add2 50000 took 15.557610ms #TUNING: add2-last 50000 took 15.409548ms #TUNING: event1 took 20.201526ms #TUNING: event2 took 80.096581ms #TUNING: remove1 50000 took 429.044578ms #TUNING: remove2 50000 took 17.661368ms [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.998 s -- in org.eclipse.scout.rt.platform.util.event.AbstractGroupedListenerListTest [INFO] Running org.eclipse.scout.rt.platform.util.date.StrictSimpleDateFormatTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s -- in org.eclipse.scout.rt.platform.util.date.StrictSimpleDateFormatTest [INFO] Running org.eclipse.scout.rt.platform.util.date.DateUtilityTest [INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.454 s -- in org.eclipse.scout.rt.platform.util.date.DateUtilityTest [INFO] Running org.eclipse.scout.rt.platform.util.date.DateTimePeriodFormatterTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.eclipse.scout.rt.platform.util.date.DateTimePeriodFormatterTest [INFO] Running org.eclipse.scout.rt.platform.util.date.DateProviderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.util.date.DateProviderTest [INFO] Running org.eclipse.scout.rt.platform.util.date.DateFormatProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.util.date.DateFormatProviderTest [INFO] Running org.eclipse.scout.rt.platform.util.concurrent.GroupedSynchronizerTest 2024-06-28 23:53:29,340 WARN [main] org.eclipse.scout.rt.platform.util.concurrent.GroupedSynchronizer.accept(GroupedSynchronizer.java:281) - Error evaluating lock predicate java.lang.RuntimeException: null at org.eclipse.scout.rt.platform.util.concurrent.GroupedSynchronizerTest.testWithExceptionInRemove(GroupedSynchronizerTest.java:177) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.859 s -- in org.eclipse.scout.rt.platform.util.concurrent.GroupedSynchronizerTest [INFO] Running org.eclipse.scout.rt.platform.util.concurrent.DeferredOperationQueueTest 2024-06-28 23:53:33,966 ERROR [scout-thread-356] org.eclipse.scout.rt.platform.util.concurrent.DeferredOperationQueue.flushDeferred(DeferredOperationQueue.java:177) - Exception occurred while execution batch operation - MDC[jobName=org.eclipse.scout.rt.platform.util.concurrent.DeferredOperationQueue$$Lambda$435/0x00007f9d443a0bd8] java.lang.RuntimeException: Test Exception at org.eclipse.scout.rt.platform.util.concurrent.DeferredOperationQueue.flushDeferred(DeferredOperationQueue.java:174) at org.eclipse.scout.rt.platform.util.concurrent.DeferredOperationQueue.lambda$4(DeferredOperationQueue.java:128) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:37) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) 2024-06-28 23:53:34,065 ERROR [scout-thread-356] org.eclipse.scout.rt.platform.util.concurrent.DeferredOperationQueue.flushDeferred(DeferredOperationQueue.java:177) - Exception occurred while execution batch operation - MDC[jobName=org.eclipse.scout.rt.platform.util.concurrent.DeferredOperationQueue$$Lambda$435/0x00007f9d443a0bd8] java.lang.RuntimeException: Test Exception at org.eclipse.scout.rt.platform.util.concurrent.DeferredOperationQueue.flushDeferred(DeferredOperationQueue.java:174) at org.eclipse.scout.rt.platform.util.concurrent.DeferredOperationQueue.lambda$4(DeferredOperationQueue.java:128) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:37) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) 2024-06-28 23:53:34,170 ERROR [scout-thread-356] org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase2(BasicTransaction.java:154) - commit phase 2 failed for transaction member 'DeferredOperationQueueTest#QueueTransactionMemberId'. - MDC[jobName=Running test with support for JUnit timeout] java.lang.RuntimeException: expected exception at org.eclipse.scout.rt.platform.util.concurrent.DeferredOperationQueueTest$1.scheduleFlushJob(DeferredOperationQueueTest.java:308) at org.eclipse.scout.rt.platform.util.concurrent.DeferredOperationQueue.addAllInternal(DeferredOperationQueue.java:96) at org.eclipse.scout.rt.platform.util.concurrent.DeferredOperationQueue$P_DeferredOperationQueueTransactionMember.commitPhase2(DeferredOperationQueue.java:255) at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase2(BasicTransaction.java:149) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase2(TwoPhaseTransactionCommitProtocol.java:108) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:67) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:119) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.platform.util.concurrent.DeferredOperationQueueTest.testScheduleFlushJobThrowsException(DeferredOperationQueueTest.java:320) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:75) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:37) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.977 s -- in org.eclipse.scout.rt.platform.util.concurrent.DeferredOperationQueueTest [INFO] Running org.eclipse.scout.rt.platform.util.concurrent.AdjustableSemaphoreTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.util.concurrent.AdjustableSemaphoreTest [INFO] Running org.eclipse.scout.rt.platform.util.collection.TransformingSetTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.util.collection.TransformingSetTest [INFO] Running org.eclipse.scout.rt.platform.util.collection.OrderedCollectionTest [INFO] Tests run: 102, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 s -- in org.eclipse.scout.rt.platform.util.collection.OrderedCollectionTest [INFO] Running org.eclipse.scout.rt.platform.util.collection.CopyOnWriteTransactionalMapTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.scout.rt.platform.util.collection.CopyOnWriteTransactionalMapTest [INFO] Running org.eclipse.scout.rt.platform.util.collection.ConcurrentTransactionalMapTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.scout.rt.platform.util.collection.ConcurrentTransactionalMapTest [INFO] Running org.eclipse.scout.rt.platform.util.XmlUtilityTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 s -- in org.eclipse.scout.rt.platform.util.XmlUtilityTest [INFO] Running org.eclipse.scout.rt.platform.util.XmlUtilityFactoryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.466 s -- in org.eclipse.scout.rt.platform.util.XmlUtilityFactoryTest [INFO] Running org.eclipse.scout.rt.platform.util.UriUtilityTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.eclipse.scout.rt.platform.util.UriUtilityTest [INFO] Running org.eclipse.scout.rt.platform.util.UriBuilderTest [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.scout.rt.platform.util.UriBuilderTest [INFO] Running org.eclipse.scout.rt.platform.util.TypeCastUtilityTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.scout.rt.platform.util.TypeCastUtilityTest [INFO] Running org.eclipse.scout.rt.platform.util.TriStateTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.eclipse.scout.rt.platform.util.TriStateTest [INFO] Running org.eclipse.scout.rt.platform.util.ToStringBuilderTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.scout.rt.platform.util.ToStringBuilderTest [INFO] Running org.eclipse.scout.rt.platform.util.ThreadLocalProcessorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.util.ThreadLocalProcessorTest [INFO] Running org.eclipse.scout.rt.platform.util.StringUtilityTest [INFO] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s -- in org.eclipse.scout.rt.platform.util.StringUtilityTest [INFO] Running org.eclipse.scout.rt.platform.util.StreamUtilityTest [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.scout.rt.platform.util.StreamUtilityTest [INFO] Running org.eclipse.scout.rt.platform.util.ReflectionUtilityTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.util.ReflectionUtilityTest [INFO] Running org.eclipse.scout.rt.platform.util.PreferredValueTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.util.PreferredValueTest [INFO] Running org.eclipse.scout.rt.platform.util.PathValidatorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.util.PathValidatorTest [INFO] Running org.eclipse.scout.rt.platform.util.PairTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.util.PairTest [INFO] Running org.eclipse.scout.rt.platform.util.ObjectUtilityTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.scout.rt.platform.util.ObjectUtilityTest [INFO] Running org.eclipse.scout.rt.platform.util.NumberUtilityTest 2024-06-28 23:53:35,238 WARN [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:116) - converting to BigDecimal failed for Number: 'NaN' 2024-06-28 23:53:35,238 WARN [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:116) - converting to BigDecimal failed for Number: '-Infinity' 2024-06-28 23:53:35,239 WARN [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:116) - converting to BigDecimal failed for Number: 'Infinity' 2024-06-28 23:53:35,239 WARN [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:116) - converting to BigDecimal failed for Number: 'NaN' 2024-06-28 23:53:35,240 WARN [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:116) - converting to BigDecimal failed for Number: '-Infinity' 2024-06-28 23:53:35,240 WARN [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:116) - converting to BigDecimal failed for Number: 'Infinity' 2024-06-28 23:53:35,241 WARN [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:116) - converting to BigDecimal failed for Number: '-Infinity' 2024-06-28 23:53:35,241 WARN [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:116) - converting to BigDecimal failed for Number: 'Infinity' 2024-06-28 23:53:35,241 WARN [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:116) - converting to BigDecimal failed for Number: 'NaN' 2024-06-28 23:53:35,241 WARN [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:116) - converting to BigDecimal failed for Number: '-Infinity' 2024-06-28 23:53:35,241 WARN [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:116) - converting to BigDecimal failed for Number: 'Infinity' 2024-06-28 23:53:35,241 WARN [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:116) - converting to BigDecimal failed for Number: 'NaN' 2024-06-28 23:53:35,243 WARN [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:116) - converting to BigDecimal failed for Number: 'NaN' 2024-06-28 23:53:35,243 WARN [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:116) - converting to BigDecimal failed for Number: '-Infinity' 2024-06-28 23:53:35,243 WARN [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:116) - converting to BigDecimal failed for Number: 'Infinity' [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.scout.rt.platform.util.NumberUtilityTest [INFO] Running org.eclipse.scout.rt.platform.util.MimeTypeDetectorTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.scout.rt.platform.util.MimeTypeDetectorTest [INFO] Running org.eclipse.scout.rt.platform.util.MatrixUtilityTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.scout.rt.platform.util.MatrixUtilityTest [INFO] Running org.eclipse.scout.rt.platform.util.LockFileTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.006 s -- in org.eclipse.scout.rt.platform.util.LockFileTest [INFO] Running org.eclipse.scout.rt.platform.util.LocalHostAddressHelperTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.util.LocalHostAddressHelperTest [INFO] Running org.eclipse.scout.rt.platform.util.LazyValueTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.util.LazyValueTest [INFO] Running org.eclipse.scout.rt.platform.util.LambdaUtilityTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.scout.rt.platform.util.LambdaUtilityTest [INFO] Running org.eclipse.scout.rt.platform.util.JarManifestHelperTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.scout.rt.platform.util.JarManifestHelperTest [INFO] Running org.eclipse.scout.rt.platform.util.IOUtilityTest [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.eclipse.scout.rt.platform.util.IOUtilityTest [INFO] Running org.eclipse.scout.rt.platform.util.HexUtilityTest #TUNING: decode[1000] sum=78.887990ms min=0.002750ms avg=0.078887ms median=0.049589ms max=26.092848ms [without 10 smallest and 10 largest: sum=51.787852 min=0.003800ms avg=0.052898ms median=0.049589ms max=0.105284ms] #TUNING: encode[1000] sum=47.431050ms min=0.002454ms avg=0.047431ms median=0.033386ms max=14.168694ms [without 10 smallest and 10 largest: sum=32.561700 min=0.003036ms avg=0.033260ms median=0.033386ms max=0.068755ms] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 s -- in org.eclipse.scout.rt.platform.util.HexUtilityTest [INFO] Running org.eclipse.scout.rt.platform.util.FormattingUtilityTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.scout.rt.platform.util.FormattingUtilityTest [INFO] Running org.eclipse.scout.rt.platform.util.FinalValueTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.scout.rt.platform.util.FinalValueTest [INFO] Running org.eclipse.scout.rt.platform.util.FileUtilityTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.scout.rt.platform.util.FileUtilityTest [INFO] Running org.eclipse.scout.rt.platform.util.ExceptionUtilityTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.util.ExceptionUtilityTest [INFO] Running org.eclipse.scout.rt.platform.util.EventListenerListTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.scout.rt.platform.util.EventListenerListTest [INFO] Running org.eclipse.scout.rt.platform.util.EnumerationUtilityTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.scout.rt.platform.util.EnumerationUtilityTest [INFO] Running org.eclipse.scout.rt.platform.util.DownloadResponseHelperTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.scout.rt.platform.util.DownloadResponseHelperTest [INFO] Running org.eclipse.scout.rt.platform.util.ConnectionErrorDetectorTest [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.scout.rt.platform.util.ConnectionErrorDetectorTest [INFO] Running org.eclipse.scout.rt.platform.util.ConfigurationUtilityTest [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.scout.rt.platform.util.ConfigurationUtilityTest [INFO] Running org.eclipse.scout.rt.platform.util.ConcurrentExpiringMapTest [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.214 s -- in org.eclipse.scout.rt.platform.util.ConcurrentExpiringMapTest [INFO] Running org.eclipse.scout.rt.platform.util.CompositeObjectTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.scout.rt.platform.util.CompositeObjectTest [INFO] Running org.eclipse.scout.rt.platform.util.CollectionUtilityTest [INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.scout.rt.platform.util.CollectionUtilityTest [INFO] Running org.eclipse.scout.rt.platform.util.CloneUtilityTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.scout.rt.platform.util.CloneUtilityTest [INFO] Running org.eclipse.scout.rt.platform.util.ClassIdentifierTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.scout.rt.platform.util.ClassIdentifierTest [INFO] Running org.eclipse.scout.rt.platform.util.BooleanUtilityTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.util.BooleanUtilityTest [INFO] Running org.eclipse.scout.rt.platform.util.BomInputStreamReaderTest [INFO] Tests run: 212, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s -- in org.eclipse.scout.rt.platform.util.BomInputStreamReaderTest [INFO] Running org.eclipse.scout.rt.platform.util.BeanUtilityTest [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.scout.rt.platform.util.BeanUtilityTest [INFO] Running org.eclipse.scout.rt.platform.util.Base64UtilityTest #TUNING: decode[1000] sum=84.263641ms min=0.004437ms avg=0.084263ms median=0.039396ms max=42.166409ms [without 10 smallest and 10 largest: sum=41.043695 min=0.007695ms avg=0.041924ms median=0.039396ms max=0.098233ms] #TUNING: encode[1000] sum=4.977760ms min=0.001475ms avg=0.004977ms median=0.004057ms max=0.027540ms [without 10 smallest and 10 largest: sum=4.763707 min=0.001568ms avg=0.004865ms median=0.004057ms max=0.014684ms] [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s -- in org.eclipse.scout.rt.platform.util.Base64UtilityTest [INFO] Running org.eclipse.scout.rt.platform.util.AssertionsTest [INFO] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.scout.rt.platform.util.AssertionsTest [INFO] Running org.eclipse.scout.rt.platform.util.AlphanumericComparatorTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.scout.rt.platform.util.AlphanumericComparatorTest [INFO] 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:394) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:333) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:354) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:53:37,388 ERROR [main] org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:58) - Unexpected error during commit of XA transaction [2PC-phase='voting', tx=org.eclipse.scout.rt.platform.transaction.BasicTransaction@550c487f] java.lang.RuntimeException: Expected JUnit exception at org.eclipse.scout.rt.platform.transaction.TransactionProcessorTest.testRequiresNewWithoutExistingTransactionAndErrorOnCommit(TransactionProcessorTest.java:274) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:333) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:354) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:53:37,401 ERROR [main] org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:58) - Unexpected error during commit of XA transaction [2PC-phase='voting', tx=org.eclipse.scout.rt.platform.transaction.BasicTransaction@162ea06f] java.lang.RuntimeException: Expected JUnit exception at org.eclipse.scout.rt.platform.transaction.TransactionProcessorTest.testRequiredWithoutExistingTransactionAndErrorOnCommit(TransactionProcessorTest.java:518) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:333) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:354) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.313 s -- in org.eclipse.scout.rt.platform.transaction.TransactionProcessorTest [INFO] Running org.eclipse.scout.rt.platform.text.TextsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.text.TextsTest [INFO] Running org.eclipse.scout.rt.platform.text.HTMLTextTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.eclipse.scout.rt.platform.text.HTMLTextTest [INFO] Running org.eclipse.scout.rt.platform.status.StatusTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.status.StatusTest [INFO] Running org.eclipse.scout.rt.platform.status.MultiStatusTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.scout.rt.platform.status.MultiStatusTest [INFO] Running org.eclipse.scout.rt.platform.service.ServiceTest 2024-06-28 23:53:37,555 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:179) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true 2024-06-28 23:53:37,559 WARN [ForkJoinPool.commonPool-worker-1] org.eclipse.scout.rt.platform.internal.BeanFilter.collect(BeanFilter.java:104) - Skipping bean candidate 'org.eclipse.scout.rt.platform.inventory.internal.fixture.TestingBean$S6Sub2' because it has no empty or injectable constructor(). 2024-06-28 23:53:37,561 WARN [ForkJoinPool.commonPool-worker-1] org.eclipse.scout.rt.platform.internal.BeanFilter.collectWithSubClasses(BeanFilter.java:75) - Skipping bean candidate 'org.eclipse.scout.rt.platform.inventory.internal.fixture.TestingBean$E1' because it is no supported class type (enum, annotation, anonymous class). 2024-06-28 23:53:37,567 INFO [main] org.eclipse.scout.rt.platform.logger.LoggerInstallPlatformListener.registerLoggerSupportBean(LoggerInstallPlatformListener.java:98) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.scout.rt.platform.service.ServiceTest [INFO] Running org.eclipse.scout.rt.platform.serialization.OwaspDeserializationTest 2024-06-28 23:53:37,683 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:304) - Shutdown ExecutorService, await termination... 2024-06-28 23:53:37,684 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:306) - Shutdown ExecutorService, await termination returned terminated=true [WARNING] Tests run: 17, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.107 s -- in org.eclipse.scout.rt.platform.serialization.OwaspDeserializationTest [INFO] Running org.eclipse.scout.rt.platform.security.SubjectProcessorTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.scout.rt.platform.security.SubjectProcessorTest [INFO] Running org.eclipse.scout.rt.platform.security.SecurityUtilityTest [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.118 s -- in org.eclipse.scout.rt.platform.security.SecurityUtilityTest [INFO] Running org.eclipse.scout.rt.platform.security.MalwareScannerTest [WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.515 s -- in org.eclipse.scout.rt.platform.security.MalwareScannerTest [INFO] Running org.eclipse.scout.rt.platform.security.LegacySecurityProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.scout.rt.platform.security.LegacySecurityProviderTest [INFO] Running org.eclipse.scout.rt.platform.security.CrypterTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.eclipse.scout.rt.platform.security.CrypterTest [INFO] Running org.eclipse.scout.rt.platform.resource.BinaryResourceTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.scout.rt.platform.resource.BinaryResourceTest [INFO] Running org.eclipse.scout.rt.platform.resource.BinaryRefTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.scout.rt.platform.resource.BinaryRefTest [INFO] Running org.eclipse.scout.rt.platform.reflect.FastBeanUtilityTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.scout.rt.platform.reflect.FastBeanUtilityTest [INFO] Running org.eclipse.scout.rt.platform.reflect.BasicPropertySupportTest [WARNING] Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.079 s -- in org.eclipse.scout.rt.platform.reflect.BasicPropertySupportTest [INFO] Running org.eclipse.scout.rt.platform.opentelemetry.PeriodicAsyncMeasurementTest 2024-06-28 23:53:43,646 ERROR [scout-thread-354] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:137) - RuntimeException: fail - MDC[jobName=[otel] Async measurement: testFailingAsyncJob] java.lang.RuntimeException: fail at org.eclipse.scout.rt.platform.opentelemetry.PeriodicAsyncMeasurementTest.lambda$3(PeriodicAsyncMeasurementTest.java:144) at org.eclipse.scout.rt.platform.opentelemetry.PeriodicAsyncMeasurementTest$PeriodicAsyncMeasurementMock.lambda$1(PeriodicAsyncMeasurementTest.java:311) at org.mockito.internal.stubbing.StubbedInvocationMatcher.answer(StubbedInvocationMatcher.java:42) at org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:103) at org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29) at org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:34) at org.mockito.internal.creation.bytebuddy.MockMethodInterceptor.doIntercept(MockMethodInterceptor.java:82) at org.mockito.internal.creation.bytebuddy.MockMethodInterceptor.doIntercept(MockMethodInterceptor.java:56) at org.mockito.internal.creation.bytebuddy.MockMethodInterceptor$DispatcherDefaultingToRealMethod.interceptAbstract(MockMethodInterceptor.java:161) at org.mockito.codegen.Callable$MockitoMock$4cG6oaqZ.call(Unknown Source) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:37) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) 2024-06-28 23:53:43,898 ERROR [scout-thread-356] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:137) - RuntimeException: fail - MDC[jobName=[otel] Async measurement: testFailingAsyncJob] java.lang.RuntimeException: fail at org.eclipse.scout.rt.platform.opentelemetry.PeriodicAsyncMeasurementTest.lambda$3(PeriodicAsyncMeasurementTest.java:144) at org.eclipse.scout.rt.platform.opentelemetry.PeriodicAsyncMeasurementTest$PeriodicAsyncMeasurementMock.lambda$1(PeriodicAsyncMeasurementTest.java:311) at org.mockito.internal.stubbing.StubbedInvocationMatcher.answer(StubbedInvocationMatcher.java:42) at org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:103) at org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29) at org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:34) at org.mockito.internal.creation.bytebuddy.MockMethodInterceptor.doIntercept(MockMethodInterceptor.java:82) at org.mockito.internal.creation.bytebuddy.MockMethodInterceptor.doIntercept(MockMethodInterceptor.java:56) at org.mockito.internal.creation.bytebuddy.MockMethodInterceptor$DispatcherDefaultingToRealMethod.interceptAbstract(MockMethodInterceptor.java:161) at org.mockito.codegen.Callable$MockitoMock$4cG6oaqZ.call(Unknown Source) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:37) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) 2024-06-28 23:53:44,460 WARN [main] org.eclipse.scout.rt.platform.opentelemetry.PeriodicAsyncMeasurement.requiresAsyncMeasurement(PeriodicAsyncMeasurement.java:119) - Canceling async measurement job 'testLongRunningAsyncJob' that is running longer than 0s 2024-06-28 23:53:44,461 ERROR [scout-thread-350] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:137) - BrokenBarrierException: n/a - MDC[jobName=[otel] Async measurement: testLongRunningAsyncJob] java.util.concurrent.BrokenBarrierException: null at java.base/java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:252) at java.base/java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:364) at org.eclipse.scout.rt.platform.opentelemetry.PeriodicAsyncMeasurementTest$PeriodicAsyncMeasurementMock.lambda$1(PeriodicAsyncMeasurementTest.java:314) at org.mockito.internal.stubbing.StubbedInvocationMatcher.answer(StubbedInvocationMatcher.java:42) at org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:103) at org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29) at org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:34) at org.mockito.internal.creation.bytebuddy.MockMethodInterceptor.doIntercept(MockMethodInterceptor.java:82) at org.mockito.internal.creation.bytebuddy.MockMethodInterceptor.doIntercept(MockMethodInterceptor.java:56) at org.mockito.internal.creation.bytebuddy.MockMethodInterceptor$DispatcherDefaultingToRealMethod.interceptAbstract(MockMethodInterceptor.java:161) at org.mockito.codegen.Callable$MockitoMock$4cG6oaqZ.call(Unknown Source) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:37) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) 2024-06-28 23:53:44,462 ERROR [scout-thread-356] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:137) - BrokenBarrierException: n/a - MDC[jobName=[otel] Async measurement: testLongRunningAsyncJob] java.util.concurrent.BrokenBarrierException: null at java.base/java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:252) at java.base/java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:364) at org.eclipse.scout.rt.platform.opentelemetry.PeriodicAsyncMeasurementTest$PeriodicAsyncMeasurementMock.lambda$1(PeriodicAsyncMeasurementTest.java:314) at org.mockito.internal.stubbing.StubbedInvocationMatcher.answer(StubbedInvocationMatcher.java:42) at org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:103) at org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29) at org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:34) at org.mockito.internal.creation.bytebuddy.MockMethodInterceptor.doIntercept(MockMethodInterceptor.java:82) at org.mockito.internal.creation.bytebuddy.MockMethodInterceptor.doIntercept(MockMethodInterceptor.java:56) at org.mockito.internal.creation.bytebuddy.MockMethodInterceptor$DispatcherDefaultingToRealMethod.interceptAbstract(MockMethodInterceptor.java:161) at org.mockito.codegen.Callable$MockitoMock$4cG6oaqZ.call(Unknown Source) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:37) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.980 s -- in org.eclipse.scout.rt.platform.opentelemetry.PeriodicAsyncMeasurementTest [INFO] Running org.eclipse.scout.rt.platform.opentelemetry.AttributesCacheTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s -- in org.eclipse.scout.rt.platform.opentelemetry.AttributesCacheTest [INFO] Running org.eclipse.scout.rt.platform.nls.NlsResourceBundleTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.nls.NlsResourceBundleTest [INFO] Running org.eclipse.scout.rt.platform.nls.NaturalCollatorProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.scout.rt.platform.nls.NaturalCollatorProviderTest [INFO] Running org.eclipse.scout.rt.platform.nls.NaturalCollatorProviderConcurrencyTest Done: Job 8 Done: Job 1 Done: Job 3 Done: Job 4 Done: Job 6 Done: Job 2 Done: Job 7 Done: Job 9 Done: Job 0 Done: Job 5 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.424 s -- in org.eclipse.scout.rt.platform.nls.NaturalCollatorProviderConcurrencyTest [INFO] Running org.eclipse.scout.rt.platform.nls.DynamicNlsTest [WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.051 s -- in org.eclipse.scout.rt.platform.nls.DynamicNlsTest [INFO] Running org.eclipse.scout.rt.platform.nls.CollatorProviderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.scout.rt.platform.nls.CollatorProviderTest [INFO] Running org.eclipse.scout.rt.platform.namespace.NamespaceVersionedModelTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.eclipse.scout.rt.platform.namespace.NamespaceVersionedModelTest [INFO] Running org.eclipse.scout.rt.platform.namespace.NamespaceVersionTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.scout.rt.platform.namespace.NamespaceVersionTest [INFO] Running org.eclipse.scout.rt.platform.logger.NullLoggerSupportTest 2024-06-28 23:53:47,052 INFO [main] org.eclipse.scout.rt.platform.logger.NullLoggerSupport.logLoggerSupportNotAvailable(NullLoggerSupport.java:55) - getting or setting log level is not supported by current slf4j logging implementation [logger=org.eclipse.scout.rt.platform.logger.NullLoggerSupportTest, slf4jLoggerFactoryClassName=testCase] 2024-06-28 23:53:47,053 INFO [main] org.eclipse.scout.rt.platform.logger.NullLoggerSupport.logLoggerSupportNotAvailable(NullLoggerSupport.java:55) - getting or setting log level is not supported by current slf4j logging implementation [logger=org.eclipse.scout.rt.platform.logger.NullLoggerSupportTest, slf4jLoggerFactoryClassName=testCase] 2024-06-28 23:53:47,053 INFO [main] org.eclipse.scout.rt.platform.logger.NullLoggerSupport.logLoggerSupportNotAvailable(NullLoggerSupport.java:55) - getting or setting log level is not supported by current slf4j logging implementation [logger=org.eclipse.scout.rt.platform.logger.NullLoggerSupportTest, slf4jLoggerFactoryClassName=testCase] 2024-06-28 23:53:47,053 INFO [main] org.eclipse.scout.rt.platform.logger.NullLoggerSupport.logLoggerSupportNotAvailable(NullLoggerSupport.java:55) - getting or setting log level is not supported by current slf4j logging implementation [logger=org.eclipse.scout.rt.platform.logger.NullLoggerSupportTest, slf4jLoggerFactoryClassName=testCase] 2024-06-28 23:53:47,053 INFO [main] org.eclipse.scout.rt.platform.logger.NullLoggerSupport.logLoggerSupportNotAvailable(NullLoggerSupport.java:55) - getting or setting log level is not supported by current slf4j logging implementation [logger=org.eclipse.scout.rt.platform.logger.NullLoggerSupportTest, slf4jLoggerFactoryClassName=testCase] 2024-06-28 23:53:47,053 INFO [main] org.eclipse.scout.rt.platform.logger.NullLoggerSupport.logLoggerSupportNotAvailable(NullLoggerSupport.java:55) - getting or setting log level is not supported by current slf4j logging implementation [logger=org.eclipse.scout.rt.platform.logger.NullLoggerSupportTest, slf4jLoggerFactoryClassName=testCase] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.scout.rt.platform.logger.NullLoggerSupportTest [INFO] Running org.eclipse.scout.rt.platform.logger.LogbackLoggerSupportTest 2024-06-28 23:53:47,235 INFO [main] org.eclipse.scout.rt.platform.logger.LoggerSettingSupport.initLogger(LoggerSettingSupport.java:55) - Initialized logger using setting=org.eclipse.scout.rt.platform.logger.AbstractLoggerSupportTest$2@3f353ae6 2024-06-28 23:53:47,236 INFO [main] org.eclipse.scout.rt.platform.logger.LoggerSettingSupport.initLogger(LoggerSettingSupport.java:55) - Initialized logger using setting=null 2024-06-28 23:53:47,237 INFO [main] org.eclipse.scout.rt.platform.logger.LoggerSettingSupport.initLogger(LoggerSettingSupport.java:55) - Initialized logger using setting=org.eclipse.scout.rt.platform.logger.AbstractLoggerSupportTest$2@70c371e9 2024-06-28 23:53:47,237 INFO [main] org.eclipse.scout.rt.platform.logger.LoggerSettingSupport.initLogger(LoggerSettingSupport.java:55) - Initialized logger using setting=org.eclipse.scout.rt.platform.logger.AbstractLoggerSupportTest$1@6637971d [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 s -- in org.eclipse.scout.rt.platform.logger.LogbackLoggerSupportTest [INFO] Running org.eclipse.scout.rt.platform.logger.JulLoggerSupportTest 2024-06-28 23:53:47,239 INFO [main] org.eclipse.scout.rt.platform.logger.LoggerSettingSupport.initLogger(LoggerSettingSupport.java:55) - Initialized logger using setting=org.eclipse.scout.rt.platform.logger.AbstractLoggerSupportTest$2@57c97ec8 2024-06-28 23:53:47,239 INFO [main] org.eclipse.scout.rt.platform.logger.LoggerSettingSupport.initLogger(LoggerSettingSupport.java:55) - Initialized logger using setting=null 2024-06-28 23:53:47,239 INFO [main] org.eclipse.scout.rt.platform.logger.LoggerSettingSupport.initLogger(LoggerSettingSupport.java:55) - Initialized logger using setting=org.eclipse.scout.rt.platform.logger.AbstractLoggerSupportTest$2@3cee11e1 2024-06-28 23:53:47,239 INFO [main] org.eclipse.scout.rt.platform.logger.LoggerSettingSupport.initLogger(LoggerSettingSupport.java:55) - Initialized logger using setting=org.eclipse.scout.rt.platform.logger.AbstractLoggerSupportTest$1@66bbf61e [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.logger.JulLoggerSupportTest [INFO] Running org.eclipse.scout.rt.platform.logger.ExpiringDuplicateMessageFilterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.logger.ExpiringDuplicateMessageFilterTest [INFO] Running org.eclipse.scout.rt.platform.job.internal.ThreadNameDecoratorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.scout.rt.platform.job.internal.ThreadNameDecoratorTest [INFO] Running org.eclipse.scout.rt.platform.job.internal.TemporalValueComputationTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.04 s -- in org.eclipse.scout.rt.platform.job.internal.TemporalValueComputationTest [INFO] Running org.eclipse.scout.rt.platform.job.internal.SerialFutureExecutionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.214 s -- in org.eclipse.scout.rt.platform.job.internal.SerialFutureExecutionTest [INFO] Running org.eclipse.scout.rt.platform.job.internal.PermitAcquisitionOrderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.24 s -- in org.eclipse.scout.rt.platform.job.internal.PermitAcquisitionOrderTest [INFO] Running org.eclipse.scout.rt.platform.job.internal.NamedThreadFactoryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.job.internal.NamedThreadFactoryTest [INFO] Running org.eclipse.scout.rt.platform.job.internal.MutualExclusionTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.194 s -- in org.eclipse.scout.rt.platform.job.internal.MutualExclusionTest [INFO] Running org.eclipse.scout.rt.platform.job.internal.MisfireTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.710 s -- in org.eclipse.scout.rt.platform.job.internal.MisfireTest [INFO] Running org.eclipse.scout.rt.platform.job.internal.JobManagerTest 2024-06-28 23:54:19,659 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:304) - Shutdown ExecutorService, await termination... - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:54:19,659 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:306) - Shutdown ExecutorService, await termination returned terminated=true - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:54:19,663 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:304) - Shutdown ExecutorService, await termination... - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:54:19,664 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:306) - Shutdown ExecutorService, await termination returned terminated=true - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:54:19,667 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:304) - Shutdown ExecutorService, await termination... - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:54:19,668 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:306) - Shutdown ExecutorService, await termination returned terminated=true - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:54:19,671 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:304) - Shutdown ExecutorService, await termination... - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:54:19,672 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:306) - Shutdown ExecutorService, await termination returned terminated=true - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:54:19,675 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:304) - Shutdown ExecutorService, await termination... - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:54:19,675 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:306) - Shutdown ExecutorService, await termination returned terminated=true - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:54:19,786 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:304) - Shutdown ExecutorService, await termination... - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:54:19,787 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:306) - Shutdown ExecutorService, await termination returned terminated=true - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:54:19,891 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:304) - Shutdown ExecutorService, await termination... - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:54:19,891 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:306) - Shutdown ExecutorService, await termination returned terminated=true - MDC[mdcTestKey=value should not be pushed to child thread] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.237 s -- in org.eclipse.scout.rt.platform.job.internal.JobManagerTest [INFO] Running org.eclipse.scout.rt.platform.job.internal.JobManagerChainTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.170 s -- in org.eclipse.scout.rt.platform.job.internal.JobManagerChainTest [INFO] Running org.eclipse.scout.rt.platform.job.internal.FutureFinishedTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.004 s -- in org.eclipse.scout.rt.platform.job.internal.FutureFinishedTest [INFO] Running org.eclipse.scout.rt.platform.job.internal.ExecutionTriggerWithCalendarTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.000 s -- in org.eclipse.scout.rt.platform.job.internal.ExecutionTriggerWithCalendarTest [INFO] Running org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphoreTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.519 s -- in org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphoreTest [INFO] Running org.eclipse.scout.rt.platform.job.internal.ExceptionProcessorTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.eclipse.scout.rt.platform.job.internal.ExceptionProcessorTest [INFO] Running org.eclipse.scout.rt.platform.job.internal.DevelopmentThreadNameDecoratorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.eclipse.scout.rt.platform.job.internal.DevelopmentThreadNameDecoratorTest [INFO] Running org.eclipse.scout.rt.platform.job.internal.CompletionPromiseTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.620 s -- in org.eclipse.scout.rt.platform.job.internal.CompletionPromiseTest [INFO] Running org.eclipse.scout.rt.platform.job.filter.future.SingleExecutionFutureFilterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.job.filter.future.SingleExecutionFutureFilterTest [INFO] Running org.eclipse.scout.rt.platform.job.filter.future.RunContextFutureFilterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.scout.rt.platform.job.filter.future.RunContextFutureFilterTest [INFO] Running org.eclipse.scout.rt.platform.job.filter.future.MutexFutureFilterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.job.filter.future.MutexFutureFilterTest [INFO] Running org.eclipse.scout.rt.platform.job.filter.future.JobNameRegexFutureFilterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.job.filter.future.JobNameRegexFutureFilterTest [INFO] Running org.eclipse.scout.rt.platform.job.filter.future.JobNameFutureFilterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.job.filter.future.JobNameFutureFilterTest [INFO] Running org.eclipse.scout.rt.platform.job.filter.future.FutureFilterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.job.filter.future.FutureFilterTest [INFO] Running org.eclipse.scout.rt.platform.job.filter.future.FutureFilterBuilderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.job.filter.future.FutureFilterBuilderTest [INFO] Running org.eclipse.scout.rt.platform.job.filter.future.ExecutionHintFutureFilterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.job.filter.future.ExecutionHintFutureFilterTest [INFO] Running org.eclipse.scout.rt.platform.job.filter.event.JobEventFilterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s -- in org.eclipse.scout.rt.platform.job.filter.event.JobEventFilterTest [INFO] Running org.eclipse.scout.rt.platform.job.filter.event.JobEventFilterBuilderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.scout.rt.platform.job.filter.event.JobEventFilterBuilderTest [INFO] Running org.eclipse.scout.rt.platform.job.WhenDoneTest 2024-06-28 23:54:33,455 WARN [scout-thread-366] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. org.eclipse.scout.rt.platform.exception.ProcessingException: expected JUnit test exception [severity=ERROR] at org.eclipse.scout.rt.platform.job.WhenDoneTest.testError(WhenDoneTest.java:103) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:33,459 WARN [scout-thread-366] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. org.eclipse.scout.rt.platform.exception.ProcessingException: expected JUnit test exception [severity=ERROR] at org.eclipse.scout.rt.platform.job.WhenDoneTest.testErrorWithJobAlreadyCompleted(WhenDoneTest.java:138) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.010 s -- in org.eclipse.scout.rt.platform.job.WhenDoneTest [INFO] Running org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest 2024-06-28 23:54:34,466 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,467 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,468 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,469 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,469 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,470 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,471 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,471 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,472 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,472 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,473 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,474 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,474 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,475 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,476 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,477 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,477 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,478 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,478 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,479 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,480 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,480 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,481 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,482 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,482 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,483 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,483 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,484 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,484 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,485 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,486 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,486 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,487 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,488 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,488 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,489 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,490 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,490 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,491 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,492 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,492 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,493 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,494 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,495 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,496 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,496 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,497 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,497 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,498 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,499 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,499 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,500 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,501 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,501 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,502 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,502 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,503 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,504 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,504 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,505 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,506 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,506 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,507 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,508 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,508 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,509 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,509 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,510 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,510 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,511 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,511 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,512 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,513 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,514 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,514 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,515 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,515 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,516 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,517 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,517 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,518 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,519 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,519 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,520 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,520 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,521 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,521 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,522 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,522 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,523 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,524 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,524 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,525 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,525 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,526 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,526 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,527 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,527 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,528 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,529 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:438) at jdk.internal.reflect.GeneratedMethodAccessor60.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,568 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,569 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,569 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,570 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,571 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,571 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,572 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,572 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,573 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,574 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,574 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,575 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,576 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,576 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,577 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,578 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,578 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,579 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,580 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,580 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,581 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,581 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,582 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,582 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,583 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,584 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,584 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,585 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,585 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,586 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,586 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,587 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,588 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,588 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,589 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,590 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,590 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,591 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,591 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,592 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,592 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,593 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,594 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,594 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,595 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,596 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,596 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,597 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,597 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,598 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,598 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,599 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,600 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,600 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,601 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,601 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,602 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,603 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,603 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,604 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,604 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,605 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,605 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,606 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,606 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,607 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,608 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,608 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,609 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,609 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,610 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,611 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,611 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,612 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,612 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,613 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,613 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,614 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,614 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,615 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,615 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,616 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,616 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,617 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,618 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,637 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,637 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,638 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,638 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,639 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,640 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,640 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,641 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,641 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,642 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,642 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,643 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,643 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,644 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:34,645 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:474) at jdk.internal.reflect.GeneratedMethodAccessor62.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,902 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,903 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,903 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,903 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,904 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,904 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,904 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,905 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,905 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,905 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,906 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,906 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,906 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,907 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,907 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,907 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,907 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,908 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,908 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,908 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,909 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,909 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,909 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,909 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,910 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,910 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,910 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,911 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,911 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,911 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,912 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,912 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,912 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,913 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,913 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,913 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,913 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,914 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,914 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,914 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,915 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,915 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,915 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,915 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,916 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,916 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,916 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,917 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,917 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,917 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,917 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,918 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,936 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,937 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,937 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,937 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,938 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,938 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,938 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,939 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,940 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,940 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,940 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,940 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,941 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,941 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,941 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,941 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,942 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,942 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,942 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,943 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,943 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,943 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,943 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,944 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,944 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,944 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,944 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,945 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,945 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,945 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,946 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,946 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,946 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,946 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,947 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,947 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,947 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,947 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,948 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,948 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,948 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,949 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,949 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,949 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,949 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,950 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,950 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,950 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,951 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,951 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,951 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,951 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,952 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,952 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,952 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,952 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,953 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,953 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,953 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,953 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,954 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,954 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,954 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,955 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,955 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,955 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,955 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,956 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,956 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,956 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,956 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,957 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,957 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,957 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,957 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,958 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,958 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,958 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,959 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,959 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,959 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,959 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,960 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,960 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,960 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,960 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,961 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,961 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,961 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,962 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,962 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,962 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,963 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,963 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,963 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,963 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,963 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,964 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,964 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,964 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,964 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,964 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,965 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,965 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,965 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,965 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,966 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,966 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,966 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,966 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,967 WARN [scout-thread-357] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,967 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,967 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,967 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,968 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,968 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,968 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,968 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,969 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,969 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,969 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,969 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,969 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,970 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,970 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,970 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,970 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,971 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,971 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,971 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,971 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,972 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,972 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,972 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,972 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,973 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,973 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,973 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,974 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,974 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,974 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,975 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,975 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,975 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,975 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,976 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,976 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,976 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,976 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,977 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,977 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,977 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,978 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,978 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,978 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,979 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,979 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,979 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,979 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,980 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,980 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,980 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,981 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,981 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,981 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,981 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,982 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,982 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,982 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,983 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,983 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,983 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,983 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,983 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,984 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,984 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,984 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,985 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,985 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,985 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,986 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,986 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,986 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,986 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,987 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,987 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,987 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,987 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,988 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,988 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,988 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,989 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,989 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,989 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,990 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,990 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,990 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,990 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,991 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,991 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,991 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,991 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,992 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,992 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,992 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,992 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,993 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,993 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,993 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,993 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,994 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,994 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,994 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,994 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,995 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,995 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,995 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,995 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,996 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,996 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,996 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,996 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,997 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,997 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,997 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,997 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,997 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,998 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,998 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,998 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,999 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,999 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,999 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,999 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:36,999 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,000 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,000 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,000 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,000 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,001 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,001 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,001 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,001 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,002 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,002 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,002 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,002 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,003 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,003 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,003 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,003 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,004 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,004 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,004 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,004 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,005 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,005 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,005 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,005 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,006 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,006 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,006 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,006 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,007 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,007 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,007 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,007 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,007 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,008 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,008 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,008 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,008 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,009 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,009 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,009 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,009 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,010 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,010 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,010 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,010 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,011 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,011 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,011 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,011 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,036 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,037 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,037 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,037 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,038 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,038 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,038 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,038 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,039 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,039 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,039 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,039 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,039 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,040 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,040 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,040 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,040 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,041 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,041 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,041 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,041 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,042 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,042 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,042 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,042 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,043 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,043 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,043 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,043 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,044 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,044 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,044 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,044 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,045 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,045 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,045 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,045 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,046 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,046 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,046 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,046 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,047 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,047 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,047 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,047 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,047 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,048 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,048 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,048 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,048 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,049 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,049 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,049 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,049 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,050 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,050 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,050 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,050 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,051 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,051 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,051 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: JUnit test exception 1 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:54) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,051 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 2 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:55) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,051 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 3 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:56) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:54:37,052 WARN [scout-thread-360] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: JUnit test exception 4 at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:57) at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.643 s -- in org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest [INFO] Running org.eclipse.scout.rt.platform.job.ScheduleWithFixedDelayTest 2024-06-28 23:54:37,114 WARN [scout-thread-366] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: expected JUnit test exception at org.eclipse.scout.rt.platform.job.ScheduleWithFixedDelayTest.lambda$5(ScheduleWithFixedDelayTest.java:232) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:37) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:177) at org.eclipse.scout.rt.platform.job.internal.FutureRunner.run(FutureRunner.java:45) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) 2024-06-28 23:54:38,118 ERROR [scout-thread-366] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:137) - Exception: expected JUnit test exception - MDC[jobName=org.eclipse.scout.rt.platform.job.ScheduleWithFixedDelayTest$$Lambda$1001/0x00007f9d444c48a0] java.lang.Exception: expected JUnit test exception at org.eclipse.scout.rt.platform.job.ScheduleWithFixedDelayTest.lambda$6(ScheduleWithFixedDelayTest.java:254) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:37) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:177) at org.eclipse.scout.rt.platform.job.internal.FutureRunner.run(FutureRunner.java:45) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) 2024-06-28 23:54:41,326 WARN [scout-thread-366] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: expected JUnit test exception at org.eclipse.scout.rt.platform.job.ScheduleWithFixedDelayTest.lambda$2(ScheduleWithFixedDelayTest.java:132) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:37) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:177) at org.eclipse.scout.rt.platform.job.internal.FutureRunner.run(FutureRunner.java:45) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) 2024-06-28 23:54:45,631 WARN [scout-thread-366] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: expected JUnit test exception at org.eclipse.scout.rt.platform.job.ScheduleWithFixedDelayTest.lambda$3(ScheduleWithFixedDelayTest.java:176) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:37) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:177) at org.eclipse.scout.rt.platform.job.internal.FutureRunner.run(FutureRunner.java:45) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) 2024-06-28 23:54:46,934 WARN [scout-thread-351] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: expected JUnit test exception at org.eclipse.scout.rt.platform.job.ScheduleWithFixedDelayTest.lambda$1(ScheduleWithFixedDelayTest.java:89) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:37) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:177) at org.eclipse.scout.rt.platform.job.internal.FutureRunner.run(FutureRunner.java:45) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.711 s -- in org.eclipse.scout.rt.platform.job.ScheduleWithFixedDelayTest [INFO] Running org.eclipse.scout.rt.platform.job.ScheduleDelayedTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.999 s -- in org.eclipse.scout.rt.platform.job.ScheduleDelayedTest [INFO] Running org.eclipse.scout.rt.platform.job.ScheduleAtFixedRateTest 2024-06-28 23:54:47,938 WARN [scout-thread-351] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: expected JUnit test exception at org.eclipse.scout.rt.platform.job.ScheduleAtFixedRateTest.lambda$5(ScheduleAtFixedRateTest.java:243) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:37) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:177) at org.eclipse.scout.rt.platform.job.internal.FutureRunner.run(FutureRunner.java:45) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) 2024-06-28 23:54:48,939 ERROR [scout-thread-351] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:137) - Exception: expected JUnit test exception - MDC[jobName=org.eclipse.scout.rt.platform.job.ScheduleAtFixedRateTest$$Lambda$1011/0x00007f9d444c5e30] java.lang.Exception: expected JUnit test exception at org.eclipse.scout.rt.platform.job.ScheduleAtFixedRateTest.lambda$6(ScheduleAtFixedRateTest.java:267) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:37) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:177) at org.eclipse.scout.rt.platform.job.internal.FutureRunner.run(FutureRunner.java:45) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) 2024-06-28 23:54:54,543 WARN [scout-thread-351] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: expected JUnit test exception at org.eclipse.scout.rt.platform.job.ScheduleAtFixedRateTest.lambda$2(ScheduleAtFixedRateTest.java:137) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:37) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:177) at org.eclipse.scout.rt.platform.job.internal.FutureRunner.run(FutureRunner.java:45) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) 2024-06-28 23:54:58,846 WARN [scout-thread-351] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: expected JUnit test exception at org.eclipse.scout.rt.platform.job.ScheduleAtFixedRateTest.lambda$3(ScheduleAtFixedRateTest.java:183) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:37) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:177) at org.eclipse.scout.rt.platform.job.internal.FutureRunner.run(FutureRunner.java:45) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) 2024-06-28 23:55:00,148 WARN [scout-thread-351] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: expected JUnit test exception at org.eclipse.scout.rt.platform.job.ScheduleAtFixedRateTest.lambda$1(ScheduleAtFixedRateTest.java:92) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:37) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:177) at org.eclipse.scout.rt.platform.job.internal.FutureRunner.run(FutureRunner.java:45) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.21 s -- in org.eclipse.scout.rt.platform.job.ScheduleAtFixedRateTest [INFO] Running org.eclipse.scout.rt.platform.job.PeriodicJobMutexTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.605 s -- in org.eclipse.scout.rt.platform.job.PeriodicJobMutexTest [INFO] Running org.eclipse.scout.rt.platform.job.JobsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.scout.rt.platform.job.JobsTest [INFO] Running org.eclipse.scout.rt.platform.job.JobStateTest 2024-06-28 23:55:04,060 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:304) - Shutdown ExecutorService, await termination... - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:04,061 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:306) - Shutdown ExecutorService, await termination returned terminated=true - MDC[mdcTestKey=value should not be pushed to child thread] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.289 s -- in org.eclipse.scout.rt.platform.job.JobStateTest [INFO] Running org.eclipse.scout.rt.platform.job.JobScheduleTest 2024-06-28 23:55:05,066 WARN [scout-thread-361] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. org.eclipse.scout.rt.platform.exception.ProcessingException: expected JUnit test exception [severity=ERROR] at org.eclipse.scout.rt.platform.job.JobScheduleTest.testProcessingExceptionWithRunnable(JobScheduleTest.java:68) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:55:05,067 WARN [scout-thread-361] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: expected JUnit test exception at org.eclipse.scout.rt.platform.job.JobScheduleTest.testRuntimeExceptionWithRunnable(JobScheduleTest.java:108) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:55:07,071 WARN [scout-thread-354] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Error: expected JUnit test exception at org.eclipse.scout.rt.platform.job.JobScheduleTest.testErrorWithRunnable(JobScheduleTest.java:188) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:55:07,072 WARN [scout-thread-354] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: expected JUnit test exception at org.eclipse.scout.rt.platform.job.JobScheduleTest.testExceptionExceptionWithCallable(JobScheduleTest.java:168) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:55:08,077 WARN [scout-thread-354] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.Exception: expected JUnit test exception at org.eclipse.scout.rt.platform.job.JobScheduleTest.testExceptionExceptionWithRunnable(JobScheduleTest.java:148) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:55:10,583 WARN [scout-thread-351] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. org.eclipse.scout.rt.platform.exception.ProcessingException: expected JUnit test exception [severity=ERROR] at org.eclipse.scout.rt.platform.job.JobScheduleTest.testProcessingExceptionWithCallable(JobScheduleTest.java:88) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:55:10,584 WARN [scout-thread-351] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: expected JUnit test exception at org.eclipse.scout.rt.platform.job.JobScheduleTest.testRuntimeExceptionWithCallable(JobScheduleTest.java:128) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.519 s -- in org.eclipse.scout.rt.platform.job.JobScheduleTest [INFO] Running org.eclipse.scout.rt.platform.job.JobManagerTest 2024-06-28 23:55:10,589 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:304) - Shutdown ExecutorService, await termination... - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:10,590 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:306) - Shutdown ExecutorService, await termination returned terminated=true - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:10,594 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:304) - Shutdown ExecutorService, await termination... - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:10,594 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:306) - Shutdown ExecutorService, await termination returned terminated=true - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:10,595 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:304) - Shutdown ExecutorService, await termination... - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:10,595 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:306) - Shutdown ExecutorService, await termination returned terminated=true - MDC[mdcTestKey=value should not be pushed to child thread] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.scout.rt.platform.job.JobManagerTest [INFO] Running org.eclipse.scout.rt.platform.job.JobListenerTest 2024-06-28 23:55:10,599 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:304) - Shutdown ExecutorService, await termination... - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:10,600 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:306) - Shutdown ExecutorService, await termination returned terminated=true - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:10,603 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:304) - Shutdown ExecutorService, await termination... - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:10,603 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:306) - Shutdown ExecutorService, await termination returned terminated=true - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:10,606 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:304) - Shutdown ExecutorService, await termination... - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:10,606 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:306) - Shutdown ExecutorService, await termination returned terminated=true - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:10,608 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:304) - Shutdown ExecutorService, await termination... - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:10,609 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:306) - Shutdown ExecutorService, await termination returned terminated=true - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:10,611 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:304) - Shutdown ExecutorService, await termination... - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:10,611 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:306) - Shutdown ExecutorService, await termination returned terminated=true - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:10,612 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:304) - Shutdown ExecutorService, await termination... - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:10,612 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:306) - Shutdown ExecutorService, await termination returned terminated=true - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:10,614 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:304) - Shutdown ExecutorService, await termination... - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:10,614 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:306) - Shutdown ExecutorService, await termination returned terminated=true - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:10,615 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:304) - Shutdown ExecutorService, await termination... - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:10,615 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:306) - Shutdown ExecutorService, await termination returned terminated=true - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:10,617 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:304) - Shutdown ExecutorService, await termination... - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:10,617 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:306) - Shutdown ExecutorService, await termination returned terminated=true - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:10,620 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:304) - Shutdown ExecutorService, await termination... - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:10,620 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:306) - Shutdown ExecutorService, await termination returned terminated=true - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:10,623 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:304) - Shutdown ExecutorService, await termination... - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:10,623 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:306) - Shutdown ExecutorService, await termination returned terminated=true - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:10,627 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:304) - Shutdown ExecutorService, await termination... - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:10,627 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:306) - Shutdown ExecutorService, await termination returned terminated=true - MDC[mdcTestKey=value should not be pushed to child thread] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.eclipse.scout.rt.platform.job.JobListenerTest [INFO] Running org.eclipse.scout.rt.platform.job.JobInputTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.job.JobInputTest [INFO] Running org.eclipse.scout.rt.platform.job.JobFutureVisitTest 2024-06-28 23:55:10,633 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:304) - Shutdown ExecutorService, await termination... - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:10,633 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:306) - Shutdown ExecutorService, await termination returned terminated=true - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:10,637 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:304) - Shutdown ExecutorService, await termination... - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:10,637 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:306) - Shutdown ExecutorService, await termination returned terminated=true - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:10,640 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:304) - Shutdown ExecutorService, await termination... - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:10,641 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:306) - Shutdown ExecutorService, await termination returned terminated=true - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:10,645 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:304) - Shutdown ExecutorService, await termination... - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:10,645 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:306) - Shutdown ExecutorService, await termination returned terminated=true - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:10,649 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:304) - Shutdown ExecutorService, await termination... - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:10,649 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:306) - Shutdown ExecutorService, await termination returned terminated=true - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:10,652 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:304) - Shutdown ExecutorService, await termination... - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:10,652 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:306) - Shutdown ExecutorService, await termination returned terminated=true - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:10,655 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:304) - Shutdown ExecutorService, await termination... - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:10,655 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:306) - Shutdown ExecutorService, await termination returned terminated=true - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:10,658 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:304) - Shutdown ExecutorService, await termination... - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:10,659 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:306) - Shutdown ExecutorService, await termination returned terminated=true - MDC[mdcTestKey=value should not be pushed to child thread] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.scout.rt.platform.job.JobFutureVisitTest [INFO] Running org.eclipse.scout.rt.platform.job.JobFutureTaskTest Run: 12683 [12683 run/sec] Run: 26184 [13092 run/sec] Run: 41103 [13701 run/sec] Run: 57257 [14310 run/sec] Run: 76925 [15381 run/sec] Run: 97824 [16301 run/sec] Run: 100000 [14283 run/sec] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.002 s -- in org.eclipse.scout.rt.platform.job.JobFutureTaskTest [INFO] Running org.eclipse.scout.rt.platform.job.JobExceptionTranslationTest 2024-06-28 23:55:17,665 ERROR [scout-thread-351] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:137) - Exception: expected JUnit test exception - MDC[jobName=org.eclipse.scout.rt.platform.job.JobExceptionTranslationTest$$Lambda$1095/0x00007f9d444d0ab8] java.lang.Exception: expected JUnit test exception at org.eclipse.scout.rt.platform.job.JobExceptionTranslationTest.testWithExplicitExceptionTranslator(JobExceptionTranslationTest.java:57) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:333) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:55:17,668 ERROR [scout-thread-351] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:137) - Exception: expected JUnit test exception - MDC[jobName=org.eclipse.scout.rt.platform.job.JobExceptionTranslationTest$$Lambda$1097/0x00007f9d444d0f08] java.lang.Exception: expected JUnit test exception at org.eclipse.scout.rt.platform.job.JobExceptionTranslationTest.testWithImplicitExceptionTranslator(JobExceptionTranslationTest.java:40) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:333) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.scout.rt.platform.job.JobExceptionTranslationTest [INFO] Running org.eclipse.scout.rt.platform.job.JobCancelTest for-loop 1 in state DONE 2024-06-28 23:55:21,709 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:304) - Shutdown ExecutorService, await termination... - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:21,710 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:306) - Shutdown ExecutorService, await termination returned terminated=true - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:21,711 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:304) - Shutdown ExecutorService, await termination... - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:21,711 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:306) - Shutdown ExecutorService, await termination returned terminated=true - MDC[mdcTestKey=value should not be pushed to child thread] [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.042 s -- in org.eclipse.scout.rt.platform.job.JobCancelTest [INFO] Running org.eclipse.scout.rt.platform.job.JobAsyncExceptionTest 2024-06-28 23:55:21,719 INFO [scout-thread-25] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:51) - Exception will be re-thrown for JUnit assertion. [exception=Expected test exception] - MDC[jobName=org.eclipse.scout.rt.platform.job.JobAsyncExceptionTest$$Lambda$1130/0x00007f9d444d5958] org.eclipse.scout.rt.platform.exception.PlatformException: Expected test exception at org.eclipse.scout.rt.platform.job.JobAsyncExceptionTest.lambda$1(JobAsyncExceptionTest.java:67) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.JobAsyncExceptionTest$P_JobManager$3.intercept(JobAsyncExceptionTest.java:165) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:155) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:138) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:37) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.JobAsyncExceptionTest$P_JobManager$2.intercept(JobAsyncExceptionTest.java:146) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.JobAsyncExceptionTest$P_JobManager$1.intercept(JobAsyncExceptionTest.java:127) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) 2024-06-28 23:55:21,726 WARN [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. org.eclipse.scout.rt.platform.exception.PlatformException: Expected test exception at org.eclipse.scout.rt.platform.job.JobAsyncExceptionTest$P_InterceptorThrowingExceptionProducer$1.intercept(JobAsyncExceptionTest.java:102) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:155) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:138) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:37) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.JobAsyncExceptionTest$P_JobManager$2.intercept(JobAsyncExceptionTest.java:146) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.JobAsyncExceptionTest$P_JobManager$1.intercept(JobAsyncExceptionTest.java:127) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.scout.rt.platform.job.JobAsyncExceptionTest [INFO] Running org.eclipse.scout.rt.platform.job.FutureAwaitTest 2024-06-28 23:55:21,730 WARN [scout-thread-1053] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: expected JUnit test exception at org.eclipse.scout.rt.platform.job.FutureAwaitTest.testAwaitDoneWithTimeout_ComputationFailed(FutureAwaitTest.java:184) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:75) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:37) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) 2024-06-28 23:55:21,731 WARN [scout-thread-1071] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: expected JUnit test exception at org.eclipse.scout.rt.platform.job.FutureAwaitTest.testAwaitDoneAndGet_ComputationFailed(FutureAwaitTest.java:260) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:75) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:37) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) 2024-06-28 23:55:21,732 WARN [scout-thread-1071] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: expected JUnit test exception at org.eclipse.scout.rt.platform.job.FutureAwaitTest.testAwaitDoneAndGetWithTimeout_ComputationFailed(FutureAwaitTest.java:334) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:75) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:37) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) 2024-06-28 23:55:21,740 WARN [scout-thread-1008] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: expected JUnit test exception at org.eclipse.scout.rt.platform.job.FutureAwaitTest.testJobManagerAwaitDone_ComputationFailed(FutureAwaitTest.java:471) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:75) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:37) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) 2024-06-28 23:55:21,744 WARN [scout-thread-1008] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. java.lang.RuntimeException: expected JUnit test exception at org.eclipse.scout.rt.platform.job.FutureAwaitTest.testAwaitDone_ComputationFailed(FutureAwaitTest.java:84) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:75) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:37) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.scout.rt.platform.job.FutureAwaitTest [INFO] Running org.eclipse.scout.rt.platform.job.ExecutionTriggerTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.job.ExecutionTriggerTest [INFO] Running org.eclipse.scout.rt.platform.job.ExecutionHintTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.job.ExecutionHintTest [INFO] Running org.eclipse.scout.rt.platform.job.BlockingConditionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.job.BlockingConditionTest [INFO] Running org.eclipse.scout.rt.platform.job.BlockingConditionInterruptionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.100 s -- in org.eclipse.scout.rt.platform.job.BlockingConditionInterruptionTest [INFO] Running org.eclipse.scout.rt.platform.job.AwaitDoneTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.604 s -- in org.eclipse.scout.rt.platform.job.AwaitDoneTest [INFO] Running org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilderTest 2024-06-28 23:55:27,485 INFO [main] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanFolder(JandexInventoryBuilder.java:180) - Rebuild index 'file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/target/test-classes/META-INF/jandex.idx'. Scanning location... - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:27,860 INFO [main] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanFolder(JandexInventoryBuilder.java:180) - Rebuild index 'file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/target/test-classes/META-INF/jandex.idx'. Scanning location... - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:28,099 INFO [main] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanFolder(JandexInventoryBuilder.java:180) - Rebuild index 'file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/target/test-classes/META-INF/jandex.idx'. Scanning location... - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:28,391 INFO [main] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanFolder(JandexInventoryBuilder.java:145) - Drop outdated index 'file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/target/test-classes/META-INF/jandex.idx'. Index timestamp 2024-06-28 23:53:15.660 is older than folder timestamp 2024-06-28 23:55:15.660. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:28,392 INFO [main] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanFolder(JandexInventoryBuilder.java:180) - Rebuild index 'file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/target/test-classes/META-INF/jandex.idx'. Scanning location... - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:28,620 INFO [main] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanFolder(JandexInventoryBuilder.java:156) - Drop divergent index 'file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/target/test-classes/META-INF/jandex.idx'. Index file count 693 != folder file count 692. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:28,621 INFO [main] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanFolder(JandexInventoryBuilder.java:180) - Rebuild index 'file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/target/test-classes/META-INF/jandex.idx'. Scanning location... - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:28,814 INFO [main] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanFolder(JandexInventoryBuilder.java:180) - Rebuild index 'file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/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[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:28,816 INFO [main] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanJar(JandexInventoryBuilder.java:202) - Found no pre-built 'jar:file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/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[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:28,820 INFO [main] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanJar(JandexInventoryBuilder.java:202) - Found no pre-built 'jar:file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/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[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:31,837 INFO [main] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanFolder(JandexInventoryBuilder.java:180) - Rebuild index 'file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/target/test-classes/META-INF/jandex.idx'. Scanning location... - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:31,985 INFO [main] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanFolder(JandexInventoryBuilder.java:180) - Rebuild index 'file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/target/test-classes/META-INF/jandex.idx'. Scanning location... - MDC[mdcTestKey=value should not be pushed to child thread] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.608 s -- in org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilderTest [INFO] Running org.eclipse.scout.rt.platform.inventory.internal.JandexClassInventoryTest 2024-06-28 23:55:32,088 WARN [ForkJoinPool.commonPool-worker-2] org.eclipse.scout.rt.platform.internal.BeanFilter.collectWithSubClasses(BeanFilter.java:75) - Skipping bean candidate 'org.eclipse.scout.rt.platform.inventory.internal.fixture.TestingBean$E1' because it is no supported class type (enum, annotation, anonymous class). 2024-06-28 23:55:32,088 WARN [main] org.eclipse.scout.rt.platform.internal.BeanFilter.collect(BeanFilter.java:104) - Skipping bean candidate 'org.eclipse.scout.rt.platform.inventory.internal.fixture.TestingBean$S6Sub2' because it has no empty or injectable constructor(). - MDC[mdcTestKey=value should not be pushed to child thread] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.scout.rt.platform.inventory.internal.JandexClassInventoryTest [INFO] Running org.eclipse.scout.rt.platform.inventory.internal.JandexClassInfoTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.inventory.internal.JandexClassInfoTest [INFO] Running org.eclipse.scout.rt.platform.internal.PlatformImplementorTest 2024-06-28 23:55:32,099 INFO [pool-2005-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:179) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true 2024-06-28 23:55:32,100 ERROR [pool-2005-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.fireStateEvent(PlatformImplementor.java:336) - Error during event listener notification. org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$TestingPlatformStartupException: null at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest.lambda$0(PlatformImplementorTest.java:71) at org.eclipse.scout.rt.platform.internal.PlatformImplementor.fireStateEvent(PlatformImplementor.java:329) at org.eclipse.scout.rt.platform.internal.PlatformImplementor.changeState(PlatformImplementor.java:298) at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:141) at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest.lambda$3(PlatformImplementorTest.java:157) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) 2024-06-28 23:55:32,100 ERROR [pool-2005-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:150) - Error during platform startup org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$TestingPlatformStartupException: null at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest.lambda$0(PlatformImplementorTest.java:71) at org.eclipse.scout.rt.platform.internal.PlatformImplementor.fireStateEvent(PlatformImplementor.java:329) at org.eclipse.scout.rt.platform.internal.PlatformImplementor.changeState(PlatformImplementor.java:298) at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:141) at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest.lambda$3(PlatformImplementorTest.java:157) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) 2024-06-28 23:55:32,101 INFO [pool-2005-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:179) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true 2024-06-28 23:55:32,101 WARN [pool-2005-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.initBeanDecorationFactory(PlatformImplementor.java:244) - Using org.eclipse.scout.rt.platform.SimpleBeanDecorationFactory. Please verify that this application really has no client or server side IBeanDecorationFactory 2024-06-28 23:55:32,101 ERROR [pool-2005-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.fireStateEvent(PlatformImplementor.java:336) - Error during event listener notification. org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$TestingPlatformStartupException: null at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest.lambda$0(PlatformImplementorTest.java:71) at org.eclipse.scout.rt.platform.internal.PlatformImplementor.fireStateEvent(PlatformImplementor.java:329) at org.eclipse.scout.rt.platform.internal.PlatformImplementor.changeState(PlatformImplementor.java:298) at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:160) at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest.lambda$3(PlatformImplementorTest.java:157) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) 2024-06-28 23:55:32,101 INFO [pool-2005-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:179) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true 2024-06-28 23:55:32,101 WARN [pool-2005-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.initBeanDecorationFactory(PlatformImplementor.java:244) - Using org.eclipse.scout.rt.platform.SimpleBeanDecorationFactory. Please verify that this application really has no client or server side IBeanDecorationFactory 2024-06-28 23:55:32,101 ERROR [pool-2005-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.fireStateEvent(PlatformImplementor.java:336) - Error during event listener notification. org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$TestingPlatformStartupException: null at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest.lambda$0(PlatformImplementorTest.java:71) at org.eclipse.scout.rt.platform.internal.PlatformImplementor.fireStateEvent(PlatformImplementor.java:329) at org.eclipse.scout.rt.platform.internal.PlatformImplementor.changeState(PlatformImplementor.java:298) at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:146) at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest.lambda$3(PlatformImplementorTest.java:157) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) 2024-06-28 23:55:32,101 ERROR [pool-2005-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:150) - Error during platform startup org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$TestingPlatformStartupException: null at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest.lambda$0(PlatformImplementorTest.java:71) at org.eclipse.scout.rt.platform.internal.PlatformImplementor.fireStateEvent(PlatformImplementor.java:329) at org.eclipse.scout.rt.platform.internal.PlatformImplementor.changeState(PlatformImplementor.java:298) at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:146) at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest.lambda$3(PlatformImplementorTest.java:157) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) 2024-06-28 23:55:32,102 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:179) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:32,102 WARN [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.initBeanDecorationFactory(PlatformImplementor.java:244) - Using org.eclipse.scout.rt.platform.SimpleBeanDecorationFactory. Please verify that this application really has no client or server side IBeanDecorationFactory - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:32,103 INFO [pool-2005-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:179) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true 2024-06-28 23:55:32,103 WARN [pool-2005-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.initBeanDecorationFactory(PlatformImplementor.java:244) - Using org.eclipse.scout.rt.platform.SimpleBeanDecorationFactory. Please verify that this application really has no client or server side IBeanDecorationFactory [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.scout.rt.platform.internal.PlatformImplementorTest [INFO] Running org.eclipse.scout.rt.platform.internal.BeanInstanceUtilTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.scout.rt.platform.internal.BeanInstanceUtilTest [INFO] Running org.eclipse.scout.rt.platform.internal.BeanHierarchyTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s -- in org.eclipse.scout.rt.platform.internal.BeanHierarchyTest [INFO] Running org.eclipse.scout.rt.platform.internal.BeanFilterTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.internal.BeanFilterTest [INFO] Running org.eclipse.scout.rt.platform.interceptor.DecoratingProxyTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.scout.rt.platform.interceptor.DecoratingProxyTest [INFO] Running org.eclipse.scout.rt.platform.index.IndexedStoreTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.scout.rt.platform.index.IndexedStoreTest [INFO] Running org.eclipse.scout.rt.platform.html.StyleHelperTest [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.scout.rt.platform.html.StyleHelperTest [INFO] Running org.eclipse.scout.rt.platform.html.HtmlHelperTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.scout.rt.platform.html.HtmlHelperTest [INFO] Running org.eclipse.scout.rt.platform.html.HtmlContentBuilderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.html.HtmlContentBuilderTest [INFO] Running org.eclipse.scout.rt.platform.html.HTMLTest [INFO] Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.scout.rt.platform.html.HTMLTest [INFO] Running org.eclipse.scout.rt.platform.filter.AndFilterTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in org.eclipse.scout.rt.platform.filter.AndFilterTest [INFO] Running org.eclipse.scout.rt.platform.exception.VetoExceptionTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.scout.rt.platform.exception.VetoExceptionTest [INFO] Running org.eclipse.scout.rt.platform.exception.ProcessingStatusTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.exception.ProcessingStatusTest [INFO] Running org.eclipse.scout.rt.platform.exception.ProcessingExceptionTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.exception.ProcessingExceptionTest [INFO] Running org.eclipse.scout.rt.platform.exception.PlatformExceptionTranslatorTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.scout.rt.platform.exception.PlatformExceptionTranslatorTest [INFO] Running org.eclipse.scout.rt.platform.exception.PlatformExceptionTest [WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.005 s -- in org.eclipse.scout.rt.platform.exception.PlatformExceptionTest [INFO] Running org.eclipse.scout.rt.platform.exception.PlaceholderExceptionTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.scout.rt.platform.exception.PlaceholderExceptionTest [INFO] Running org.eclipse.scout.rt.platform.exception.NullExceptionTranslatorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.exception.NullExceptionTranslatorTest [INFO] Running org.eclipse.scout.rt.platform.exception.ExceptionHandlerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.scout.rt.platform.exception.ExceptionHandlerTest [INFO] Running org.eclipse.scout.rt.platform.exception.DefaultRuntimeExceptionTranslatorTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.scout.rt.platform.exception.DefaultRuntimeExceptionTranslatorTest [INFO] Running org.eclipse.scout.rt.platform.exception.DefaultExceptionTranslatorTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.scout.rt.platform.exception.DefaultExceptionTranslatorTest [INFO] Running org.eclipse.scout.rt.platform.events.ListenerListMonitorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.eclipse.scout.rt.platform.events.ListenerListMonitorTest [INFO] Running org.eclipse.scout.rt.platform.context.RunMonitorTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.scout.rt.platform.context.RunMonitorTest [INFO] Running org.eclipse.scout.rt.platform.context.RunContextTest 2024-06-28 23:55:32,505 INFO [scout-thread-1071] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:51) - Exception will be re-thrown for JUnit assertion. [exception=Transaction cancelled] - MDC[jobName=org.eclipse.scout.rt.platform.context.RunContextTest$$Lambda$1261/0x00007f9d444fd238] org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:126) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:99) at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:42) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:119) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.platform.context.RunContextTest.lambda$49(RunContextTest.java:498) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s -- in org.eclipse.scout.rt.platform.context.RunContextTest [INFO] Running org.eclipse.scout.rt.platform.context.RunContextExceptionTranslationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.context.RunContextExceptionTranslationTest [INFO] Running org.eclipse.scout.rt.platform.context.RunContextChainTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.context.RunContextChainTest [INFO] Running org.eclipse.scout.rt.platform.context.RunContextChainInterceptorTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.scout.rt.platform.context.RunContextChainInterceptorTest [INFO] Running org.eclipse.scout.rt.platform.config.PropertiesUtilityTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.config.PropertiesUtilityTest [INFO] Running org.eclipse.scout.rt.platform.config.PropertiesHelperTest 2024-06-28 23:55:32,522 INFO [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.parse(ConfigPropertyProvider.java:115) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/target/test-classes/org/eclipse/scout/rt/platform/config/dotproperty-test.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:32,642 INFO [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.parse(ConfigPropertyProvider.java:115) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/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[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:32,643 WARN [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.logDuplicateKey(ConfigPropertyProvider.java:151) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:32,643 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.lambda$4(PropertiesHelper.java:229) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:32,645 INFO [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.parse(ConfigPropertyProvider.java:115) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/target/test-classes/org/eclipse/scout/rt/platform/config/dotproperty-test.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:32,647 INFO [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.parse(ConfigPropertyProvider.java:115) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/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[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:32,648 WARN [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.logDuplicateKey(ConfigPropertyProvider.java:151) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:32,648 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.lambda$4(PropertiesHelper.java:229) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:32,649 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.lambda$4(PropertiesHelper.java:229) - Duplicate config key: 'prop1'. Old value 'prop1' replaced with 'sys.prop1'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:32,650 INFO [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.parse(ConfigPropertyProvider.java:115) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/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[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:32,650 WARN [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.logDuplicateKey(ConfigPropertyProvider.java:151) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:32,650 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.lambda$4(PropertiesHelper.java:229) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:32,652 INFO [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.parse(ConfigPropertyProvider.java:115) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/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[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:32,679 INFO [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.parse(ConfigPropertyProvider.java:115) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/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[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:32,680 WARN [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.logDuplicateKey(ConfigPropertyProvider.java:151) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:32,680 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.lambda$4(PropertiesHelper.java:229) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:32,686 INFO [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.parse(ConfigPropertyProvider.java:115) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/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[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:32,686 WARN [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.logDuplicateKey(ConfigPropertyProvider.java:151) - Duplicate config key: 'namespace|mapKey[a]'. Old value 'a' replaced with 'b'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:32,687 WARN [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.logDuplicateKey(ConfigPropertyProvider.java:151) - Duplicate config key: 'namespace1|mapKey[a]'. Old value 'a' replaced with 'b'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:32,687 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.lambda$4(PropertiesHelper.java:229) - Duplicate config key: 'namespace|mapKey[a]'. Old value 'a' replaced with 'b'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:32,687 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.lambda$4(PropertiesHelper.java:229) - Duplicate config key: 'namespace1|mapKey[a]'. Old value 'a' replaced with 'b'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:32,694 INFO [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.parse(ConfigPropertyProvider.java:115) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/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[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:32,694 WARN [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.logDuplicateKey(ConfigPropertyProvider.java:151) - Duplicate config key: 'namespace|mapKey[a]'. Old value 'a' replaced with 'b'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:32,694 WARN [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.logDuplicateKey(ConfigPropertyProvider.java:151) - Duplicate config key: 'namespace1|mapKey[a]'. Old value 'a' replaced with 'b'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:32,694 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.lambda$4(PropertiesHelper.java:229) - Duplicate config key: 'namespace|mapKey[a]'. Old value 'a' replaced with 'b'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:32,694 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.lambda$4(PropertiesHelper.java:229) - Duplicate config key: 'namespace1|mapKey[a]'. Old value 'a' replaced with 'b'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:32,700 INFO [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.parse(ConfigPropertyProvider.java:115) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/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[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:32,700 WARN [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.logDuplicateKey(ConfigPropertyProvider.java:151) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:32,700 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.lambda$4(PropertiesHelper.java:229) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:32,701 INFO [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.parse(ConfigPropertyProvider.java:115) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/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[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:32,701 WARN [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.logDuplicateKey(ConfigPropertyProvider.java:151) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:32,702 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.lambda$4(PropertiesHelper.java:229) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:32,708 INFO [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.parse(ConfigPropertyProvider.java:115) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/target/test-classes/org/eclipse/scout/rt/platform/config/dotproperty-test.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:32,711 INFO [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.parse(ConfigPropertyProvider.java:115) - Reading properties from http://www.whatever-not-existing-scout-domain.org/config.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,822 INFO [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.parse(ConfigPropertyProvider.java:115) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/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[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,823 INFO [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.parse(ConfigPropertyProvider.java:115) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/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[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,824 INFO [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.parse(ConfigPropertyProvider.java:115) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/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[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,824 WARN [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.logDuplicateKey(ConfigPropertyProvider.java:151) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,825 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.lambda$4(PropertiesHelper.java:229) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,826 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.collectMapEntriesFromJson(PropertiesHelper.java:987) - Value '1' of property map 'intKey' is not a JSON value, ignored for map as lenient deserialization is used - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,827 INFO [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.parse(ConfigPropertyProvider.java:115) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/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[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,828 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.collectMapEntriesFromJson(PropertiesHelper.java:987) - Value 'a' of property map 'listWithSingleEntryText' is not a JSON value, ignored for map as lenient deserialization is used - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,828 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.collectMapEntriesFromJson(PropertiesHelper.java:987) - Value 'true' of property map 'listWithSingleEntryBoolean' is not a JSON value, ignored for map as lenient deserialization is used - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,828 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.collectMapEntriesFromJson(PropertiesHelper.java:987) - Value '"a"' of property map 'listWithSingleEntryQuotes' is not a JSON value, ignored for map as lenient deserialization is used - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,829 INFO [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.parse(ConfigPropertyProvider.java:115) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/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[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,830 WARN [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.logDuplicateKey(ConfigPropertyProvider.java:151) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,830 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.lambda$4(PropertiesHelper.java:229) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,835 INFO [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.parse(ConfigPropertyProvider.java:115) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/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[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,837 INFO [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.parse(ConfigPropertyProvider.java:115) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/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[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,837 WARN [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.logDuplicateKey(ConfigPropertyProvider.java:151) - Duplicate config key: 'namespace|mapKey[a]'. Old value 'a' replaced with 'b'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,837 WARN [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.logDuplicateKey(ConfigPropertyProvider.java:151) - Duplicate config key: 'namespace1|mapKey[a]'. Old value 'a' replaced with 'b'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,837 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.lambda$4(PropertiesHelper.java:229) - Duplicate config key: 'namespace|mapKey[a]'. Old value 'a' replaced with 'b'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,837 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.lambda$4(PropertiesHelper.java:229) - Duplicate config key: 'namespace1|mapKey[a]'. Old value 'a' replaced with 'b'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,838 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.collectMapEntriesFromJson(PropertiesHelper.java:987) - Value 'classpath:org/eclipse/scout/rt/platform/config/map-test.properties' of property map 'import' is not a JSON value, ignored for map as lenient deserialization is used - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,841 INFO [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.parse(ConfigPropertyProvider.java:115) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/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[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,841 WARN [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.logDuplicateKey(ConfigPropertyProvider.java:151) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,842 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.lambda$4(PropertiesHelper.java:229) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,843 INFO [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.parse(ConfigPropertyProvider.java:115) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/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[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,843 WARN [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.logDuplicateKey(ConfigPropertyProvider.java:151) - Duplicate config key: 'namespace|mapKey[a]'. Old value 'a' replaced with 'b'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,843 WARN [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.logDuplicateKey(ConfigPropertyProvider.java:151) - Duplicate config key: 'namespace1|mapKey[a]'. Old value 'a' replaced with 'b'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,844 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.lambda$4(PropertiesHelper.java:229) - Duplicate config key: 'namespace|mapKey[a]'. Old value 'a' replaced with 'b'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,844 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.lambda$4(PropertiesHelper.java:229) - Duplicate config key: 'namespace1|mapKey[a]'. Old value 'a' replaced with 'b'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,845 INFO [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.parse(ConfigPropertyProvider.java:115) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/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[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,845 WARN [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.logDuplicateKey(ConfigPropertyProvider.java:151) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,846 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.lambda$4(PropertiesHelper.java:229) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,847 INFO [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.parse(ConfigPropertyProvider.java:115) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/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[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,847 WARN [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.logDuplicateKey(ConfigPropertyProvider.java:151) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,848 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.lambda$4(PropertiesHelper.java:229) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,863 INFO [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.parse(ConfigPropertyProvider.java:115) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/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[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,863 WARN [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.logDuplicateKey(ConfigPropertyProvider.java:151) - Duplicate config key: 'namespace|mapKey[a]'. Old value 'a' replaced with 'b'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,864 WARN [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.logDuplicateKey(ConfigPropertyProvider.java:151) - Duplicate config key: 'namespace1|mapKey[a]'. Old value 'a' replaced with 'b'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,864 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.lambda$4(PropertiesHelper.java:229) - Duplicate config key: 'namespace|mapKey[a]'. Old value 'a' replaced with 'b'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,864 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.lambda$4(PropertiesHelper.java:229) - Duplicate config key: 'namespace1|mapKey[a]'. Old value 'a' replaced with 'b'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,873 INFO [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.parse(ConfigPropertyProvider.java:115) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/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[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,873 WARN [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.logDuplicateKey(ConfigPropertyProvider.java:151) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,873 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.lambda$4(PropertiesHelper.java:229) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,875 INFO [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.parse(ConfigPropertyProvider.java:115) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/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[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,875 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.collectMapEntriesFromJson(PropertiesHelper.java:987) - Value 'non-existing-file-url' of property map 'import' is not a JSON value, ignored for map as lenient deserialization is used - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,878 INFO [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.parse(ConfigPropertyProvider.java:115) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/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[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,878 WARN [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.logDuplicateKey(ConfigPropertyProvider.java:151) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,878 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.lambda$4(PropertiesHelper.java:229) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,931 INFO [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.parse(ConfigPropertyProvider.java:115) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/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[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,933 INFO [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.parse(ConfigPropertyProvider.java:115) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/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[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,934 INFO [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.parse(ConfigPropertyProvider.java:115) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/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[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,935 WARN [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.resolveImports(PropertiesHelper.java:1172) - Import of 'classpath:org/eclipse/scout/rt/platform/config/imp1.properties' skipped because already imported: [classpath:org/eclipse/scout/rt/platform/config/imp2.properties, classpath:org/eclipse/scout/rt/platform/config/imp1.properties, classpath:org/eclipse/scout/rt/platform/config/imp3.properties]. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,935 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.lambda$4(PropertiesHelper.java:229) - Duplicate config key: 'import'. Old value 'classpath:org/eclipse/scout/rt/platform/config/imp1.properties' replaced with 'classpath:org/eclipse/scout/rt/platform/config/imp3.properties'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,935 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.lambda$4(PropertiesHelper.java:229) - Duplicate config key: 'import'. Old value 'classpath:org/eclipse/scout/rt/platform/config/imp3.properties' replaced with 'classpath:org/eclipse/scout/rt/platform/config/imp2.properties'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,935 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.collectMapEntriesFromJson(PropertiesHelper.java:987) - Value 'classpath:org/eclipse/scout/rt/platform/config/imp2.properties' of property map 'import' is not a JSON value, ignored for map as lenient deserialization is used - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,937 INFO [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.parse(ConfigPropertyProvider.java:115) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/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[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,938 WARN [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.logDuplicateKey(ConfigPropertyProvider.java:151) - Duplicate config key: 'namespace|mapKey[a]'. Old value 'a' replaced with 'b'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,938 WARN [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.logDuplicateKey(ConfigPropertyProvider.java:151) - Duplicate config key: 'namespace1|mapKey[a]'. Old value 'a' replaced with 'b'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,938 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.lambda$4(PropertiesHelper.java:229) - Duplicate config key: 'namespace|mapKey[a]'. Old value 'a' replaced with 'b'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,938 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.lambda$4(PropertiesHelper.java:229) - Duplicate config key: 'namespace1|mapKey[a]'. Old value 'a' replaced with 'b'. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,961 WARN [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.resolveImports(PropertiesHelper.java:1172) - Import of 'propFile1' skipped because already imported: [ID2, ID1]. - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,963 INFO [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.parse(ConfigPropertyProvider.java:115) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/target/test-classes/org/eclipse/scout/rt/platform/config/dotproperty-test.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,966 INFO [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.lambda$4(PropertiesHelper.java:229) - Duplicate config key: 'prop1'. Old value 'prop1' replaced with 'prop3'. - MDC[mdcTestKey=value should not be pushed to child thread] [INFO] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.447 s -- in org.eclipse.scout.rt.platform.config.PropertiesHelperTest [INFO] Running org.eclipse.scout.rt.platform.config.LongConfigPropertyTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.config.LongConfigPropertyTest [INFO] Running org.eclipse.scout.rt.platform.config.IntegerConfigPropertyTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.config.IntegerConfigPropertyTest [INFO] Running org.eclipse.scout.rt.platform.config.ConfigPropertyTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.config.ConfigPropertyTest [INFO] Running org.eclipse.scout.rt.platform.config.ConfigFileLoaderTest 2024-06-28 23:55:33,976 INFO [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.parse(ConfigPropertyProvider.java:115) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/target/test-classes/config.properties using org.eclipse.scout.rt.platform.config.ConfigFileLoaderTest$FixtureSinglePropertyConfigFileLoader - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,977 INFO [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.parse(ConfigPropertyProvider.java:115) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/target/test-classes/config.properties using org.eclipse.scout.rt.platform.config.ConfigFileLoaderTest$FixtureEmptyConfigFileLoader - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:33,978 INFO [main] org.eclipse.scout.rt.platform.config.ConfigPropertyProvider.parse(ConfigPropertyProvider.java:115) - Reading properties from file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/target/test-classes/config.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[mdcTestKey=value should not be pushed to child thread] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.scout.rt.platform.config.ConfigFileLoaderTest [INFO] Running org.eclipse.scout.rt.platform.chain.callable.CallableChainTest 2024-06-28 23:55:33,989 ERROR [main] org.eclipse.scout.rt.platform.chain.callable.CallableChain.undecorateSafe(CallableChain.java:241) - Unexpected error during the undecoration of a command's execution. [undecorator=org.eclipse.scout.rt.platform.chain.callable.CallableChainTest$$Lambda$1361/0x00007f9d4451c3d8, command=org.eclipse.scout.rt.platform.chain.callable.CallableChainTest$$Lambda$1360/0x00007f9d4451c1b0@72fe9657] - MDC[mdcTestKey=value should not be pushed to child thread] java.lang.RuntimeException: expected JUnit test exception at org.eclipse.scout.rt.platform.chain.callable.CallableChainTest.lambda$8(CallableChainTest.java:81) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.undecorateSafe(CallableChain.java:238) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:231) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.chain.callable.CallableChainTest.testDecoratorChainWithException(CallableChainTest.java:89) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.scout.rt.platform.chain.callable.CallableChainTest [INFO] Running org.eclipse.scout.rt.platform.cache.CacheBuilderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s -- in org.eclipse.scout.rt.platform.cache.CacheBuilderTest [INFO] Running org.eclipse.scout.rt.platform.cache.BasicCacheTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in org.eclipse.scout.rt.platform.cache.BasicCacheTest [INFO] Running org.eclipse.scout.rt.platform.SimpleInstanceTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.SimpleInstanceTest [INFO] Running org.eclipse.scout.rt.platform.SameBeanOrderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.SameBeanOrderTest [INFO] Running org.eclipse.scout.rt.platform.ReUseVsReplaceTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.ReUseVsReplaceTest [INFO] Running org.eclipse.scout.rt.platform.PreDestroyTest 2024-06-28 23:55:34,105 ERROR [main] org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.handleError(BeanInstanceUtil.java:338) - Methods annotated with @PreDestroy must not be static [method=private static void org.eclipse.scout.rt.platform.PreDestroyTest$P_FixtureWithSingleValidPreDestroy.cleanupStatic()] - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:34,105 ERROR [main] org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.handleError(BeanInstanceUtil.java:338) - Methods annotated with @PreDestroy must have no arguments [method=private void org.eclipse.scout.rt.platform.PreDestroyTest$P_FixtureWithSingleValidPreDestroy.cleanupWithArgs(int)] - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:34,106 ERROR [main] org.eclipse.scout.rt.platform.internal.BeanManagerImplementor.destroyBean(BeanManagerImplementor.java:322) - 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[mdcTestKey=value should not be pushed to child thread] 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:170) at org.eclipse.scout.rt.platform.internal.BeanManagerImplementor.destroyBean(BeanManagerImplementor.java:321) at org.eclipse.scout.rt.platform.internal.BeanManagerImplementor.callPreDestroyOnBeans(BeanManagerImplementor.java:292) at org.eclipse.scout.rt.platform.internal.PlatformImplementor.stop(PlatformImplementor.java:254) at org.eclipse.scout.rt.platform.PreDestroyTest.testPreDestroyWithInheritedMethods(PreDestroyTest.java:85) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 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$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) Caused by: java.lang.Exception: test at org.eclipse.scout.rt.platform.PreDestroyTest$P_FixtureWithPreDestroyThrowingException.cleanupOne(PreDestroyTest.java:121) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.scout.rt.platform.internal.BeanManagerImplementor.destroyBean(BeanManagerImplementor.java:317) ... 44 common frames omitted 2024-06-28 23:55:34,106 ERROR [main] org.eclipse.scout.rt.platform.internal.BeanManagerImplementor.destroyBean(BeanManagerImplementor.java:322) - 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[mdcTestKey=value should not be pushed to child thread] 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:170) at org.eclipse.scout.rt.platform.internal.BeanManagerImplementor.destroyBean(BeanManagerImplementor.java:321) at org.eclipse.scout.rt.platform.internal.BeanManagerImplementor.callPreDestroyOnBeans(BeanManagerImplementor.java:292) at org.eclipse.scout.rt.platform.internal.PlatformImplementor.stop(PlatformImplementor.java:254) at org.eclipse.scout.rt.platform.PreDestroyTest.testPreDestroyThrowingException(PreDestroyTest.java:76) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 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$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) Caused by: java.lang.Exception: test at org.eclipse.scout.rt.platform.PreDestroyTest$P_FixtureWithPreDestroyThrowingException.cleanupOne(PreDestroyTest.java:121) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.scout.rt.platform.internal.BeanManagerImplementor.destroyBean(BeanManagerImplementor.java:317) ... 44 common frames omitted 2024-06-28 23:55:34,107 ERROR [main] org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.handleError(BeanInstanceUtil.java:338) - Methods annotated with @PreDestroy must not be static [method=private static void org.eclipse.scout.rt.platform.PreDestroyTest$P_FixtureWithSingleValidPreDestroy.cleanupStatic()] - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:34,107 ERROR [main] org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.handleError(BeanInstanceUtil.java:338) - Methods annotated with @PreDestroy must have no arguments [method=private void org.eclipse.scout.rt.platform.PreDestroyTest$P_FixtureWithSingleValidPreDestroy.cleanupWithArgs(int)] - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:34,107 WARN [main] org.eclipse.scout.rt.platform.internal.BeanManagerImplementor.destroyBean(BeanManagerImplementor.java:308) - 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[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:34,108 ERROR [main] org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.handleError(BeanInstanceUtil.java:338) - Methods annotated with @PreDestroy must not be static [method=private static void org.eclipse.scout.rt.platform.PreDestroyTest$P_FixtureWithSingleValidPreDestroy.cleanupStatic()] - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:34,108 ERROR [main] org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.handleError(BeanInstanceUtil.java:338) - Methods annotated with @PreDestroy must have no arguments [method=private void org.eclipse.scout.rt.platform.PreDestroyTest$P_FixtureWithSingleValidPreDestroy.cleanupWithArgs(int)] - MDC[mdcTestKey=value should not be pushed to child thread] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.scout.rt.platform.PreDestroyTest [INFO] Running org.eclipse.scout.rt.platform.PostConstructTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.PostConstructTest [INFO] Running org.eclipse.scout.rt.platform.PlatformStartTest 2024-06-28 23:55:34,111 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:179) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:34,111 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:179) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:34,124 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:179) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.PlatformStartTest [INFO] Running org.eclipse.scout.rt.platform.PlatformAwaitStartedTest 2024-06-28 23:55:34,125 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:179) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true 2024-06-28 23:55:34,137 WARN [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.initBeanDecorationFactory(PlatformImplementor.java:244) - Using org.eclipse.scout.rt.platform.SimpleBeanDecorationFactory. Please verify that this application really has no client or server side IBeanDecorationFactory [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s -- in org.eclipse.scout.rt.platform.PlatformAwaitStartedTest [INFO] Running org.eclipse.scout.rt.platform.InterfaceBeanTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.scout.rt.platform.InterfaceBeanTest [INFO] Running org.eclipse.scout.rt.platform.InjectionTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.scout.rt.platform.InjectionTest [INFO] Running org.eclipse.scout.rt.platform.InjectInstancesTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.InjectInstancesTest [INFO] Running org.eclipse.scout.rt.platform.InheritOrderTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.scout.rt.platform.InheritOrderTest [INFO] Running org.eclipse.scout.rt.platform.DynamicAnnotationTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.scout.rt.platform.DynamicAnnotationTest [INFO] Running org.eclipse.scout.rt.platform.DoubleReplaceTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.scout.rt.platform.DoubleReplaceTest [INFO] Running org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest 2024-06-28 23:55:35,260 WARN [scout-thread-1019] org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.logWarnPotentialDeadlock(SingeltonBeanInstanceProducer.java:215) - potential deadlock detected creator Thread: 376 - scout-thread-351 at java.base@17.0.9/jdk.internal.misc.Unsafe.park(Native Method) at java.base@17.0.9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341) at java.base@17.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506) at java.base@17.0.9/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3465) at java.base@17.0.9/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3436) at java.base@17.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623) at app//org.eclipse.scout.rt.platform.job.internal.CompletionPromise.awaitDoneAndGet(CompletionPromise.java:158) at app//org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDoneAndGet(JobFutureTask.java:407) at app//org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDoneAndGet(JobFutureTask.java:399) at app//org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean.initialize(ConcurrentBeanCreationDeadlockDetectionTest.java:208) at app//org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$ConcurrentPostConstructSelfReferencingTestBean.postConstruct(ConcurrentBeanCreationDeadlockDetectionTest.java:239) at java.base@17.0.9/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@17.0.9/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base@17.0.9/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@17.0.9/java.lang.reflect.Method.invoke(Method.java:568) at app//org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.initializeBeanInstance(BeanInstanceUtil.java:102) at app//org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.initializeBeanInstance(BeanInstanceUtil.java:76) at app//org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.createInstance(SingeltonBeanInstanceProducer.java:235) at app//org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.getOrCreateInstance(SingeltonBeanInstanceProducer.java:111) at app//org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.lambda$0(SingeltonBeanInstanceProducer.java:94) at app//org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer$$Lambda$193/0x00007f9d441bf1f8.get(Unknown Source) at app//org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createAndAssertNoCircularDependency(BeanInstanceUtil.java:148) at app//org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.produce(SingeltonBeanInstanceProducer.java:94) at app//org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:97) at app//org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:57) at app//org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:41) at app//org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest.lambda$3(ConcurrentBeanCreationDeadlockDetectionTest.java:149) at app//org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$$Lambda$1436/0x00007f9d44532fc8.call(Unknown Source) at app//org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at app//org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at app//org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at app//org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at app//org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at app//org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at app//org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at app//org.eclipse.scout.rt.platform.job.internal.JobFutureTask$$Lambda$891/0x00007f9d444a7d90.call(Unknown Source) at java.base@17.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264) at app//org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base@17.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base@17.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base@17.0.9/java.lang.Thread.run(Thread.java:840) at app//org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) current Thread: 1803 - scout-thread-1019 at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.getOrCreateInstance(SingeltonBeanInstanceProducer.java:172) at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.lambda$0(SingeltonBeanInstanceProducer.java:94) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createAndAssertNoCircularDependency(BeanInstanceUtil.java:148) at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.produce(SingeltonBeanInstanceProducer.java:94) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:97) 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.lambda$0(ConcurrentBeanCreationDeadlockDetectionTest.java:205) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) - MDC[jobName=org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$$Lambda$1437/0x00007f9d445331f0] 2024-06-28 23:55:35,261 ERROR [scout-thread-1019] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:126) - 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=376, creatorThreadName=scout-thread-351] - MDC[jobName=org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$$Lambda$1437/0x00007f9d445331f0] 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=376, creatorThreadName=scout-thread-351] at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.getOrCreateInstance(SingeltonBeanInstanceProducer.java:173) at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.lambda$0(SingeltonBeanInstanceProducer.java:94) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createAndAssertNoCircularDependency(BeanInstanceUtil.java:148) at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.produce(SingeltonBeanInstanceProducer.java:94) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:97) 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.lambda$0(ConcurrentBeanCreationDeadlockDetectionTest.java:205) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) 2024-06-28 23:55:36,318 WARN [scout-thread-351] org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.logWarnPotentialDeadlock(SingeltonBeanInstanceProducer.java:215) - potential deadlock detected creator Thread: 1803 - scout-thread-1019 at java.base@17.0.9/jdk.internal.misc.Unsafe.park(Native Method) at java.base@17.0.9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341) at java.base@17.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506) at java.base@17.0.9/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3465) at java.base@17.0.9/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3436) at java.base@17.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623) at app//org.eclipse.scout.rt.platform.job.internal.CompletionPromise.awaitDoneAndGet(CompletionPromise.java:158) at app//org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDoneAndGet(JobFutureTask.java:407) at app//org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDoneAndGet(JobFutureTask.java:399) at app//org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean.initialize(ConcurrentBeanCreationDeadlockDetectionTest.java:208) at app//org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$ConcurrentConstructorSelfReferencingTestBean.(ConcurrentBeanCreationDeadlockDetectionTest.java:232) at java.base@17.0.9/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at java.base@17.0.9/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) at java.base@17.0.9/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.base@17.0.9/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) at java.base@17.0.9/java.lang.reflect.Constructor.newInstance(Constructor.java:480) at app//org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createBean(BeanInstanceUtil.java:63) at app//org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createBean(BeanInstanceUtil.java:58) at app//org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.createInstance(SingeltonBeanInstanceProducer.java:234) at app//org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.getOrCreateInstance(SingeltonBeanInstanceProducer.java:111) at app//org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.lambda$0(SingeltonBeanInstanceProducer.java:94) at app//org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer$$Lambda$193/0x00007f9d441bf1f8.get(Unknown Source) at app//org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createAndAssertNoCircularDependency(BeanInstanceUtil.java:148) at app//org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.produce(SingeltonBeanInstanceProducer.java:94) at app//org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:97) at app//org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:57) at app//org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:41) at app//org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest.lambda$3(ConcurrentBeanCreationDeadlockDetectionTest.java:149) at app//org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$$Lambda$1436/0x00007f9d44532fc8.call(Unknown Source) at app//org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at app//org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at app//org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at app//org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at app//org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at app//org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at app//org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at app//org.eclipse.scout.rt.platform.job.internal.JobFutureTask$$Lambda$891/0x00007f9d444a7d90.call(Unknown Source) at java.base@17.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264) at app//org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base@17.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base@17.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base@17.0.9/java.lang.Thread.run(Thread.java:840) at app//org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) current Thread: 376 - scout-thread-351 at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.getOrCreateInstance(SingeltonBeanInstanceProducer.java:172) at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.lambda$0(SingeltonBeanInstanceProducer.java:94) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createAndAssertNoCircularDependency(BeanInstanceUtil.java:148) at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.produce(SingeltonBeanInstanceProducer.java:94) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:97) 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.lambda$0(ConcurrentBeanCreationDeadlockDetectionTest.java:205) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) - MDC[jobName=org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$$Lambda$1437/0x00007f9d445331f0] 2024-06-28 23:55:36,318 ERROR [scout-thread-351] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:126) - 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=1803, creatorThreadName=scout-thread-1019] - MDC[jobName=org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$$Lambda$1437/0x00007f9d445331f0] 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=1803, creatorThreadName=scout-thread-1019] at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.getOrCreateInstance(SingeltonBeanInstanceProducer.java:173) at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.lambda$0(SingeltonBeanInstanceProducer.java:94) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createAndAssertNoCircularDependency(BeanInstanceUtil.java:148) at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.produce(SingeltonBeanInstanceProducer.java:94) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:97) 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.lambda$0(ConcurrentBeanCreationDeadlockDetectionTest.java:205) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.115 s -- in org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest [INFO] Running org.eclipse.scout.rt.platform.BeansWithCircularDependenciesTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.scout.rt.platform.BeansWithCircularDependenciesTest [INFO] Running org.eclipse.scout.rt.platform.BeanTestingHelperTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.100 s -- in org.eclipse.scout.rt.platform.BeanTestingHelperTest [INFO] Running org.eclipse.scout.rt.platform.BeanRegisterUnregisterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.BeanRegisterUnregisterTest [INFO] Running org.eclipse.scout.rt.platform.BeanOrderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.BeanOrderTest [INFO] Running org.eclipse.scout.rt.platform.BeanManagerUniqueTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.BeanManagerUniqueTest [INFO] Running org.eclipse.scout.rt.platform.BeanManagerIsBeanTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.BeanManagerIsBeanTest [INFO] Running org.eclipse.scout.rt.platform.BeanDoubleRegistrationTest 2024-06-28 23:55:36,487 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:179) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:36,489 WARN [ForkJoinPool.commonPool-worker-2] org.eclipse.scout.rt.platform.internal.BeanFilter.collect(BeanFilter.java:104) - Skipping bean candidate 'org.eclipse.scout.rt.platform.inventory.internal.fixture.TestingBean$S6Sub2' because it has no empty or injectable constructor(). 2024-06-28 23:55:36,489 WARN [main] org.eclipse.scout.rt.platform.internal.BeanFilter.collectWithSubClasses(BeanFilter.java:75) - Skipping bean candidate 'org.eclipse.scout.rt.platform.inventory.internal.fixture.TestingBean$E1' because it is no supported class type (enum, annotation, anonymous class). - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:36,491 INFO [main] org.eclipse.scout.rt.platform.logger.LoggerInstallPlatformListener.registerLoggerSupportBean(LoggerInstallPlatformListener.java:98) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport - MDC[mdcTestKey=value should not be pushed to child thread] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.scout.rt.platform.BeanDoubleRegistrationTest [INFO] Running org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest 2024-06-28 23:55:36,999 ERROR [scout-thread-23] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:126) - 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=1982, creatorThreadName=scout-thread-25] - MDC[jobName=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$$Lambda$1441/0x00007f9d44535a58] 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=1982, creatorThreadName=scout-thread-25] at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.getOrCreateInstance(SingeltonBeanInstanceProducer.java:166) at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.lambda$0(SingeltonBeanInstanceProducer.java:94) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createAndAssertNoCircularDependency(BeanInstanceUtil.java:148) at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.produce(SingeltonBeanInstanceProducer.java:94) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:97) 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.lambda$0(BeanCreationWithExceptionsTest.java:339) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) 2024-06-28 23:55:36,999 ERROR [scout-thread-25] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:126) - BeanCreationException: Exception while invoking @PostConstruct method private void org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean.postConstruct() - MDC[jobName=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$$Lambda$1441/0x00007f9d44535a58] 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:170) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.initializeBeanInstance(BeanInstanceUtil.java:105) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.initializeBeanInstance(BeanInstanceUtil.java:76) at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.createInstance(SingeltonBeanInstanceProducer.java:235) at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.getOrCreateInstance(SingeltonBeanInstanceProducer.java:111) at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.lambda$0(SingeltonBeanInstanceProducer.java:94) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createAndAssertNoCircularDependency(BeanInstanceUtil.java:148) at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.produce(SingeltonBeanInstanceProducer.java:94) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:97) 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.lambda$0(BeanCreationWithExceptionsTest.java:339) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) Caused by: org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBeanException: fixture exception from @PostConstruct at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean.postConstruct(BeanCreationWithExceptionsTest.java:422) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.initializeBeanInstance(BeanInstanceUtil.java:102) ... 23 common frames omitted 2024-06-28 23:55:38,002 ERROR [scout-thread-23] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:126) - 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=1982, creatorThreadName=scout-thread-25] - MDC[jobName=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$$Lambda$1441/0x00007f9d44535a58] 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=1982, creatorThreadName=scout-thread-25] at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.getOrCreateInstance(SingeltonBeanInstanceProducer.java:166) at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.lambda$0(SingeltonBeanInstanceProducer.java:94) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createAndAssertNoCircularDependency(BeanInstanceUtil.java:148) at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.produce(SingeltonBeanInstanceProducer.java:94) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:97) 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.lambda$0(BeanCreationWithExceptionsTest.java:339) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) 2024-06-28 23:55:38,001 ERROR [scout-thread-25] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:126) - BeanCreationException: Could not create bean [class org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean] - MDC[jobName=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$$Lambda$1441/0x00007f9d44535a58] 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:170) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createBean(BeanInstanceUtil.java:66) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createBean(BeanInstanceUtil.java:58) at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.createInstance(SingeltonBeanInstanceProducer.java:234) at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.getOrCreateInstance(SingeltonBeanInstanceProducer.java:111) at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.lambda$0(SingeltonBeanInstanceProducer.java:94) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createAndAssertNoCircularDependency(BeanInstanceUtil.java:148) at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.produce(SingeltonBeanInstanceProducer.java:94) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:97) 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.lambda$0(BeanCreationWithExceptionsTest.java:339) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) Caused by: org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBeanException: fixture exception from constructor at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean.(BeanCreationWithExceptionsTest.java:413) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createBean(BeanInstanceUtil.java:63) ... 23 common frames omitted 2024-06-28 23:55:38,503 ERROR [scout-thread-23] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:126) - 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=1982, creatorThreadName=scout-thread-25] - MDC[jobName=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$$Lambda$1441/0x00007f9d44535a58] 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=1982, creatorThreadName=scout-thread-25] at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.getOrCreateInstance(SingeltonBeanInstanceProducer.java:166) at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.lambda$0(SingeltonBeanInstanceProducer.java:94) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createAndAssertNoCircularDependency(BeanInstanceUtil.java:148) at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.produce(SingeltonBeanInstanceProducer.java:94) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:97) 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.lambda$0(BeanCreationWithExceptionsTest.java:339) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) 2024-06-28 23:55:38,503 ERROR [scout-thread-25] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:126) - BeanCreationException: Exception while invoking @PostConstruct method private void org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean.postConstruct() - MDC[jobName=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$$Lambda$1441/0x00007f9d44535a58] 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:170) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.initializeBeanInstance(BeanInstanceUtil.java:105) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.initializeBeanInstance(BeanInstanceUtil.java:76) at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.createInstance(SingeltonBeanInstanceProducer.java:235) at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.getOrCreateInstance(SingeltonBeanInstanceProducer.java:111) at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.lambda$0(SingeltonBeanInstanceProducer.java:94) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createAndAssertNoCircularDependency(BeanInstanceUtil.java:148) at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.produce(SingeltonBeanInstanceProducer.java:94) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:97) 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.lambda$0(BeanCreationWithExceptionsTest.java:339) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) Caused by: org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBeanException: fixture exception from @PostConstruct at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean.postConstruct(BeanCreationWithExceptionsTest.java:422) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.initializeBeanInstance(BeanInstanceUtil.java:102) ... 23 common frames omitted 2024-06-28 23:55:39,505 ERROR [scout-thread-25] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:126) - BeanCreationException: Could not create bean [class org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean] - MDC[jobName=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$$Lambda$1441/0x00007f9d44535a58] 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:170) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createBean(BeanInstanceUtil.java:66) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createBean(BeanInstanceUtil.java:58) at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.createInstance(SingeltonBeanInstanceProducer.java:234) at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.getOrCreateInstance(SingeltonBeanInstanceProducer.java:111) at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.lambda$0(SingeltonBeanInstanceProducer.java:94) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createAndAssertNoCircularDependency(BeanInstanceUtil.java:148) at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.produce(SingeltonBeanInstanceProducer.java:94) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:97) 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.lambda$0(BeanCreationWithExceptionsTest.java:339) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) Caused by: org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBeanException: fixture exception from constructor at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean.(BeanCreationWithExceptionsTest.java:413) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createBean(BeanInstanceUtil.java:63) ... 23 common frames omitted 2024-06-28 23:55:39,505 ERROR [scout-thread-23] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:126) - 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=1982, creatorThreadName=scout-thread-25] - MDC[jobName=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$$Lambda$1441/0x00007f9d44535a58] 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=1982, creatorThreadName=scout-thread-25] at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.getOrCreateInstance(SingeltonBeanInstanceProducer.java:166) at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.lambda$0(SingeltonBeanInstanceProducer.java:94) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createAndAssertNoCircularDependency(BeanInstanceUtil.java:148) at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.produce(SingeltonBeanInstanceProducer.java:94) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:97) 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.lambda$0(BeanCreationWithExceptionsTest.java:339) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) 2024-06-28 23:55:41,010 ERROR [scout-thread-23] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:126) - 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=1982, creatorThreadName=scout-thread-25] - MDC[jobName=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$$Lambda$1441/0x00007f9d44535a58] 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=1982, creatorThreadName=scout-thread-25] at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.getOrCreateInstance(SingeltonBeanInstanceProducer.java:166) at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.lambda$0(SingeltonBeanInstanceProducer.java:94) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createAndAssertNoCircularDependency(BeanInstanceUtil.java:148) at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.produce(SingeltonBeanInstanceProducer.java:94) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:97) 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.lambda$0(BeanCreationWithExceptionsTest.java:339) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) 2024-06-28 23:55:41,010 ERROR [scout-thread-25] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:126) - BeanCreationException: Exception while invoking @PostConstruct method private void org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean.postConstruct() - MDC[jobName=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$$Lambda$1441/0x00007f9d44535a58] 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:170) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.initializeBeanInstance(BeanInstanceUtil.java:105) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.initializeBeanInstance(BeanInstanceUtil.java:76) at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.createInstance(SingeltonBeanInstanceProducer.java:235) at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.getOrCreateInstance(SingeltonBeanInstanceProducer.java:111) at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.lambda$0(SingeltonBeanInstanceProducer.java:94) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createAndAssertNoCircularDependency(BeanInstanceUtil.java:148) at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.produce(SingeltonBeanInstanceProducer.java:94) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:97) 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.lambda$0(BeanCreationWithExceptionsTest.java:339) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) Caused by: org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBeanException: fixture exception from @PostConstruct at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean.postConstruct(BeanCreationWithExceptionsTest.java:422) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.initializeBeanInstance(BeanInstanceUtil.java:102) ... 23 common frames omitted 2024-06-28 23:55:41,512 ERROR [scout-thread-23] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:126) - 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=1982, creatorThreadName=scout-thread-25] - MDC[jobName=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$$Lambda$1441/0x00007f9d44535a58] 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=1982, creatorThreadName=scout-thread-25] at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.getOrCreateInstance(SingeltonBeanInstanceProducer.java:166) at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.lambda$0(SingeltonBeanInstanceProducer.java:94) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createAndAssertNoCircularDependency(BeanInstanceUtil.java:148) at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.produce(SingeltonBeanInstanceProducer.java:94) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:97) 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.lambda$0(BeanCreationWithExceptionsTest.java:339) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) 2024-06-28 23:55:41,512 ERROR [scout-thread-25] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:126) - BeanCreationException: Could not create bean [class org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean] - MDC[jobName=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$$Lambda$1441/0x00007f9d44535a58] 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:170) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createBean(BeanInstanceUtil.java:66) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createBean(BeanInstanceUtil.java:58) at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.createInstance(SingeltonBeanInstanceProducer.java:234) at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.getOrCreateInstance(SingeltonBeanInstanceProducer.java:111) at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.lambda$0(SingeltonBeanInstanceProducer.java:94) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createAndAssertNoCircularDependency(BeanInstanceUtil.java:148) at org.eclipse.scout.rt.platform.internal.SingeltonBeanInstanceProducer.produce(SingeltonBeanInstanceProducer.java:94) at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:97) 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.lambda$0(BeanCreationWithExceptionsTest.java:339) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) Caused by: org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBeanException: fixture exception from constructor at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean.(BeanCreationWithExceptionsTest.java:413) at jdk.internal.reflect.GeneratedConstructorAccessor74.newInstance(Unknown Source) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480) at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createBean(BeanInstanceUtil.java:63) ... 23 common frames omitted 2024-06-28 23:55:41,514 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:304) - Shutdown ExecutorService, await termination... - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:41,514 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:306) - Shutdown ExecutorService, await termination returned terminated=true - MDC[mdcTestKey=value should not be pushed to child thread] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.017 s -- in org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest [INFO] Running org.eclipse.scout.rt.platform.BeanContextTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.BeanContextTest [INFO] Running org.eclipse.scout.rt.platform.BEANSTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.scout.rt.platform.BEANSTest [INFO] Running org.eclipse.scout.rt.platform.ApplicationsScopedTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.platform.ApplicationsScopedTest [INFO] Running org.eclipse.scout.rt.platform.ApplicationTest 2024-06-28 23:55:41,524 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:179) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:41,525 WARN [ForkJoinPool.commonPool-worker-2] org.eclipse.scout.rt.platform.internal.BeanFilter.collect(BeanFilter.java:104) - Skipping bean candidate 'org.eclipse.scout.rt.platform.inventory.internal.fixture.TestingBean$S6Sub2' because it has no empty or injectable constructor(). 2024-06-28 23:55:41,526 WARN [ForkJoinPool.commonPool-worker-2] org.eclipse.scout.rt.platform.internal.BeanFilter.collectWithSubClasses(BeanFilter.java:75) - Skipping bean candidate 'org.eclipse.scout.rt.platform.inventory.internal.fixture.TestingBean$E1' because it is no supported class type (enum, annotation, anonymous class). 2024-06-28 23:55:41,526 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:226) - Collected 163 beans in 2.177365 ms - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:41,527 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:231) - Registered 163 beans in 1.317372 ms - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:41,528 INFO [main] org.eclipse.scout.rt.platform.logger.LoggerInstallPlatformListener.registerLoggerSupportBean(LoggerInstallPlatformListener.java:98) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:41,533 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:304) - Shutdown ExecutorService, await termination... - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:41,533 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:306) - Shutdown ExecutorService, await termination returned terminated=true - MDC[mdcTestKey=value should not be pushed to child thread] 2024-06-28 23:55:41,534 INFO [main] org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport.shutdown(LogbackLoggerSupport.java:158) - About to stop ch.qos.logback.classic.LoggerContext[default] - MDC[mdcTestKey=value should not be pushed to child thread] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.eclipse.scout.rt.platform.ApplicationTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 1939, Failures: 0, Errors: 0, Skipped: 6 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.platform.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.platform.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.platform.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.platform.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.platform.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.platform.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/24.2-SNAPSHOT/org.eclipse.scout.rt.platform.test-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/24.2-SNAPSHOT/org.eclipse.scout.rt.platform.test-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/24.2-SNAPSHOT/org.eclipse.scout.rt.platform.test-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/24.2-SNAPSHOT/org.eclipse.scout.rt.platform.test-24.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/24.2-SNAPSHOT/org.eclipse.scout.rt.platform.test-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt.api.data >--------- [INFO] Building org.eclipse.scout.rt.api.data 24.2-SNAPSHOT [9/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api.data/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.api.data --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.api.data --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.api.data --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api.data/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.api.data --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.api.data --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api.data/src/main/java/org/eclipse/scout/rt/api/data/config/ApiExposedConfigPropertyContributor.java:[38,54] org.eclipse.scout.rt.platform.config.IConfigProperty is a raw type. References to generic type org.eclipse.scout.rt.platform.config.IConfigProperty should be parameterized [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.api.data --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api.data/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.api.data --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.api.data --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [INFO] [INFO] --- jandex:3.1.6:jandex (make-test-index) @ org.eclipse.scout.rt.api.data --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api.data/target/test-classes/jandex.idx [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.api.data --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api.data/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.scout.rt.api.data.table.MaxResultsHelperTest 2024-06-28 23:55:43,955 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:179) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true 2024-06-28 23:55:43,973 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:37) - Building jandex class inventory using rebuild strategy IF_MISSING... 2024-06-28 23:55:44,077 INFO [ForkJoinPool.commonPool-worker-1] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanFolder(JandexInventoryBuilder.java:180) - Rebuild index 'file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api.data/target/test-classes/META-INF/jandex.idx'. Scanning location... 2024-06-28 23:55:44,263 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:43) - Finished building jandex class inventory in 300.928234 ms. Total class count: 850 2024-06-28 23:55:44,460 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:226) - Collected 166 beans in 195.204643 ms 2024-06-28 23:55:44,565 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:231) - Registered 166 beans in 104.875917 ms 2024-06-28 23:55:44,581 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.logger.LoggerInstallPlatformListener.registerLoggerSupportBean(LoggerInstallPlatformListener.java:98) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport 2024-06-28 23:55:44,582 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:191) - No classpath:config.properties found. Running with empty configuration. 2024-06-28 23:55:44,747 INFO [main] org.eclipse.scout.rt.testing.platform.GlobalTestingPlatform.checkAccess(GlobalTestingPlatform.java:75) - Accessing the BeanManager before the testing platform is fully started; blocking until Platform.awaitPlatformStarted [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.502 s -- in org.eclipse.scout.rt.api.data.table.MaxResultsHelperTest [INFO] Running org.eclipse.scout.rt.api.data.ApiExposeHelperTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.scout.rt.api.data.ApiExposeHelperTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.api.data --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api.data/target/org.eclipse.scout.rt.api.data-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.api.data --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api.data/target/org.eclipse.scout.rt.api.data-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.api.data --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api.data/target/org.eclipse.scout.rt.api.data-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.api.data --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api.data/target/org.eclipse.scout.rt.api.data-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.api.data --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.api.data --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api.data/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.api.data/24.2-SNAPSHOT/org.eclipse.scout.rt.api.data-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api.data/target/org.eclipse.scout.rt.api.data-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.api.data/24.2-SNAPSHOT/org.eclipse.scout.rt.api.data-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api.data/target/org.eclipse.scout.rt.api.data-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.api.data/24.2-SNAPSHOT/org.eclipse.scout.rt.api.data-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api.data/target/org.eclipse.scout.rt.api.data-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.api.data/24.2-SNAPSHOT/org.eclipse.scout.rt.api.data-24.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api.data/target/org.eclipse.scout.rt.api.data-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.api.data/24.2-SNAPSHOT/org.eclipse.scout.rt.api.data-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt.security >--------- [INFO] Building org.eclipse.scout.rt.security 24.2-SNAPSHOT [10/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.security/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.security --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.security --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.security --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.security/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.security --- [INFO] Copying 12 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.security --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.security/src/main/java/org/eclipse/scout/rt/security/AbstractAccessControlService.java:[12,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.security/src/main/java/org/eclipse/scout/rt/security/AbstractAccessControlService.java:[186,30] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.security/src/main/java/org/eclipse/scout/rt/security/AbstractAccessControlService.java:[186,41] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.security/src/main/java/org/eclipse/scout/rt/security/AbstractAccessControlService.java:[186,58] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.security --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.security/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.security --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.security/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.security --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.security --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.security --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.security/target/org.eclipse.scout.rt.security-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.security --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.security --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.security/target/org.eclipse.scout.rt.security-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.security --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.security --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.security --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.security/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.security/24.2-SNAPSHOT/org.eclipse.scout.rt.security-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.security/target/org.eclipse.scout.rt.security-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.security/24.2-SNAPSHOT/org.eclipse.scout.rt.security-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.security/target/org.eclipse.scout.rt.security-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.security/24.2-SNAPSHOT/org.eclipse.scout.rt.security-24.2-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.eclipse.scout.rt:org.eclipse.scout.rt.nls >------------ [INFO] Building org.eclipse.scout.rt.nls 24.2-SNAPSHOT [11/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.nls/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.nls --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.nls --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.nls --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.nls/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.nls --- [INFO] Copying 28 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.nls --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.nls --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.nls/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.nls --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.nls/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.nls --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.nls --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.nls --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.nls/target/org.eclipse.scout.rt.nls-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.nls --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.nls --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.nls/target/org.eclipse.scout.rt.nls-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.nls --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.nls --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.nls --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.nls/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.nls/24.2-SNAPSHOT/org.eclipse.scout.rt.nls-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.nls/target/org.eclipse.scout.rt.nls-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.nls/24.2-SNAPSHOT/org.eclipse.scout.rt.nls-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.nls/target/org.eclipse.scout.rt.nls-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.nls/24.2-SNAPSHOT/org.eclipse.scout.rt.nls-24.2-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.rt.shared >---------- [INFO] Building org.eclipse.scout.rt.shared 24.2-SNAPSHOT [12/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/http-client/google-http-client/1.43.3/google-http-client-1.43.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/http-client/google-http-client/1.43.3/google-http-client-1.43.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/http-client/google-http-client/1.43.3/google-http-client-1.43.3.pom (6.1 kB at 87 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/http-client/google-http-client-parent/1.43.3/google-http-client-parent-1.43.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/http-client/google-http-client-parent/1.43.3/google-http-client-parent-1.43.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/http-client/google-http-client-parent/1.43.3/google-http-client-parent-1.43.3.pom (27 kB at 433 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/errorprone/error_prone_annotations/2.23.0/error_prone_annotations-2.23.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.23.0/error_prone_annotations-2.23.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.23.0/error_prone_annotations-2.23.0.pom (1.8 kB at 96 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/errorprone/error_prone_parent/2.23.0/error_prone_parent-2.23.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.23.0/error_prone_parent-2.23.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.23.0/error_prone_parent-2.23.0.pom (13 kB at 1.2 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava/33.0.0-jre/guava-33.0.0-jre.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/33.0.0-jre/guava-33.0.0-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/33.0.0-jre/guava-33.0.0-jre.pom (13 kB at 896 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava-parent/33.0.0-jre/guava-parent-33.0.0-jre.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/33.0.0-jre/guava-parent-33.0.0-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/33.0.0-jre/guava-parent-33.0.0-jre.pom (19 kB at 504 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/guava/failureaccess/1.0.2/failureaccess-1.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.2/failureaccess-1.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.2/failureaccess-1.0.2.pom (3.3 kB at 477 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/checkerframework/checker-qual/3.41.0/checker-qual-3.41.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.41.0/checker-qual-3.41.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.41.0/checker-qual-3.41.0.pom (2.1 kB at 116 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.pom (2.9 kB at 266 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opencensus/opencensus-api/0.31.1/opencensus-api-0.31.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opencensus/opencensus-api/0.31.1/opencensus-api-0.31.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opencensus/opencensus-api/0.31.1/opencensus-api-0.31.1.pom (2.2 kB at 203 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/grpc/grpc-context/1.27.2/grpc-context-1.27.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-context/1.27.2/grpc-context-1.27.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-context/1.27.2/grpc-context-1.27.2.pom (1.2 kB at 172 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opencensus/opencensus-contrib-http-util/0.31.1/opencensus-contrib-http-util-0.31.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opencensus/opencensus-contrib-http-util/0.31.1/opencensus-contrib-http-util-0.31.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opencensus/opencensus-contrib-http-util/0.31.1/opencensus-contrib-http-util-0.31.1.pom (2.4 kB at 305 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/client5/httpclient5/5.2.1/httpclient5-5.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/client5/httpclient5/5.2.1/httpclient5-5.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/client5/httpclient5/5.2.1/httpclient5-5.2.1.pom (6.0 kB at 542 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/client5/httpclient5-parent/5.2.1/httpclient5-parent-5.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/client5/httpclient5-parent/5.2.1/httpclient5-parent-5.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/client5/httpclient5-parent/5.2.1/httpclient5-parent-5.2.1.pom (17 kB at 845 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcomponents-parent/13/httpcomponents-parent-13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/13/httpcomponents-parent-13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/13/httpcomponents-parent-13.pom (30 kB at 1.0 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/core5/httpcore5/5.2/httpcore5-5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5/5.2/httpcore5-5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5/5.2/httpcore5-5.2.pom (3.9 kB at 123 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/core5/httpcore5-parent/5.2/httpcore5-parent-5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5-parent/5.2/httpcore5-parent-5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5-parent/5.2/httpcore5-parent-5.2.pom (14 kB at 1.2 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/core5/httpcore5-h2/5.2/httpcore5-h2-5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5-h2/5.2/httpcore5-h2-5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5-h2/5.2/httpcore5-h2-5.2.pom (3.6 kB at 106 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/jcl-over-slf4j/2.0.9/jcl-over-slf4j-2.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/2.0.9/jcl-over-slf4j-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/2.0.9/jcl-over-slf4j-2.0.9.pom (1.7 kB at 15 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/http-client/google-http-client/1.43.3/google-http-client-1.43.3.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/errorprone/error_prone_annotations/2.23.0/error_prone_annotations-2.23.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava/33.0.0-jre/guava-33.0.0-jre.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/guava/failureaccess/1.0.2/failureaccess-1.0.2.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/checkerframework/checker-qual/3.41.0/checker-qual-3.41.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opencensus/opencensus-api/0.31.1/opencensus-api-0.31.1.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/grpc/grpc-context/1.27.2/grpc-context-1.27.2.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opencensus/opencensus-contrib-http-util/0.31.1/opencensus-contrib-http-util-0.31.1.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/client5/httpclient5/5.2.1/httpclient5-5.2.1.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/core5/httpcore5/5.2/httpcore5-5.2.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/core5/httpcore5-h2/5.2/httpcore5-h2-5.2.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/jcl-over-slf4j/2.0.9/jcl-over-slf4j-2.0.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/http-client/google-http-client/1.43.3/google-http-client-1.43.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/http-client/google-http-client/1.43.3/google-http-client-1.43.3.jar (293 kB at 4.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.23.0/error_prone_annotations-2.23.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/33.0.0-jre/guava-33.0.0-jre.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.2/failureaccess-1.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.41.0/checker-qual-3.41.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar (9.3 kB at 490 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opencensus/opencensus-api/0.31.1/opencensus-api-0.31.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.2/failureaccess-1.0.2.jar (4.7 kB at 226 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-context/1.27.2/grpc-context-1.27.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.41.0/checker-qual-3.41.0.jar (229 kB at 7.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opencensus/opencensus-contrib-http-util/0.31.1/opencensus-contrib-http-util-0.31.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.23.0/error_prone_annotations-2.23.0.jar (17 kB at 391 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-context/1.27.2/grpc-context-1.27.2.jar (30 kB at 733 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/client5/httpclient5/5.2.1/httpclient5-5.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5/5.2/httpcore5-5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opencensus/opencensus-api/0.31.1/opencensus-api-0.31.1.jar (355 kB at 7.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5-h2/5.2/httpcore5-h2-5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opencensus/opencensus-contrib-http-util/0.31.1/opencensus-contrib-http-util-0.31.1.jar (23 kB at 478 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/2.0.9/jcl-over-slf4j-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/33.0.0-jre/guava-33.0.0-jre.jar (3.0 MB at 52 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/client5/httpclient5/5.2.1/httpclient5-5.2.1.jar (840 kB at 12 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5-h2/5.2/httpcore5-h2-5.2.jar (237 kB at 1.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5/5.2/httpcore5-5.2.jar (853 kB at 5.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/2.0.9/jcl-over-slf4j-2.0.9.jar (18 kB at 115 kB/s) [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.shared --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.shared --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.shared --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.shared --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.shared --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/http/HttpTransportFactoryProperty.java:[30,21] Unsupported @SuppressWarnings("findbugs:VA_FORMAT_STRING_USES_NEWLINE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/basic/BoundsSpec.java:[14,20] Unsupported @SuppressWarnings("squid:S00116") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/basic/BoundsSpec.java:[14,36] Unsupported @SuppressWarnings("squid:ClassVariableVisibilityCheck") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/http/HttpConfigurationProperties.java:[88,23] Unsupported @SuppressWarnings("findbugs:VA_FORMAT_STRING_USES_NEWLINE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/http/HttpConfigurationProperties.java:[115,23] Unsupported @SuppressWarnings("findbugs:VA_FORMAT_STRING_USES_NEWLINE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/http/HttpConfigurationProperties.java:[144,23] Unsupported @SuppressWarnings("findbugs:VA_FORMAT_STRING_USES_NEWLINE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/ui/webresource/FilesystemWebResourceResolver.java:[37,21] Unsupported @SuppressWarnings("squid:S1166") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/extension/services/common/code/ICodeTypeExtension.java:[25,50] org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericCreateCodesChain is a raw type. References to generic type org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericCreateCodesChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/extension/services/common/code/ICodeTypeExtension.java:[27,33] org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericCreateCodeChain is a raw type. References to generic type org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericCreateCodeChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/extension/services/common/code/ICodeTypeExtension.java:[29,51] org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericLoadCodesChain is a raw type. References to generic type org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericLoadCodesChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/extension/services/common/code/ICodeTypeExtension.java:[31,26] org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericOverwriteCodeChain is a raw type. References to generic type org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericOverwriteCodeChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/AbstractIcons.java:[18,19] Unsupported @SuppressWarnings("FieldNamingConvention") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/AnnotationFactory.java:[14,19] Unsupported @SuppressWarnings("squid:S2162") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/CODES.java:[52,28] org.eclipse.scout.rt.shared.services.common.code.ICodeType is a raw type. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICodeType should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/CODES.java:[65,57] org.eclipse.scout.rt.shared.services.common.code.ICodeType is a raw type. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICodeType should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/CodeService.java:[221,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/CodeService.java:[222,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/CodeService.java:[223,5] org.eclipse.scout.rt.shared.services.common.code.ICodeType is a raw type. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICodeType should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/CodeService.java:[232,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/CodeService.java:[235,7] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/CodeService.java:[253,49] org.eclipse.scout.rt.shared.services.common.code.ICodeType is a raw type. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICodeType should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/CodeService.java:[257,18] org.eclipse.scout.rt.shared.services.common.code.ICode is a raw type. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/CodeService.java:[258,5] org.eclipse.scout.rt.shared.services.common.code.ICodeVisitor is a raw type. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICodeVisitor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/calendar/CalendarTask.java:[39,21] Unsupported @SuppressWarnings("squid:S00107") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/basic/graph/GraphNode.java:[33,21] Unsupported @SuppressWarnings("squid:S00107") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/AbstractFormData.java:[37,31] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/AbstractFormData.java:[37,54] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/AbstractFormData.java:[40,22] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/AbstractFormData.java:[41,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/AbstractFormData.java:[46,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/AbstractFormData.java:[54,16] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/AbstractFormData.java:[55,25] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/AbstractFormData.java:[55,48] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/AbstractFormData.java:[56,16] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/AbstractFormData.java:[57,7] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/AbstractFormData.java:[78,10] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/AbstractFormData.java:[82,10] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/AbstractFormData.java:[92,21] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/AbstractFormData.java:[100,21] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/AbstractFormData.java:[115,10] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/extension/services/common/code/AbstractCodeTypeWithGenericExtension.java:[37,57] org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericCreateCodesChain is a raw type. References to generic type org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericCreateCodesChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/extension/services/common/code/AbstractCodeTypeWithGenericExtension.java:[43,40] org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericCreateCodeChain is a raw type. References to generic type org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericCreateCodeChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/extension/services/common/code/AbstractCodeTypeWithGenericExtension.java:[49,58] org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericLoadCodesChain is a raw type. References to generic type org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericLoadCodesChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/extension/services/common/code/AbstractCodeTypeWithGenericExtension.java:[55,33] org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericOverwriteCodeChain is a raw type. References to generic type org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericOverwriteCodeChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/servicetunnel/ServiceTunnelRequest.java:[34,17] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/servicetunnel/ServiceTunnelRequest.java:[40,71] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/servicetunnel/ServiceTunnelRequest.java:[87,10] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/servicetunnel/http/HttpServiceTunnelConfigurationProperties.java:[43,23] Unsupported @SuppressWarnings("findbugs:VA_FORMAT_STRING_USES_NEWLINE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/servicetunnel/http/HttpServiceTunnelConfigurationProperties.java:[64,23] Unsupported @SuppressWarnings("findbugs:VA_FORMAT_STRING_USES_NEWLINE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/CodeRow.java:[196,21] Unsupported @SuppressWarnings("squid:S00107") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/CodeRow.java:[202,21] Unsupported @SuppressWarnings("squid:S00107") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/lookup/BatchLookupResultCache.java:[31,44] org.eclipse.scout.rt.shared.services.lookup.ILookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.ILookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/lookup/BatchLookupResultCache.java:[33,21] org.eclipse.scout.rt.shared.services.lookup.ILookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.ILookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/lookup/BatchLookupResultCache.java:[45,43] org.eclipse.scout.rt.shared.services.lookup.ILookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.ILookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/lookup/BatchLookupResultCache.java:[60,44] org.eclipse.scout.rt.shared.services.lookup.ILookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.ILookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/lookup/BatchLookupResultCache.java:[72,43] org.eclipse.scout.rt.shared.services.lookup.ILookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.ILookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/lookup/BatchLookupResultCache.java:[84,43] org.eclipse.scout.rt.shared.services.lookup.ILookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.ILookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/lookup/BatchLookupResultCache.java:[96,46] org.eclipse.scout.rt.shared.services.lookup.ILookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.ILookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/lookup/BatchLookupResultCache.java:[110,31] org.eclipse.scout.rt.shared.services.lookup.ILookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.ILookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/lookup/BatchLookupResultCache.java:[120,53] org.eclipse.scout.rt.shared.services.lookup.ILookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.ILookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/lookup/BatchLookupResultCache.java:[137,70] org.eclipse.scout.rt.shared.services.lookup.ILookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.ILookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/AbstractCode.java:[190,21] Unsupported @SuppressWarnings("squid:S1244") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/AbstractCode.java:[206,30] org.eclipse.scout.rt.shared.services.common.code.ICode is a raw type. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/AbstractCode.java:[207,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/AbstractCode.java:[262,16] org.eclipse.scout.rt.shared.services.common.code.ICode is a raw type. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/AbstractCode.java:[263,10] org.eclipse.scout.rt.shared.services.common.code.ICode is a raw type. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/AbstractCode.java:[266,26] org.eclipse.scout.rt.shared.services.common.code.ICode is a raw type. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/basic/AffineTransformSpec.java:[14,20] Unsupported @SuppressWarnings("squid:S00116") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/basic/AffineTransformSpec.java:[14,36] Unsupported @SuppressWarnings("squid:ClassVariableVisibilityCheck") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/ApiExposedCodeTypeDoContributor.java:[42,48] org.eclipse.scout.rt.shared.services.common.code.ICodeType is a raw type. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICodeType should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/fields/AbstractFormFieldData.java:[28,31] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/fields/AbstractFormFieldData.java:[28,54] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/fields/AbstractFormFieldData.java:[32,22] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/fields/AbstractFormFieldData.java:[33,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/fields/AbstractFormFieldData.java:[38,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/fields/AbstractFormFieldData.java:[58,16] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/fields/AbstractFormFieldData.java:[59,25] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/fields/AbstractFormFieldData.java:[59,48] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/fields/AbstractFormFieldData.java:[60,16] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/fields/AbstractFormFieldData.java:[61,7] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/fields/AbstractFormFieldData.java:[106,10] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/fields/AbstractFormFieldData.java:[110,10] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/fields/AbstractFormFieldData.java:[120,21] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/fields/AbstractFormFieldData.java:[128,21] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/fields/AbstractFormFieldData.java:[143,10] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/http/ApacheMultiSessionCookieStore.java:[51,21] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.deprecation' is not analysed due to a compiler option being ignored [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/http/ApacheMultiSessionCookieStore.java:[91,23] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.deprecation' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/http/proxy/ProxyConfigurationProperty.java:[22,21] Unsupported @SuppressWarnings("findbugs:VA_FORMAT_STRING_USES_NEWLINE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/lookup/LookupCall.java:[248,15] org.eclipse.scout.rt.shared.services.lookup.LookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/lookup/LookupCall.java:[271,5] org.eclipse.scout.rt.shared.services.lookup.LookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/lookup/LookupCall.java:[271,25] org.eclipse.scout.rt.shared.services.lookup.LookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/notification/NotificationHandlerRegistry.java:[31,43] org.eclipse.scout.rt.shared.notification.INotificationHandler is a raw type. References to generic type org.eclipse.scout.rt.shared.notification.INotificationHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/notification/NotificationHandlerRegistry.java:[32,43] org.eclipse.scout.rt.shared.clientnotification.IDispatchingNotificationHandler is a raw type. References to generic type org.eclipse.scout.rt.shared.clientnotification.IDispatchingNotificationHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/notification/NotificationHandlerRegistry.java:[47,16] org.eclipse.scout.rt.shared.clientnotification.IDispatchingNotificationHandler is a raw type. References to generic type org.eclipse.scout.rt.shared.clientnotification.IDispatchingNotificationHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/notification/NotificationHandlerRegistry.java:[48,10] org.eclipse.scout.rt.shared.clientnotification.IDispatchingNotificationHandler is a raw type. References to generic type org.eclipse.scout.rt.shared.clientnotification.IDispatchingNotificationHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/notification/NotificationHandlerRegistry.java:[66,16] org.eclipse.scout.rt.shared.notification.INotificationHandler is a raw type. References to generic type org.eclipse.scout.rt.shared.notification.INotificationHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/notification/NotificationHandlerRegistry.java:[67,10] org.eclipse.scout.rt.shared.notification.INotificationHandler is a raw type. References to generic type org.eclipse.scout.rt.shared.notification.INotificationHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/servicetunnel/SoapServiceTunnelContentHandler.java:[142,21] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/servicetunnel/SoapServiceTunnelContentHandler.java:[190,21] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/servicetunnel/SoapServiceTunnelContentHandler.java:[288,21] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/extension/ExtensionRegistry.java:[147,13] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/file/RemoteFile.java:[305,21] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/file/RemoteFile.java:[372,21] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/file/RemoteFile.java:[480,21] Unsupported @SuppressWarnings("findbugs:RV_RETURN_VALUE_IGNORED_BAD_PRACTICE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/mapping/AbstractCodeToDoFunction.java:[68,5] org.eclipse.scout.rt.shared.services.common.code.ICodeType is a raw type. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICodeType should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/mapping/AbstractCodeToDoFunction.java:[115,27] Type safety: The method getCodeIndex(org.eclipse.scout.rt.shared.services.common.code.ICode) belongs to the raw type org.eclipse.scout.rt.shared.services.common.code.ICodeType. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICodeType should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/servicetunnel/ServiceUtility.java:[44,21] Unsupported @SuppressWarnings("squid:S1181") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/extension/AbstractExtensionChain.java:[28,91] org.eclipse.scout.rt.shared.extension.IExtension is a raw type. References to generic type org.eclipse.scout.rt.shared.extension.IExtension should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/extension/AbstractExtensionChain.java:[127,21] Unsupported @SuppressWarnings("squid:S00118") [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/http/transport/ApacheHttpRequest.java:[68,23] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.deprecation' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/servicetunnel/LenientPermissionWrapper.java:[63,21] Unsupported @SuppressWarnings("squid:S1181") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/IPropertyHolder.java:[21,3] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/IPropertyHolder.java:[27,14] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/IPropertyHolder.java:[32,3] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/IPropertyHolder.java:[38,14] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/clientnotification/ClientNotificationAddress.java:[118,21] Unsupported @SuppressWarnings("squid:S2583") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/clientnotification/ClientNotificationAddress.java:[136,21] Unsupported @SuppressWarnings("squid:S2583") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/lookup/CodeLookupCall.java:[75,5] org.eclipse.scout.rt.shared.services.lookup.CodeLookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.CodeLookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/lookup/CodeLookupCall.java:[75,29] org.eclipse.scout.rt.shared.services.lookup.CodeLookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.CodeLookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/lookup/CodeLookupCall.java:[95,26] org.eclipse.scout.rt.shared.services.common.code.ICodeType is a raw type. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICodeType should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/lookup/CodeLookupCall.java:[103,10] org.eclipse.scout.rt.shared.services.lookup.ICodeLookupCallVisitor is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.ICodeLookupCallVisitor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/lookup/CodeLookupCall.java:[225,9] org.eclipse.scout.rt.shared.services.common.code.ICode is a raw type. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/SharedConfigProperties.java:[42,23] Unsupported @SuppressWarnings("findbugs:VA_FORMAT_STRING_USES_NEWLINE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/SharedConfigProperties.java:[58,23] Unsupported @SuppressWarnings("findbugs:VA_FORMAT_STRING_USES_NEWLINE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/SharedConfigProperties.java:[176,23] Unsupported @SuppressWarnings("findbugs:VA_FORMAT_STRING_USES_NEWLINE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/SharedConfigProperties.java:[191,23] Unsupported @SuppressWarnings("findbugs:NP_BOOLEAN_RETURN_NULL") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/SharedConfigProperties.java:[216,23] Unsupported @SuppressWarnings("findbugs:VA_FORMAT_STRING_USES_NEWLINE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/SharedConfigProperties.java:[239,23] Unsupported @SuppressWarnings("findbugs:VA_FORMAT_STRING_USES_NEWLINE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/SharedConfigProperties.java:[259,23] Unsupported @SuppressWarnings("findbugs:VA_FORMAT_STRING_USES_NEWLINE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/calendar/RecurrenceException.java:[15,19] Unsupported @SuppressWarnings("squid:S2166") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/fields/treefield/TreeNodeData.java:[35,21] Unsupported @SuppressWarnings("squid:S2975") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/calendar/CalendarAppointment.java:[47,21] Unsupported @SuppressWarnings("squid:S00107") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/lookup/LocalLookupCall.java:[36,19] Unsupported @SuppressWarnings("squid:S2057") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/lookup/LocalLookupCall.java:[45,21] Unsupported @SuppressWarnings("squid:S1185") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/lookup/LocalLookupCall.java:[51,21] Unsupported @SuppressWarnings("squid:S1185") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/servicetunnel/http/DefaultAuthTokenSigner.java:[13,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/servicetunnel/http/DefaultAuthTokenSigner.java:[106,31] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/servicetunnel/http/DefaultAuthTokenSigner.java:[106,42] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/servicetunnel/http/DefaultAuthTokenSigner.java:[106,59] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/servicetunnel/http/HttpServiceTunnelTransportManager.java:[34,27] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/servicetunnel/http/HttpServiceTunnel.java:[186,31] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/AbstractCodeTypeWithGeneric.java:[105,40] org.eclipse.scout.rt.shared.services.common.code.ICode is a raw type. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/AbstractCodeTypeWithGeneric.java:[106,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/AbstractCodeTypeWithGeneric.java:[154,26] org.eclipse.scout.rt.shared.services.common.code.ICode is a raw type. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/AbstractCodeTypeWithGeneric.java:[155,10] org.eclipse.scout.rt.shared.services.common.code.ICode is a raw type. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/AbstractCodeTypeWithGeneric.java:[157,26] org.eclipse.scout.rt.shared.services.common.code.ICode is a raw type. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/AbstractCodeTypeWithGeneric.java:[164,10] org.eclipse.scout.rt.shared.services.common.code.ICode is a raw type. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/AbstractCodeTypeWithGeneric.java:[165,23] org.eclipse.scout.rt.shared.services.common.code.ICode is a raw type. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/AbstractCodeTypeWithGeneric.java:[657,49] org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericCreateCodesChain is a raw type. References to generic type org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericCreateCodesChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/AbstractCodeTypeWithGeneric.java:[662,42] org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericCreateCodeChain is a raw type. References to generic type org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericCreateCodeChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/AbstractCodeTypeWithGeneric.java:[667,60] org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericLoadCodesChain is a raw type. References to generic type org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericLoadCodesChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/AbstractCodeTypeWithGeneric.java:[672,35] org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericOverwriteCodeChain is a raw type. References to generic type org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericOverwriteCodeChain should be parameterized [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.shared --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.shared --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.shared --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.shared --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.shared --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/target/org.eclipse.scout.rt.shared-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.shared --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.shared --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/target/org.eclipse.scout.rt.shared-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.shared --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.shared --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.shared --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.shared-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/target/org.eclipse.scout.rt.shared-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.shared-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/target/org.eclipse.scout.rt.shared-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.shared-24.2-SNAPSHOT-sources.jar [INFO] [INFO] ------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons >------ [INFO] Building org.eclipse.scout.rt.server.commons 24.2-SNAPSHOT [13/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.pom (18 kB at 1.6 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.jar (308 kB at 31 MB/s) [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.server.commons --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.commons --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.server.commons --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.server.commons --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.server.commons --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/authentication/CookieAccessController.java:[220,23] Unsupported @SuppressWarnings("findbugs:VA_FORMAT_STRING_USES_NEWLINE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/authentication/CookieAccessController.java:[240,23] Unsupported @SuppressWarnings("findbugs:VA_FORMAT_STRING_USES_NEWLINE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/servlet/UrlHints.java:[179,21] Unsupported @SuppressWarnings("findbugs:NP_BOOLEAN_RETURN_NULL") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/ServerCommonsConfigProperties.java:[45,23] Unsupported @SuppressWarnings("findbugs:VA_FORMAT_STRING_USES_NEWLINE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/ServerCommonsConfigProperties.java:[66,23] Unsupported @SuppressWarnings("findbugs:VA_FORMAT_STRING_USES_NEWLINE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/ServerCommonsConfigProperties.java:[112,23] Unsupported @SuppressWarnings("findbugs:VA_FORMAT_STRING_USES_NEWLINE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/authentication/FormBasedAccessController.java:[92,22] Unsupported @SuppressWarnings("squid:RedundantThrowsDeclarationCheck") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/authentication/FormBasedAccessController.java:[92,63] Unsupported @SuppressWarnings("DuplicatedCode") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/authentication/FormBasedAccessController.java:[143,22] Unsupported @SuppressWarnings("squid:RedundantThrowsDeclarationCheck") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/authentication/FormBasedAccessController.java:[143,63] Unsupported @SuppressWarnings("DuplicatedCode") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/healthcheck/AbstractHealthChecker.java:[88,13] org.eclipse.scout.rt.platform.job.IFuture is a raw type. References to generic type org.eclipse.scout.rt.platform.job.IFuture should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/context/HttpRunContextProducer.java:[12,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/context/HttpRunContextProducer.java:[65,30] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/context/HttpRunContextProducer.java:[65,41] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/context/HttpRunContextProducer.java:[65,58] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/servlet/HttpProxyConfigProperties.java:[24,105] org.eclipse.scout.rt.shared.http.async.AbstractAsyncHttpClientManager is a raw type. References to generic type org.eclipse.scout.rt.shared.http.async.AbstractAsyncHttpClientManager should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/servlet/HttpProxyConfigProperties.java:[37,28] org.eclipse.scout.rt.shared.http.async.AbstractAsyncHttpClientManager is a raw type. References to generic type org.eclipse.scout.rt.shared.http.async.AbstractAsyncHttpClientManager should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/authentication/ServletFilterHelper.java:[15,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/authentication/ServletFilterHelper.java:[138,31] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/authentication/ServletFilterHelper.java:[138,42] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/authentication/ServletFilterHelper.java:[138,59] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/authentication/ServletFilterHelper.java:[191,31] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/authentication/ServletFilterHelper.java:[191,42] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/authentication/ServletFilterHelper.java:[191,59] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/servlet/HttpProxy.java:[89,11] org.eclipse.scout.rt.shared.http.async.AbstractAsyncHttpClientManager is a raw type. References to generic type org.eclipse.scout.rt.shared.http.async.AbstractAsyncHttpClientManager should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/servlet/HttpProxy.java:[260,62] org.apache.hc.core5.http.support.AbstractRequestBuilder is a raw type. References to generic type org.apache.hc.core5.http.support.AbstractRequestBuilder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/servlet/HttpProxy.java:[431,10] org.eclipse.scout.rt.shared.http.async.AbstractAsyncHttpClientManager is a raw type. References to generic type org.eclipse.scout.rt.shared.http.async.AbstractAsyncHttpClientManager should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/servlet/HttpProxy.java:[440,42] org.eclipse.scout.rt.shared.http.async.AbstractAsyncHttpClientManager is a raw type. References to generic type org.eclipse.scout.rt.shared.http.async.AbstractAsyncHttpClientManager should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/GlobalTrustManager.java:[107,21] Unsupported @SuppressWarnings("squid:S1168") [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.server.commons --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.server.commons --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.commons --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.server.commons --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.server.commons --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/target/org.eclipse.scout.rt.server.commons-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.server.commons --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.commons --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/target/org.eclipse.scout.rt.server.commons-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0: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:2.0.1:check (default) @ org.eclipse.scout.rt.server.commons --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.server.commons --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/24.2-SNAPSHOT/org.eclipse.scout.rt.server.commons-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/target/org.eclipse.scout.rt.server.commons-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/24.2-SNAPSHOT/org.eclipse.scout.rt.server.commons-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/target/org.eclipse.scout.rt.server.commons-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/24.2-SNAPSHOT/org.eclipse.scout.rt.server.commons-24.2-SNAPSHOT-sources.jar [INFO] [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api >---------- [INFO] Building org.eclipse.scout.rt.mom.api 24.2-SNAPSHOT [14/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.mom.api --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.mom.api --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.mom.api --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.api/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.mom.api --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.mom.api --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.api/src/main/java/org/eclipse/scout/rt/mom/api/ClusterMom.java:[74,23] Unsupported @SuppressWarnings("findbugs:VA_FORMAT_STRING_USES_NEWLINE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.api/src/main/java/org/eclipse/scout/rt/mom/api/Destination.java:[104,5] org.eclipse.scout.rt.mom.api.Destination is a raw type. References to generic type org.eclipse.scout.rt.mom.api.Destination should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.api/src/main/java/org/eclipse/scout/rt/mom/api/Destination.java:[104,26] org.eclipse.scout.rt.mom.api.Destination is a raw type. References to generic type org.eclipse.scout.rt.mom.api.Destination should be parameterized [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.mom.api --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.api/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.mom.api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.api/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.mom.api --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.mom.api --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.mom.api --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.api/target/org.eclipse.scout.rt.mom.api-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.mom.api --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.mom.api --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.api/target/org.eclipse.scout.rt.mom.api-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0: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:2.0.1:check (default) @ org.eclipse.scout.rt.mom.api --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.mom.api --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.api/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.api-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.api/target/org.eclipse.scout.rt.mom.api-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.api-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.api/target/org.eclipse.scout.rt.mom.api-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.api-24.2-SNAPSHOT-sources.jar [INFO] [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt.jackson >---------- [INFO] Building org.eclipse.scout.rt.jackson 24.2-SNAPSHOT [15/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/jackson/core/jackson-databind/2.16.0/jackson-databind-2.16.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.16.0/jackson-databind-2.16.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.16.0/jackson-databind-2.16.0.pom (21 kB at 161 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/jackson/jackson-base/2.16.0/jackson-base-2.16.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.16.0/jackson-base-2.16.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.16.0/jackson-base-2.16.0.pom (11 kB at 134 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom (5.6 kB at 469 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/jackson/core/jackson-annotations/2.16.0/jackson-annotations-2.16.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.16.0/jackson-annotations-2.16.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.16.0/jackson-annotations-2.16.0.pom (7.1 kB at 110 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/jackson/core/jackson-core/2.16.0/jackson-core-2.16.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.16.0/jackson-core-2.16.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.16.0/jackson-core-2.16.0.pom (9.9 kB at 162 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/jackson/core/jackson-databind/2.16.0/jackson-databind-2.16.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/jackson/core/jackson-annotations/2.16.0/jackson-annotations-2.16.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/jackson/core/jackson-core/2.16.0/jackson-core-2.16.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.16.0/jackson-databind-2.16.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.16.0/jackson-databind-2.16.0.jar (1.6 MB at 13 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.16.0/jackson-annotations-2.16.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.16.0/jackson-core-2.16.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.16.0/jackson-annotations-2.16.0.jar (78 kB at 1.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.16.0/jackson-core-2.16.0.jar (579 kB at 7.1 MB/s) [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.jackson --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.jackson --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.jackson --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.jackson --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.jackson --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson/src/main/java/org/eclipse/scout/rt/jackson/dataobject/DefaultDoEntityDeserializerTypeStrategy.java:[63,42] Type safety: Unchecked cast from java.util.Collection to java.util.Collection [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson/src/main/java/org/eclipse/scout/rt/jackson/dataobject/DoCollectionDeserializer.java:[63,12] Type safety: Unchecked cast from org.eclipse.scout.rt.dataobject.IDoCollection> to COLLECTION_NODE [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson/src/main/java/org/eclipse/scout/rt/jackson/dataobject/DoCollectionDeserializer.java:[99,12] Type safety: Unchecked cast from org.eclipse.scout.rt.dataobject.IDoCollection> to COLLECTION_NODE [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson/src/main/java/org/eclipse/scout/rt/jackson/dataobject/JacksonDataObjectMapper.java:[137,21] Unsupported @SuppressWarnings("DeprecatedIsStillUsed") [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson/src/main/java/org/eclipse/scout/rt/jackson/dataobject/DoEntityDeserializer.java:[92,22] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson/src/main/java/org/eclipse/scout/rt/jackson/dataobject/DoEntityDeserializer.java:[92,34] Unsupported @SuppressWarnings("squid:S2095") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson/src/main/java/org/eclipse/scout/rt/jackson/dataobject/DoEntityDeserializer.java:[163,88] Type safety: Unchecked cast from org.eclipse.scout.rt.dataobject.DoNode to org.eclipse.scout.rt.dataobject.AbstractDoCollection> [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson/src/main/java/org/eclipse/scout/rt/jackson/dataobject/DoEntityDeserializer.java:[175,23] org.eclipse.scout.rt.dataobject.IDoCollection is a raw type. References to generic type org.eclipse.scout.rt.dataobject.IDoCollection should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson/src/main/java/org/eclipse/scout/rt/jackson/dataobject/DoEntityDeserializer.java:[191,16] Type safety: Unchecked cast from java.lang.Object to T [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.jackson --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.jackson --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.jackson --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.jackson --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.jackson --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson/target/org.eclipse.scout.rt.jackson-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.jackson --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.jackson --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson/target/org.eclipse.scout.rt.jackson-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.jackson --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.jackson --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.jackson --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson/24.2-SNAPSHOT/org.eclipse.scout.rt.jackson-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson/target/org.eclipse.scout.rt.jackson-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson/24.2-SNAPSHOT/org.eclipse.scout.rt.jackson-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson/target/org.eclipse.scout.rt.jackson-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson/24.2-SNAPSHOT/org.eclipse.scout.rt.jackson-24.2-SNAPSHOT-sources.jar [INFO] [INFO] ------< org.eclipse.scout.rt:org.eclipse.scout.rt.uinotification >------ [INFO] Building org.eclipse.scout.rt.uinotification 24.2-SNAPSHOT [16/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.uinotification/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.uinotification --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.uinotification --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.uinotification --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.uinotification/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.uinotification --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.uinotification --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.uinotification --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.uinotification/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.uinotification --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.uinotification --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.uinotification --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.uinotification/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.scout.rt.api.uinotification.UiNotificationRegistryTest 2024-06-28 23:55:51,570 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:179) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true 2024-06-28 23:55:51,588 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:37) - Building jandex class inventory using rebuild strategy IF_MISSING... 2024-06-28 23:55:51,757 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:43) - Finished building jandex class inventory in 177.894551 ms. Total class count: 920 2024-06-28 23:55:52,159 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:226) - Collected 191 beans in 400.112190 ms 2024-06-28 23:55:52,240 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:231) - Registered 191 beans in 81.586929 ms 2024-06-28 23:55:52,254 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.logger.LoggerInstallPlatformListener.registerLoggerSupportBean(LoggerInstallPlatformListener.java:98) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport 2024-06-28 23:55:52,256 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:191) - No classpath:config.properties found. Running with empty configuration. OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 2024-06-28 23:55:53,667 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.(UiNotificationRegistry.java:79) - No implementation for IUiNotificationClusterService found. UI notifications won't be delivered to other cluster nodes. 2024-06-28 23:55:53,676 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.putInternal(UiNotificationRegistry.java:334) - Added new ui notification UiNotificationDo {"_type":"scout.UiNotification","creationTime":"2024-06-28 23:55:53.676","id":"1","message":{"dummy":"value"},"nodeId":"xJjRqRBd+J9sPHcCzwmqdGuwisXDobHMotNd1ZYL5jeQXwh2q6yWhYvCYkC6TQOWTAK6XDOt1ejli00A+eHRjA==","topic":"topic"} for topic topic. New size: 1 2024-06-28 23:55:54,084 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.putInternal(UiNotificationRegistry.java:334) - Added new ui notification UiNotificationDo {"_type":"scout.UiNotification","creationTime":"2024-06-28 23:55:54.084","id":"2","message":{"dummy":"value"},"nodeId":"xJjRqRBd+J9sPHcCzwmqdGuwisXDobHMotNd1ZYL5jeQXwh2q6yWhYvCYkC6TQOWTAK6XDOt1ejli00A+eHRjA==","topic":"topic"} for topic topic. New size: 2 2024-06-28 23:55:54,085 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.putInternal(UiNotificationRegistry.java:334) - Added new ui notification UiNotificationDo {"_type":"scout.UiNotification","creationTime":"2024-06-28 23:55:54.085","id":"3","message":{"dummy":"value"},"nodeId":"xJjRqRBd+J9sPHcCzwmqdGuwisXDobHMotNd1ZYL5jeQXwh2q6yWhYvCYkC6TQOWTAK6XDOt1ejli00A+eHRjA==","topic":"topic"} for topic topic. New size: 3 2024-06-28 23:55:54,152 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.(UiNotificationRegistry.java:79) - No implementation for IUiNotificationClusterService found. UI notifications won't be delivered to other cluster nodes. 2024-06-28 23:55:54,152 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.putInternal(UiNotificationRegistry.java:334) - Added new ui notification UiNotificationDo {"_type":"scout.UiNotification","creationTime":"2024-06-28 23:55:54.152","id":"1","message":{"dummy":"value"},"nodeId":"xJjRqRBd+J9sPHcCzwmqdGuwisXDobHMotNd1ZYL5jeQXwh2q6yWhYvCYkC6TQOWTAK6XDOt1ejli00A+eHRjA==","topic":"topic"} for topic topic. New size: 1 2024-06-28 23:55:54,154 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.putInternal(UiNotificationRegistry.java:334) - Added new ui notification UiNotificationDo {"_type":"scout.UiNotification","creationTime":"2024-06-28 23:55:54.154","id":"2","message":{"dummy":"value"},"nodeId":"xJjRqRBd+J9sPHcCzwmqdGuwisXDobHMotNd1ZYL5jeQXwh2q6yWhYvCYkC6TQOWTAK6XDOt1ejli00A+eHRjA==","topic":"topic"} for topic topic. New size: 2 2024-06-28 23:55:54,158 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.putInternal(UiNotificationRegistry.java:334) - Added new ui notification UiNotificationDo {"_type":"scout.UiNotification","creationTime":"2024-06-28 23:55:54.158","id":"3","message":{"dummy":"value"},"nodeId":"xJjRqRBd+J9sPHcCzwmqdGuwisXDobHMotNd1ZYL5jeQXwh2q6yWhYvCYkC6TQOWTAK6XDOt1ejli00A+eHRjA==","topic":"topic"} for topic topic. New size: 3 2024-06-28 23:55:54,159 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.putInternal(UiNotificationRegistry.java:334) - Added new ui notification UiNotificationDo {"_type":"scout.UiNotification","creationTime":"2024-06-28 23:55:54.159","id":"4","message":{"dummy":"value"},"nodeId":"xJjRqRBd+J9sPHcCzwmqdGuwisXDobHMotNd1ZYL5jeQXwh2q6yWhYvCYkC6TQOWTAK6XDOt1ejli00A+eHRjA==","topic":"topic"} for topic topic. New size: 4 2024-06-28 23:55:54,160 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.putInternal(UiNotificationRegistry.java:334) - Added new ui notification UiNotificationDo {"_type":"scout.UiNotification","creationTime":"2024-06-28 23:55:54.160","id":"5","message":{"dummy":"value"},"nodeId":"xJjRqRBd+J9sPHcCzwmqdGuwisXDobHMotNd1ZYL5jeQXwh2q6yWhYvCYkC6TQOWTAK6XDOt1ejli00A+eHRjA==","topic":"topic"} for topic topic. New size: 5 2024-06-28 23:55:54,163 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.(UiNotificationRegistry.java:79) - No implementation for IUiNotificationClusterService found. UI notifications won't be delivered to other cluster nodes. 2024-06-28 23:55:54,164 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.putInternal(UiNotificationRegistry.java:334) - Added new ui notification UiNotificationDo {"_type":"scout.UiNotification","creationTime":"2024-06-28 23:55:54.164","id":"1","message":{"dummy":"value"},"nodeId":"xJjRqRBd+J9sPHcCzwmqdGuwisXDobHMotNd1ZYL5jeQXwh2q6yWhYvCYkC6TQOWTAK6XDOt1ejli00A+eHRjA==","topic":"topic"} for topic topic. New size: 1 2024-06-28 23:55:54,167 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.(UiNotificationRegistry.java:79) - No implementation for IUiNotificationClusterService found. UI notifications won't be delivered to other cluster nodes. 2024-06-28 23:55:54,170 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.(UiNotificationRegistry.java:79) - No implementation for IUiNotificationClusterService found. UI notifications won't be delivered to other cluster nodes. 2024-06-28 23:55:54,171 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.putInternal(UiNotificationRegistry.java:334) - Added new ui notification UiNotificationDo {"_type":"scout.UiNotification","creationTime":"2024-06-28 23:55:54.170","id":"1","message":{"dummy":"value"},"nodeId":"xJjRqRBd+J9sPHcCzwmqdGuwisXDobHMotNd1ZYL5jeQXwh2q6yWhYvCYkC6TQOWTAK6XDOt1ejli00A+eHRjA==","topic":"topic"} for topic topic. New size: 1 2024-06-28 23:55:54,173 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.(UiNotificationRegistry.java:79) - No implementation for IUiNotificationClusterService found. UI notifications won't be delivered to other cluster nodes. 2024-06-28 23:55:54,174 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.putInternal(UiNotificationRegistry.java:334) - Added new ui notification UiNotificationDo {"_type":"scout.UiNotification","creationTime":"2024-06-28 23:55:54.174","id":"1","message":{"dummy":"value"},"nodeId":"xJjRqRBd+J9sPHcCzwmqdGuwisXDobHMotNd1ZYL5jeQXwh2q6yWhYvCYkC6TQOWTAK6XDOt1ejli00A+eHRjA==","topic":"topic"} for topic topic. New size: 1 2024-06-28 23:55:54,175 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.putInternal(UiNotificationRegistry.java:334) - Added new ui notification UiNotificationDo {"_type":"scout.UiNotification","creationTime":"2024-06-28 23:55:54.175","id":"2","message":{"dummy":"value"},"nodeId":"xJjRqRBd+J9sPHcCzwmqdGuwisXDobHMotNd1ZYL5jeQXwh2q6yWhYvCYkC6TQOWTAK6XDOt1ejli00A+eHRjA==","topic":"topic"} for topic topic. New size: 2 2024-06-28 23:55:54,177 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.(UiNotificationRegistry.java:79) - No implementation for IUiNotificationClusterService found. UI notifications won't be delivered to other cluster nodes. 2024-06-28 23:55:54,178 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.putInternal(UiNotificationRegistry.java:334) - Added new ui notification UiNotificationDo {"_type":"scout.UiNotification","creationTime":"2024-06-28 23:55:54.178","id":"1","message":{"dummy":"value"},"nodeId":"xJjRqRBd+J9sPHcCzwmqdGuwisXDobHMotNd1ZYL5jeQXwh2q6yWhYvCYkC6TQOWTAK6XDOt1ejli00A+eHRjA==","topic":"topic"} for topic topic. New size: 1 2024-06-28 23:55:54,179 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.putInternal(UiNotificationRegistry.java:334) - Added new ui notification UiNotificationDo {"_type":"scout.UiNotification","creationTime":"2024-06-28 23:55:54.179","id":"2","message":{"dummy":"value"},"nodeId":"xJjRqRBd+J9sPHcCzwmqdGuwisXDobHMotNd1ZYL5jeQXwh2q6yWhYvCYkC6TQOWTAK6XDOt1ejli00A+eHRjA==","topic":"topic"} for topic topic. New size: 2 2024-06-28 23:55:54,180 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.putInternal(UiNotificationRegistry.java:334) - Added new ui notification UiNotificationDo {"_type":"scout.UiNotification","creationTime":"2024-06-28 23:55:54.180","id":"3","message":{"dummy":"value"},"nodeId":"xJjRqRBd+J9sPHcCzwmqdGuwisXDobHMotNd1ZYL5jeQXwh2q6yWhYvCYkC6TQOWTAK6XDOt1ejli00A+eHRjA==","topic":"topic"} for topic topic. New size: 3 2024-06-28 23:55:54,181 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.putInternal(UiNotificationRegistry.java:334) - Added new ui notification UiNotificationDo {"_type":"scout.UiNotification","creationTime":"2024-06-28 23:55:54.181","id":"4","message":{"dummy":"value"},"nodeId":"xJjRqRBd+J9sPHcCzwmqdGuwisXDobHMotNd1ZYL5jeQXwh2q6yWhYvCYkC6TQOWTAK6XDOt1ejli00A+eHRjA==","topic":"topic"} for topic topic. New size: 4 2024-06-28 23:55:54,183 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.putInternal(UiNotificationRegistry.java:334) - Added new ui notification UiNotificationDo {"_type":"scout.UiNotification","creationTime":"2024-06-28 23:55:54.183","id":"5","message":{"dummy":"value"},"nodeId":"xJjRqRBd+J9sPHcCzwmqdGuwisXDobHMotNd1ZYL5jeQXwh2q6yWhYvCYkC6TQOWTAK6XDOt1ejli00A+eHRjA==","topic":"topic"} for topic topic. New size: 5 2024-06-28 23:55:54,184 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.(UiNotificationRegistry.java:79) - No implementation for IUiNotificationClusterService found. UI notifications won't be delivered to other cluster nodes. 2024-06-28 23:55:54,185 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.putInternal(UiNotificationRegistry.java:334) - Added new ui notification UiNotificationDo {"_type":"scout.UiNotification","creationTime":"2024-06-28 23:55:54.185","id":"11","message":{"dummy":"a"},"nodeId":"xJjRqRBd+J9sPHcCzwmqdGuwisXDobHMotNd1ZYL5jeQXwh2q6yWhYvCYkC6TQOWTAK6XDOt1ejli00A+eHRjA==","topic":"topic"} for topic topic. New size: 1 2024-06-28 23:55:54,187 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.putInternal(UiNotificationRegistry.java:334) - Added new ui notification UiNotificationDo {"_type":"scout.UiNotification","creationTime":"2024-06-28 23:55:54.187","id":"12","message":{"dummy":"b"},"nodeId":"xJjRqRBd+J9sPHcCzwmqdGuwisXDobHMotNd1ZYL5jeQXwh2q6yWhYvCYkC6TQOWTAK6XDOt1ejli00A+eHRjA==","topic":"topic"} for topic topic. New size: 2 2024-06-28 23:55:54,191 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.(UiNotificationRegistry.java:79) - No implementation for IUiNotificationClusterService found. UI notifications won't be delivered to other cluster nodes. 2024-06-28 23:55:54,191 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.putInternal(UiNotificationRegistry.java:334) - Added new ui notification UiNotificationDo {"_type":"scout.UiNotification","creationTime":"2024-06-28 23:55:54.191","id":"1","message":{"dummy":"value"},"nodeId":"xJjRqRBd+J9sPHcCzwmqdGuwisXDobHMotNd1ZYL5jeQXwh2q6yWhYvCYkC6TQOWTAK6XDOt1ejli00A+eHRjA==","topic":"topic a"} for topic topic a. New size: 1 2024-06-28 23:55:54,192 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.putInternal(UiNotificationRegistry.java:334) - Added new ui notification UiNotificationDo {"_type":"scout.UiNotification","creationTime":"2024-06-28 23:55:54.192","id":"2","message":{"dummy":"value"},"nodeId":"xJjRqRBd+J9sPHcCzwmqdGuwisXDobHMotNd1ZYL5jeQXwh2q6yWhYvCYkC6TQOWTAK6XDOt1ejli00A+eHRjA==","topic":"topic a"} for topic topic a. New size: 2 2024-06-28 23:55:54,193 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.putInternal(UiNotificationRegistry.java:334) - Added new ui notification UiNotificationDo {"_type":"scout.UiNotification","creationTime":"2024-06-28 23:55:54.193","id":"3","message":{"dummy":"value"},"nodeId":"xJjRqRBd+J9sPHcCzwmqdGuwisXDobHMotNd1ZYL5jeQXwh2q6yWhYvCYkC6TQOWTAK6XDOt1ejli00A+eHRjA==","topic":"topic a"} for topic topic a. New size: 3 2024-06-28 23:55:54,196 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.putInternal(UiNotificationRegistry.java:334) - Added new ui notification UiNotificationDo {"_type":"scout.UiNotification","creationTime":"2024-06-28 23:55:54.196","id":"4","message":{"dummy":"a new"},"nodeId":"xJjRqRBd+J9sPHcCzwmqdGuwisXDobHMotNd1ZYL5jeQXwh2q6yWhYvCYkC6TQOWTAK6XDOt1ejli00A+eHRjA==","topic":"topic a"} for topic topic a. New size: 4 2024-06-28 23:55:54,198 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.putInternal(UiNotificationRegistry.java:334) - Added new ui notification UiNotificationDo {"_type":"scout.UiNotification","creationTime":"2024-06-28 23:55:54.198","id":"5","message":{"dummy":"a new user"},"nodeId":"xJjRqRBd+J9sPHcCzwmqdGuwisXDobHMotNd1ZYL5jeQXwh2q6yWhYvCYkC6TQOWTAK6XDOt1ejli00A+eHRjA==","topic":"topic a"} for topic topic a. New size: 5 2024-06-28 23:55:54,200 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.putInternal(UiNotificationRegistry.java:334) - Added new ui notification UiNotificationDo {"_type":"scout.UiNotification","creationTime":"2024-06-28 23:55:54.200","id":"6","message":{"dummy":"a new user max"},"nodeId":"xJjRqRBd+J9sPHcCzwmqdGuwisXDobHMotNd1ZYL5jeQXwh2q6yWhYvCYkC6TQOWTAK6XDOt1ejli00A+eHRjA==","topic":"topic a"} for topic topic a. New size: 6 2024-06-28 23:55:54,236 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.(UiNotificationRegistry.java:79) - No implementation for IUiNotificationClusterService found. UI notifications won't be delivered to other cluster nodes. 2024-06-28 23:55:54,237 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.putInternal(UiNotificationRegistry.java:334) - Added new ui notification UiNotificationDo {"_type":"scout.UiNotification","creationTime":"2024-06-28 23:55:54.237","id":"1","message":{"dummy":"value"},"nodeId":"xJjRqRBd+J9sPHcCzwmqdGuwisXDobHMotNd1ZYL5jeQXwh2q6yWhYvCYkC6TQOWTAK6XDOt1ejli00A+eHRjA==","topic":"topic"} for topic topic. New size: 1 2024-06-28 23:55:54,238 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.putInternal(UiNotificationRegistry.java:334) - Added new ui notification UiNotificationDo {"_type":"scout.UiNotification","creationTime":"2024-06-28 23:55:54.238","id":"2","message":{"dummy":"value"},"nodeId":"xJjRqRBd+J9sPHcCzwmqdGuwisXDobHMotNd1ZYL5jeQXwh2q6yWhYvCYkC6TQOWTAK6XDOt1ejli00A+eHRjA==","topic":"topic"} for topic topic. New size: 2 2024-06-28 23:55:54,291 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.cleanup(UiNotificationRegistry.java:479) - Removed 1 expired notifications for topic topic. New size: 1. 2024-06-28 23:55:54,742 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.cleanup(UiNotificationRegistry.java:479) - Removed 1 expired notifications for topic topic. New size: 0. 2024-06-28 23:55:54,745 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.(UiNotificationRegistry.java:79) - No implementation for IUiNotificationClusterService found. UI notifications won't be delivered to other cluster nodes. 2024-06-28 23:55:54,752 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.putInternal(UiNotificationRegistry.java:334) - Added new ui notification UiNotificationDo {"_type":"scout.UiNotification","creationTime":"2024-06-28 23:55:54.752","id":"1","message":{"dummy":"value"},"nodeId":"xJjRqRBd+J9sPHcCzwmqdGuwisXDobHMotNd1ZYL5jeQXwh2q6yWhYvCYkC6TQOWTAK6XDOt1ejli00A+eHRjA==","topic":"topic"} for topic topic. New size: 1 2024-06-28 23:55:54,753 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.lambda$0(UiNotificationRegistry.java:110) - New notifications received for topics [TopicDo {"_type":"scout.Topic","lastNotifications":[{"_type":"scout.UiNotification","creationTime":"1970-01-01 00:00:00.000","id":"-1","nodeId":"xJjRqRBd+J9sPHcCzwmqdGuwisXDobHMotNd1ZYL5jeQXwh2q6yWhYvCYkC6TQOWTAK6XDOt1ejli00A+eHRjA=="}],"name":"topic"}] and user null. 2024-06-28 23:55:54,760 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.lambda$0(UiNotificationRegistry.java:110) - New notifications received for topics [TopicDo {"_type":"scout.Topic","lastNotifications":[{"_type":"scout.UiNotification","creationTime":"1970-01-01 00:00:00.000","id":"-1","nodeId":"xJjRqRBd+J9sPHcCzwmqdGuwisXDobHMotNd1ZYL5jeQXwh2q6yWhYvCYkC6TQOWTAK6XDOt1ejli00A+eHRjA=="}],"name":"topic"}] and user null. 2024-06-28 23:55:54,763 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.putInternal(UiNotificationRegistry.java:334) - Added new ui notification UiNotificationDo {"_type":"scout.UiNotification","creationTime":"2024-06-28 23:55:54.763","id":"2","message":{"dummy":"value"},"nodeId":"xJjRqRBd+J9sPHcCzwmqdGuwisXDobHMotNd1ZYL5jeQXwh2q6yWhYvCYkC6TQOWTAK6XDOt1ejli00A+eHRjA==","topic":"topic b"} for topic topic b. New size: 1 2024-06-28 23:55:54,763 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.lambda$0(UiNotificationRegistry.java:110) - New notifications received for topics [TopicDo {"_type":"scout.Topic","lastNotifications":[{"_type":"scout.UiNotification","creationTime":"1970-01-01 00:00:00.000","id":"-1","nodeId":"xJjRqRBd+J9sPHcCzwmqdGuwisXDobHMotNd1ZYL5jeQXwh2q6yWhYvCYkC6TQOWTAK6XDOt1ejli00A+eHRjA=="}],"name":"topic b"}] and user otto. 2024-06-28 23:55:54,766 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.putInternal(UiNotificationRegistry.java:334) - Added new ui notification UiNotificationDo {"_type":"scout.UiNotification","creationTime":"2024-06-28 23:55:54.766","id":"3","message":{"dummy":"value"},"nodeId":"xJjRqRBd+J9sPHcCzwmqdGuwisXDobHMotNd1ZYL5jeQXwh2q6yWhYvCYkC6TQOWTAK6XDOt1ejli00A+eHRjA==","topic":"topic b"} for topic topic b. New size: 2 2024-06-28 23:55:54,767 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.lambda$0(UiNotificationRegistry.java:110) - New notifications received for topics [TopicDo {"_type":"scout.Topic","lastNotifications":[{"_type":"scout.UiNotification","creationTime":"1970-01-01 00:00:00.000","id":"-1","nodeId":"xJjRqRBd+J9sPHcCzwmqdGuwisXDobHMotNd1ZYL5jeQXwh2q6yWhYvCYkC6TQOWTAK6XDOt1ejli00A+eHRjA=="}],"name":"topic b"}] and user null. 2024-06-28 23:55:54,770 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.(UiNotificationRegistry.java:79) - No implementation for IUiNotificationClusterService found. UI notifications won't be delivered to other cluster nodes. 2024-06-28 23:55:55,272 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.(UiNotificationRegistry.java:79) - No implementation for IUiNotificationClusterService found. UI notifications won't be delivered to other cluster nodes. 2024-06-28 23:55:55,273 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.getOrWait(UiNotificationRegistry.java:102) - Returning 1 notifications for topics [TopicDo {"_type":"scout.Topic","lastNotifications":[],"name":"topic"}] and user null without waiting. 2024-06-28 23:55:55,275 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.(UiNotificationRegistry.java:79) - No implementation for IUiNotificationClusterService found. UI notifications won't be delivered to other cluster nodes. 2024-06-28 23:55:55,275 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.putInternal(UiNotificationRegistry.java:334) - Added new ui notification UiNotificationDo {"_type":"scout.UiNotification","creationTime":"2024-06-28 23:55:55.275","id":"1","message":{"dummy":"value"},"nodeId":"xJjRqRBd+J9sPHcCzwmqdGuwisXDobHMotNd1ZYL5jeQXwh2q6yWhYvCYkC6TQOWTAK6XDOt1ejli00A+eHRjA==","topic":"topic"} for topic topic. New size: 1 2024-06-28 23:55:55,276 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.getOrWait(UiNotificationRegistry.java:102) - Returning 1 notifications for topics [TopicDo {"_type":"scout.Topic","lastNotifications":[{"_type":"scout.UiNotification","creationTime":"1970-01-01 00:00:00.000","id":"-1","nodeId":"xJjRqRBd+J9sPHcCzwmqdGuwisXDobHMotNd1ZYL5jeQXwh2q6yWhYvCYkC6TQOWTAK6XDOt1ejli00A+eHRjA=="}],"name":"topic"}] and user null without waiting. 2024-06-28 23:55:55,279 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.(UiNotificationRegistry.java:79) - No implementation for IUiNotificationClusterService found. UI notifications won't be delivered to other cluster nodes. 2024-06-28 23:55:55,280 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.putInternal(UiNotificationRegistry.java:334) - Added new ui notification UiNotificationDo {"_type":"scout.UiNotification","creationTime":"2024-06-28 23:55:55.280","id":"1","message":{"dummy":"value"},"nodeId":"xJjRqRBd+J9sPHcCzwmqdGuwisXDobHMotNd1ZYL5jeQXwh2q6yWhYvCYkC6TQOWTAK6XDOt1ejli00A+eHRjA==","topic":"topic"} for topic topic. New size: 1 2024-06-28 23:55:55,282 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.putInternal(UiNotificationRegistry.java:334) - Added new ui notification UiNotificationDo {"_type":"scout.UiNotification","creationTime":"2024-06-28 23:55:55.282","id":"2","message":{"dummy":"a"},"nodeId":"xJjRqRBd+J9sPHcCzwmqdGuwisXDobHMotNd1ZYL5jeQXwh2q6yWhYvCYkC6TQOWTAK6XDOt1ejli00A+eHRjA==","topic":"topic"} for topic topic. New size: 2 2024-06-28 23:55:55,283 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.putInternal(UiNotificationRegistry.java:334) - Added new ui notification UiNotificationDo {"_type":"scout.UiNotification","creationTime":"2024-06-28 23:55:55.283","id":"3","message":{"dummy":"b"},"nodeId":"xJjRqRBd+J9sPHcCzwmqdGuwisXDobHMotNd1ZYL5jeQXwh2q6yWhYvCYkC6TQOWTAK6XDOt1ejli00A+eHRjA==","topic":"topic"} for topic topic. New size: 3 2024-06-28 23:55:55,286 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.(UiNotificationRegistry.java:79) - No implementation for IUiNotificationClusterService found. UI notifications won't be delivered to other cluster nodes. 2024-06-28 23:55:55,287 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.putInternal(UiNotificationRegistry.java:334) - Added new ui notification UiNotificationDo {"_type":"scout.UiNotification","creationTime":"2024-06-28 23:55:55.287","id":"2","message":{"dummy":"value"},"nodeId":"xJjRqRBd+J9sPHcCzwmqdGuwisXDobHMotNd1ZYL5jeQXwh2q6yWhYvCYkC6TQOWTAK6XDOt1ejli00A+eHRjA==","topic":"topic"} for topic topic. New size: 1 2024-06-28 23:55:55,289 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.(UiNotificationRegistry.java:79) - No implementation for IUiNotificationClusterService found. UI notifications won't be delivered to other cluster nodes. 2024-06-28 23:55:55,290 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.putInternal(UiNotificationRegistry.java:334) - Added new ui notification UiNotificationDo {"_type":"scout.UiNotification","creationTime":"2024-06-28 23:55:55.290","id":"1","message":{"dummy":"value"},"nodeId":"xJjRqRBd+J9sPHcCzwmqdGuwisXDobHMotNd1ZYL5jeQXwh2q6yWhYvCYkC6TQOWTAK6XDOt1ejli00A+eHRjA==","topic":"topic"} for topic topic. New size: 1 2024-06-28 23:55:55,290 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.lambda$0(UiNotificationRegistry.java:110) - New notifications received for topics [TopicDo {"_type":"scout.Topic","lastNotifications":[{"_type":"scout.UiNotification","creationTime":"1970-01-01 00:00:00.000","id":"-1","nodeId":"xJjRqRBd+J9sPHcCzwmqdGuwisXDobHMotNd1ZYL5jeQXwh2q6yWhYvCYkC6TQOWTAK6XDOt1ejli00A+eHRjA=="}],"name":"topic"}] and user null. 2024-06-28 23:55:55,293 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.(UiNotificationRegistry.java:79) - No implementation for IUiNotificationClusterService found. UI notifications won't be delivered to other cluster nodes. 2024-06-28 23:55:55,293 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.putInternal(UiNotificationRegistry.java:334) - Added new ui notification UiNotificationDo {"_type":"scout.UiNotification","creationTime":"2024-06-28 23:55:55.293","id":"1","message":{"dummy":"value"},"nodeId":"xJjRqRBd+J9sPHcCzwmqdGuwisXDobHMotNd1ZYL5jeQXwh2q6yWhYvCYkC6TQOWTAK6XDOt1ejli00A+eHRjA==","topic":"topic a"} for topic topic a. New size: 1 2024-06-28 23:55:55,295 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.putInternal(UiNotificationRegistry.java:334) - Added new ui notification UiNotificationDo {"_type":"scout.UiNotification","creationTime":"2024-06-28 23:55:55.295","id":"2","message":{"dummy":"a"},"nodeId":"xJjRqRBd+J9sPHcCzwmqdGuwisXDobHMotNd1ZYL5jeQXwh2q6yWhYvCYkC6TQOWTAK6XDOt1ejli00A+eHRjA==","topic":"topic a"} for topic topic a. New size: 2 2024-06-28 23:55:55,296 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.putInternal(UiNotificationRegistry.java:334) - Added new ui notification UiNotificationDo {"_type":"scout.UiNotification","creationTime":"2024-06-28 23:55:55.296","id":"3","message":{"dummy":"b"},"nodeId":"xJjRqRBd+J9sPHcCzwmqdGuwisXDobHMotNd1ZYL5jeQXwh2q6yWhYvCYkC6TQOWTAK6XDOt1ejli00A+eHRjA==","topic":"topic b"} for topic topic b. New size: 1 2024-06-28 23:55:55,299 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.(UiNotificationRegistry.java:79) - No implementation for IUiNotificationClusterService found. UI notifications won't be delivered to other cluster nodes. 2024-06-28 23:55:55,299 INFO [main] org.eclipse.scout.rt.api.uinotification.UiNotificationRegistry.putInternal(UiNotificationRegistry.java:334) - Added new ui notification UiNotificationDo {"_type":"scout.UiNotification","creationTime":"2024-06-28 23:55:55.299","id":"1","message":{"dummy":"value"},"nodeId":"xJjRqRBd+J9sPHcCzwmqdGuwisXDobHMotNd1ZYL5jeQXwh2q6yWhYvCYkC6TQOWTAK6XDOt1ejli00A+eHRjA==","topic":"topic"} for topic topic. New size: 1 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.418 s -- in org.eclipse.scout.rt.api.uinotification.UiNotificationRegistryTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.uinotification --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.uinotification/target/org.eclipse.scout.rt.uinotification-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.uinotification --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.uinotification/target/org.eclipse.scout.rt.uinotification-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.uinotification --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.uinotification/target/org.eclipse.scout.rt.uinotification-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.uinotification --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.uinotification/target/org.eclipse.scout.rt.uinotification-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.uinotification --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.uinotification --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.uinotification/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.uinotification/24.2-SNAPSHOT/org.eclipse.scout.rt.uinotification-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.uinotification/target/org.eclipse.scout.rt.uinotification-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.uinotification/24.2-SNAPSHOT/org.eclipse.scout.rt.uinotification-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.uinotification/target/org.eclipse.scout.rt.uinotification-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.uinotification/24.2-SNAPSHOT/org.eclipse.scout.rt.uinotification-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.uinotification/target/org.eclipse.scout.rt.uinotification-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.uinotification/24.2-SNAPSHOT/org.eclipse.scout.rt.uinotification-24.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.uinotification/target/org.eclipse.scout.rt.uinotification-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.uinotification/24.2-SNAPSHOT/org.eclipse.scout.rt.uinotification-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.rt.server >---------- [INFO] Building org.eclipse.scout.rt.server 24.2-SNAPSHOT [17/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.server --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.server --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.server --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/ServiceOperationInvoker.java:[54,21] Unsupported @SuppressWarnings("squid:S1193") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/services/lookup/AbstractLookupService.java:[26,19] Unsupported @SuppressWarnings("squid:S1118") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/diagnostic/DiagnosticSession.java:[37,19] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/diagnostic/DiagnosticSession.java:[69,23] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/diagnostic/DiagnosticSession.java:[77,21] Unsupported @SuppressWarnings("squid:S1215") [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/diagnostic/DiagnosticSession.java:[109,23] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/TopView.java:[17,19] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/widget/table/HtmlTable.java:[21,19] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/ResourceServlet.java:[117,25] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/AbstractHtmlAction.java:[38,10] java.util.Map is a raw type. References to generic type java.util.Map should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/diagnostic/DiagnosticServlet.java:[13,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/diagnostic/DiagnosticServlet.java:[40,17] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/diagnostic/DiagnosticServlet.java:[40,28] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/diagnostic/DiagnosticServlet.java:[40,45] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/diagnostic/DiagnosticServlet.java:[56,21] Unsupported @SuppressWarnings("squid:S00112") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/ServiceTunnelServlet.java:[13,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/ServiceTunnelServlet.java:[75,17] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/ServiceTunnelServlet.java:[75,28] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/ServiceTunnelServlet.java:[75,45] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/ServiceTunnelServlet.java:[91,21] Unsupported @SuppressWarnings("squid:S00112") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/ServiceTunnelServlet.java:[117,17] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/ServiceTunnelServlet.java:[117,28] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/ServiceTunnelServlet.java:[117,45] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/inspector/SessionInspector.java:[12,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/inspector/SessionInspector.java:[52,33] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/inspector/SessionInspector.java:[52,44] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/inspector/SessionInspector.java:[52,61] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/inspector/SessionInspector.java:[106,12] java.util.Iterator is a raw type. References to generic type java.util.Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/GeneralView.java:[12,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/GeneralView.java:[33,19] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/GeneralView.java:[94,7] The type java.lang.SecurityManager has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/GeneralView.java:[94,35] The method getSecurityManager() from the type java.lang.System has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/GeneralView.java:[97,33] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/GeneralView.java:[97,44] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/GeneralView.java:[97,61] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/ServicesView.java:[37,19] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/ServicesView.java:[114,13] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/ServicesView.java:[190,21] Unsupported @SuppressWarnings("squid:S1643") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/ServicesView.java:[193,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/ServicesView.java:[194,10] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/ServicesView.java:[195,10] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/ServicesView.java:[202,10] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/ServicesView.java:[203,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/ServicesView.java:[220,10] java.util.Iterator is a raw type. References to generic type java.util.Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/ServicesView.java:[221,7] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/ServicesView.java:[221,18] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/ServicesView.java:[231,10] java.util.Iterator is a raw type. References to generic type java.util.Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/ServicesView.java:[232,7] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/ServicesView.java:[232,18] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/ServicesView.java:[362,34] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/ServicesView.java:[371,34] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/ServicesView.java:[373,10] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/CallsView.java:[32,19] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/CallsView.java:[295,28] java.util.Map is a raw type. References to generic type java.util.Map should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/CallsView.java:[296,11] java.util.Map.Entry is a raw type. References to generic type java.util.Map.Entry should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/CallsView.java:[296,22] java.util.Map.Entry is a raw type. References to generic type java.util.Map.Entry should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/CallsView.java:[302,31] java.lang.Iterable is a raw type. References to generic type java.lang.Iterable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/services/common/security/PermissionsInvalidationNotificationListener.java:[36,19] Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/AdminSession.java:[27,19] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/AdminSession.java:[70,23] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/MessagesView.java:[21,19] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/context/ServerRunContextFilter.java:[13,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/context/ServerRunContextFilter.java:[80,89] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/context/ServerRunContextFilter.java:[80,100] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/context/ServerRunContextFilter.java:[80,117] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/notification/NotificationCoalescer.java:[33,43] org.eclipse.scout.rt.server.notification.ICoalescer is a raw type. References to generic type org.eclipse.scout.rt.server.notification.ICoalescer should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/notification/NotificationCoalescer.java:[48,20] org.eclipse.scout.rt.server.notification.ICoalescer is a raw type. References to generic type org.eclipse.scout.rt.server.notification.ICoalescer should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/widget/table/HtmlComponent.java:[24,19] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/cache/InvalidateCacheNotificationCoalescer.java:[58,70] org.eclipse.scout.rt.platform.cache.ICacheEntryFilter is a raw type. References to generic type org.eclipse.scout.rt.platform.cache.ICacheEntryFilter should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/services/common/file/RemoteFileService.java:[214,21] Unsupported @SuppressWarnings("findbugs:RV_RETURN_VALUE_IGNORED_BAD_PRACTICE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/context/ServerRunContextProducer.java:[12,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/context/ServerRunContextProducer.java:[53,60] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/context/ServerRunContextProducer.java:[53,71] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/context/ServerRunContextProducer.java:[53,88] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.server --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.server --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.server --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.server --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/target/org.eclipse.scout.rt.server-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.server --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/target/org.eclipse.scout.rt.server-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.server --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.server --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server/24.2-SNAPSHOT/org.eclipse.scout.rt.server-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/target/org.eclipse.scout.rt.server-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server/24.2-SNAPSHOT/org.eclipse.scout.rt.server-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/target/org.eclipse.scout.rt.server-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server/24.2-SNAPSHOT/org.eclipse.scout.rt.server-24.2-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws >------- [INFO] Building org.eclipse.scout.rt.server.jaxws 24.2-SNAPSHOT [18/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/jakarta/xml/ws/jakarta.xml.ws-api/3.0.1/jakarta.xml.ws-api-3.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/ws/jakarta.xml.ws-api/3.0.1/jakarta.xml.ws-api-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/ws/jakarta.xml.ws-api/3.0.1/jakarta.xml.ws-api-3.0.1.pom (19 kB at 204 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.pom (13 kB at 1.3 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/jakarta/xml/bind/jakarta.xml.bind-api-parent/3.0.1/jakarta.xml.bind-api-parent-3.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api-parent/3.0.1/jakarta.xml.bind-api-parent-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api-parent/3.0.1/jakarta.xml.bind-api-parent-3.0.1.pom (9.5 kB at 1.4 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.pom (2.0 kB at 222 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/activation/all/2.0.1/all-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/all/2.0.1/all-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/all/2.0.1/all-2.0.1.pom (23 kB at 2.5 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/jakarta/xml/soap/jakarta.xml.soap-api/2.0.1/jakarta.xml.soap-api-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/soap/jakarta.xml.soap-api/2.0.1/jakarta.xml.soap-api-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/soap/jakarta.xml.soap-api/2.0.1/jakarta.xml.soap-api-2.0.1.pom (19 kB at 299 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/jakarta/jws/jakarta.jws-api/3.0.0/jakarta.jws-api-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/jws/jakarta.jws-api/3.0.0/jakarta.jws-api-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/jws/jakarta.jws-api/3.0.0/jakarta.jws-api-3.0.0.pom (17 kB at 552 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/jakarta/xml/ws/jakarta.xml.ws-api/3.0.1/jakarta.xml.ws-api-3.0.1.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/jakarta/xml/soap/jakarta.xml.soap-api/2.0.1/jakarta.xml.soap-api-2.0.1.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/jakarta/jws/jakarta.jws-api/3.0.0/jakarta.jws-api-3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/ws/jakarta.xml.ws-api/3.0.1/jakarta.xml.ws-api-3.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/ws/jakarta.xml.ws-api/3.0.1/jakarta.xml.ws-api-3.0.1.jar (62 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/soap/jakarta.xml.soap-api/2.0.1/jakarta.xml.soap-api-2.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/jws/jakarta.jws-api/3.0.0/jakarta.jws-api-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar (62 kB at 4.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar (129 kB at 7.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/soap/jakarta.xml.soap-api/2.0.1/jakarta.xml.soap-api-2.0.1.jar (37 kB at 933 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/jws/jakarta.jws-api/3.0.0/jakarta.jws-api-3.0.0.jar (17 kB at 320 kB/s) [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.server.jaxws --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jaxws --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.server.jaxws --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.server.jaxws --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.server.jaxws --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/JaxWsConfigProperties.java:[62,23] Unsupported @SuppressWarnings("findbugs:VA_FORMAT_STRING_USES_NEWLINE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/JaxWsConfigProperties.java:[100,23] Unsupported @SuppressWarnings("findbugs:VA_FORMAT_STRING_USES_NEWLINE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/JaxWsConfigProperties.java:[139,23] Unsupported @SuppressWarnings("findbugs:VA_FORMAT_STRING_USES_NEWLINE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/provider/auth/method/PreAuthenticationMethod.java:[12,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/provider/auth/method/PreAuthenticationMethod.java:[57,22] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/provider/auth/method/PreAuthenticationMethod.java:[57,33] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/provider/auth/method/PreAuthenticationMethod.java:[57,50] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/provider/auth/method/IAuthenticationMethod.java:[42,21] Unsupported @SuppressWarnings("squid:S00112") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/consumer/pool/AbstractNonBlockingPool.java:[170,21] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/JaxWsPlatformListener.java:[39,13] The enum constant PlatformInvalid needs a corresponding case label in this enum switch on org.eclipse.scout.rt.platform.IPlatform.State [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/JaxWsPlatformListener.java:[39,13] The enum constant PlatformStarted needs a corresponding case label in this enum switch on org.eclipse.scout.rt.platform.IPlatform.State [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/JaxWsPlatformListener.java:[39,13] The enum constant PlatformStopped needs a corresponding case label in this enum switch on org.eclipse.scout.rt.platform.IPlatform.State [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/JaxWsPlatformListener.java:[39,13] The enum constant PlatformStopping needs a corresponding case label in this enum switch on org.eclipse.scout.rt.platform.IPlatform.State [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/consumer/InvocationContext.java:[348,23] Unsupported @SuppressWarnings("squid:S00112") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/provider/context/JaxWsRunContextLookup.java:[12,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/provider/context/JaxWsRunContextLookup.java:[104,20] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/provider/context/JaxWsRunContextLookup.java:[104,31] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/provider/context/JaxWsRunContextLookup.java:[104,48] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/consumer/pool/ServicePool.java:[16,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/consumer/pool/ServicePool.java:[81,20] jakarta.xml.ws.handler.Handler is a raw type. References to generic type jakarta.xml.ws.handler.Handler should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/consumer/pool/ServicePool.java:[110,51] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/consumer/pool/ServicePool.java:[110,62] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/consumer/pool/ServicePool.java:[110,79] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/provider/auth/method/WsseUsernameTokenMethod.java:[48,21] Unsupported @SuppressWarnings("squid:S2068") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/provider/auth/method/WsseUsernameTokenMethod.java:[100,11] java.util.Iterator is a raw type. References to generic type java.util.Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/provider/auth/method/WsseUsernameTokenMethod.java:[103,13] java.util.Iterator is a raw type. References to generic type java.util.Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/provider/auth/method/WsseUsernameTokenMethod.java:[107,15] java.util.Iterator is a raw type. References to generic type java.util.Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/provider/auth/method/WsseUsernameTokenMethod.java:[108,15] java.util.Iterator is a raw type. References to generic type java.util.Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/provider/auth/handler/AuthenticationHandler.java:[101,21] Unsupported @SuppressWarnings("squid:S1181") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/provider/auth/handler/AuthenticationHandler.java:[184,21] Unsupported @SuppressWarnings("squid:S00112") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/consumer/PortProducer.java:[16,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/consumer/PortProducer.java:[83,20] jakarta.xml.ws.handler.Handler is a raw type. References to generic type jakarta.xml.ws.handler.Handler should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/consumer/PortProducer.java:[112,51] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/consumer/PortProducer.java:[112,62] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/consumer/PortProducer.java:[112,79] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.server.jaxws --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.server.jaxws --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.jaxws --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.server.jaxws --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.server.jaxws --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/target/org.eclipse.scout.rt.server.jaxws-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.server.jaxws --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.jaxws --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/target/org.eclipse.scout.rt.server.jaxws-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0: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:2.0.1:check (default) @ org.eclipse.scout.rt.server.jaxws --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.server.jaxws --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jaxws-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/target/org.eclipse.scout.rt.server.jaxws-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jaxws-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/target/org.eclipse.scout.rt.server.jaxws-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jaxws-24.2-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt >---------- [INFO] Building org.eclipse.scout.jaxws.apt 24.2-SNAPSHOT [19/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.jaxws.apt/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/jaxb/codemodel/4.0.4/codemodel-4.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jaxb/codemodel/4.0.4/codemodel-4.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jaxb/codemodel/4.0.4/codemodel-4.0.4.pom (1.7 kB at 21 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/bind/mvn/jaxb-codemodel-parent/4.0.4/jaxb-codemodel-parent-4.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/mvn/jaxb-codemodel-parent/4.0.4/jaxb-codemodel-parent-4.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/mvn/jaxb-codemodel-parent/4.0.4/jaxb-codemodel-parent-4.0.4.pom (20 kB at 205 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/jaxb/codemodel/4.0.4/codemodel-4.0.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jaxb/codemodel/4.0.4/codemodel-4.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jaxb/codemodel/4.0.4/codemodel-4.0.4.jar (169 kB at 3.5 MB/s) [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.jaxws.apt --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.jaxws.apt --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.jaxws.apt --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.jaxws.apt/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.jaxws.apt --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.jaxws.apt --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.jaxws.apt/src/main/java/org/eclipse/scout/jaxws/apt/internal/codemodel/JConditionalEx.java:[27,19] Unsupported @SuppressWarnings("squid:S00100") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.jaxws.apt/src/main/java/org/eclipse/scout/jaxws/apt/JaxWsAnnotationProcessor.java:[91,19] Unsupported @SuppressWarnings("squid:S00117") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.jaxws.apt/src/main/java/org/eclipse/scout/jaxws/apt/JaxWsAnnotationProcessor.java:[461,21] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.jaxws.apt/src/main/java/org/eclipse/scout/jaxws/apt/internal/util/AnnotationUtil.java:[48,19] Unsupported @SuppressWarnings("squid:S00117") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.jaxws.apt/src/main/java/org/eclipse/scout/jaxws/apt/internal/HandlerArtifactProcessor.java:[211,21] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.jaxws.apt/src/main/java/org/eclipse/scout/jaxws/apt/internal/EntryPointDefinition.java:[46,19] Unsupported @SuppressWarnings("squid:S00117") [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.jaxws.apt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.jaxws.apt/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.jaxws.apt --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.jaxws.apt --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.jaxws.apt --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.jaxws.apt/target/org.eclipse.scout.jaxws.apt-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.jaxws.apt --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.jaxws.apt --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.jaxws.apt/target/org.eclipse.scout.jaxws.apt-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.jaxws.apt --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.jaxws.apt --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.jaxws.apt --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.jaxws.apt/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.jaxws.apt/24.2-SNAPSHOT/org.eclipse.scout.jaxws.apt-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.jaxws.apt/target/org.eclipse.scout.jaxws.apt-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.jaxws.apt/24.2-SNAPSHOT/org.eclipse.scout.jaxws.apt-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.jaxws.apt/target/org.eclipse.scout.jaxws.apt-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.jaxws.apt/24.2-SNAPSHOT/org.eclipse.scout.jaxws.apt-24.2-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.eclipse.scout.rt:org.eclipse.scout.rt.dataobject.test >------ [INFO] Building org.eclipse.scout.rt.dataobject.test 24.2-SNAPSHOT [20/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.dataobject.test --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.dataobject.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.dataobject.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.dataobject.test --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.dataobject.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/src/main/java/org/eclipse/scout/rt/dataobject/migration/ConstantUuidProvider.java:[26,21] Unsupported @SuppressWarnings("squid:S2245") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/src/main/java/org/eclipse/scout/rt/dataobject/id/AbstractIdCodecTest.java:[44,19] Unsupported @SuppressWarnings("squid:S00100") [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.dataobject.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.dataobject.test --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.dataobject.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/src/test/java/org/eclipse/scout/rt/dataobject/DataObjectHelperTest.java:[296,37] org.eclipse.scout.rt.dataobject.DoList is a raw type. References to generic type org.eclipse.scout.rt.dataobject.DoList should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/src/test/java/org/eclipse/scout/rt/dataobject/DataObjectHelperTest.java:[297,37] org.eclipse.scout.rt.dataobject.DoList is a raw type. References to generic type org.eclipse.scout.rt.dataobject.DoList should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/src/test/java/org/eclipse/scout/rt/dataobject/DataObjectHelperTest.java:[299,38] org.eclipse.scout.rt.dataobject.DoList is a raw type. References to generic type org.eclipse.scout.rt.dataobject.DoList should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/src/test/java/org/eclipse/scout/rt/dataobject/DataObjectHelperTest.java:[300,38] org.eclipse.scout.rt.dataobject.DoList is a raw type. References to generic type org.eclipse.scout.rt.dataobject.DoList should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/src/test/java/org/eclipse/scout/rt/dataobject/DoEntityTest.java:[97,21] Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/src/test/java/org/eclipse/scout/rt/dataobject/fixture/DataObjectWithTypedIdDo.java:[56,70] Type safety: Potential heap pollution via varargs parameter ids [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/src/test/java/org/eclipse/scout/rt/dataobject/AbstractRootIdTest.java:[53,39] Unlikely argument type for equals(): org.eclipse.scout.rt.dataobject.fixture.FixtureUuIdWithCustomFromString seems to be unrelated to org.eclipse.scout.rt.dataobject.fixture.FixtureUuId [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/src/test/java/org/eclipse/scout/rt/dataobject/DoNodeTest.java:[34,5] org.eclipse.scout.rt.dataobject.DoNodeTest.FixtureDoNode is a raw type. References to generic type org.eclipse.scout.rt.dataobject.DoNodeTest.FixtureDoNode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/src/test/java/org/eclipse/scout/rt/dataobject/DoNodeTest.java:[34,30] org.eclipse.scout.rt.dataobject.DoNodeTest.FixtureDoNode is a raw type. References to generic type org.eclipse.scout.rt.dataobject.DoNodeTest.FixtureDoNode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/src/test/java/org/eclipse/scout/rt/dataobject/lookup/LookupHelperTest.java:[158,22] Unsupported @SuppressWarnings("ResultOfMethodCallIgnored") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/src/test/java/org/eclipse/scout/rt/dataobject/lookup/LookupHelperTest.java:[158,51] Unsupported @SuppressWarnings("EqualsWithItself") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/src/test/java/org/eclipse/scout/rt/dataobject/lookup/LookupHelperTest.java:[233,149] Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/src/test/java/org/eclipse/scout/rt/dataobject/lookup/LookupHelperTest.java:[242,151] Unnecessary @SuppressWarnings("unchecked") [INFO] [INFO] --- jandex:3.1.6:jandex (make-test-index) @ org.eclipse.scout.rt.dataobject.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/target/test-classes/jandex.idx [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.dataobject.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.scout.rt.dataobject.testing.signature.DataObjectSignatureGeneratorTest 2024-06-28 23:55:59,819 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:179) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true 2024-06-28 23:55:59,848 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:37) - Building jandex class inventory using rebuild strategy IF_MISSING... 2024-06-28 23:55:59,950 INFO [ForkJoinPool.commonPool-worker-1] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanFolder(JandexInventoryBuilder.java:180) - Rebuild index 'file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/target/test-classes/META-INF/jandex.idx'. Scanning location... 2024-06-28 23:56:00,213 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:43) - Finished building jandex class inventory in 373.918949 ms. Total class count: 1126 2024-06-28 23:56:00,539 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:226) - Collected 258 beans in 300.738425 ms 2024-06-28 23:56:00,588 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:231) - Registered 258 beans in 48.369685 ms 2024-06-28 23:56:00,602 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.logger.LoggerInstallPlatformListener.registerLoggerSupportBean(LoggerInstallPlatformListener.java:98) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport 2024-06-28 23:56:00,602 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:191) - No classpath:config.properties found. Running with empty configuration. 2024-06-28 23:56:00,703 INFO [main] org.eclipse.scout.rt.testing.platform.GlobalTestingPlatform.checkAccess(GlobalTestingPlatform.java:75) - Accessing the BeanManager before the testing platform is fully started; blocking until Platform.awaitPlatformStarted 2024-06-28 23:56:00,706 WARN [main] org.eclipse.scout.rt.dataobject.DataObjectInventory.registerClassByTypeName(DataObjectInventory.java:323) - Class org.eclipse.scout.rt.dataobject.fixture.EntityFixtureInvalidTypeNameDo is annotated with @TypeName with an empty type name value, skip registration 2024-06-28 23:56:00,743 INFO [main] org.eclipse.scout.rt.dataobject.DataObjectInventory.init(DataObjectInventory.java:116) - Registry initialized, found 63 IDoEntity implementations with @TypeName annotation and 15 implementations with @TypeVersion annotation. 2024-06-28 23:56:00,748 WARN [main] org.eclipse.scout.rt.dataobject.enumeration.EnumInventory.registerClass(EnumInventory.java:92) - Class org.eclipse.scout.rt.dataobject.enumeration.fixture.EmptyEnumNameFixture is annotated with @EnumName with an empty enum name value, skip registration 2024-06-28 23:56:00,748 INFO [main] org.eclipse.scout.rt.dataobject.enumeration.EnumInventory.init(EnumInventory.java:48) - Registry initialized, found 4 IEnum implementations with @EnumName annotation. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.342 s -- in org.eclipse.scout.rt.dataobject.testing.signature.DataObjectSignatureGeneratorTest [INFO] Running org.eclipse.scout.rt.dataobject.migration.DoStructureMigrationHelperTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.scout.rt.dataobject.migration.DoStructureMigrationHelperTest [INFO] Running org.eclipse.scout.rt.dataobject.migration.DataObjectMigratorValueMigrationTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 2024-06-28 23:56:02,312 WARN [main] org.eclipse.scout.rt.jackson.dataobject.DoEntityDeserializer.deserializeDoEntityVersionAttribute(DoEntityDeserializer.java:211) - Found version mismatch while deserializing DoEntity org.eclipse.scout.rt.dataobject.migration.fixture.house.CharlieCustomerFixtureDo. Data object version (in class file) 'charlieFixture-3', deserialized data version 'alfaFixture-3' 2024-06-28 23:56:02,348 WARN [main] org.eclipse.scout.rt.jackson.dataobject.DoEntityDeserializer.deserializeDoEntityVersionAttribute(DoEntityDeserializer.java:211) - Found version mismatch while deserializing DoEntity org.eclipse.scout.rt.dataobject.migration.fixture.house.CharlieCustomerFixtureDo. Data object version (in class file) 'charlieFixture-3', deserialized data version 'alfaFixture-3' [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.581 s -- in org.eclipse.scout.rt.dataobject.migration.DataObjectMigratorValueMigrationTest [INFO] Running org.eclipse.scout.rt.dataobject.migration.DataObjectMigratorStructureMigrationTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.scout.rt.dataobject.migration.DataObjectMigratorStructureMigrationTest [INFO] Running org.eclipse.scout.rt.dataobject.migration.DataObjectMigrationInventoryTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.scout.rt.dataobject.migration.DataObjectMigrationInventoryTest [INFO] Running org.eclipse.scout.rt.dataobject.migration.DataObjectMigrationContextTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.scout.rt.dataobject.migration.DataObjectMigrationContextTest [INFO] Running org.eclipse.scout.rt.dataobject.mapping.ToDoFunctionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.eclipse.scout.rt.dataobject.mapping.ToDoFunctionTest [INFO] Running org.eclipse.scout.rt.dataobject.lookup.LookupHelperTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.110 s -- in org.eclipse.scout.rt.dataobject.lookup.LookupHelperTest [INFO] Running org.eclipse.scout.rt.dataobject.id.NodeIdTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.314 s -- in org.eclipse.scout.rt.dataobject.id.NodeIdTest [INFO] Running org.eclipse.scout.rt.dataobject.id.IdInventoryTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.scout.rt.dataobject.id.IdInventoryTest [INFO] Running org.eclipse.scout.rt.dataobject.id.IdFactoryTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in org.eclipse.scout.rt.dataobject.id.IdFactoryTest [INFO] Running org.eclipse.scout.rt.dataobject.id.IdCodecTest [INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 s -- in org.eclipse.scout.rt.dataobject.id.IdCodecTest [INFO] Running org.eclipse.scout.rt.dataobject.id.IIdsTest 2024-06-28 23:56:03,382 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:179) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true 2024-06-28 23:56:03,385 WARN [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.initBeanDecorationFactory(PlatformImplementor.java:244) - Using org.eclipse.scout.rt.platform.SimpleBeanDecorationFactory. Please verify that this application really has no client or server side IBeanDecorationFactory [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.245 s -- in org.eclipse.scout.rt.dataobject.id.IIdsTest [INFO] Running org.eclipse.scout.rt.dataobject.id.DataObjectIdStructureTest [INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s -- in org.eclipse.scout.rt.dataobject.id.DataObjectIdStructureTest [INFO] Running org.eclipse.scout.rt.dataobject.enumeration.EnumInventoryTest 2024-06-28 23:56:03,479 WARN [main] org.eclipse.scout.rt.dataobject.enumeration.EnumInventory.registerClass(EnumInventory.java:92) - Class org.eclipse.scout.rt.dataobject.enumeration.fixture.EmptyEnumNameFixture is annotated with @EnumName with an empty enum name value, skip registration 2024-06-28 23:56:03,480 WARN [main] org.eclipse.scout.rt.dataobject.enumeration.EnumInventory.registerClass(EnumInventory.java:92) - Class org.eclipse.scout.rt.dataobject.enumeration.fixture.NoEnumNameFixture is annotated with @EnumName with an empty enum name value, skip registration 2024-06-28 23:56:03,481 WARN [main] org.eclipse.scout.rt.dataobject.enumeration.EnumInventory.registerClass(EnumInventory.java:92) - Class org.eclipse.scout.rt.dataobject.enumeration.fixture.EmptyEnumNameFixture is annotated with @EnumName with an empty enum name value, skip registration 2024-06-28 23:56:03,481 WARN [main] org.eclipse.scout.rt.dataobject.enumeration.EnumInventory.registerClass(EnumInventory.java:92) - Class org.eclipse.scout.rt.dataobject.enumeration.fixture.NoEnumNameFixture is annotated with @EnumName with an empty enum name value, skip registration 2024-06-28 23:56:03,482 WARN [main] org.eclipse.scout.rt.dataobject.enumeration.EnumInventory.registerClass(EnumInventory.java:92) - Class org.eclipse.scout.rt.dataobject.enumeration.fixture.EmptyEnumNameFixture is annotated with @EnumName with an empty enum name value, skip registration 2024-06-28 23:56:03,482 WARN [main] org.eclipse.scout.rt.dataobject.enumeration.EnumInventory.registerClass(EnumInventory.java:92) - Class org.eclipse.scout.rt.dataobject.enumeration.fixture.NoEnumNameFixture is annotated with @EnumName with an empty enum name value, skip registration 2024-06-28 23:56:03,483 WARN [main] org.eclipse.scout.rt.dataobject.enumeration.EnumInventory.registerClass(EnumInventory.java:92) - Class org.eclipse.scout.rt.dataobject.enumeration.fixture.EmptyEnumNameFixture is annotated with @EnumName with an empty enum name value, skip registration 2024-06-28 23:56:03,484 WARN [main] org.eclipse.scout.rt.dataobject.enumeration.EnumInventory.registerClass(EnumInventory.java:92) - Class org.eclipse.scout.rt.dataobject.enumeration.fixture.NoEnumNameFixture is annotated with @EnumName with an empty enum name value, skip registration 2024-06-28 23:56:03,484 WARN [main] org.eclipse.scout.rt.dataobject.enumeration.EnumInventory.registerClass(EnumInventory.java:92) - Class org.eclipse.scout.rt.dataobject.enumeration.fixture.EmptyEnumNameFixture is annotated with @EnumName with an empty enum name value, skip registration 2024-06-28 23:56:03,485 WARN [main] org.eclipse.scout.rt.dataobject.enumeration.EnumInventory.registerClass(EnumInventory.java:92) - Class org.eclipse.scout.rt.dataobject.enumeration.fixture.NoEnumNameFixture is annotated with @EnumName with an empty enum name value, skip registration 2024-06-28 23:56:03,485 WARN [main] org.eclipse.scout.rt.dataobject.enumeration.EnumInventory.registerClass(EnumInventory.java:92) - Class org.eclipse.scout.rt.dataobject.enumeration.fixture.EmptyEnumNameFixture is annotated with @EnumName with an empty enum name value, skip registration 2024-06-28 23:56:03,486 WARN [main] org.eclipse.scout.rt.dataobject.enumeration.EnumInventory.registerClass(EnumInventory.java:92) - Class org.eclipse.scout.rt.dataobject.enumeration.fixture.NoEnumNameFixture is annotated with @EnumName with an empty enum name value, skip registration 2024-06-28 23:56:03,486 WARN [main] org.eclipse.scout.rt.dataobject.enumeration.EnumInventory.registerClass(EnumInventory.java:92) - Class org.eclipse.scout.rt.dataobject.enumeration.fixture.EmptyEnumNameFixture is annotated with @EnumName with an empty enum name value, skip registration 2024-06-28 23:56:03,486 WARN [main] org.eclipse.scout.rt.dataobject.enumeration.EnumInventory.registerClass(EnumInventory.java:92) - Class org.eclipse.scout.rt.dataobject.enumeration.fixture.NoEnumNameFixture is annotated with @EnumName with an empty enum name value, skip registration [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.scout.rt.dataobject.enumeration.EnumInventoryTest [INFO] Running org.eclipse.scout.rt.dataobject.EnumsTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.scout.rt.dataobject.EnumsTest [INFO] Running org.eclipse.scout.rt.dataobject.EnumResolverTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.scout.rt.dataobject.EnumResolverTest [INFO] Running org.eclipse.scout.rt.dataobject.DoValueTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.scout.rt.dataobject.DoValueTest [INFO] Running org.eclipse.scout.rt.dataobject.DoSetTest [INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.scout.rt.dataobject.DoSetTest [INFO] Running org.eclipse.scout.rt.dataobject.DoPredicatesTest [INFO] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.090 s -- in org.eclipse.scout.rt.dataobject.DoPredicatesTest [INFO] Running org.eclipse.scout.rt.dataobject.DoNodeTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.scout.rt.dataobject.DoNodeTest [INFO] Running org.eclipse.scout.rt.dataobject.DoMapEntityTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.scout.rt.dataobject.DoMapEntityTest [INFO] Running org.eclipse.scout.rt.dataobject.DoListTest [INFO] Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.scout.rt.dataobject.DoListTest [INFO] Running org.eclipse.scout.rt.dataobject.DoEntityTest [INFO] Tests run: 72, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s -- in org.eclipse.scout.rt.dataobject.DoEntityTest [INFO] Running org.eclipse.scout.rt.dataobject.DoEntityMappingsTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.eclipse.scout.rt.dataobject.DoEntityMappingsTest [INFO] Running org.eclipse.scout.rt.dataobject.DoEntityMapperTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.scout.rt.dataobject.DoEntityMapperTest [INFO] Running org.eclipse.scout.rt.dataobject.DoEntityHolderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.scout.rt.dataobject.DoEntityHolderTest [INFO] Running org.eclipse.scout.rt.dataobject.DoEntityBuilderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.scout.rt.dataobject.DoEntityBuilderTest [INFO] Running org.eclipse.scout.rt.dataobject.DoCollectionTest [INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.scout.rt.dataobject.DoCollectionTest [INFO] Running org.eclipse.scout.rt.dataobject.DataObjectVisitorsTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.scout.rt.dataobject.DataObjectVisitorsTest [INFO] Running org.eclipse.scout.rt.dataobject.DataObjectVisitorExtensionTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.scout.rt.dataobject.DataObjectVisitorExtensionTest [INFO] Running org.eclipse.scout.rt.dataobject.DataObjectInventoryTest 2024-06-28 23:56:03,877 WARN [main] org.eclipse.scout.rt.dataobject.DataObjectInventory.registerClassByTypeName(DataObjectInventory.java:323) - Class org.eclipse.scout.rt.dataobject.fixture.EntityFixtureInvalidTypeNameDo is annotated with @TypeName with an empty type name value, skip registration 2024-06-28 23:56:03,878 WARN [main] org.eclipse.scout.rt.dataobject.DataObjectInventory.fromTypeName(DataObjectInventory.java:156) - Class lookup for raw class class org.eclipse.scout.rt.dataobject.DataObjectInventoryTest$TestBaseFixtureEntityDo with type name TestBaseFixtureEntity is not unique, cannot lookup matching bean class! 2024-06-28 23:56:03,879 WARN [main] org.eclipse.scout.rt.dataobject.DataObjectInventory.registerClassByTypeName(DataObjectInventory.java:323) - Class org.eclipse.scout.rt.dataobject.fixture.EntityFixtureInvalidTypeNameDo is annotated with @TypeName with an empty type name value, skip registration 2024-06-28 23:56:03,880 WARN [main] org.eclipse.scout.rt.dataobject.DataObjectInventory.registerClassByTypeName(DataObjectInventory.java:323) - Class org.eclipse.scout.rt.dataobject.fixture.EntityFixtureInvalidTypeNameDo is annotated with @TypeName with an empty type name value, skip registration 2024-06-28 23:56:03,882 WARN [main] org.eclipse.scout.rt.dataobject.DataObjectInventory.registerClassByTypeName(DataObjectInventory.java:323) - Class org.eclipse.scout.rt.dataobject.fixture.EntityFixtureInvalidTypeNameDo is annotated with @TypeName with an empty type name value, skip registration 2024-06-28 23:56:03,938 WARN [main] org.eclipse.scout.rt.dataobject.DataObjectInventory.registerClassByTypeName(DataObjectInventory.java:323) - Class org.eclipse.scout.rt.dataobject.fixture.EntityFixtureInvalidTypeNameDo is annotated with @TypeName with an empty type name value, skip registration 2024-06-28 23:56:03,940 WARN [main] org.eclipse.scout.rt.dataobject.DataObjectInventory.registerClassByTypeName(DataObjectInventory.java:323) - Class org.eclipse.scout.rt.dataobject.fixture.EntityFixtureInvalidTypeNameDo is annotated with @TypeName with an empty type name value, skip registration 2024-06-28 23:56:03,941 WARN [main] org.eclipse.scout.rt.dataobject.DataObjectInventory.registerClassByTypeName(DataObjectInventory.java:323) - Class org.eclipse.scout.rt.dataobject.fixture.EntityFixtureInvalidTypeNameDo is annotated with @TypeName with an empty type name value, skip registration 2024-06-28 23:56:03,942 WARN [main] org.eclipse.scout.rt.dataobject.DataObjectInventory.registerClassByTypeName(DataObjectInventory.java:323) - Class org.eclipse.scout.rt.dataobject.fixture.EntityFixtureInvalidTypeNameDo is annotated with @TypeName with an empty type name value, skip registration 2024-06-28 23:56:03,946 WARN [main] org.eclipse.scout.rt.dataobject.DataObjectInventory.registerClassByTypeName(DataObjectInventory.java:323) - Class org.eclipse.scout.rt.dataobject.fixture.EntityFixtureInvalidTypeNameDo is annotated with @TypeName with an empty type name value, skip registration 2024-06-28 23:56:03,948 WARN [main] org.eclipse.scout.rt.dataobject.DataObjectInventory.registerClassByTypeName(DataObjectInventory.java:323) - Class org.eclipse.scout.rt.dataobject.fixture.EntityFixtureInvalidTypeNameDo is annotated with @TypeName with an empty type name value, skip registration 2024-06-28 23:56:03,948 WARN [main] org.eclipse.scout.rt.dataobject.DataObjectInventory.registerClassByTypeName(DataObjectInventory.java:323) - Class org.eclipse.scout.rt.dataobject.fixture.EntityFixtureInvalidTypeNameDo is annotated with @TypeName with an empty type name value, skip registration 2024-06-28 23:56:03,954 WARN [main] org.eclipse.scout.rt.dataobject.DataObjectInventory.registerClassByTypeName(DataObjectInventory.java:323) - Class org.eclipse.scout.rt.dataobject.fixture.EntityFixtureInvalidTypeNameDo is annotated with @TypeName with an empty type name value, skip registration 2024-06-28 23:56:03,955 WARN [main] org.eclipse.scout.rt.dataobject.DataObjectInventory.registerClassByTypeName(DataObjectInventory.java:323) - Class org.eclipse.scout.rt.dataobject.fixture.EntityFixtureInvalidTypeNameDo is annotated with @TypeName with an empty type name value, skip registration 2024-06-28 23:56:03,956 WARN [main] org.eclipse.scout.rt.dataobject.DataObjectInventory.registerClassByTypeName(DataObjectInventory.java:323) - Class org.eclipse.scout.rt.dataobject.fixture.EntityFixtureInvalidTypeNameDo is annotated with @TypeName with an empty type name value, skip registration [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.eclipse.scout.rt.dataobject.DataObjectInventoryTest [INFO] Running org.eclipse.scout.rt.dataobject.DataObjectHelperTest [INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.301 s -- in org.eclipse.scout.rt.dataobject.DataObjectHelperTest [INFO] Running org.eclipse.scout.rt.dataobject.DataObjectContributionTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.scout.rt.dataobject.DataObjectContributionTest [INFO] Running org.eclipse.scout.rt.dataobject.AbstractUuIdTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.scout.rt.dataobject.AbstractUuIdTest [INFO] Running org.eclipse.scout.rt.dataobject.AbstractTypeVersionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.scout.rt.dataobject.AbstractTypeVersionTest [INFO] Running org.eclipse.scout.rt.dataobject.AbstractStringIdTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.scout.rt.dataobject.AbstractStringIdTest [INFO] Running org.eclipse.scout.rt.dataobject.AbstractRootIdTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.dataobject.AbstractRootIdTest [INFO] Running org.eclipse.scout.rt.dataobject.AbstractLongIdTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.scout.rt.dataobject.AbstractLongIdTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 609, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.dataobject.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/target/org.eclipse.scout.rt.dataobject.test-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.dataobject.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/target/org.eclipse.scout.rt.dataobject.test-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.dataobject.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/target/org.eclipse.scout.rt.dataobject.test-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.dataobject.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/target/org.eclipse.scout.rt.dataobject.test-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.dataobject.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.dataobject.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject.test/24.2-SNAPSHOT/org.eclipse.scout.rt.dataobject.test-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/target/org.eclipse.scout.rt.dataobject.test-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject.test/24.2-SNAPSHOT/org.eclipse.scout.rt.dataobject.test-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/target/org.eclipse.scout.rt.dataobject.test-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject.test/24.2-SNAPSHOT/org.eclipse.scout.rt.dataobject.test-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/target/org.eclipse.scout.rt.dataobject.test-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject.test/24.2-SNAPSHOT/org.eclipse.scout.rt.dataobject.test-24.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/target/org.eclipse.scout.rt.dataobject.test-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject.test/24.2-SNAPSHOT/org.eclipse.scout.rt.dataobject.test-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test >-------- [INFO] Building org.eclipse.scout.rt.shared.test 24.2-SNAPSHOT [21/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.shared.test --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.shared.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.shared.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.shared.test --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.shared.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/main/java/org/eclipse/scout/rt/testing/shared/TestingUtility.java:[106,21] Unsupported @SuppressWarnings("squid:S1215") [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.shared.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.shared.test --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.shared.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/servicetunnel/BinaryServiceTunnelContentHandlerTest.java:[40,11] org.eclipse.scout.rt.platform.config.IConfigProperty is a raw type. References to generic type org.eclipse.scout.rt.platform.config.IConfigProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/servicetunnel/BinaryServiceTunnelContentHandlerTest.java:[41,11] org.eclipse.scout.rt.platform.IBean is a raw type. References to generic type org.eclipse.scout.rt.platform.IBean should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/servicetunnel/BinaryServiceTunnelContentHandlerTest.java:[42,22] org.eclipse.scout.rt.platform.config.IConfigProperty is a raw type. References to generic type org.eclipse.scout.rt.platform.config.IConfigProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/servicetunnel/BinaryServiceTunnelContentHandlerTest.java:[47,16] org.eclipse.scout.rt.platform.config.IConfigProperty is a raw type. References to generic type org.eclipse.scout.rt.platform.config.IConfigProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/services/lookup/fixture/LegacyCodeLookupCall.java:[53,5] org.eclipse.scout.rt.shared.services.lookup.fixture.LegacyCodeLookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.fixture.LegacyCodeLookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/services/lookup/fixture/LegacyCodeLookupCall.java:[53,35] org.eclipse.scout.rt.shared.services.lookup.fixture.LegacyCodeLookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.fixture.LegacyCodeLookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/services/lookup/fixture/LegacyCodeLookupCall.java:[71,10] org.eclipse.scout.rt.shared.services.lookup.fixture.ILegacyCodeLookupCallVisitor is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.fixture.ILegacyCodeLookupCallVisitor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/services/lookup/fixture/LegacyCodeLookupCall.java:[212,9] org.eclipse.scout.rt.shared.services.common.code.ICode is a raw type. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/notification/TypeParameterBeanRegistryTest.java:[32,37] org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest.ITestHandler is a raw type. References to generic type org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest.ITestHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/notification/TypeParameterBeanRegistryTest.java:[38,37] org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest.ITestHandler is a raw type. References to generic type org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest.ITestHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/notification/TypeParameterBeanRegistryTest.java:[39,16] org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest.ITestHandler is a raw type. References to generic type org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest.ITestHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/notification/TypeParameterBeanRegistryTest.java:[46,37] org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest.ITestHandler is a raw type. References to generic type org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest.ITestHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/notification/TypeParameterBeanRegistryTest.java:[47,16] org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest.ITestHandler is a raw type. References to generic type org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest.ITestHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/notification/TypeParameterBeanRegistryTest.java:[54,16] org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest.ITestHandler is a raw type. References to generic type org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest.ITestHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/notification/TypeParameterBeanRegistryTest.java:[60,10] org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest.ITestHandler is a raw type. References to generic type org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest.ITestHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/notification/TypeParameterBeanRegistryTest.java:[76,37] org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest.ITestHandler is a raw type. References to generic type org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest.ITestHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/notification/TypeParameterBeanRegistryTest.java:[93,37] org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest.ITestHandler is a raw type. References to generic type org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest.ITestHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/notification/TypeParameterBeanRegistryTest.java:[94,16] org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest.ITestHandler is a raw type. References to generic type org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest.ITestHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/notification/TypeParameterBeanRegistryTest.java:[103,16] org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest.ITestHandler is a raw type. References to generic type org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest.ITestHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/notification/TypeParameterBeanRegistryTest.java:[111,37] java.util.function.Consumer is a raw type. References to generic type java.util.function.Consumer should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/notification/TypeParameterBeanRegistryTest.java:[127,37] java.util.function.Consumer is a raw type. References to generic type java.util.function.Consumer should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/notification/TypeParameterBeanRegistryTest.java:[140,10] java.util.function.Consumer is a raw type. References to generic type java.util.function.Consumer should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/extension/service/common/code/CodeTypeAopTest.java:[174,56] org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericCreateCodesChain is a raw type. References to generic type org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericCreateCodesChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/extension/service/common/code/CodeTypeAopTest.java:[193,39] org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericCreateCodeChain is a raw type. References to generic type org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericCreateCodeChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/extension/service/common/code/CodeTypeAopTest.java:[199,57] org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericLoadCodesChain is a raw type. References to generic type org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericLoadCodesChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/extension/service/common/code/CodeTypeAopTest.java:[205,35] org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericOverwriteCodeChain is a raw type. References to generic type org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericOverwriteCodeChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/extension/fixture/TestingExtensionChain.java:[22,90] org.eclipse.scout.rt.shared.extension.IExtension is a raw type. References to generic type org.eclipse.scout.rt.shared.extension.IExtension should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/services/common/code/CodeTypeTest.java:[33,5] org.eclipse.scout.rt.shared.services.common.code.ICode is a raw type. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/services/common/code/CodeTypeTest.java:[52,5] org.eclipse.scout.rt.shared.services.common.code.ICode is a raw type. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/services/lookup/LookupRowTest.java:[122,5] org.eclipse.scout.rt.shared.services.lookup.LookupRow is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupRow should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/services/lookup/LookupRowTest.java:[122,34] org.eclipse.scout.rt.shared.services.lookup.LookupRow is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupRow should be parameterized [INFO] [INFO] --- jandex:3.1.6:jandex (make-test-index) @ org.eclipse.scout.rt.shared.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/target/test-classes/jandex.idx [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.shared.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.scout.rt.shared.ui.webresource.ScriptResourceIndexesTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.540 s -- in org.eclipse.scout.rt.shared.ui.webresource.ScriptResourceIndexesTest [INFO] Running org.eclipse.scout.rt.shared.ui.webresource.ScriptRequestTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.scout.rt.shared.ui.webresource.ScriptRequestTest [INFO] Running org.eclipse.scout.rt.shared.ui.webresource.FileListParserTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.scout.rt.shared.ui.webresource.FileListParserTest [INFO] Running org.eclipse.scout.rt.shared.ui.UserAgentTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.scout.rt.shared.ui.UserAgentTest [INFO] Running org.eclipse.scout.rt.shared.ui.DefaultUserAgentParserTest 2024-06-28 23:56:06,670 ERROR [main] org.eclipse.scout.rt.shared.ui.UserAgents.createByIdentifier(UserAgents.java:106) - UserAgentIdentifier could not be parsed. Exception occurred while parsing. UserAgent: org.eclipse.scout.rt.platform.exception.PlatformException: Invalid number of tokens at org.eclipse.scout.rt.shared.ui.DefaultUserAgentParser.parseIdentifier(DefaultUserAgentParser.java:44) at org.eclipse.scout.rt.shared.ui.UserAgents.createByIdentifier(UserAgents.java:103) at org.eclipse.scout.rt.shared.ui.DefaultUserAgentParserTest.testEmptyId(DefaultUserAgentParserTest.java:34) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 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$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:56:06,682 ERROR [main] org.eclipse.scout.rt.shared.ui.UserAgents.createByIdentifier(UserAgents.java:106) - UserAgentIdentifier could not be parsed. Exception occurred while parsing. UserAgent: XY|DESKTOP|UNKNOWN|Windows7 org.eclipse.scout.rt.platform.exception.PlatformException: Invalid number of tokens at org.eclipse.scout.rt.shared.ui.DefaultUserAgentParser.parseIdentifier(DefaultUserAgentParser.java:44) at org.eclipse.scout.rt.shared.ui.UserAgents.createByIdentifier(UserAgents.java:103) at org.eclipse.scout.rt.shared.ui.DefaultUserAgentParserTest.testInvalidId(DefaultUserAgentParserTest.java:28) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 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$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:56:06,684 WARN [main] org.eclipse.scout.rt.shared.ui.DefaultUserAgentParser.createIdentifier(DefaultUserAgentParser.java:69) - Character which is used as delimiter has been found in uiDeviceId. Replaced with '_'. Old uiDeviceId: xxx|yyy. New uiDeviceId: xxx_yyy [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.scout.rt.shared.ui.DefaultUserAgentParserTest [INFO] Running org.eclipse.scout.rt.shared.session.SessionDataTest 2024-06-28 23:56:06,760 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:179) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true 2024-06-28 23:56:06,772 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:37) - Building jandex class inventory using rebuild strategy IF_MISSING... 2024-06-28 23:56:06,971 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanFolder(JandexInventoryBuilder.java:180) - Rebuild index 'file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/target/test-classes/META-INF/jandex.idx'. Scanning location... 2024-06-28 23:56:07,361 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:43) - Finished building jandex class inventory in 597.312182 ms. Total class count: 1424 2024-06-28 23:56:07,539 WARN [ForkJoinPool.commonPool-worker-1] org.eclipse.scout.rt.platform.internal.BeanFilter.collect(BeanFilter.java:104) - Skipping bean candidate 'org.eclipse.scout.rt.shared.services.lookup.fixture.LegacyCodeLookupCall' because it has no empty or injectable constructor(). 2024-06-28 23:56:07,681 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:226) - Collected 270 beans in 318.095961 ms 2024-06-28 23:56:07,758 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:231) - Registered 270 beans in 76.780000 ms 2024-06-28 23:56:07,771 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.logger.LoggerInstallPlatformListener.registerLoggerSupportBean(LoggerInstallPlatformListener.java:98) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport 2024-06-28 23:56:07,792 INFO [scout-platform-starter] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:41) - 10 code type classes registered. 2024-06-28 23:56:07,794 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:191) - No classpath:config.properties found. Running with empty configuration. OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.583 s -- in org.eclipse.scout.rt.shared.session.SessionDataTest [INFO] Running org.eclipse.scout.rt.shared.servicetunnel.http.RemoteServiceInvocationCallableDisconnectTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.898 s -- in org.eclipse.scout.rt.shared.servicetunnel.http.RemoteServiceInvocationCallableDisconnectTest [INFO] Running org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstallerTest 2024-06-28 23:56:10,177 INFO [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller.install(MultiSessionCookieStoreInstaller.java:42) - Successfully installed java.net.CookieManager@5618fc1f (Cookie store: org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStore@60b1ff3b) 2024-06-28 23:56:10,278 WARN [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller.checkMultiSessionCookieStoreAlreadyInstalled(MultiSessionCookieStoreInstaller.java:71) - Overriding pre-installed cookie handler: Mock for CookieHandler, hashCode: 1636899143 2024-06-28 23:56:10,280 WARN [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller.checkMultiSessionCookieStoreAlreadyInstalled(MultiSessionCookieStoreInstaller.java:71) - Overriding pre-installed cookie handler: Mock for CookieManager, hashCode: 961525558 (Cookie store: null) 2024-06-28 23:56:10,340 WARN [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller.checkMultiSessionCookieStoreAlreadyInstalled(MultiSessionCookieStoreInstaller.java:71) - Overriding pre-installed cookie handler: Mock for CookieManager, hashCode: 961525558 (Cookie store: Mock for CookieStore, hashCode: 1854873748) 2024-06-28 23:56:10,340 INFO [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller.checkMultiSessionCookieStoreAlreadyInstalled(MultiSessionCookieStoreInstaller.java:64) - Don't overriding already installed MultiSessionCookieStore cookie handler from same deployment: java.net.CookieManager@5618fc1f (Cookie store: org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStore@60b1ff3b) 2024-06-28 23:56:10,341 INFO [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller.uninstall(MultiSessionCookieStoreInstaller.java:80) - Successfully uninstalled java.net.CookieManager@5618fc1f (Cookie store: org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStore@60b1ff3b) [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 s -- in org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstallerTest [INFO] Running org.eclipse.scout.rt.shared.servicetunnel.http.HttpServiceTunnelTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.323 s -- in org.eclipse.scout.rt.shared.servicetunnel.http.HttpServiceTunnelTest [INFO] Running org.eclipse.scout.rt.shared.servicetunnel.http.DefaultAuthTokenTest Token: $00$01$02$03$04$05$06$07$08$09$0a$0b$0c$0d$0e$0f$10$11$12$13$14$15$16$17$18$19$1a$1b$1c$1d$1e$1f$20$21$22$23$24$25$26$27$28$29$2a+$2c-./0123456789$3a$3b$3c$3d$3e$3f$40ABCDEFGHIJKLMNOPQRSTUVWXYZ$5b$5c$5d$5e_$60abcdefghijklmnopqrstuvwxyz$7b$7c$7d$7e$7f$c2$80$c2$81$c2$82$c2$83$c2$84$c2$85$c2$86$c2$87$c2$88$c2$89$c2$8a$c2$8b$c2$8c$c2$8d$c2$8e$c2$8f$c2$90$c2$91$c2$92$c2$93$c2$94$c2$95$c2$96$c2$97$c2$98$c2$99$c2$9a$c2$9b$c2$9c$c2$9d$c2$9e$c2$9f$c2$a0$c2$a1$c2$a2$c2$a3$c2$a4$c2$a5$c2$a6$c2$a7$c2$a8$c2$a9$c2$aa$c2$ab$c2$ac$c2$ad$c2$ae$c2$af$c2$b0$c2$b1$c2$b2$c2$b3$c2$b4$c2$b5$c2$b6$c2$b7$c2$b8$c2$b9$c2$ba$c2$bb$c2$bc$c2$bd$c2$be$c2$bf$c3$80$c3$81$c3$82$c3$83$c3$84$c3$85$c3$86$c3$87$c3$88$c3$89$c3$8a$c3$8b$c3$8c$c3$8d$c3$8e$c3$8f$c3$90$c3$91$c3$92$c3$93$c3$94$c3$95$c3$96$c3$97$c3$98$c3$99$c3$9a$c3$9b$c3$9c$c3$9d$c3$9e$c3$9f$c3$a0$c3$a1$c3$a2$c3$a3$c3$a4$c3$a5$c3$a6$c3$a7$c3$a8$c3$a9$c3$aa$c3$ab$c3$ac$c3$ad$c3$ae$c3$af$c3$b0$c3$b1$c3$b2$c3$b3$c3$b4$c3$b5$c3$b6$c3$b7$c3$b8$c3$b9$c3$ba$c3$bb$c3$bc$c3$bd$c3$be$c3$bf$c4$80$c4$81$c4$82$c4$83$c4$84$c4$85$c4$86$c4$87$c4$88$c4$89$c4$8a$c4$8b$c4$8c$c4$8d$c4$8e$c4$8f$c4$90$c4$91$c4$92$c4$93$c4$94$c4$95$c4$96$c4$97$c4$98$c4$99$c4$9a$c4$9b$c4$9c$c4$9d$c4$9e$c4$9f$c4$a0$c4$a1$c4$a2$c4$a3$c4$a4$c4$a5$c4$a6$c4$a7$c4$a8$c4$a9$c4$aa$c4$ab$c4$ac$c4$ad$c4$ae$c4$af$c4$b0$c4$b1$c4$b2$c4$b3$c4$b4$c4$b5$c4$b6$c4$b7$c4$b8$c4$b9$c4$ba$c4$bb$c4$bc$c4$bd$c4$be$c4$bf$c5$80$c5$81$c5$82$c5$83$c5$84$c5$85$c5$86$c5$87$c5$88$c5$89$c5$8a$c5$8b$c5$8c$c5$8d$c5$8e$c5$8f$c5$90$c5$91$c5$92$c5$93$c5$94$c5$95$c5$96$c5$97$c5$98$c5$99$c5$9a$c5$9b$c5$9c$c5$9d$c5$9e$c5$9f$c5$a0$c5$a1$c5$a2$c5$a3$c5$a4$c5$a5$c5$a6$c5$a7$c5$a8$c5$a9$c5$aa$c5$ab$c5$ac$c5$ad$c5$ae$c5$af$c5$b0$c5$b1$c5$b2$c5$b3$c5$b4$c5$b5$c5$b6$c5$b7$c5$b8$c5$b9$c5$ba$c5$bb$c5$bc$c5$bd$c5$be$c5$bf$c6$80$c6$81$c6$82$c6$83$c6$84$c6$85$c6$86$c6$87$c6$88$c6$89$c6$8a$c6$8b$c6$8c$c6$8d$c6$8e$c6$8f$c6$90$c6$91$c6$92$c6$93$c6$94$c6$95$c6$96$c6$97$c6$98$c6$99$c6$9a$c6$9b$c6$9c$c6$9d$c6$9e$c6$9f$c6$a0$c6$a1$c6$a2$c6$a3$c6$a4$c6$a5$c6$a6$c6$a7$c6$a8$c6$a9$c6$aa$c6$ab$c6$ac$c6$ad$c6$ae$c6$af$c6$b0$c6$b1$c6$b2$c6$b3$c6$b4$c6$b5$c6$b6$c6$b7$c6$b8$c6$b9$c6$ba$c6$bb$c6$bc$c6$bd$c6$be$c6$bf$c7$80$c7$81$c7$82$c7$83$c7$84$c7$85$c7$86$c7$87$c7$88$c7$89$c7$8a$c7$8b$c7$8c$c7$8d$c7$8e$c7$8f$c7$90$c7$91$c7$92$c7$93$c7$94$c7$95$c7$96$c7$97$c7$98$c7$99$c7$9a$c7$9b$c7$9c$c7$9d$c7$9e$c7$9f$c7$a0$c7$a1$c7$a2$c7$a3$c7$a4$c7$a5$c7$a6$c7$a7$c7$a8$c7$a9$c7$aa$c7$ab$c7$ac$c7$ad$c7$ae$c7$af$c7$b0$c7$b1$c7$b2$c7$b3$c7$b4$c7$b5$c7$b6$c7$b7$c7$b8$c7$b9$c7$ba$c7$bb$c7$bc$c7$bd$c7$be$c7$bf$c8$80$c8$81$c8$82$c8$83$c8$84$c8$85$c8$86$c8$87$c8$88$c8$89$c8$8a$c8$8b$c8$8c$c8$8d$c8$8e$c8$8f$c8$90$c8$91$c8$92$c8$93$c8$94$c8$95$c8$96$c8$97$c8$98$c8$99$c8$9a$c8$9b$c8$9c$c8$9d$c8$9e$c8$9f$c8$a0$c8$a1$c8$a2$c8$a3$c8$a4$c8$a5$c8$a6$c8$a7$c8$a8$c8$a9$c8$aa$c8$ab$c8$ac$c8$ad$c8$ae$c8$af$c8$b0$c8$b1$c8$b2$c8$b3$c8$b4$c8$b5$c8$b6$c8$b7$c8$b8$c8$b9$c8$ba$c8$bb$c8$bc$c8$bd$c8$be$c8$bf$c9$80$c9$81$c9$82$c9$83$c9$84$c9$85$c9$86$c9$87$c9$88$c9$89$c9$8a$c9$8b$c9$8c$c9$8d$c9$8e$c9$8f$c9$90$c9$91$c9$92$c9$93$c9$94$c9$95$c9$96$c9$97$c9$98$c9$99$c9$9a$c9$9b$c9$9c$c9$9d$c9$9e$c9$9f$c9$a0$c9$a1$c9$a2$c9$a3$c9$a4$c9$a5$c9$a6$c9$a7$c9$a8$c9$a9$c9$aa$c9$ab$c9$ac$c9$ad$c9$ae$c9$af$c9$b0$c9$b1$c9$b2$c9$b3$c9$b4$c9$b5$c9$b6$c9$b7$c9$b8$c9$b9$c9$ba$c9$bb$c9$bc$c9$bd$c9$be$c9$bf$ca$80$ca$81$ca$82$ca$83$ca$84$ca$85$ca$86$ca$87$ca$88$ca$89$ca$8a$ca$8b$ca$8c$ca$8d$ca$8e$ca$8f$ca$90$ca$91$ca$92$ca$93$ca$94$ca$95$ca$96$ca$97$ca$98$ca$99$ca$9a$ca$9b$ca$9c$ca$9d$ca$9e$ca$9f$ca$a0$ca$a1$ca$a2$ca$a3$ca$a4$ca$a5$ca$a6$ca$a7$ca$a8$ca$a9$ca$aa$ca$ab$ca$ac$ca$ad$ca$ae$ca$af$ca$b0$ca$b1$ca$b2$ca$b3$ca$b4$ca$b5$ca$b6$ca$b7$ca$b8$ca$b9$ca$ba$ca$bb$ca$bc$ca$bd$ca$be$ca$bf$cb$80$cb$81$cb$82$cb$83$cb$84$cb$85$cb$86$cb$87$cb$88$cb$89$cb$8a$cb$8b$cb$8c$cb$8d$cb$8e$cb$8f$cb$90$cb$91$cb$92$cb$93$cb$94$cb$95$cb$96$cb$97$cb$98$cb$99$cb$9a$cb$9b$cb$9c$cb$9d$cb$9e$cb$9f$cb$a0$cb$a1$cb$a2$cb$a3$cb$a4$cb$a5$cb$a6$cb$a7$cb$a8$cb$a9$cb$aa$cb$ab$cb$ac$cb$ad$cb$ae$cb$af$cb$b0$cb$b1$cb$b2$cb$b3$cb$b4$cb$b5$cb$b6$cb$b7$cb$b8$cb$b9$cb$ba$cb$bb$cb$bc$cb$bd$cb$be$cb$bf$cc$80$cc$81$cc$82$cc$83$cc$84$cc$85$cc$86$cc$87$cc$88$cc$89$cc$8a$cc$8b$cc$8c$cc$8d$cc$8e$cc$8f$cc$90$cc$91$cc$92$cc$93$cc$94$cc$95$cc$96$cc$97$cc$98$cc$99$cc$9a$cc$9b$cc$9c$cc$9d$cc$9e$cc$9f$cc$a0$cc$a1$cc$a2$cc$a3$cc$a4$cc$a5$cc$a6$cc$a7$cc$a8$cc$a9$cc$aa$cc$ab$cc$ac$cc$ad$cc$ae$cc$af$cc$b0$cc$b1$cc$b2$cc$b3$cc$b4$cc$b5$cc$b6$cc$b7$cc$b8$cc$b9$cc$ba$cc$bb$cc$bc$cc$bd$cc$be$cc$bf$cd$80$cd$81$cd$82$cd$83$cd$84$cd$85$cd$86$cd$87$cd$88$cd$89$cd$8a$cd$8b$cd$8c$cd$8d$cd$8e$cd$8f$cd$90$cd$91$cd$92$cd$93$cd$94$cd$95$cd$96$cd$97$cd$98$cd$99$cd$9a$cd$9b$cd$9c$cd$9d$cd$9e$cd$9f$cd$a0$cd$a1$cd$a2$cd$a3$cd$a4$cd$a5$cd$a6$cd$a7$cd$a8$cd$a9$cd$aa$cd$ab$cd$ac$cd$ad$cd$ae$cd$af$cd$b0$cd$b1$cd$b2$cd$b3$cd$b4$cd$b5$cd$b6$cd$b7$cd$b8$cd$b9$cd$ba$cd$bb$cd$bc$cd$bd$cd$be$cd$bf$ce$80$ce$81$ce$82$ce$83$ce$84$ce$85$ce$86$ce$87$ce$88$ce$89$ce$8a$ce$8b$ce$8c$ce$8d$ce$8e$ce$8f$ce$90$ce$91$ce$92$ce$93$ce$94$ce$95$ce$96$ce$97$ce$98$ce$99$ce$9a$ce$9b$ce$9c$ce$9d$ce$9e$ce$9f$ce$a0$ce$a1$ce$a2$ce$a3$ce$a4$ce$a5$ce$a6$ce$a7$ce$a8$ce$a9$ce$aa$ce$ab$ce$ac$ce$ad$ce$ae$ce$af$ce$b0$ce$b1$ce$b2$ce$b3$ce$b4$ce$b5$ce$b6$ce$b7$ce$b8$ce$b9$ce$ba$ce$bb$ce$bc$ce$bd$ce$be$ce$bf$cf$80$cf$81$cf$82$cf$83$cf$84$cf$85$cf$86$cf$87$cf$88$cf$89$cf$8a$cf$8b$cf$8c$cf$8d$cf$8e$cf$8f$cf$90$cf$91$cf$92$cf$93$cf$94$cf$95$cf$96$cf$97$cf$98$cf$99$cf$9a$cf$9b$cf$9c$cf$9d$cf$9e$cf$9f$cf$a0$cf$a1$cf$a2$cf$a3$cf$a4$cf$a5$cf$a6$cf$a7$cf$a8$cf$a9$cf$aa$cf$ab$cf$ac$cf$ad$cf$ae$cf$af$cf$b0$cf$b1$cf$b2$cf$b3$cf$b4$cf$b5$cf$b6$cf$b7$cf$b8$cf$b9$cf$ba$cf$bb$cf$bc$cf$bd$cf$be$cf$bf$d0$80$d0$81$d0$82$d0$83$d0$84$d0$85$d0$86$d0$87$d0$88$d0$89$d0$8a$d0$8b$d0$8c$d0$8d$d0$8e$d0$8f$d0$90$d0$91$d0$92$d0$93$d0$94$d0$95$d0$96$d0$97$d0$98$d0$99$d0$9a$d0$9b$d0$9c$d0$9d$d0$9e$d0$9f$d0$a0$d0$a1$d0$a2$d0$a3$d0$a4$d0$a5$d0$a6$d0$a7$d0$a8$d0$a9$d0$aa$d0$ab$d0$ac$d0$ad$d0$ae$d0$af$d0$b0$d0$b1$d0$b2$d0$b3$d0$b4$d0$b5$d0$b6$d0$b7$d0$b8$d0$b9$d0$ba$d0$bb$d0$bc$d0$bd$d0$be$d0$bf$d1$80$d1$81$d1$82$d1$83$d1$84$d1$85$d1$86$d1$87$d1$88$d1$89$d1$8a$d1$8b$d1$8c$d1$8d$d1$8e$d1$8f$d1$90$d1$91$d1$92$d1$93$d1$94$d1$95$d1$96$d1$97$d1$98$d1$99$d1$9a$d1$9b$d1$9c$d1$9d$d1$9e$d1$9f$d1$a0$d1$a1$d1$a2$d1$a3$d1$a4$d1$a5$d1$a6$d1$a7$d1$a8$d1$a9$d1$aa$d1$ab$d1$ac$d1$ad$d1$ae$d1$af$d1$b0$d1$b1$d1$b2$d1$b3$d1$b4$d1$b5$d1$b6$d1$b7$d1$b8$d1$b9$d1$ba$d1$bb$d1$bc$d1$bd$d1$be$d1$bf$d2$80$d2$81$d2$82$d2$83$d2$84$d2$85$d2$86$d2$87$d2$88$d2$89$d2$8a$d2$8b$d2$8c$d2$8d$d2$8e$d2$8f$d2$90$d2$91$d2$92$d2$93$d2$94$d2$95$d2$96$d2$97$d2$98$d2$99$d2$9a$d2$9b$d2$9c$d2$9d$d2$9e$d2$9f$d2$a0$d2$a1$d2$a2$d2$a3$d2$a4$d2$a5$d2$a6$d2$a7$d2$a8$d2$a9$d2$aa$d2$ab$d2$ac$d2$ad$d2$ae$d2$af$d2$b0$d2$b1$d2$b2$d2$b3$d2$b4$d2$b5$d2$b6$d2$b7$d2$b8$d2$b9$d2$ba$d2$bb$d2$bc$d2$bd$d2$be$d2$bf$d3$80$d3$81$d3$82$d3$83$d3$84$d3$85$d3$86$d3$87$d3$88$d3$89$d3$8a$d3$8b$d3$8c$d3$8d$d3$8e$d3$8f$d3$90$d3$91$d3$92$d3$93$d3$94$d3$95$d3$96$d3$97$d3$98$d3$99$d3$9a$d3$9b$d3$9c$d3$9d$d3$9e$d3$9f$d3$a0$d3$a1$d3$a2$d3$a3$d3$a4$d3$a5$d3$a6$d3$a7$d3$a8$d3$a9$d3$aa$d3$ab$d3$ac$d3$ad$d3$ae$d3$af$d3$b0$d3$b1$d3$b2$d3$b3$d3$b4$d3$b5$d3$b6$d3$b7$d3$b8$d3$b9$d3$ba$d3$bb$d3$bc$d3$bd$d3$be$d3$bf$d4$80$d4$81$d4$82$d4$83$d4$84$d4$85$d4$86$d4$87$d4$88$d4$89$d4$8a$d4$8b$d4$8c$d4$8d$d4$8e$d4$8f$d4$90$d4$91$d4$92$d4$93$d4$94$d4$95$d4$96$d4$97$d4$98$d4$99$d4$9a$d4$9b$d4$9c$d4$9d$d4$9e$d4$9f$d4$a0$d4$a1$d4$a2$d4$a3$d4$a4$d4$a5$d4$a6$d4$a7$d4$a8$d4$a9$d4$aa$d4$ab$d4$ac$d4$ad$d4$ae$d4$af$d4$b0$d4$b1$d4$b2$d4$b3$d4$b4$d4$b5$d4$b6$d4$b7$d4$b8$d4$b9$d4$ba$d4$bb$d4$bc$d4$bd$d4$be$d4$bf$d5$80$d5$81$d5$82$d5$83$d5$84$d5$85$d5$86$d5$87$d5$88$d5$89$d5$8a$d5$8b$d5$8c$d5$8d$d5$8e$d5$8f$d5$90$d5$91$d5$92$d5$93$d5$94$d5$95$d5$96$d5$97$d5$98$d5$99$d5$9a$d5$9b$d5$9c$d5$9d$d5$9e$d5$9f$d5$a0$d5$a1$d5$a2$d5$a3$d5$a4$d5$a5$d5$a6$d5$a7$d5$a8$d5$a9$d5$aa$d5$ab$d5$ac$d5$ad$d5$ae$d5$af$d5$b0$d5$b1$d5$b2$d5$b3$d5$b4$d5$b5$d5$b6$d5$b7$d5$b8$d5$b9$d5$ba$d5$bb$d5$bc$d5$bd$d5$be$d5$bf$d6$80$d6$81$d6$82$d6$83$d6$84$d6$85$d6$86$d6$87$d6$88$d6$89$d6$8a$d6$8b$d6$8c$d6$8d$d6$8e$d6$8f$d6$90$d6$91$d6$92$d6$93$d6$94$d6$95$d6$96$d6$97$d6$98$d6$99$d6$9a$d6$9b$d6$9c$d6$9d$d6$9e$d6$9f$d6$a0$d6$a1$d6$a2$d6$a3$d6$a4$d6$a5$d6$a6$d6$a7$d6$a8$d6$a9$d6$aa$d6$ab$d6$ac$d6$ad$d6$ae$d6$af$d6$b0$d6$b1$d6$b2$d6$b3$d6$b4$d6$b5$d6$b6$d6$b7$d6$b8$d6$b9$d6$ba$d6$bb$d6$bc$d6$bd$d6$be$d6$bf$d7$80$d7$81$d7$82$d7$83$d7$84$d7$85$d7$86$d7$87$d7$88$d7$89$d7$8a$d7$8b$d7$8c$d7$8d$d7$8e$d7$8f$d7$90$d7$91$d7$92$d7$93$d7$94$d7$95$d7$96$d7$97$d7$98$d7$99$d7$9a$d7$9b$d7$9c$d7$9d$d7$9e$d7$9f$d7$a0$d7$a1$d7$a2$d7$a3$d7$a4$d7$a5$d7$a6$d7$a7$d7$a8$d7$a9$d7$aa$d7$ab$d7$ac$d7$ad$d7$ae$d7$af$d7$b0$d7$b1$d7$b2$d7$b3$d7$b4$d7$b5$d7$b6$d7$b7$d7$b8$d7$b9$d7$ba$d7$bb$d7$bc$d7$bd$d7$be$d7$bf$d8$80$d8$81$d8$82$d8$83$d8$84$d8$85$d8$86$d8$87$d8$88$d8$89$d8$8a$d8$8b$d8$8c$d8$8d$d8$8e$d8$8f$d8$90$d8$91$d8$92$d8$93$d8$94$d8$95$d8$96$d8$97$d8$98$d8$99$d8$9a$d8$9b$d8$9c$d8$9d$d8$9e$d8$9f$d8$a0$d8$a1$d8$a2$d8$a3$d8$a4$d8$a5$d8$a6$d8$a7$d8$a8$d8$a9$d8$aa$d8$ab$d8$ac$d8$ad$d8$ae$d8$af$d8$b0$d8$b1$d8$b2$d8$b3$d8$b4$d8$b5$d8$b6$d8$b7$d8$b8$d8$b9$d8$ba$d8$bb$d8$bc$d8$bd$d8$be$d8$bf$d9$80$d9$81$d9$82$d9$83$d9$84$d9$85$d9$86$d9$87$d9$88$d9$89$d9$8a$d9$8b$d9$8c$d9$8d$d9$8e$d9$8f$d9$90$d9$91$d9$92$d9$93$d9$94$d9$95$d9$96$d9$97$d9$98$d9$99$d9$9a$d9$9b$d9$9c$d9$9d$d9$9e$d9$9f$d9$a0$d9$a1$d9$a2$d9$a3$d9$a4$d9$a5$d9$a6$d9$a7$d9$a8$d9$a9$d9$aa$d9$ab$d9$ac$d9$ad$d9$ae$d9$af$d9$b0$d9$b1$d9$b2$d9$b3$d9$b4$d9$b5$d9$b6$d9$b7$d9$b8$d9$b9$d9$ba$d9$bb$d9$bc$d9$bd$d9$be$d9$bf$da$80$da$81$da$82$da$83$da$84$da$85$da$86$da$87$da$88$da$89$da$8a$da$8b$da$8c$da$8d$da$8e$da$8f$da$90$da$91$da$92$da$93$da$94$da$95$da$96$da$97$da$98$da$99$da$9a$da$9b$da$9c$da$9d$da$9e$da$9f$da$a0$da$a1$da$a2$da$a3$da$a4$da$a5$da$a6$da$a7$da$a8$da$a9$da$aa$da$ab$da$ac$da$ad$da$ae$da$af$da$b0$da$b1$da$b2$da$b3$da$b4$da$b5$da$b6$da$b7$da$b8$da$b9$da$ba$da$bb$da$bc$da$bd$da$be$da$bf$db$80$db$81$db$82$db$83$db$84$db$85$db$86$db$87$db$88$db$89$db$8a$db$8b$db$8c$db$8d$db$8e$db$8f$db$90$db$91$db$92$db$93$db$94$db$95$db$96$db$97$db$98$db$99$db$9a$db$9b$db$9c$db$9d$db$9e$db$9f$db$a0$db$a1$db$a2$db$a3$db$a4$db$a5$db$a6$db$a7$db$a8$db$a9$db$aa$db$ab$db$ac$db$ad$db$ae$db$af$db$b0$db$b1$db$b2$db$b3$db$b4$db$b5$db$b6$db$b7$db$b8$db$b9$db$ba$db$bb$db$bc$db$bd$db$be$db$bf$dc$80$dc$81$dc$82$dc$83$dc$84$dc$85$dc$86$dc$87$dc$88$dc$89$dc$8a$dc$8b$dc$8c$dc$8d$dc$8e$dc$8f$dc$90$dc$91$dc$92$dc$93$dc$94$dc$95$dc$96$dc$97$dc$98$dc$99$dc$9a$dc$9b$dc$9c$dc$9d$dc$9e$dc$9f$dc$a0$dc$a1$dc$a2$dc$a3$dc$a4$dc$a5$dc$a6$dc$a7$dc$a8$dc$a9$dc$aa$dc$ab$dc$ac$dc$ad$dc$ae$dc$af$dc$b0$dc$b1$dc$b2$dc$b3$dc$b4$dc$b5$dc$b6$dc$b7$dc$b8$dc$b9$dc$ba$dc$bb$dc$bc$dc$bd$dc$be$dc$bf$dd$80$dd$81$dd$82$dd$83$dd$84$dd$85$dd$86$dd$87$dd$88$dd$89$dd$8a$dd$8b$dd$8c$dd$8d$dd$8e$dd$8f$dd$90$dd$91$dd$92$dd$93$dd$94$dd$95$dd$96$dd$97$dd$98$dd$99$dd$9a$dd$9b$dd$9c$dd$9d$dd$9e$dd$9f$dd$a0$dd$a1$dd$a2$dd$a3$dd$a4$dd$a5$dd$a6$dd$a7$dd$a8$dd$a9$dd$aa$dd$ab$dd$ac$dd$ad$dd$ae$dd$af$dd$b0$dd$b1$dd$b2$dd$b3$dd$b4$dd$b5$dd$b6$dd$b7$dd$b8$dd$b9$dd$ba$dd$bb$dd$bc$dd$bd$dd$be$dd$bf$de$80$de$81$de$82$de$83$de$84$de$85$de$86$de$87$de$88$de$89$de$8a$de$8b$de$8c$de$8d$de$8e$de$8f$de$90$de$91$de$92$de$93$de$94$de$95$de$96$de$97$de$98$de$99$de$9a$de$9b$de$9c$de$9d$de$9e$de$9f$de$a0$de$a1$de$a2$de$a3$de$a4$de$a5$de$a6$de$a7$de$a8$de$a9$de$aa$de$ab$de$ac$de$ad$de$ae$de$af$de$b0$de$b1$de$b2$de$b3$de$b4$de$b5$de$b6$de$b7$de$b8$de$b9$de$ba$de$bb$de$bc$de$bd$de$be$de$bf$df$80$df$81$df$82$df$83$df$84$df$85$df$86$df$87$df$88$df$89$df$8a$df$8b$df$8c$df$8d$df$8e$df$8f$df$90$df$91$df$92$df$93$df$94$df$95$df$96$df$97$df$98$df$99$df$9a$df$9b$df$9c$df$9d$df$9e$df$9f$df$a0$df$a1$df$a2$df$a3$df$a4$df$a5$df$a6$df$a7$df$a8$df$a9$df$aa$df$ab$df$ac$df$ad$df$ae$df$af$df$b0$df$b1$df$b2$df$b3$df$b4$df$b5$df$b6$df$b7$df$b8$df$b9$df$ba$df$bb$df$bc$df$bd$df$be$df$bf;19061504c43;0E$02$20$7er$f1Mn$16$d2$af8$c2U$e0$a3$15$f5K$24$ee$c5$9e$28$9b$8e$ed$00$11$89$7d$16$15$c3S$02$21$00$a8$f1$b0_$fcq$29$bb$2a5n$85$d5$28$e2$8dHV$10$06$c4$c0uRM$0c9$b3$8d$8c$be$cb Token: foo;19061504c96;jwt;aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb;cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc;0D$02$20$149$7e$9f4$0a$04$98$8c$a7$f8S$ac$05I$29+$da$91$d5P$1c$13$d8$28$99$22mE$ccn$a6$02$20$12$01P$a5$a9$db$ben$e3$ae$ac$e3$9bl$f9$f1$eaI$c3$ccZ$96$ae$0ew$ad$e0al$c8$2cw 2024-06-28 23:56:10,882 INFO [main] org.eclipse.scout.rt.shared.servicetunnel.http.DefaultAuthTokenVerifier.verify(DefaultAuthTokenVerifier.java:49) - Failed verifying signature of token foo;19061504cb7;0E$02$20$7e$ddmC$aa$5d$9f$f9K$93$f5$af$89$8eCm$09$04gh$86$af$ef$a8C$1c$b0$e7$8fy$b2$c5$02$21$00$ccG$17$03a$7e$9e$c8k$2c$d5Z$7e+N$c2$c9$15ZTy$c4$ba$88U$04kO$f5$e8 org.eclipse.scout.rt.platform.exception.ProcessingException: unable to verify signature [severity=ERROR] at org.eclipse.scout.rt.platform.security.SunSecurityProvider.verifySignature(SunSecurityProvider.java:442) at org.eclipse.scout.rt.platform.security.SecurityUtility.verifySignature(SecurityUtility.java:409) at org.eclipse.scout.rt.platform.security.SecurityUtility.verifySignature(SecurityUtility.java:431) at org.eclipse.scout.rt.shared.servicetunnel.http.DefaultAuthTokenVerifier.verifySignature(DefaultAuthTokenVerifier.java:71) at org.eclipse.scout.rt.shared.servicetunnel.http.DefaultAuthTokenVerifier.verify(DefaultAuthTokenVerifier.java:46) at org.eclipse.scout.rt.shared.servicetunnel.http.DefaultAuthTokenTest.testSimple(DefaultAuthTokenTest.java:102) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$2.evaluate(PlatformTestRunner.java:103) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:354) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) Caused by: java.security.SignatureException: Invalid encoding for signature at java.base/sun.security.util.ECUtil.decodeSignature(ECUtil.java:309) at jdk.crypto.ec/sun.security.ec.ECDSASignature.engineVerify(ECDSASignature.java:525) at java.base/java.security.Signature$Delegate.engineVerify(Signature.java:1435) at java.base/java.security.Signature.verify(Signature.java:789) at org.eclipse.scout.rt.platform.security.SunSecurityProvider.verifySignature(SunSecurityProvider.java:439) ... 59 common frames omitted Caused by: java.io.EOFException: not enough content at java.base/sun.security.util.DerValue.(DerValue.java:425) at java.base/sun.security.util.DerInputStream.getDerValue(DerInputStream.java:109) at java.base/sun.security.util.DerInputStream.getSequence(DerInputStream.java:203) at java.base/sun.security.util.ECUtil.decodeSignature(ECUtil.java:285) ... 63 common frames omitted [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 s -- in org.eclipse.scout.rt.shared.servicetunnel.http.DefaultAuthTokenTest [INFO] Running org.eclipse.scout.rt.shared.servicetunnel.SoapServiceTunnelContentHandlerTest 2024-06-28 23:56:10,892 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:179) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true 2024-06-28 23:56:10,897 WARN [ForkJoinPool.commonPool-worker-1] org.eclipse.scout.rt.platform.internal.BeanFilter.collect(BeanFilter.java:104) - Skipping bean candidate 'org.eclipse.scout.rt.shared.services.lookup.fixture.LegacyCodeLookupCall' because it has no empty or injectable constructor(). 2024-06-28 23:56:10,943 INFO [main] org.eclipse.scout.rt.platform.logger.LoggerInstallPlatformListener.registerLoggerSupportBean(LoggerInstallPlatformListener.java:98) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport 2024-06-28 23:56:10,946 INFO [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:41) - 10 code type classes registered. 2024-06-28 23:56:10,947 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:191) - No classpath:config.properties found. Running with empty configuration. 2024-06-28 23:56:10,983 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:304) - Shutdown ExecutorService, await termination... 2024-06-28 23:56:10,984 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:306) - Shutdown ExecutorService, await termination returned terminated=true [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s -- in org.eclipse.scout.rt.shared.servicetunnel.SoapServiceTunnelContentHandlerTest [INFO] Running org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListenerTest 2024-06-28 23:56:11,063 INFO [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:67) - Tunnel to server proxies registered. 2024-06-28 23:56:11,070 INFO [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:67) - Tunnel to server proxies registered. 2024-06-28 23:56:11,072 INFO [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:67) - Tunnel to server proxies registered. 2024-06-28 23:56:11,073 INFO [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:67) - Tunnel to server proxies registered. 2024-06-28 23:56:11,074 ERROR [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:55) - The annotation @TunnelToServer can only be used on public interfaces, not on org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListenerTest$FixtureTunnelToServerEx3Impl 2024-06-28 23:56:11,074 INFO [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:67) - Tunnel to server proxies registered. 2024-06-28 23:56:11,075 INFO [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:67) - Tunnel to server proxies registered. 2024-06-28 23:56:11,077 INFO [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:67) - Tunnel to server proxies registered. 2024-06-28 23:56:11,079 INFO [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:67) - Tunnel to server proxies registered. 2024-06-28 23:56:11,080 INFO [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:67) - Tunnel to server proxies registered. 2024-06-28 23:56:11,081 INFO [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:67) - Tunnel to server proxies registered. 2024-06-28 23:56:11,082 INFO [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:67) - Tunnel to server proxies registered. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s -- in org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListenerTest [INFO] Running org.eclipse.scout.rt.shared.servicetunnel.LenientPermissionWrapperTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.scout.rt.shared.servicetunnel.LenientPermissionWrapperTest [INFO] Running org.eclipse.scout.rt.shared.servicetunnel.BinaryServiceTunnelContentHandlerTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s -- in org.eclipse.scout.rt.shared.servicetunnel.BinaryServiceTunnelContentHandlerTest [INFO] Running org.eclipse.scout.rt.shared.services.lookup.LookupRowTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.scout.rt.shared.services.lookup.LookupRowTest [INFO] Running org.eclipse.scout.rt.shared.services.lookup.LocalLookupCallTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.scout.rt.shared.services.lookup.LocalLookupCallTest [INFO] Running org.eclipse.scout.rt.shared.services.lookup.CodeLookupCallTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s -- in org.eclipse.scout.rt.shared.services.lookup.CodeLookupCallTest [INFO] Running org.eclipse.scout.rt.shared.services.common.prefs.PreferencesTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.eclipse.scout.rt.shared.services.common.prefs.PreferencesTest [INFO] Running org.eclipse.scout.rt.shared.services.common.jdbc.SearchFilterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.scout.rt.shared.services.common.jdbc.SearchFilterTest [INFO] Running org.eclipse.scout.rt.shared.services.common.code.mapping.CodeTypeToDoFunctionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.scout.rt.shared.services.common.code.mapping.CodeTypeToDoFunctionTest [INFO] Running org.eclipse.scout.rt.shared.services.common.code.CodeTypeWithAddRemoveCodeTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.scout.rt.shared.services.common.code.CodeTypeWithAddRemoveCodeTest [INFO] Running org.eclipse.scout.rt.shared.services.common.code.CodeTypeTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.scout.rt.shared.services.common.code.CodeTypeTest [INFO] Running org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrationTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrationTest [INFO] Running org.eclipse.scout.rt.shared.services.common.code.CodeTypeClassInventoryTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.scout.rt.shared.services.common.code.CodeTypeClassInventoryTest [INFO] Running org.eclipse.scout.rt.shared.services.common.code.CodeServiceTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.scout.rt.shared.services.common.code.CodeServiceTest [INFO] Running org.eclipse.scout.rt.shared.services.common.code.CodeRowTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.scout.rt.shared.services.common.code.CodeRowTest [INFO] Running org.eclipse.scout.rt.shared.services.common.code.ApiExposedCodeTypeDoContributorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.scout.rt.shared.services.common.code.ApiExposedCodeTypeDoContributorTest [INFO] Running org.eclipse.scout.rt.shared.services.common.calendar.CalendarItemTest [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.scout.rt.shared.services.common.calendar.CalendarItemTest [INFO] Running org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest [INFO] Running org.eclipse.scout.rt.shared.notification.NotificationHandlerRegistryTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.eclipse.scout.rt.shared.notification.NotificationHandlerRegistryTest [INFO] Running org.eclipse.scout.rt.shared.extension.service.common.code.CodeTypeAopTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.scout.rt.shared.extension.service.common.code.CodeTypeAopTest [INFO] Running org.eclipse.scout.rt.shared.extension.ExtensionChainTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in org.eclipse.scout.rt.shared.extension.ExtensionChainTest [INFO] Running org.eclipse.scout.rt.shared.data.form.properties.FormDataPropertyTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.scout.rt.shared.data.form.properties.FormDataPropertyTest [INFO] Running org.eclipse.scout.rt.shared.data.form.fields.tablefield.TableFieldBeanDataTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.scout.rt.shared.data.form.fields.tablefield.TableFieldBeanDataTest [INFO] Running org.eclipse.scout.rt.shared.data.form.FormFieldDataTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.scout.rt.shared.data.form.FormFieldDataTest [INFO] Running org.eclipse.scout.rt.shared.data.form.FormDataUtilityTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.scout.rt.shared.data.form.FormDataUtilityTest [INFO] Running org.eclipse.scout.rt.shared.data.form.FormDataTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.scout.rt.shared.data.form.FormDataTest [INFO] Running org.eclipse.scout.rt.shared.data.form.FormDataInjectionTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.scout.rt.shared.data.form.FormDataInjectionTest [INFO] Running org.eclipse.scout.rt.shared.data.basic.table.AbstractTableRowDataTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.scout.rt.shared.data.basic.table.AbstractTableRowDataTest [INFO] Running org.eclipse.scout.rt.shared.data.basic.NamedBitMaskHelperTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.scout.rt.shared.data.basic.NamedBitMaskHelperTest [INFO] Running org.eclipse.scout.rt.shared.data.basic.MemoryOptimizedObjectTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.scout.rt.shared.data.basic.MemoryOptimizedObjectTest [INFO] Running org.eclipse.scout.rt.shared.csv.CsvHelperTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s -- in org.eclipse.scout.rt.shared.csv.CsvHelperTest [INFO] Running org.eclipse.scout.rt.shared.calendar.CalendarTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.eclipse.scout.rt.shared.calendar.CalendarTest [INFO] Running org.eclipse.scout.rt.shared.cache.CacheRegistryServiceTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in org.eclipse.scout.rt.shared.cache.CacheRegistryServiceTest [INFO] Running org.eclipse.scout.rt.shared.ScoutSharedIdStructureTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.scout.rt.shared.ScoutSharedIdStructureTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 213, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.shared.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.shared.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.shared.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.shared.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.shared.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.shared.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/24.2-SNAPSHOT/org.eclipse.scout.rt.shared.test-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/24.2-SNAPSHOT/org.eclipse.scout.rt.shared.test-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/24.2-SNAPSHOT/org.eclipse.scout.rt.shared.test-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/24.2-SNAPSHOT/org.eclipse.scout.rt.shared.test-24.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/24.2-SNAPSHOT/org.eclipse.scout.rt.shared.test-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] ---< org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test >---- [INFO] Building org.eclipse.scout.rt.server.commons.test 24.2-SNAPSHOT [22/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/http2/http2-server/11.0.18/http2-server-11.0.18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-server/11.0.18/http2-server-11.0.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-server/11.0.18/http2-server-11.0.18.pom (4.1 kB at 47 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/http2/http2-parent/11.0.18/http2-parent-11.0.18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-parent/11.0.18/http2-parent-11.0.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-parent/11.0.18/http2-parent-11.0.18.pom (783 B at 7.8 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/jetty-project/11.0.18/jetty-project-11.0.18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-project/11.0.18/jetty-project-11.0.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-project/11.0.18/jetty-project-11.0.18.pom (101 kB at 1.1 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/infinispan/infinispan-bom/11.0.18.Final/infinispan-bom-11.0.18.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-bom/11.0.18.Final/infinispan-bom-11.0.18.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-bom/11.0.18.Final/infinispan-bom-11.0.18.Final.pom (18 kB at 1.3 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/infinispan/infinispan-build-configuration-parent/11.0.18.Final/infinispan-build-configuration-parent-11.0.18.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-build-configuration-parent/11.0.18.Final/infinispan-build-configuration-parent-11.0.18.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-build-configuration-parent/11.0.18.Final/infinispan-build-configuration-parent-11.0.18.Final.pom (16 kB at 1.9 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jboss/jboss-parent/36/jboss-parent-36.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/36/jboss-parent-36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/36/jboss-parent-36.pom (66 kB at 4.4 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/jackson/jackson-bom/2.14.2/jackson-bom-2.14.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.14.2/jackson-bom-2.14.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.14.2/jackson-bom-2.14.2.pom (17 kB at 2.2 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/jackson/jackson-parent/2.14/jackson-parent-2.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.14/jackson-parent-2.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.14/jackson-parent-2.14.pom (7.7 kB at 766 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/oss-parent/48/oss-parent-48.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/48/oss-parent-48.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/48/oss-parent-48.pom (24 kB at 2.0 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/testcontainers/testcontainers-bom/1.19.1/testcontainers-bom-1.19.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers-bom/1.19.1/testcontainers-bom-1.19.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers-bom/1.19.1/testcontainers-bom-1.19.1.pom (8.8 kB at 980 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/http2/http2-common/11.0.18/http2-common-11.0.18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-common/11.0.18/http2-common-11.0.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-common/11.0.18/http2-common-11.0.18.pom (1.4 kB at 16 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/http2/http2-hpack/11.0.18/http2-hpack-11.0.18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-hpack/11.0.18/http2-hpack-11.0.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-hpack/11.0.18/http2-hpack-11.0.18.pom (2.4 kB at 39 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/jetty-util/11.0.18/jetty-util-11.0.18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/11.0.18/jetty-util-11.0.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/11.0.18/jetty-util-11.0.18.pom (3.7 kB at 52 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/jetty-http/11.0.18/jetty-http-11.0.18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/11.0.18/jetty-http-11.0.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/11.0.18/jetty-http-11.0.18.pom (4.1 kB at 100 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/jetty-io/11.0.18/jetty-io-11.0.18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/11.0.18/jetty-io-11.0.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/11.0.18/jetty-io-11.0.18.pom (1.8 kB at 24 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/jetty-server/11.0.18/jetty-server-11.0.18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/11.0.18/jetty-server-11.0.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/11.0.18/jetty-server-11.0.18.pom (2.6 kB at 44 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/http2/http2-server/11.0.18/http2-server-11.0.18.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/http2/http2-common/11.0.18/http2-common-11.0.18.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/http2/http2-hpack/11.0.18/http2-hpack-11.0.18.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/jetty-util/11.0.18/jetty-util-11.0.18.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/jetty-server/11.0.18/jetty-server-11.0.18.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/jetty-http/11.0.18/jetty-http-11.0.18.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/jetty-io/11.0.18/jetty-io-11.0.18.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-server/11.0.18/http2-server-11.0.18.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-server/11.0.18/http2-server-11.0.18.jar (72 kB at 484 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-common/11.0.18/http2-common-11.0.18.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-hpack/11.0.18/http2-hpack-11.0.18.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/11.0.18/jetty-util-11.0.18.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/11.0.18/jetty-server-11.0.18.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/11.0.18/jetty-http-11.0.18.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-hpack/11.0.18/http2-hpack-11.0.18.jar (47 kB at 878 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/11.0.18/jetty-io-11.0.18.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/11.0.18/jetty-http-11.0.18.jar (278 kB at 4.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/11.0.18/jetty-util-11.0.18.jar (578 kB at 7.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-common/11.0.18/http2-common-11.0.18.jar (233 kB at 2.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/11.0.18/jetty-server-11.0.18.jar (801 kB at 6.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/11.0.18/jetty-io-11.0.18.jar (217 kB at 1.5 MB/s) [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.server.commons.test --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.commons.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.server.commons.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.server.commons.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons.test/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.server.commons.test --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.server.commons.test --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.commons.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons.test/src/test/java/org/eclipse/scout/rt/server/commons/authentication/BearerAuthAccessControllerTest.java:[124,5] org.mockito.stubbing.Answer is a raw type. References to generic type org.mockito.stubbing.Answer should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons.test/src/test/java/org/eclipse/scout/rt/server/commons/servlet/HttpProxyTest.java:[114,23] Unsupported @SuppressWarnings("ressource") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons.test/src/test/java/org/eclipse/scout/rt/server/commons/healthcheck/HealthCheckerTest.java:[73,28] org.eclipse.scout.rt.platform.job.IFuture is a raw type. References to generic type org.eclipse.scout.rt.platform.job.IFuture should be parameterized [INFO] [INFO] --- jandex:3.1.6:jandex (make-test-index) @ org.eclipse.scout.rt.server.commons.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons.test/target/test-classes/jandex.idx [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.server.commons.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons.test/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.scout.rt.server.commons.servlet.cache.DownloadHttpResponseInterceptorTest 2024-06-28 23:56:15,355 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:179) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true 2024-06-28 23:56:15,375 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:37) - Building jandex class inventory using rebuild strategy IF_MISSING... 2024-06-28 23:56:15,552 INFO [ForkJoinPool.commonPool-worker-1] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanFolder(JandexInventoryBuilder.java:180) - Rebuild index 'file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons.test/target/test-classes/META-INF/jandex.idx'. Scanning location... 2024-06-28 23:56:15,781 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:43) - Finished building jandex class inventory in 415.855713 ms. Total class count: 1413 2024-06-28 23:56:16,389 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:226) - Collected 313 beans in 605.823374 ms 2024-06-28 23:56:16,469 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:231) - Registered 313 beans in 79.965709 ms 2024-06-28 23:56:16,481 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.logger.LoggerInstallPlatformListener.registerLoggerSupportBean(LoggerInstallPlatformListener.java:98) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport 2024-06-28 23:56:16,541 INFO [scout-platform-starter] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:41) - 0 code type classes registered. 2024-06-28 23:56:16,542 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:191) - No classpath:config.properties found. Running with empty configuration. 2024-06-28 23:56:16,547 INFO [scout-platform-starter] org.eclipse.scout.rt.server.commons.GlobalTrustManager.getTrustedCertificatesInRemoteFiles(GlobalTrustManager.java:220) - No instance of org.eclipse.scout.rt.shared.services.common.file.IRemoteFileService available, skip loading certificates from remote file service. 2024-06-28 23:56:16,885 INFO [main] org.eclipse.scout.rt.testing.platform.GlobalTestingPlatform.checkAccess(GlobalTestingPlatform.java:75) - Accessing the BeanManager before the testing platform is fully started; blocking until Platform.awaitPlatformStarted OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.479 s -- in org.eclipse.scout.rt.server.commons.servlet.cache.DownloadHttpResponseInterceptorTest [INFO] Running org.eclipse.scout.rt.server.commons.servlet.ServletExceptionTranslatorTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 s -- in org.eclipse.scout.rt.server.commons.servlet.ServletExceptionTranslatorTest [INFO] Running org.eclipse.scout.rt.server.commons.servlet.HttpServletControlTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.806 s -- in org.eclipse.scout.rt.server.commons.servlet.HttpServletControlTest [INFO] Running org.eclipse.scout.rt.server.commons.servlet.HttpProxyTest 2024-06-28 23:56:20,577 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:384) - jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 17.0.9+9 2024-06-28 23:56:20,673 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:376) - Started ServerConnector@778c2e7c{HTTP/1.1, (http/1.1)}{0.0.0.0:34835} 2024-06-28 23:56:20,676 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:439) - Started Server@7fe87c0e{STARTING}[11.0.18,sto=0] @6889ms 2024-06-28 23:56:21,769 INFO [main] org.eclipse.jetty.server.Server.doStop(Server.java:479) - Stopped Server@7fe87c0e{STOPPING}[11.0.18,sto=0] 2024-06-28 23:56:21,773 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:431) - Stopped ServerConnector@778c2e7c{HTTP/1.1, (http/1.1)}{0.0.0.0:0} 2024-06-28 23:56:21,776 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:384) - jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 17.0.9+9 2024-06-28 23:56:21,778 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:376) - Started ServerConnector@5030997b{HTTP/1.1, (http/1.1)}{0.0.0.0:35547} 2024-06-28 23:56:21,778 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:439) - Started Server@683ed81b{STARTING}[11.0.18,sto=0] @7991ms 2024-06-28 23:56:21,805 INFO [main] org.eclipse.jetty.server.Server.doStop(Server.java:479) - Stopped Server@683ed81b{STOPPING}[11.0.18,sto=0] 2024-06-28 23:56:21,806 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:431) - Stopped ServerConnector@5030997b{HTTP/1.1, (http/1.1)}{0.0.0.0:0} 2024-06-28 23:56:21,808 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:384) - jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 17.0.9+9 2024-06-28 23:56:21,809 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:376) - Started ServerConnector@12d35bc9{HTTP/1.1, (http/1.1)}{0.0.0.0:34261} 2024-06-28 23:56:21,809 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:439) - Started Server@5a8656a2{STARTING}[11.0.18,sto=0] @8022ms 2024-06-28 23:56:21,872 INFO [main] org.eclipse.jetty.server.Server.doStop(Server.java:479) - Stopped Server@5a8656a2{STOPPING}[11.0.18,sto=0] 2024-06-28 23:56:21,873 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:431) - Stopped ServerConnector@12d35bc9{HTTP/1.1, (http/1.1)}{0.0.0.0:0} 2024-06-28 23:56:21,876 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:384) - jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 17.0.9+9 2024-06-28 23:56:21,877 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:376) - Started ServerConnector@684a802a{HTTP/1.1, (http/1.1)}{0.0.0.0:45413} 2024-06-28 23:56:21,878 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:439) - Started Server@547052{STARTING}[11.0.18,sto=0] @8091ms 2024-06-28 23:56:21,882 WARN [qtp804836251-80] org.eclipse.jetty.server.HttpChannel.handleException(HttpChannel.java:793) - handleException / java.io.IOException 2024-06-28 23:56:21,972 INFO [main] org.eclipse.jetty.server.Server.doStop(Server.java:479) - Stopped Server@547052{STOPPING}[11.0.18,sto=0] 2024-06-28 23:56:21,973 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:431) - Stopped ServerConnector@684a802a{HTTP/1.1, (http/1.1)}{0.0.0.0:0} 2024-06-28 23:56:21,975 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:384) - jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 17.0.9+9 2024-06-28 23:56:21,976 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:376) - Started ServerConnector@25765a49{HTTP/1.1, (http/1.1)}{0.0.0.0:36811} 2024-06-28 23:56:21,976 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:439) - Started Server@72a0a60d{STARTING}[11.0.18,sto=0] @8189ms 2024-06-28 23:56:21,990 INFO [main] org.eclipse.jetty.server.Server.doStop(Server.java:479) - Stopped Server@72a0a60d{STOPPING}[11.0.18,sto=0] 2024-06-28 23:56:21,991 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:431) - Stopped ServerConnector@25765a49{HTTP/1.1, (http/1.1)}{0.0.0.0:0} 2024-06-28 23:56:21,993 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:384) - jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 17.0.9+9 2024-06-28 23:56:21,995 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:376) - Started ServerConnector@533d7c61{HTTP/1.1, (http/1.1)}{0.0.0.0:36653} 2024-06-28 23:56:21,995 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:439) - Started Server@22ee7fdc{STARTING}[11.0.18,sto=0] @8208ms 2024-06-28 23:56:22,008 INFO [main] org.eclipse.jetty.server.Server.doStop(Server.java:479) - Stopped Server@22ee7fdc{STOPPING}[11.0.18,sto=0] 2024-06-28 23:56:22,009 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:431) - Stopped ServerConnector@533d7c61{HTTP/1.1, (http/1.1)}{0.0.0.0:0} 2024-06-28 23:56:22,011 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:384) - jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 17.0.9+9 2024-06-28 23:56:22,012 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:376) - Started ServerConnector@39ac8c0c{HTTP/1.1, (http/1.1)}{0.0.0.0:39125} 2024-06-28 23:56:22,012 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:439) - Started Server@6f2a3b37{STARTING}[11.0.18,sto=0] @8225ms 2024-06-28 23:56:22,047 INFO [main] org.eclipse.jetty.server.Server.doStop(Server.java:479) - Stopped Server@6f2a3b37{STOPPING}[11.0.18,sto=0] 2024-06-28 23:56:22,048 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:431) - Stopped ServerConnector@39ac8c0c{HTTP/1.1, (http/1.1)}{0.0.0.0:0} 2024-06-28 23:56:22,050 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:384) - jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 17.0.9+9 2024-06-28 23:56:22,051 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:376) - Started ServerConnector@79b4cff{HTTP/1.1, (http/1.1)}{0.0.0.0:33541} 2024-06-28 23:56:22,051 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:439) - Started Server@28a3fc34{STARTING}[11.0.18,sto=0] @8264ms 2024-06-28 23:56:22,064 INFO [main] org.eclipse.jetty.server.Server.doStop(Server.java:479) - Stopped Server@28a3fc34{STOPPING}[11.0.18,sto=0] 2024-06-28 23:56:22,065 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:431) - Stopped ServerConnector@79b4cff{HTTP/1.1, (http/1.1)}{0.0.0.0:0} 2024-06-28 23:56:22,116 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:384) - jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 17.0.9+9 2024-06-28 23:56:22,118 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:376) - Started ServerConnector@21d3d6ec{h2c, (h2c)}{0.0.0.0:35415} 2024-06-28 23:56:22,118 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:439) - Started Server@694b1ddb{STARTING}[11.0.18,sto=0] @8331ms 2024-06-28 23:56:22,550 INFO [main] org.eclipse.jetty.server.Server.doStop(Server.java:479) - Stopped Server@694b1ddb{STOPPING}[11.0.18,sto=0] 2024-06-28 23:56:22,554 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:431) - Stopped ServerConnector@21d3d6ec{h2c, (h2c)}{0.0.0.0:0} 2024-06-28 23:56:22,557 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:384) - jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 17.0.9+9 2024-06-28 23:56:22,558 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:376) - Started ServerConnector@4713b631{h2c, (h2c)}{0.0.0.0:46393} 2024-06-28 23:56:22,559 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:439) - Started Server@1cca3e8c{STARTING}[11.0.18,sto=0] @8772ms 2024-06-28 23:56:22,585 INFO [main] org.eclipse.jetty.server.Server.doStop(Server.java:479) - Stopped Server@1cca3e8c{STOPPING}[11.0.18,sto=0] 2024-06-28 23:56:22,586 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:431) - Stopped ServerConnector@4713b631{h2c, (h2c)}{0.0.0.0:0} 2024-06-28 23:56:22,588 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:384) - jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 17.0.9+9 2024-06-28 23:56:22,589 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:376) - Started ServerConnector@34647f58{h2c, (h2c)}{0.0.0.0:37951} 2024-06-28 23:56:22,590 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:439) - Started Server@664254b6{STARTING}[11.0.18,sto=0] @8803ms 2024-06-28 23:56:22,652 INFO [main] org.eclipse.jetty.server.Server.doStop(Server.java:479) - Stopped Server@664254b6{STOPPING}[11.0.18,sto=0] 2024-06-28 23:56:22,653 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:431) - Stopped ServerConnector@34647f58{h2c, (h2c)}{0.0.0.0:0} 2024-06-28 23:56:22,655 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:384) - jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 17.0.9+9 2024-06-28 23:56:22,657 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:376) - Started ServerConnector@2f58f492{h2c, (h2c)}{0.0.0.0:46607} 2024-06-28 23:56:22,658 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:439) - Started Server@36ab69d9{STARTING}[11.0.18,sto=0] @8871ms 2024-06-28 23:56:22,662 WARN [qtp508317658-155] org.eclipse.jetty.server.HttpChannel.handleException(HttpChannel.java:793) - handleException / java.io.IOException 2024-06-28 23:56:22,672 INFO [main] org.eclipse.jetty.server.Server.doStop(Server.java:479) - Stopped Server@36ab69d9{STOPPING}[11.0.18,sto=0] 2024-06-28 23:56:22,673 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:431) - Stopped ServerConnector@2f58f492{h2c, (h2c)}{0.0.0.0:0} 2024-06-28 23:56:22,675 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:384) - jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 17.0.9+9 2024-06-28 23:56:22,676 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:376) - Started ServerConnector@29ee8174{h2c, (h2c)}{0.0.0.0:40803} 2024-06-28 23:56:22,676 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:439) - Started Server@733bd6f3{STARTING}[11.0.18,sto=0] @8889ms 2024-06-28 23:56:22,690 INFO [main] org.eclipse.jetty.server.Server.doStop(Server.java:479) - Stopped Server@733bd6f3{STOPPING}[11.0.18,sto=0] 2024-06-28 23:56:22,690 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:431) - Stopped ServerConnector@29ee8174{h2c, (h2c)}{0.0.0.0:0} 2024-06-28 23:56:22,692 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:384) - jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 17.0.9+9 2024-06-28 23:56:22,694 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:376) - Started ServerConnector@30cb223b{h2c, (h2c)}{0.0.0.0:40091} 2024-06-28 23:56:22,694 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:439) - Started Server@4ba402b5{STARTING}[11.0.18,sto=0] @8907ms 2024-06-28 23:56:22,707 INFO [main] org.eclipse.jetty.server.Server.doStop(Server.java:479) - Stopped Server@4ba402b5{STOPPING}[11.0.18,sto=0] 2024-06-28 23:56:22,708 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:431) - Stopped ServerConnector@30cb223b{h2c, (h2c)}{0.0.0.0:0} 2024-06-28 23:56:22,709 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:384) - jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 17.0.9+9 2024-06-28 23:56:22,710 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:376) - Started ServerConnector@3b1137b0{h2c, (h2c)}{0.0.0.0:37453} 2024-06-28 23:56:22,711 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:439) - Started Server@4fd63c43{STARTING}[11.0.18,sto=0] @8924ms 2024-06-28 23:56:22,724 INFO [main] org.eclipse.jetty.server.Server.doStop(Server.java:479) - Stopped Server@4fd63c43{STOPPING}[11.0.18,sto=0] 2024-06-28 23:56:22,736 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:431) - Stopped ServerConnector@3b1137b0{h2c, (h2c)}{0.0.0.0:0} 2024-06-28 23:56:22,738 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:384) - jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 17.0.9+9 2024-06-28 23:56:22,740 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:376) - Started ServerConnector@1e406cbe{h2c, (h2c)}{0.0.0.0:35541} 2024-06-28 23:56:22,741 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:439) - Started Server@5e34a84b{STARTING}[11.0.18,sto=0] @8954ms 2024-06-28 23:56:22,753 INFO [main] org.eclipse.jetty.server.Server.doStop(Server.java:479) - Stopped Server@5e34a84b{STOPPING}[11.0.18,sto=0] 2024-06-28 23:56:22,754 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:431) - Stopped ServerConnector@1e406cbe{h2c, (h2c)}{0.0.0.0:0} 2024-06-28 23:56:22,756 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:384) - jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 17.0.9+9 2024-06-28 23:56:22,757 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:376) - Started ServerConnector@7455204c{h2c, (h2c)}{0.0.0.0:43381} 2024-06-28 23:56:22,757 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:439) - Started Server@5b0835cb{STARTING}[11.0.18,sto=0] @8970ms 2024-06-28 23:56:22,868 INFO [main] org.eclipse.jetty.server.Server.doStop(Server.java:479) - Stopped Server@5b0835cb{STOPPING}[11.0.18,sto=0] 2024-06-28 23:56:22,869 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:431) - Stopped ServerConnector@7455204c{h2c, (h2c)}{0.0.0.0:0} 2024-06-28 23:56:22,871 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:384) - jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 17.0.9+9 2024-06-28 23:56:22,872 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:376) - Started ServerConnector@1bbef3c7{h2c, (h2c)}{0.0.0.0:39353} 2024-06-28 23:56:22,873 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:439) - Started Server@31b91435{STARTING}[11.0.18,sto=0] @9086ms 2024-06-28 23:56:22,899 INFO [main] org.eclipse.jetty.server.Server.doStop(Server.java:479) - Stopped Server@31b91435{STOPPING}[11.0.18,sto=0] 2024-06-28 23:56:22,899 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:431) - Stopped ServerConnector@1bbef3c7{h2c, (h2c)}{0.0.0.0:0} 2024-06-28 23:56:22,901 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:384) - jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 17.0.9+9 2024-06-28 23:56:22,902 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:376) - Started ServerConnector@6f0ae0ee{h2c, (h2c)}{0.0.0.0:36691} 2024-06-28 23:56:22,903 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:439) - Started Server@7682bf66{STARTING}[11.0.18,sto=0] @9116ms 2024-06-28 23:56:22,959 INFO [main] org.eclipse.jetty.server.Server.doStop(Server.java:479) - Stopped Server@7682bf66{STOPPING}[11.0.18,sto=0] 2024-06-28 23:56:22,962 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:431) - Stopped ServerConnector@6f0ae0ee{h2c, (h2c)}{0.0.0.0:0} 2024-06-28 23:56:22,964 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:384) - jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 17.0.9+9 2024-06-28 23:56:22,966 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:376) - Started ServerConnector@32cec678{h2c, (h2c)}{0.0.0.0:38325} 2024-06-28 23:56:22,966 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:439) - Started Server@44587c44{STARTING}[11.0.18,sto=0] @9179ms 2024-06-28 23:56:22,970 WARN [qtp1864856331-231] org.eclipse.jetty.server.HttpChannel.handleException(HttpChannel.java:793) - handleException / java.io.IOException 2024-06-28 23:56:22,979 INFO [main] org.eclipse.jetty.server.Server.doStop(Server.java:479) - Stopped Server@44587c44{STOPPING}[11.0.18,sto=0] 2024-06-28 23:56:22,980 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:431) - Stopped ServerConnector@32cec678{h2c, (h2c)}{0.0.0.0:0} 2024-06-28 23:56:22,981 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:384) - jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 17.0.9+9 2024-06-28 23:56:22,983 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:376) - Started ServerConnector@51da7b08{h2c, (h2c)}{0.0.0.0:39173} 2024-06-28 23:56:22,983 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:439) - Started Server@6e7fa4b0{STARTING}[11.0.18,sto=0] @9196ms 2024-06-28 23:56:23,047 INFO [main] org.eclipse.jetty.server.Server.doStop(Server.java:479) - Stopped Server@6e7fa4b0{STOPPING}[11.0.18,sto=0] 2024-06-28 23:56:23,048 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:431) - Stopped ServerConnector@51da7b08{h2c, (h2c)}{0.0.0.0:0} 2024-06-28 23:56:23,049 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:384) - jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 17.0.9+9 2024-06-28 23:56:23,051 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:376) - Started ServerConnector@b5390{h2c, (h2c)}{0.0.0.0:44969} 2024-06-28 23:56:23,051 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:439) - Started Server@63b0b3dd{STARTING}[11.0.18,sto=0] @9264ms 2024-06-28 23:56:23,064 INFO [main] org.eclipse.jetty.server.Server.doStop(Server.java:479) - Stopped Server@63b0b3dd{STOPPING}[11.0.18,sto=0] 2024-06-28 23:56:23,065 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:431) - Stopped ServerConnector@b5390{h2c, (h2c)}{0.0.0.0:0} 2024-06-28 23:56:23,066 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:384) - jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 17.0.9+9 2024-06-28 23:56:23,068 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:376) - Started ServerConnector@34626d4{h2c, (h2c)}{0.0.0.0:37083} 2024-06-28 23:56:23,068 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:439) - Started Server@31a024ea{STARTING}[11.0.18,sto=0] @9281ms 2024-06-28 23:56:23,081 INFO [main] org.eclipse.jetty.server.Server.doStop(Server.java:479) - Stopped Server@31a024ea{STOPPING}[11.0.18,sto=0] 2024-06-28 23:56:23,081 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:431) - Stopped ServerConnector@34626d4{h2c, (h2c)}{0.0.0.0:0} 2024-06-28 23:56:23,083 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:384) - jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 17.0.9+9 2024-06-28 23:56:23,084 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:376) - Started ServerConnector@546c30c2{h2c, (h2c)}{0.0.0.0:44983} 2024-06-28 23:56:23,084 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:439) - Started Server@3b839f68{STARTING}[11.0.18,sto=0] @9297ms 2024-06-28 23:56:23,097 INFO [main] org.eclipse.jetty.server.Server.doStop(Server.java:479) - Stopped Server@3b839f68{STOPPING}[11.0.18,sto=0] 2024-06-28 23:56:23,098 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:431) - Stopped ServerConnector@546c30c2{h2c, (h2c)}{0.0.0.0:0} [WARNING] Tests run: 33, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 2.948 s -- in org.eclipse.scout.rt.server.commons.servlet.HttpProxyTest [INFO] Running org.eclipse.scout.rt.server.commons.servlet.HttpClientInfoTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s -- in org.eclipse.scout.rt.server.commons.servlet.HttpClientInfoTest [INFO] Running org.eclipse.scout.rt.server.commons.servlet.ContentSecurityPolicyTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.eclipse.scout.rt.server.commons.servlet.ContentSecurityPolicyTest [INFO] Running org.eclipse.scout.rt.server.commons.idempotent.SequenceNumberDuplicateDetectorTest 2024-06-28 23:56:23,244 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:179) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true 2024-06-28 23:56:23,266 INFO [main] org.eclipse.scout.rt.platform.logger.LoggerInstallPlatformListener.registerLoggerSupportBean(LoggerInstallPlatformListener.java:98) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport 2024-06-28 23:56:23,267 INFO [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:41) - 0 code type classes registered. 2024-06-28 23:56:23,268 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:191) - No classpath:config.properties found. Running with empty configuration. 2024-06-28 23:56:23,268 INFO [main] org.eclipse.scout.rt.server.commons.GlobalTrustManager.getTrustedCertificatesInRemoteFiles(GlobalTrustManager.java:220) - No instance of org.eclipse.scout.rt.shared.services.common.file.IRemoteFileService available, skip loading certificates from remote file service. 2024-06-28 23:56:23,281 WARN [main] org.eclipse.scout.rt.server.commons.idempotent.SequenceNumberDuplicateDetector.accept(SequenceNumberDuplicateDetector.java:110) - Potential duplicate request id 2. The cache size is 2, the window is 3, 4. Assuming new key is valid. 2024-06-28 23:56:23,281 WARN [main] org.eclipse.scout.rt.server.commons.idempotent.SequenceNumberDuplicateDetector.accept(SequenceNumberDuplicateDetector.java:110) - Potential duplicate request id 1. The cache size is 3, the window is 2, 4. Assuming new key is valid. 2024-06-28 23:56:23,285 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:304) - Shutdown ExecutorService, await termination... 2024-06-28 23:56:23,285 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:306) - Shutdown ExecutorService, await termination returned terminated=true [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.045 s -- in org.eclipse.scout.rt.server.commons.idempotent.SequenceNumberDuplicateDetectorTest [INFO] Running org.eclipse.scout.rt.server.commons.id.SignatureHttpServletRequestWrapperTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.eclipse.scout.rt.server.commons.id.SignatureHttpServletRequestWrapperTest [INFO] Running org.eclipse.scout.rt.server.commons.healthcheck.HealthCheckerTest 2024-06-28 23:56:25,386 WARN [Time-limited test] org.eclipse.scout.rt.server.commons.healthcheck.AbstractHealthChecker.checkHealth(AbstractHealthChecker.java:131) - HealthCheck[59d84d38-143e-45a6-a4d4-9d3ba04b4374] has timed out after 1000ms, future=JobFutureTask@3a6863e2[job=59d84d38-143e-45a6-a4d4-9d3ba04b4374, state=RUNNING]. Cancelling job now. 2024-06-28 23:56:29,440 INFO [scout-thread-23] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:51) - Exception will be re-thrown for JUnit assertion. [exception=Array index out of range: 2] - MDC[jobName=59898ee6-941a-4ee3-bf0c-fd5e269ab5e0] java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 2 at org.eclipse.scout.rt.server.commons.healthcheck.HealthCheckerTest$2.run(HealthCheckerTest.java:198) at org.eclipse.scout.rt.server.commons.healthcheck.HealthCheckerTest$1.execCheckHealth(HealthCheckerTest.java:61) at org.eclipse.scout.rt.server.commons.healthcheck.AbstractHealthChecker.lambda$0(AbstractHealthChecker.java:145) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:37) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.106 s -- in org.eclipse.scout.rt.server.commons.healthcheck.HealthCheckerTest [INFO] Running org.eclipse.scout.rt.server.commons.context.HttpRunContextProducerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.scout.rt.server.commons.context.HttpRunContextProducerTest [INFO] Running org.eclipse.scout.rt.server.commons.authentication.token.SingleStringTokenVerifierTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.scout.rt.server.commons.authentication.token.SingleStringTokenVerifierTest [INFO] Running org.eclipse.scout.rt.server.commons.authentication.ServletFilterHelperTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s -- in org.eclipse.scout.rt.server.commons.authentication.ServletFilterHelperTest [INFO] Running org.eclipse.scout.rt.server.commons.authentication.ServiceTunnelAccessTokenAccessControllerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.scout.rt.server.commons.authentication.ServiceTunnelAccessTokenAccessControllerTest [INFO] Running org.eclipse.scout.rt.server.commons.authentication.FormBasedAccessControllerTest 2024-06-28 23:56:29,913 INFO [main] org.eclipse.scout.rt.dataobject.DataObjectInventory.init(DataObjectInventory.java:116) - Registry initialized, found 31 IDoEntity implementations with @TypeName annotation and 0 implementations with @TypeVersion annotation. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.401 s -- in org.eclipse.scout.rt.server.commons.authentication.FormBasedAccessControllerTest [INFO] Running org.eclipse.scout.rt.server.commons.authentication.BearerAuthAccessControllerTest 2024-06-28 23:56:29,978 ERROR [main] org.eclipse.scout.rt.server.commons.authentication.BearerAuthAccessController.readBearerToken(BearerAuthAccessController.java:139) - Token is not a valid base64 encoded value. Check part 0 of the token java.lang.IllegalArgumentException: Illegal base64 character 20 at java.base/java.util.Base64$Decoder.decode0(Base64.java:848) at java.base/java.util.Base64$Decoder.decode(Base64.java:566) at java.base/java.util.Base64$Decoder.decode(Base64.java:589) at org.eclipse.scout.rt.platform.util.Base64Utility.decode(Base64Utility.java:87) at org.eclipse.scout.rt.platform.util.Base64Utility.decode(Base64Utility.java:60) at org.eclipse.scout.rt.server.commons.authentication.BearerAuthAccessController.readBearerToken(BearerAuthAccessController.java:136) at org.eclipse.scout.rt.server.commons.authentication.BearerAuthAccessControllerTest.testParseBearerAuthRequest(BearerAuthAccessControllerTest.java:69) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.534 s -- in org.eclipse.scout.rt.server.commons.authentication.BearerAuthAccessControllerTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 105, Failures: 0, Errors: 0, Skipped: 4 [INFO] [INFO] [INFO] --- jar:3.3.0: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-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.server.commons.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.commons.test --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.commons.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.server.commons.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.server.commons.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons.test/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.commons.test-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.commons.test-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.commons.test-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.commons.test-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.rt.jetty >----------- [INFO] Building org.eclipse.scout.rt.jetty 24.2-SNAPSHOT [23/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jetty/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/jetty-webapp/11.0.18/jetty-webapp-11.0.18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-webapp/11.0.18/jetty-webapp-11.0.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-webapp/11.0.18/jetty-webapp-11.0.18.pom (3.6 kB at 29 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/jetty-servlet/11.0.18/jetty-servlet-11.0.18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/11.0.18/jetty-servlet-11.0.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/11.0.18/jetty-servlet-11.0.18.pom (2.3 kB at 18 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/jetty-security/11.0.18/jetty-security-11.0.18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/11.0.18/jetty-security-11.0.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/11.0.18/jetty-security-11.0.18.pom (2.1 kB at 31 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/jetty-xml/11.0.18/jetty-xml-11.0.18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-xml/11.0.18/jetty-xml-11.0.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-xml/11.0.18/jetty-xml-11.0.18.pom (2.2 kB at 33 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/jetty-alpn-java-server/11.0.18/jetty-alpn-java-server-11.0.18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-java-server/11.0.18/jetty-alpn-java-server-11.0.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-java-server/11.0.18/jetty-alpn-java-server-11.0.18.pom (2.5 kB at 56 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/jetty-alpn-parent/11.0.18/jetty-alpn-parent-11.0.18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-parent/11.0.18/jetty-alpn-parent-11.0.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-parent/11.0.18/jetty-alpn-parent-11.0.18.pom (792 B at 7.9 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/jetty-alpn-server/11.0.18/jetty-alpn-server-11.0.18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-server/11.0.18/jetty-alpn-server-11.0.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-server/11.0.18/jetty-alpn-server-11.0.18.pom (2.2 kB at 39 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/toolchain/jetty-jakarta-servlet-api/5.0.2/jetty-jakarta-servlet-api-5.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-jakarta-servlet-api/5.0.2/jetty-jakarta-servlet-api-5.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-jakarta-servlet-api/5.0.2/jetty-jakarta-servlet-api-5.0.2.pom (10 kB at 681 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/toolchain/jetty-toolchain/1.6/jetty-toolchain-1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-toolchain/1.6/jetty-toolchain-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-toolchain/1.6/jetty-toolchain-1.6.pom (17 kB at 2.1 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/jetty-webapp/11.0.18/jetty-webapp-11.0.18.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/jetty-servlet/11.0.18/jetty-servlet-11.0.18.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/jetty-security/11.0.18/jetty-security-11.0.18.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/jetty-xml/11.0.18/jetty-xml-11.0.18.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/jetty-alpn-java-server/11.0.18/jetty-alpn-java-server-11.0.18.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/jetty-alpn-server/11.0.18/jetty-alpn-server-11.0.18.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-webapp/11.0.18/jetty-webapp-11.0.18.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-webapp/11.0.18/jetty-webapp-11.0.18.jar (159 kB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/11.0.18/jetty-servlet-11.0.18.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/11.0.18/jetty-security-11.0.18.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-xml/11.0.18/jetty-xml-11.0.18.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-java-server/11.0.18/jetty-alpn-java-server-11.0.18.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-server/11.0.18/jetty-alpn-server-11.0.18.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/11.0.18/jetty-servlet-11.0.18.jar (166 kB at 3.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-server/11.0.18/jetty-alpn-server-11.0.18.jar (18 kB at 412 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-xml/11.0.18/jetty-xml-11.0.18.jar (73 kB at 1.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-java-server/11.0.18/jetty-alpn-java-server-11.0.18.jar (17 kB at 291 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/11.0.18/jetty-security-11.0.18.jar (121 kB at 2.1 MB/s) [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.jetty --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.jetty --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.jetty --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jetty/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.jetty --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.jetty --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.jetty --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jetty/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.jetty --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jetty/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.jetty --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.jetty --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.jetty --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jetty/target/org.eclipse.scout.rt.jetty-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.jetty --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.jetty --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jetty/target/org.eclipse.scout.rt.jetty-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.jetty --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.jetty --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.jetty --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jetty/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.jetty/24.2-SNAPSHOT/org.eclipse.scout.rt.jetty-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jetty/target/org.eclipse.scout.rt.jetty-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.jetty/24.2-SNAPSHOT/org.eclipse.scout.rt.jetty-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jetty/target/org.eclipse.scout.rt.jetty-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.jetty/24.2-SNAPSHOT/org.eclipse.scout.rt.jetty-24.2-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.eclipse.scout.rt:org.eclipse.scout.rt.app >------------ [INFO] Building org.eclipse.scout.rt.app 24.2-SNAPSHOT [24/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.app/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.app --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.app --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.app --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.app/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.app --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.app --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.app/src/main/java/org/eclipse/scout/rt/app/Application.java:[157,21] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.app --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.app/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.app/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.app --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.app --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.app --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.app/target/org.eclipse.scout.rt.app-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.app --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.app --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.app/target/org.eclipse.scout.rt.app-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.app --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.app --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.app --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.app/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.app/24.2-SNAPSHOT/org.eclipse.scout.rt.app-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.app/target/org.eclipse.scout.rt.app-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.app/24.2-SNAPSHOT/org.eclipse.scout.rt.app-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.app/target/org.eclipse.scout.rt.app-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.app/24.2-SNAPSHOT/org.eclipse.scout.rt.app-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.app >-------- [INFO] Building org.eclipse.scout.rt.server.app 24.2-SNAPSHOT [25/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.app/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.server.app --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.app --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.server.app --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.app/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.server.app --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.server.app --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.server.app --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.app/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.server.app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.app/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.app --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.server.app --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.server.app --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.app/target/org.eclipse.scout.rt.server.app-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.server.app --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.app --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.app/target/org.eclipse.scout.rt.server.app-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.app --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.server.app --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.server.app --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.app/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.app/24.2-SNAPSHOT/org.eclipse.scout.rt.server.app-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.app/target/org.eclipse.scout.rt.server.app-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.app/24.2-SNAPSHOT/org.eclipse.scout.rt.server.app-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.app/target/org.eclipse.scout.rt.server.app-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.app/24.2-SNAPSHOT/org.eclipse.scout.rt.server.app-24.2-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.test >-------- [INFO] Building org.eclipse.scout.rt.server.test 24.2-SNAPSHOT [26/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.server.test --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.server.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.server.test --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.server.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/main/java/org/eclipse/scout/rt/testing/server/runner/statement/ServerRunContextStatement.java:[12,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/main/java/org/eclipse/scout/rt/testing/server/runner/statement/ServerRunContextStatement.java:[57,44] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/main/java/org/eclipse/scout/rt/testing/server/runner/statement/ServerRunContextStatement.java:[57,55] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/main/java/org/eclipse/scout/rt/testing/server/runner/statement/ServerRunContextStatement.java:[57,72] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/main/java/org/eclipse/scout/rt/testing/server/runner/statement/ServerRunContextStatement.java:[69,11] org.eclipse.scout.rt.platform.IBean is a raw type. References to generic type org.eclipse.scout.rt.platform.IBean should be parameterized [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/main/java/org/eclipse/scout/rt/testing/server/TestHttpSession.java:[28,19] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.deprecation' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/main/java/org/eclipse/scout/rt/testing/server/TestHttpSession.java:[94,10] java.util.Enumeration is a raw type. References to generic type java.util.Enumeration should be parameterized [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.server.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.server.test --- [INFO] Copying 3 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/context/ServerRunContextChainTest.java:[60,38] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/context/ServerRunContextChainTest.java:[65,41] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/context/ServerRunContextChainTest.java:[70,38] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/context/ServerRunContextChainTest.java:[89,37] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/context/ServerRunContextChainTest.java:[94,39] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/context/ServerRunContextChainTest.java:[99,36] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/context/ServerRunContextChainTest.java:[114,37] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/context/ServerRunContextChainTest.java:[119,41] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/context/ServerRunContextChainTest.java:[124,55] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/ServiceTunnelServletTest.java:[15,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/ServiceTunnelServletTest.java:[164,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/ServiceTunnelServletTest.java:[232,30] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/ServiceTunnelServletTest.java:[232,41] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/ServiceTunnelServletTest.java:[232,58] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/PiggyBackClientNotificationTest.java:[54,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/services/lookup/BatchNormalizerTest.java:[46,5] org.mockito.stubbing.Answer is a raw type. References to generic type org.mockito.stubbing.Answer should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/services/lookup/BatchNormalizerTest.java:[72,32] org.eclipse.scout.rt.shared.services.lookup.LookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/services/lookup/BatchNormalizerTest.java:[95,32] org.eclipse.scout.rt.shared.services.lookup.LookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/services/lookup/BatchNormalizerTest.java:[118,32] org.eclipse.scout.rt.shared.services.lookup.LookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/services/lookup/BatchNormalizerTest.java:[136,7] org.eclipse.scout.rt.shared.services.lookup.LookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/services/lookup/BatchNormalizerTest.java:[139,32] org.eclipse.scout.rt.shared.services.lookup.LookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/services/lookup/BatchNormalizerTest.java:[185,47] org.eclipse.scout.rt.shared.services.lookup.LookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/services/lookup/BatchNormalizerTest.java:[189,37] org.eclipse.scout.rt.shared.services.lookup.ILookupService is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.ILookupService should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/services/lookup/BatchNormalizerTest.java:[197,59] org.eclipse.scout.rt.shared.services.lookup.LookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/services/lookup/BatchNormalizerTest.java:[203,37] org.eclipse.scout.rt.shared.services.lookup.ILookupService is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.ILookupService should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/services/lookup/BatchLookupTest.java:[47,5] org.mockito.stubbing.Answer is a raw type. References to generic type org.mockito.stubbing.Answer should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/services/lookup/BatchLookupTest.java:[125,32] org.eclipse.scout.rt.shared.services.lookup.LookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/services/lookup/BatchLookupTest.java:[151,73] org.eclipse.scout.rt.shared.services.lookup.LookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/services/lookup/BatchLookupTest.java:[155,37] org.eclipse.scout.rt.shared.services.lookup.ILookupService is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.ILookupService should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/services/lookup/BatchLookupTest.java:[175,75] org.eclipse.scout.rt.shared.services.lookup.LookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/services/lookup/BatchLookupTest.java:[179,37] org.eclipse.scout.rt.shared.services.lookup.ILookupService is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.ILookupService should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/services/lookup/BatchLookupTest.java:[199,75] org.eclipse.scout.rt.shared.services.lookup.LookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/services/lookup/BatchLookupTest.java:[205,37] org.eclipse.scout.rt.shared.services.lookup.ILookupService is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.ILookupService should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/services/lookup/BatchLookupTest.java:[220,77] org.eclipse.scout.rt.shared.services.lookup.LookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/services/lookup/BatchLookupTest.java:[226,37] org.eclipse.scout.rt.shared.services.lookup.ILookupService is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.ILookupService should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/services/lookup/BatchLookupTest.java:[308,80] org.eclipse.scout.rt.shared.services.lookup.LocalLookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LocalLookupCall should be parameterized [INFO] [INFO] --- jandex:3.1.6:jandex (make-test-index) @ org.eclipse.scout.rt.server.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/jandex.idx [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.server.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitcore.JUnitCoreProvider [INFO] parallel='none', perCoreThreadCount=true, threadCount=0, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- 2024-06-28 23:56:34,590 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:179) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true 2024-06-28 23:56:34,610 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:37) - Building jandex class inventory using rebuild strategy IF_MISSING... 2024-06-28 23:56:34,760 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanFolder(JandexInventoryBuilder.java:180) - Rebuild index 'file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/META-INF/jandex.idx'. Scanning location... 2024-06-28 23:56:35,003 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:43) - Finished building jandex class inventory in 403.660658 ms. Total class count: 1750 2024-06-28 23:56:35,350 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:226) - Collected 401 beans in 345.118142 ms 2024-06-28 23:56:35,399 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:231) - Registered 401 beans in 48.366721 ms 2024-06-28 23:56:35,412 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.logger.LoggerInstallPlatformListener.registerLoggerSupportBean(LoggerInstallPlatformListener.java:98) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport 2024-06-28 23:56:35,453 INFO [scout-platform-starter] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:41) - 2 code type classes registered. 2024-06-28 23:56:35,455 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:191) - No classpath:config.properties found. Running with empty configuration. 2024-06-28 23:56:35,463 INFO [scout-platform-starter] org.eclipse.scout.rt.server.commons.GlobalTrustManager.getTrustedCertificatesInRemoteFiles(GlobalTrustManager.java:232) - Unable to import trusted certificates from remote folder '/certificates'. 2024-06-28 23:56:35,646 INFO [scout-platform-starter] org.eclipse.scout.rt.mom.api.AbstractMomTransport.initDelegate(AbstractMomTransport.java:98) - +++ Using 'NullMomImplementor' for transport 'ClusterMom'. No messages are published and received. [INFO] Running org.eclipse.scout.rt.testing.server.runner.parameterized.SampleParameterizedServerTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.096 s -- in org.eclipse.scout.rt.testing.server.runner.parameterized.SampleParameterizedServerTest [INFO] Running org.eclipse.scout.rt.testing.server.runner.parameterized.ParameterizedServerTestRunnerTimeoutTransactionTest 2024-06-28 23:56:36,903 INFO [main] org.eclipse.scout.rt.shared.session.SessionMetricsHelper.initMetrics(SessionMetricsHelper.java:56) - Init session metrics of type 'server' - MDC[principal=anna] 2024-06-28 23:56:36,956 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:196) - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerSameSessionTest$JUnitServerSession@209f3887[id = r6trcd029tgavu97jhe0uoub808apu1bd9rett46p515cssqgig], user=anna] - MDC[principal=anna] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s -- in org.eclipse.scout.rt.testing.server.runner.parameterized.ParameterizedServerTestRunnerTimeoutTransactionTest [INFO] Running org.eclipse.scout.rt.testing.server.runner.parameterized.ParameterizedServerTestRunnerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.scout.rt.testing.server.runner.parameterized.ParameterizedServerTestRunnerTest [INFO] Running org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerTimeoutTransactionTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerTimeoutTransactionTest [INFO] Running org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerTimeoutTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s -- in org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerTimeoutTest [INFO] Running org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerSameSessionTest 2024-06-28 23:56:37,163 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:196) - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSubjectTest$JUnitServerSession@6b2fdffc[id = aac522hcbu8crukvtqcf772frs3kup5o0de1q3a74rp41q772v0], user=anna] - MDC[principal=anna] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerSameSessionTest [INFO] Running org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSubjectTest 2024-06-28 23:56:37,168 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:196) - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSubjectTest$JUnitServerSession@51ac12ac[id = 8vk7b1covrmfp9ho96q8eq2ovg4dmk6qbk3lj27aogsbl2q4csu], user=john] - MDC[principal=john] 2024-06-28 23:56:37,171 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:196) - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest$JUnitServerSession1@4dc52559[id = 1cvfvqik37j9hq5c2ln9aijeu6l4kleglgdro729mvop733j3v7r], user=anna] - MDC[principal=anna] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSubjectTest [INFO] Running org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest 2024-06-28 23:56:37,174 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:196) - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest$JUnitServerSession1@119290b9[id = 180vuc766h13a062d9ppk0n11nnk4efnis8cpehvo0ic4epergcc], user=anna] - MDC[principal=anna] 2024-06-28 23:56:37,176 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:196) - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest$JUnitServerSession1@512abf25[id = 4j9kun9pgfsp0a1g68tn39mvh2qql7d2otarpb49gr3pu9k38hh], user=anna] - MDC[principal=anna] 2024-06-28 23:56:37,178 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:196) - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest$JUnitServerSession2@7e7740a5[id = 16j4s4pbe2ag12fsl3rq63nq58n1f6smaop7q7stv4j2qc06muph], user=anna] - MDC[principal=anna] 2024-06-28 23:56:37,180 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:196) - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest$JUnitServerSession1@7e61e25c[id = 3navhui3bno7sgaubki7flulfeoupqd53kgu9dj2pc1fmegnb72], user=anna] - MDC[principal=anna] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest [INFO] Running org.eclipse.scout.rt.server.session.ServerSessionCacheTest 2024-06-28 23:56:37,183 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:196) - Server session started [session=org.eclipse.scout.rt.server.session.ServerSessionCacheTest$1@22a6d75c[id = testId], user=null] 2024-06-28 23:56:37,866 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:196) - Server session started [session=org.eclipse.scout.rt.server.session.ServerSessionCacheTest$1@6d294ddc[id = testId], user=null] 2024-06-28 23:56:37,899 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:196) - Server session started [session=org.eclipse.scout.rt.server.session.ServerSessionCacheTest$1@22791b75[id = testId], user=null] 2024-06-28 23:56:37,938 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:196) - Server session started [session=org.eclipse.scout.rt.server.session.ServerSessionCacheTest$1@43d76a92[id = testId], user=null] 2024-06-28 23:56:38,005 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:196) - Server session started [session=org.eclipse.scout.rt.server.session.ServerSessionCacheTest$1@794240e2[id = testId], user=null] 2024-06-28 23:56:38,045 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:196) - Server session started [session=org.eclipse.scout.rt.server.session.ServerSessionCacheTest$1@6885ed19[id = testId], user=null] 2024-06-28 23:56:38,158 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:196) - Server session started [session=org.eclipse.scout.rt.server.session.ServerSessionCacheTest$1@4eb9ae4d[id = testId], user=null] 2024-06-28 23:56:38,162 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:196) - Server session started [session=org.eclipse.scout.rt.server.session.ServerSessionCacheTest$1@774d8276[id = testId], user=null] 2024-06-28 23:56:38,170 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:196) - Server session started [session=org.eclipse.scout.rt.server.session.ServerSessionCacheTest$1@4e958f08[id = testId], user=null] 2024-06-28 23:56:38,172 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:196) - Server session started [session=org.eclipse.scout.rt.server.session.ServerSessionCacheTest$1@25ce435[id = testId], user=null] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.997 s -- in org.eclipse.scout.rt.server.session.ServerSessionCacheTest [INFO] Running org.eclipse.scout.rt.server.services.lookup.BatchNormalizerTest 2024-06-28 23:56:38,362 WARN [main] org.eclipse.scout.rt.shared.services.lookup.BatchLookupResultCache.verifyLookupCallBeanQuality(BatchLookupResultCache.java:160) - 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 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.263 s -- in org.eclipse.scout.rt.server.services.lookup.BatchNormalizerTest [INFO] Running org.eclipse.scout.rt.server.services.lookup.BatchLookupTest 2024-06-28 23:56:38,545 WARN [main] org.eclipse.scout.rt.shared.services.lookup.BatchLookupResultCache.verifyLookupCallBeanQuality(BatchLookupResultCache.java:160) - 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 2024-06-28 23:56:38,599 WARN [main] org.eclipse.scout.rt.shared.services.lookup.BatchLookupResultCache.verifyLookupCallBeanQuality(BatchLookupResultCache.java:160) - 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 2024-06-28 23:56:38,651 WARN [main] org.eclipse.scout.rt.shared.services.lookup.BatchLookupResultCache.verifyLookupCallBeanQuality(BatchLookupResultCache.java:160) - 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 2024-06-28 23:56:38,679 WARN [main] org.eclipse.scout.rt.shared.services.lookup.BatchLookupResultCache.verifyLookupCallBeanQuality(BatchLookupResultCache.java:160) - 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 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.291 s -- in org.eclipse.scout.rt.server.services.lookup.BatchLookupTest [INFO] Running org.eclipse.scout.rt.server.services.common.security.PermissionsInvalidationNotificationListenerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.scout.rt.server.services.common.security.PermissionsInvalidationNotificationListenerTest [INFO] Running org.eclipse.scout.rt.server.services.common.security.PermissionServiceTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.scout.rt.server.services.common.security.PermissionServiceTest [INFO] Running org.eclipse.scout.rt.server.services.common.security.AccessControlServiceTest 2024-06-28 23:56:38,781 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:196) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@6fe04f2a[id = 1dt6ja00hjsn93u98sqbot2i44ls28rblnn1vhh692b9m66ucfbd], user=john] - MDC[principal=john] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.507 s -- in org.eclipse.scout.rt.server.services.common.security.AccessControlServiceTest [INFO] Running org.eclipse.scout.rt.server.services.common.pwd.DefaultPasswordPolicyTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in org.eclipse.scout.rt.server.services.common.pwd.DefaultPasswordPolicyTest [INFO] Running org.eclipse.scout.rt.server.services.common.code.CodeServiceTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.250 s -- in org.eclipse.scout.rt.server.services.common.code.CodeServiceTest [INFO] Running org.eclipse.scout.rt.server.services.common.code.CodeServiceInvalidateTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.scout.rt.server.services.common.code.CodeServiceInvalidateTest [INFO] Running org.eclipse.scout.rt.server.services.common.clustersync.ClusterSynchronizationServiceTest 2024-06-28 23:56:39,596 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:196) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@4243341e[id = ai0dcamd1kef8gard9liv0qudpgd6ijtdci9t7n0tvdsrl8m5c2], user=default] - MDC[principal=default] 2024-06-28 23:56:39,680 INFO [main] org.eclipse.scout.rt.mom.api.AbstractMomTransport.initDelegate(AbstractMomTransport.java:98) - +++ Using 'NullMomImplementor' for transport 'TestClusterMom'. No messages are published and received. - MDC[principal=default, scoutSession=ai0dcamd1kef8gard9liv0qudpgd6ijtdci9t7n0tvdsrl8m5c2] 2024-06-28 23:56:39,698 INFO [main] org.eclipse.scout.rt.mom.api.AbstractMomTransport.initDelegate(AbstractMomTransport.java:98) - +++ Using 'NullMomImplementor' for transport 'TestClusterMom'. No messages are published and received. - MDC[principal=default, scoutSession=ai0dcamd1kef8gard9liv0qudpgd6ijtdci9t7n0tvdsrl8m5c2] 2024-06-28 23:56:39,703 INFO [main] org.eclipse.scout.rt.mom.api.AbstractMomTransport.initDelegate(AbstractMomTransport.java:98) - +++ Using 'NullMomImplementor' for transport 'TestClusterMom'. No messages are published and received. - MDC[principal=default, scoutSession=ai0dcamd1kef8gard9liv0qudpgd6ijtdci9t7n0tvdsrl8m5c2] 2024-06-28 23:56:39,707 INFO [main] org.eclipse.scout.rt.mom.api.AbstractMomTransport.initDelegate(AbstractMomTransport.java:98) - +++ Using 'NullMomImplementor' for transport 'TestClusterMom'. No messages are published and received. - MDC[principal=default, scoutSession=ai0dcamd1kef8gard9liv0qudpgd6ijtdci9t7n0tvdsrl8m5c2] 2024-06-28 23:56:39,710 INFO [main] org.eclipse.scout.rt.mom.api.AbstractMomTransport.initDelegate(AbstractMomTransport.java:98) - +++ Using 'NullMomImplementor' for transport 'TestClusterMom'. No messages are published and received. - MDC[principal=default, scoutSession=ai0dcamd1kef8gard9liv0qudpgd6ijtdci9t7n0tvdsrl8m5c2] 2024-06-28 23:56:39,778 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:196) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@d84418a[id = 1hnb13e8oo1cdtvrjln9kjanv5ccvleccp5qv22rroudmqfg7sid], user=system] - MDC[principal=system] 2024-06-28 23:56:39,784 INFO [main] org.eclipse.scout.rt.mom.api.AbstractMomTransport.initDelegate(AbstractMomTransport.java:98) - +++ Using 'NullMomImplementor' for transport 'TestClusterMom'. No messages are published and received. - MDC[principal=default, scoutSession=ai0dcamd1kef8gard9liv0qudpgd6ijtdci9t7n0tvdsrl8m5c2] 2024-06-28 23:56:39,789 INFO [main] org.eclipse.scout.rt.mom.api.AbstractMomTransport.initDelegate(AbstractMomTransport.java:98) - +++ Using 'NullMomImplementor' for transport 'TestClusterMom'. No messages are published and received. - MDC[principal=default, scoutSession=ai0dcamd1kef8gard9liv0qudpgd6ijtdci9t7n0tvdsrl8m5c2] 2024-06-28 23:56:39,792 INFO [main] org.eclipse.scout.rt.mom.api.AbstractMomTransport.initDelegate(AbstractMomTransport.java:98) - +++ Using 'NullMomImplementor' for transport 'TestClusterMom'. No messages are published and received. - MDC[principal=default, scoutSession=ai0dcamd1kef8gard9liv0qudpgd6ijtdci9t7n0tvdsrl8m5c2] 2024-06-28 23:56:39,796 INFO [main] org.eclipse.scout.rt.mom.api.AbstractMomTransport.initDelegate(AbstractMomTransport.java:98) - +++ Using 'NullMomImplementor' for transport 'TestClusterMom'. No messages are published and received. - MDC[principal=default, scoutSession=ai0dcamd1kef8gard9liv0qudpgd6ijtdci9t7n0tvdsrl8m5c2] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.210 s -- in org.eclipse.scout.rt.server.services.common.clustersync.ClusterSynchronizationServiceTest [INFO] Running org.eclipse.scout.rt.server.services.common.clustersync.ClusterNodeStatusInfoTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s -- in org.eclipse.scout.rt.server.services.common.clustersync.ClusterNodeStatusInfoTest [INFO] Running org.eclipse.scout.rt.server.services.common.clustersync.ClientNotificationClusterNotificationTest 2024-06-28 23:56:39,871 INFO [main] org.eclipse.scout.rt.mom.api.AbstractMomTransport.initDelegate(AbstractMomTransport.java:98) - +++ Using 'NullMomImplementor' for transport 'TestClusterMom'. No messages are published and received. - MDC[principal=default, scoutSession=ai0dcamd1kef8gard9liv0qudpgd6ijtdci9t7n0tvdsrl8m5c2] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.250 s -- in org.eclipse.scout.rt.server.services.common.clustersync.ClientNotificationClusterNotificationTest [INFO] Running org.eclipse.scout.rt.server.services.ServiceWithSessionInterceptorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.scout.rt.server.services.ServiceWithSessionInterceptorTest [INFO] Running org.eclipse.scout.rt.server.services.RemoteServiceWithoutAuthorizationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.scout.rt.server.services.RemoteServiceWithoutAuthorizationTest [INFO] Running org.eclipse.scout.rt.server.services.RemoteServiceAccessDeniedTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.scout.rt.server.services.RemoteServiceAccessDeniedTest [INFO] Running org.eclipse.scout.rt.server.notification.NotificationCoalescerTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.scout.rt.server.notification.NotificationCoalescerTest [INFO] Running org.eclipse.scout.rt.server.job.filter.future.SessionFutureFilterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.eclipse.scout.rt.server.job.filter.future.SessionFutureFilterTest [INFO] Running org.eclipse.scout.rt.server.job.filter.future.ServerRunContextFutureFilterTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 s -- in org.eclipse.scout.rt.server.job.filter.future.ServerRunContextFutureFilterTest [INFO] Running org.eclipse.scout.rt.server.job.filter.event.SessionJobEventFilterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.eclipse.scout.rt.server.job.filter.event.SessionJobEventFilterTest [INFO] Running org.eclipse.scout.rt.server.context.ServerRunContextTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.scout.rt.server.context.ServerRunContextTest [INFO] Running org.eclipse.scout.rt.server.context.ServerRunContextProducerTest 2024-06-28 23:56:40,488 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:196) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@16391278[id = 1j0r39om1eiems34j9cojqlot8i5k6nm5vshjfai4j2lf31bfe6a], user=alpha] - MDC[principal=alpha] 2024-06-28 23:56:40,490 INFO [scout-thread-24] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:196) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@575824be[id = 9sdkvcjgvdas63f8tl6lamk67r8nr4magpk89v90e2svjovonbl], user=beta] - MDC[principal=beta, jobName=org.eclipse.scout.rt.server.context.ServerRunContextProducerTest$$Lambda$381/0x00007f3fc0448ed8] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.scout.rt.server.context.ServerRunContextProducerTest [INFO] Running org.eclipse.scout.rt.server.context.ServerRunContextChainTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.scout.rt.server.context.ServerRunContextChainTest [INFO] Running org.eclipse.scout.rt.server.context.RunMonitorCancelRegistryTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.scout.rt.server.context.RunMonitorCancelRegistryTest [INFO] Running org.eclipse.scout.rt.server.context.HttpServerRunContextProducerTest 2024-06-28 23:56:40,873 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:196) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@13f4048e[id = testid], user=null] - MDC[cid=ee27c961-469f-45bd-b6ac-d69fb2e93d54] 2024-06-28 23:56:40,879 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.inactivateSession(AbstractServerSession.java:281) - Server session stopped [session=org.eclipse.scout.rt.server.TestServerSession@13f4048e[id = testid], user=null] 2024-06-28 23:56:40,886 INFO [main] org.eclipse.scout.rt.server.commons.HttpSessionMutex.of(HttpSessionMutex.java:89) - Session without mutex: null. Consider registering class org.eclipse.scout.rt.server.commons.HttpSessionMutex as listener via org.eclipse.scout.rt.jetty.IServletFilterContributor or in the web.xml java.lang.Exception: origin at org.eclipse.scout.rt.server.commons.HttpSessionMutex.of(HttpSessionMutex.java:89) at org.eclipse.scout.rt.server.context.HttpServerRunContextProducer.computeSessionIdIfAbsent(HttpServerRunContextProducer.java:147) at org.eclipse.scout.rt.server.context.HttpServerRunContextProducer.ensureScoutSessionId(HttpServerRunContextProducer.java:143) at org.eclipse.scout.rt.server.context.HttpServerRunContextProducer.getOrCreateScoutSession(HttpServerRunContextProducer.java:129) at org.eclipse.scout.rt.server.context.HttpServerRunContextProducer.produce(HttpServerRunContextProducer.java:94) at org.eclipse.scout.rt.server.context.HttpServerRunContextProducer.produce(HttpServerRunContextProducer.java:64) at org.eclipse.scout.rt.server.context.HttpServerRunContextProducerTest.testGetOrCreateScoutSessionWithExistingSessionIdOnHttpSession(HttpServerRunContextProducerTest.java:82) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:75) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:56:40,898 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:196) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@51508029[id = testId], user=null] - MDC[cid=3619a53b-6652-422f-b130-0f197795da89] 2024-06-28 23:56:40,899 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.inactivateSession(AbstractServerSession.java:281) - Server session stopped [session=org.eclipse.scout.rt.server.TestServerSession@51508029[id = testId], user=null] 2024-06-28 23:56:40,903 INFO [main] org.eclipse.scout.rt.server.commons.HttpSessionMutex.of(HttpSessionMutex.java:89) - Session without mutex: null. Consider registering class org.eclipse.scout.rt.server.commons.HttpSessionMutex as listener via org.eclipse.scout.rt.jetty.IServletFilterContributor or in the web.xml java.lang.Exception: origin at org.eclipse.scout.rt.server.commons.HttpSessionMutex.of(HttpSessionMutex.java:89) at org.eclipse.scout.rt.server.context.HttpServerRunContextProducer.computeSessionIdIfAbsent(HttpServerRunContextProducer.java:147) at org.eclipse.scout.rt.server.context.HttpServerRunContextProducer.ensureScoutSessionId(HttpServerRunContextProducer.java:143) at org.eclipse.scout.rt.server.context.HttpServerRunContextProducer.getOrCreateScoutSession(HttpServerRunContextProducer.java:129) at org.eclipse.scout.rt.server.context.HttpServerRunContextProducer.produce(HttpServerRunContextProducer.java:94) at org.eclipse.scout.rt.server.context.HttpServerRunContextProducer.produce(HttpServerRunContextProducer.java:64) at org.eclipse.scout.rt.server.context.HttpServerRunContextProducerTest.testGetOrCreateScoutSessionWithRandomId(HttpServerRunContextProducerTest.java:62) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:75) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:56:40,908 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:196) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@2a54c92e[id = 3fejeoo6p8k3886fe8maoe86m17sag3iaak090qitdohcorpnv2], user=null] - MDC[cid=9a9dab92-2272-4a65-ad38-9bfcb49efb47] 2024-06-28 23:56:40,909 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.inactivateSession(AbstractServerSession.java:281) - Server session stopped [session=org.eclipse.scout.rt.server.TestServerSession@2a54c92e[id = 3fejeoo6p8k3886fe8maoe86m17sag3iaak090qitdohcorpnv2], user=null] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.386 s -- in org.eclipse.scout.rt.server.context.HttpServerRunContextProducerTest [INFO] Running org.eclipse.scout.rt.server.commons.http.TestingHttpServerTest 2024-06-28 23:56:41,479 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:384) - jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 17.0.9+9 2024-06-28 23:56:41,829 INFO [main] org.eclipse.jetty.webapp.StandardDescriptorProcessor.visitServlet(StandardDescriptorProcessor.java:274) - NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet 2024-06-28 23:56:41,870 INFO [main] org.eclipse.jetty.server.session.DefaultSessionIdManager.doStart(DefaultSessionIdManager.java:332) - Session workerName=node0 2024-06-28 23:56:41,944 INFO [main] org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:907) - Started o.e.j.w.WebAppContext@7c07023{/,file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,AVAILABLE}{file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/} 2024-06-28 23:56:41,970 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:376) - Started ServerConnector@665b441e{HTTP/1.1, (http/1.1)}{0.0.0.0:33002} 2024-06-28 23:56:41,974 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:439) - Started Server@14bf9fd0{STARTING}[11.0.18,sto=0] @9105ms 2024-06-28 23:56:41,974 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:384) - jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 17.0.9+9 2024-06-28 23:56:41,994 INFO [main] org.eclipse.jetty.webapp.StandardDescriptorProcessor.visitServlet(StandardDescriptorProcessor.java:274) - NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet 2024-06-28 23:56:41,996 INFO [main] org.eclipse.jetty.server.session.DefaultSessionIdManager.doStart(DefaultSessionIdManager.java:332) - Session workerName=node0 2024-06-28 23:56:41,997 INFO [main] org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:907) - Started o.e.j.w.WebAppContext@3d5e0bf0{/,file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,AVAILABLE}{file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/} 2024-06-28 23:56:41,998 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:376) - Started ServerConnector@f4d391c{HTTP/1.1, (http/1.1)}{0.0.0.0:33003} 2024-06-28 23:56:41,999 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:439) - Started Server@64887fbc{STARTING}[11.0.18,sto=0] @9130ms 2024-06-28 23:56:41,999 INFO [main] org.eclipse.jetty.server.Server.doStop(Server.java:479) - Stopped Server@14bf9fd0{STOPPING}[11.0.18,sto=0] 2024-06-28 23:56:42,003 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:431) - Stopped ServerConnector@665b441e{HTTP/1.1, (http/1.1)}{0.0.0.0:33002} 2024-06-28 23:56:42,007 INFO [main] org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:1123) - Stopped o.e.j.w.WebAppContext@7c07023{/,null,STOPPED}{file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/} 2024-06-28 23:56:42,011 INFO [main] org.eclipse.jetty.server.Server.doStop(Server.java:479) - Stopped Server@64887fbc{STOPPING}[11.0.18,sto=0] 2024-06-28 23:56:42,012 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:431) - Stopped ServerConnector@f4d391c{HTTP/1.1, (http/1.1)}{0.0.0.0:33003} 2024-06-28 23:56:42,013 INFO [main] org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:1123) - Stopped o.e.j.w.WebAppContext@3d5e0bf0{/,null,STOPPED}{file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/} [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.099 s -- in org.eclipse.scout.rt.server.commons.http.TestingHttpServerTest [INFO] Running org.eclipse.scout.rt.server.commons.http.HttpSimpleTest 2024-06-28 23:56:42,041 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:384) - jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 17.0.9+9 2024-06-28 23:56:42,055 INFO [main] org.eclipse.jetty.webapp.StandardDescriptorProcessor.visitServlet(StandardDescriptorProcessor.java:274) - NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet 2024-06-28 23:56:42,057 INFO [main] org.eclipse.jetty.server.session.DefaultSessionIdManager.doStart(DefaultSessionIdManager.java:332) - Session workerName=node0 2024-06-28 23:56:42,058 INFO [main] org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:907) - Started o.e.j.w.WebAppContext@209b4b35{/,file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,AVAILABLE}{file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/} 2024-06-28 23:56:42,060 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:376) - Started ServerConnector@58be583e{HTTP/1.1, (http/1.1)}{0.0.0.0:33001} 2024-06-28 23:56:42,060 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:439) - Started Server@6870a76f{STARTING}[11.0.18,sto=0] @9191ms 2024-06-28 23:56:43,127 INFO [main] org.eclipse.jetty.server.Server.doStop(Server.java:479) - Stopped Server@6870a76f{STOPPING}[11.0.18,sto=0] 2024-06-28 23:56:43,138 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:431) - Stopped ServerConnector@58be583e{HTTP/1.1, (http/1.1)}{0.0.0.0:33001} 2024-06-28 23:56:43,139 INFO [main] org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:1123) - Stopped o.e.j.w.WebAppContext@209b4b35{/,null,STOPPED}{file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/} # HttpClient.write # HttpClient.read 2024-06-28 23:56:43,142 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:384) - jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 17.0.9+9 2024-06-28 23:56:43,156 INFO [main] org.eclipse.jetty.webapp.StandardDescriptorProcessor.visitServlet(StandardDescriptorProcessor.java:274) - NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet 2024-06-28 23:56:43,158 INFO [main] org.eclipse.jetty.server.session.DefaultSessionIdManager.doStart(DefaultSessionIdManager.java:332) - Session workerName=node0 2024-06-28 23:56:43,160 INFO [main] org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:907) - Started o.e.j.w.WebAppContext@39e91bda{/,file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,AVAILABLE}{file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/} 2024-06-28 23:56:43,161 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:376) - Started ServerConnector@5f662dd{HTTP/1.1, (http/1.1)}{0.0.0.0:33001} 2024-06-28 23:56:43,161 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:439) - Started Server@6c4c32ff{STARTING}[11.0.18,sto=0] @10292ms 2024-06-28 23:56:43,172 INFO [main] org.eclipse.jetty.server.Server.doStop(Server.java:479) - Stopped Server@6c4c32ff{STOPPING}[11.0.18,sto=0] 2024-06-28 23:56:43,172 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:431) - Stopped ServerConnector@5f662dd{HTTP/1.1, (http/1.1)}{0.0.0.0:33001} 2024-06-28 23:56:43,173 INFO [main] org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:1123) - Stopped o.e.j.w.WebAppContext@39e91bda{/,null,STOPPED}{file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/} # HttpClient.write # HttpClient.read 2024-06-28 23:56:43,176 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:384) - jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 17.0.9+9 2024-06-28 23:56:43,187 INFO [main] org.eclipse.jetty.webapp.StandardDescriptorProcessor.visitServlet(StandardDescriptorProcessor.java:274) - NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet 2024-06-28 23:56:43,189 INFO [main] org.eclipse.jetty.server.session.DefaultSessionIdManager.doStart(DefaultSessionIdManager.java:332) - Session workerName=node0 2024-06-28 23:56:43,190 INFO [main] org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:907) - Started o.e.j.w.WebAppContext@5ab1107d{/,file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,AVAILABLE}{file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/} 2024-06-28 23:56:43,191 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:376) - Started ServerConnector@55b7f9f1{HTTP/1.1, (http/1.1)}{0.0.0.0:33001} 2024-06-28 23:56:43,192 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:439) - Started Server@4b477121{STARTING}[11.0.18,sto=0] @10323ms 2024-06-28 23:56:43,238 INFO [main] org.eclipse.jetty.server.Server.doStop(Server.java:479) - Stopped Server@4b477121{STOPPING}[11.0.18,sto=0] 2024-06-28 23:56:43,238 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:431) - Stopped ServerConnector@55b7f9f1{HTTP/1.1, (http/1.1)}{0.0.0.0:33001} 2024-06-28 23:56:43,239 INFO [main] org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:1123) - Stopped o.e.j.w.WebAppContext@5ab1107d{/,null,STOPPED}{file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/} # HttpClient.write # HttpClient.read 2024-06-28 23:56:43,241 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:179) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true 2024-06-28 23:56:43,267 INFO [main] org.eclipse.scout.rt.platform.logger.LoggerInstallPlatformListener.registerLoggerSupportBean(LoggerInstallPlatformListener.java:98) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport 2024-06-28 23:56:43,268 INFO [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:41) - 2 code type classes registered. 2024-06-28 23:56:43,269 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:191) - No classpath:config.properties found. Running with empty configuration. 2024-06-28 23:56:43,270 INFO [main] org.eclipse.scout.rt.server.commons.GlobalTrustManager.getTrustedCertificatesInRemoteFiles(GlobalTrustManager.java:232) - Unable to import trusted certificates from remote folder '/certificates'. 2024-06-28 23:56:43,273 INFO [main] org.eclipse.scout.rt.mom.api.AbstractMomTransport.initDelegate(AbstractMomTransport.java:98) - +++ Using 'NullMomImplementor' for transport 'ClusterMom'. No messages are published and received. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.249 s -- in org.eclipse.scout.rt.server.commons.http.HttpSimpleTest [INFO] Running org.eclipse.scout.rt.server.commons.http.HttpServletConnectionAbortTest 2024-06-28 23:56:43,294 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:384) - jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 17.0.9+9 2024-06-28 23:56:43,306 INFO [main] org.eclipse.jetty.webapp.StandardDescriptorProcessor.visitServlet(StandardDescriptorProcessor.java:274) - NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet 2024-06-28 23:56:43,308 INFO [main] org.eclipse.jetty.server.session.DefaultSessionIdManager.doStart(DefaultSessionIdManager.java:332) - Session workerName=node0 2024-06-28 23:56:43,338 INFO [main] org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:907) - Started o.e.j.w.WebAppContext@3b4b2c03{/,file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,AVAILABLE}{file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/} 2024-06-28 23:56:43,339 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:376) - Started ServerConnector@c3e5e3c{HTTP/1.1, (http/1.1)}{0.0.0.0:33007} 2024-06-28 23:56:43,339 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:439) - Started Server@462deb2b{STARTING}[11.0.18,sto=0] @10470ms ROUND 0 ROUND 1 ROUND 2 ROUND 3 ROUND 4 ROUND 5 ROUND 6 ROUND 7 ROUND 8 ROUND 9 ROUND 10 ROUND 11 ROUND 12 ROUND 13 ROUND 14 ROUND 15 ROUND 16 ROUND 17 ROUND 18 ROUND 19 ROUND 20 ROUND 21 ROUND 22 ROUND 23 ROUND 24 ROUND 25 ROUND 26 ROUND 27 ROUND 28 ROUND 29 ROUND 30 ROUND 31 ROUND 32 ROUND 33 ROUND 34 ROUND 35 ROUND 36 ROUND 37 ROUND 38 ROUND 39 ROUND 40 ROUND 41 ROUND 42 ROUND 43 ROUND 44 ROUND 45 ROUND 46 ROUND 47 ROUND 48 ROUND 49 ROUND 50 ROUND 51 ROUND 52 ROUND 53 ROUND 54 ROUND 55 ROUND 56 ROUND 57 ROUND 58 ROUND 59 ROUND 60 ROUND 61 ROUND 62 ROUND 63 ROUND 64 ROUND 65 ROUND 66 ROUND 67 ROUND 68 ROUND 69 ROUND 70 ROUND 71 ROUND 72 ROUND 73 ROUND 74 ROUND 75 ROUND 76 ROUND 77 ROUND 78 ROUND 79 ROUND 80 ROUND 81 ROUND 82 ROUND 83 ROUND 84 ROUND 85 ROUND 86 ROUND 87 ROUND 88 ROUND 89 ROUND 90 ROUND 91 ROUND 92 ROUND 93 ROUND 94 ROUND 95 ROUND 96 ROUND 97 ROUND 98 ROUND 99 2024-06-28 23:56:43,596 INFO [main] org.eclipse.jetty.server.Server.doStop(Server.java:479) - Stopped Server@462deb2b{STOPPING}[11.0.18,sto=0] 2024-06-28 23:56:43,597 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:431) - Stopped ServerConnector@c3e5e3c{HTTP/1.1, (http/1.1)}{0.0.0.0:33007} 2024-06-28 23:56:43,598 INFO [main] org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:1123) - Stopped o.e.j.w.WebAppContext@3b4b2c03{/,null,STOPPED}{file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/} 2024-06-28 23:56:43,604 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:304) - Shutdown ExecutorService, await termination... 2024-06-28 23:56:43,604 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:306) - Shutdown ExecutorService, await termination returned terminated=true 2024-06-28 23:56:43,605 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:179) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true 2024-06-28 23:56:43,650 INFO [main] org.eclipse.scout.rt.platform.logger.LoggerInstallPlatformListener.registerLoggerSupportBean(LoggerInstallPlatformListener.java:98) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport 2024-06-28 23:56:43,651 INFO [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:41) - 2 code type classes registered. 2024-06-28 23:56:43,651 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:191) - No classpath:config.properties found. Running with empty configuration. 2024-06-28 23:56:43,652 INFO [main] org.eclipse.scout.rt.server.commons.GlobalTrustManager.getTrustedCertificatesInRemoteFiles(GlobalTrustManager.java:232) - Unable to import trusted certificates from remote folder '/certificates'. 2024-06-28 23:56:43,654 INFO [main] org.eclipse.scout.rt.mom.api.AbstractMomTransport.initDelegate(AbstractMomTransport.java:98) - +++ Using 'NullMomImplementor' for transport 'ClusterMom'. No messages are published and received. [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.371 s -- in org.eclipse.scout.rt.server.commons.http.HttpServletConnectionAbortTest [INFO] Running org.eclipse.scout.rt.server.commons.http.HttpServiceTunnelNetworkTest 2024-06-28 23:56:43,669 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:384) - jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 17.0.9+9 2024-06-28 23:56:43,680 INFO [main] org.eclipse.jetty.webapp.StandardDescriptorProcessor.visitServlet(StandardDescriptorProcessor.java:274) - NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet 2024-06-28 23:56:43,681 INFO [main] org.eclipse.jetty.server.session.DefaultSessionIdManager.doStart(DefaultSessionIdManager.java:332) - Session workerName=node0 2024-06-28 23:56:43,683 INFO [main] org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:907) - Started o.e.j.w.WebAppContext@7c16cc25{/,file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,AVAILABLE}{file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/} 2024-06-28 23:56:43,684 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:376) - Started ServerConnector@2862bac6{HTTP/1.1, (http/1.1)}{0.0.0.0:33005} 2024-06-28 23:56:43,684 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:439) - Started Server@1134a934{STARTING}[11.0.18,sto=0] @10815ms org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Failed to wait for a job to complete because the job was cancelled [calling-thread=main, job=org.eclipse.scout.rt.server.commons.http.HttpServiceTunnelNetworkTest$$Lambda$519/0x00007f3fc052f130] at org.eclipse.scout.rt.platform.job.internal.JobExceptionTranslator.translateCancellationException(JobExceptionTranslator.java:43) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDoneAndGet(JobFutureTask.java:413) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDoneAndGet(JobFutureTask.java:399) at org.eclipse.scout.rt.server.commons.http.HttpServiceTunnelNetworkTest.testPostWithChunkedResponseThatIsCancelled(HttpServiceTunnelNetworkTest.java:327) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:333) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:354) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:75) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithNewPlatform(PlatformStatement.java:84) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:71) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) Caused by: java.util.concurrent.CancellationException at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:121) at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:205) at org.eclipse.scout.rt.platform.job.internal.CompletionPromise.retrieveFinalValue(CompletionPromise.java:274) at org.eclipse.scout.rt.platform.job.internal.CompletionPromise.awaitDoneAndGet(CompletionPromise.java:165) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDoneAndGet(JobFutureTask.java:407) ... 66 more 2024-06-28 23:56:43,699 INFO [main] org.eclipse.jetty.server.Server.doStop(Server.java:479) - Stopped Server@1134a934{STOPPING}[11.0.18,sto=0] 2024-06-28 23:56:43,700 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:431) - Stopped ServerConnector@2862bac6{HTTP/1.1, (http/1.1)}{0.0.0.0:33005} 2024-06-28 23:56:43,700 INFO [main] org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:1123) - Stopped o.e.j.w.WebAppContext@7c16cc25{/,null,STOPPED}{file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/} 2024-06-28 23:56:43,703 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:384) - jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 17.0.9+9 2024-06-28 23:56:43,738 INFO [main] org.eclipse.jetty.webapp.StandardDescriptorProcessor.visitServlet(StandardDescriptorProcessor.java:274) - NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet 2024-06-28 23:56:43,740 INFO [main] org.eclipse.jetty.server.session.DefaultSessionIdManager.doStart(DefaultSessionIdManager.java:332) - Session workerName=node0 2024-06-28 23:56:43,742 INFO [main] org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:907) - Started o.e.j.w.WebAppContext@628b1538{/,file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,AVAILABLE}{file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/} 2024-06-28 23:56:43,743 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:376) - Started ServerConnector@4f70b659{HTTP/1.1, (http/1.1)}{0.0.0.0:33005} 2024-06-28 23:56:43,743 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:439) - Started Server@304933cb{STARTING}[11.0.18,sto=0] @10874ms 2024-06-28 23:56:43,746 WARN [main] org.eclipse.scout.rt.shared.servicetunnel.AbstractServiceTunnel.interceptRequest(AbstractServiceTunnel.java:83) - No UserAgent set on calling context; include default in service-request 2024-06-28 23:56:43,771 INFO [main] org.eclipse.jetty.server.Server.doStop(Server.java:479) - Stopped Server@304933cb{STOPPING}[11.0.18,sto=0] 2024-06-28 23:56:43,771 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:431) - Stopped ServerConnector@4f70b659{HTTP/1.1, (http/1.1)}{0.0.0.0:33005} 2024-06-28 23:56:43,772 INFO [main] org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:1123) - Stopped o.e.j.w.WebAppContext@628b1538{/,null,STOPPED}{file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/} 2024-06-28 23:56:43,776 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:304) - Shutdown ExecutorService, await termination... 2024-06-28 23:56:43,776 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:306) - Shutdown ExecutorService, await termination returned terminated=true [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s -- in org.eclipse.scout.rt.server.commons.http.HttpServiceTunnelNetworkTest [INFO] Running org.eclipse.scout.rt.server.commons.http.HttpRetryTest 2024-06-28 23:56:43,785 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:384) - jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 17.0.9+9 2024-06-28 23:56:43,794 INFO [main] org.eclipse.jetty.webapp.StandardDescriptorProcessor.visitServlet(StandardDescriptorProcessor.java:274) - NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet 2024-06-28 23:56:43,795 INFO [main] org.eclipse.jetty.server.session.DefaultSessionIdManager.doStart(DefaultSessionIdManager.java:332) - Session workerName=node0 2024-06-28 23:56:43,797 INFO [main] org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:907) - Started o.e.j.w.WebAppContext@628e0403{/,file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,AVAILABLE}{file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/} 2024-06-28 23:56:43,798 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:376) - Started ServerConnector@6ebf5f26{HTTP/1.1, (http/1.1)}{0.0.0.0:33000} 2024-06-28 23:56:43,798 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:439) - Started Server@6bc1c8d0{STARTING}[11.0.18,sto=0] @10929ms 2024-06-28 23:56:43,903 INFO [main] org.eclipse.jetty.server.Server.doStop(Server.java:479) - Stopped Server@6bc1c8d0{STOPPING}[11.0.18,sto=0] 2024-06-28 23:56:43,904 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:431) - Stopped ServerConnector@6ebf5f26{HTTP/1.1, (http/1.1)}{0.0.0.0:33000} 2024-06-28 23:56:43,905 INFO [main] org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:1123) - Stopped o.e.j.w.WebAppContext@628e0403{/,null,STOPPED}{file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/} 2024-06-28 23:56:43,907 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:384) - jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 17.0.9+9 2024-06-28 23:56:43,916 INFO [main] org.eclipse.jetty.webapp.StandardDescriptorProcessor.visitServlet(StandardDescriptorProcessor.java:274) - NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet 2024-06-28 23:56:43,917 INFO [main] org.eclipse.jetty.server.session.DefaultSessionIdManager.doStart(DefaultSessionIdManager.java:332) - Session workerName=node0 2024-06-28 23:56:43,919 INFO [main] org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:907) - Started o.e.j.w.WebAppContext@76a1cc1a{/,file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,AVAILABLE}{file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/} 2024-06-28 23:56:43,919 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:376) - Started ServerConnector@5b2c9a69{HTTP/1.1, (http/1.1)}{0.0.0.0:33000} 2024-06-28 23:56:43,920 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:439) - Started Server@786de0a3{STARTING}[11.0.18,sto=0] @11051ms 2024-06-28 23:56:43,925 INFO [main] org.eclipse.jetty.server.Server.doStop(Server.java:479) - Stopped Server@786de0a3{STOPPING}[11.0.18,sto=0] 2024-06-28 23:56:43,925 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:431) - Stopped ServerConnector@5b2c9a69{HTTP/1.1, (http/1.1)}{0.0.0.0:33000} 2024-06-28 23:56:43,926 INFO [main] org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:1123) - Stopped o.e.j.w.WebAppContext@76a1cc1a{/,null,STOPPED}{file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/} 2024-06-28 23:56:43,928 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:384) - jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 17.0.9+9 2024-06-28 23:56:43,937 INFO [main] org.eclipse.jetty.webapp.StandardDescriptorProcessor.visitServlet(StandardDescriptorProcessor.java:274) - NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet 2024-06-28 23:56:43,939 INFO [main] org.eclipse.jetty.server.session.DefaultSessionIdManager.doStart(DefaultSessionIdManager.java:332) - Session workerName=node0 2024-06-28 23:56:43,941 INFO [main] org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:907) - Started o.e.j.w.WebAppContext@2c34ce24{/,file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,AVAILABLE}{file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/} 2024-06-28 23:56:43,942 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:376) - Started ServerConnector@7c290246{HTTP/1.1, (http/1.1)}{0.0.0.0:33000} 2024-06-28 23:56:43,943 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:439) - Started Server@3304362e{STARTING}[11.0.18,sto=0] @11074ms 2024-06-28 23:56:43,948 INFO [main] org.apache.hc.client5.http.impl.classic.HttpRequestRetryExec.execute(HttpRequestRetryExec.java:113) - Recoverable I/O exception (org.apache.hc.core5.http.NoHttpResponseException) caught when processing request to {}->http://127.0.0.1:33000 2024-06-28 23:56:43,952 INFO [main] org.eclipse.jetty.server.Server.doStop(Server.java:479) - Stopped Server@3304362e{STOPPING}[11.0.18,sto=0] 2024-06-28 23:56:43,953 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:431) - Stopped ServerConnector@7c290246{HTTP/1.1, (http/1.1)}{0.0.0.0:33000} 2024-06-28 23:56:43,954 INFO [main] org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:1123) - Stopped o.e.j.w.WebAppContext@2c34ce24{/,null,STOPPED}{file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/} 2024-06-28 23:56:43,956 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:384) - jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 17.0.9+9 2024-06-28 23:56:43,966 INFO [main] org.eclipse.jetty.webapp.StandardDescriptorProcessor.visitServlet(StandardDescriptorProcessor.java:274) - NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet 2024-06-28 23:56:43,967 INFO [main] org.eclipse.jetty.server.session.DefaultSessionIdManager.doStart(DefaultSessionIdManager.java:332) - Session workerName=node0 2024-06-28 23:56:43,968 INFO [main] org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:907) - Started o.e.j.w.WebAppContext@3e7940b3{/,file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,AVAILABLE}{file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/} 2024-06-28 23:56:43,969 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:376) - Started ServerConnector@20a434a8{HTTP/1.1, (http/1.1)}{0.0.0.0:33000} 2024-06-28 23:56:43,969 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:439) - Started Server@137a9d69{STARTING}[11.0.18,sto=0] @11100ms 2024-06-28 23:56:43,974 WARN [qtp713064949-207] org.eclipse.jetty.server.HttpChannel.handleException(HttpChannel.java:797) - /servlet org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: TEST at org.eclipse.scout.rt.server.commons.http.HttpRetryTest.lambda$6(HttpRetryTest.java:368) at org.eclipse.scout.rt.server.commons.http.HttpRetryTest.fixtureServletPost(HttpRetryTest.java:105) at org.eclipse.scout.rt.server.commons.http.TestingHttpServer$FixtureServlet.doPost(TestingHttpServer.java:72) at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:520) at org.eclipse.scout.rt.server.commons.servlet.AbstractHttpServlet.access$0(AbstractHttpServlet.java:1) at org.eclipse.scout.rt.server.commons.servlet.AbstractHttpServlet.wrap(AbstractHttpServlet.java:54) at org.eclipse.scout.rt.server.commons.servlet.AbstractHttpServlet.service(AbstractHttpServlet.java:43) at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:587) at org.eclipse.jetty.servlet.ServletHolder$NotAsync.service(ServletHolder.java:1410) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:764) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:529) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:131) at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:598) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:122) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:223) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1570) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:221) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1381) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:176) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:484) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1543) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:174) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1303) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:129) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:122) at org.eclipse.jetty.server.Server.handle(Server.java:563) at org.eclipse.scout.rt.server.commons.http.TestingHttpServer$1.handle(TestingHttpServer.java:111) at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch(HttpChannel.java:1598) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:753) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:501) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:287) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:314) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:840) 2024-06-28 23:56:43,977 INFO [main] org.eclipse.jetty.server.Server.doStop(Server.java:479) - Stopped Server@137a9d69{STOPPING}[11.0.18,sto=0] 2024-06-28 23:56:43,978 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:431) - Stopped ServerConnector@20a434a8{HTTP/1.1, (http/1.1)}{0.0.0.0:33000} 2024-06-28 23:56:43,979 INFO [main] org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:1123) - Stopped o.e.j.w.WebAppContext@3e7940b3{/,null,STOPPED}{file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/} 2024-06-28 23:56:43,981 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:384) - jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 17.0.9+9 2024-06-28 23:56:43,989 INFO [main] org.eclipse.jetty.webapp.StandardDescriptorProcessor.visitServlet(StandardDescriptorProcessor.java:274) - NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet 2024-06-28 23:56:43,990 INFO [main] org.eclipse.jetty.server.session.DefaultSessionIdManager.doStart(DefaultSessionIdManager.java:332) - Session workerName=node0 2024-06-28 23:56:43,992 INFO [main] org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:907) - Started o.e.j.w.WebAppContext@647d3279{/,file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,AVAILABLE}{file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/} 2024-06-28 23:56:43,992 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:376) - Started ServerConnector@10b36d8a{HTTP/1.1, (http/1.1)}{0.0.0.0:33000} 2024-06-28 23:56:43,993 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:439) - Started Server@39d44217{STARTING}[11.0.18,sto=0] @11124ms 2024-06-28 23:56:43,998 INFO [main] org.eclipse.jetty.server.Server.doStop(Server.java:479) - Stopped Server@39d44217{STOPPING}[11.0.18,sto=0] 2024-06-28 23:56:43,999 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:431) - Stopped ServerConnector@10b36d8a{HTTP/1.1, (http/1.1)}{0.0.0.0:33000} 2024-06-28 23:56:43,999 INFO [main] org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:1123) - Stopped o.e.j.w.WebAppContext@647d3279{/,null,STOPPED}{file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/} 2024-06-28 23:56:44,001 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:384) - jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 17.0.9+9 2024-06-28 23:56:44,010 INFO [main] org.eclipse.jetty.webapp.StandardDescriptorProcessor.visitServlet(StandardDescriptorProcessor.java:274) - NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet 2024-06-28 23:56:44,011 INFO [main] org.eclipse.jetty.server.session.DefaultSessionIdManager.doStart(DefaultSessionIdManager.java:332) - Session workerName=node0 2024-06-28 23:56:44,038 INFO [main] org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:907) - Started o.e.j.w.WebAppContext@67544105{/,file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,AVAILABLE}{file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/} 2024-06-28 23:56:44,039 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:376) - Started ServerConnector@33aa4326{HTTP/1.1, (http/1.1)}{0.0.0.0:33000} 2024-06-28 23:56:44,039 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:439) - Started Server@22b2d9e3{STARTING}[11.0.18,sto=0] @11170ms 2024-06-28 23:56:44,044 WARN [main] org.eclipse.scout.rt.shared.http.retry.CustomHttpRequestRetryStrategy.detectStaleSocketChannel(CustomHttpRequestRetryStrategy.java:121) - detected a 'NoHttpResponseException', assuming a stale socket channel; retry non-idempotent request 2024-06-28 23:56:44,046 INFO [main] org.apache.hc.client5.http.impl.classic.HttpRequestRetryExec.execute(HttpRequestRetryExec.java:113) - Recoverable I/O exception (org.apache.hc.core5.http.NoHttpResponseException) caught when processing request to {}->http://127.0.0.1:33000 2024-06-28 23:56:44,049 INFO [main] org.eclipse.jetty.server.Server.doStop(Server.java:479) - Stopped Server@22b2d9e3{STOPPING}[11.0.18,sto=0] 2024-06-28 23:56:44,050 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:431) - Stopped ServerConnector@33aa4326{HTTP/1.1, (http/1.1)}{0.0.0.0:33000} 2024-06-28 23:56:44,050 INFO [main] org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:1123) - Stopped o.e.j.w.WebAppContext@67544105{/,null,STOPPED}{file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/} 2024-06-28 23:56:44,052 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:179) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true 2024-06-28 23:56:44,066 INFO [main] org.eclipse.scout.rt.platform.logger.LoggerInstallPlatformListener.registerLoggerSupportBean(LoggerInstallPlatformListener.java:98) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport 2024-06-28 23:56:44,067 INFO [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:41) - 2 code type classes registered. 2024-06-28 23:56:44,068 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:191) - No classpath:config.properties found. Running with empty configuration. 2024-06-28 23:56:44,068 INFO [main] org.eclipse.scout.rt.server.commons.GlobalTrustManager.getTrustedCertificatesInRemoteFiles(GlobalTrustManager.java:232) - Unable to import trusted certificates from remote folder '/certificates'. 2024-06-28 23:56:44,071 INFO [main] org.eclipse.scout.rt.mom.api.AbstractMomTransport.initDelegate(AbstractMomTransport.java:98) - +++ Using 'NullMomImplementor' for transport 'ClusterMom'. No messages are published and received. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.295 s -- in org.eclipse.scout.rt.server.commons.http.HttpRetryTest [INFO] Running org.eclipse.scout.rt.server.commons.http.HttpRedirectTest 2024-06-28 23:56:44,083 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:384) - jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 17.0.9+9 2024-06-28 23:56:44,093 INFO [main] org.eclipse.jetty.webapp.StandardDescriptorProcessor.visitServlet(StandardDescriptorProcessor.java:274) - NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet 2024-06-28 23:56:44,094 INFO [main] org.eclipse.jetty.server.session.DefaultSessionIdManager.doStart(DefaultSessionIdManager.java:332) - Session workerName=node0 2024-06-28 23:56:44,095 INFO [main] org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:907) - Started o.e.j.w.WebAppContext@456beb8b{/,file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,AVAILABLE}{file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/} 2024-06-28 23:56:44,096 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:376) - Started ServerConnector@7e2c8622{HTTP/1.1, (http/1.1)}{0.0.0.0:33006} 2024-06-28 23:56:44,096 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:439) - Started Server@98c4a8b{STARTING}[11.0.18,sto=0] @11227ms 2024-06-28 23:56:44,102 INFO [main] org.eclipse.jetty.server.Server.doStop(Server.java:479) - Stopped Server@98c4a8b{STOPPING}[11.0.18,sto=0] 2024-06-28 23:56:44,102 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:431) - Stopped ServerConnector@7e2c8622{HTTP/1.1, (http/1.1)}{0.0.0.0:33006} 2024-06-28 23:56:44,103 INFO [main] org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:1123) - Stopped o.e.j.w.WebAppContext@456beb8b{/,null,STOPPED}{file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/} 2024-06-28 23:56:44,139 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:384) - jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 17.0.9+9 2024-06-28 23:56:44,156 INFO [main] org.eclipse.jetty.webapp.StandardDescriptorProcessor.visitServlet(StandardDescriptorProcessor.java:274) - NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet 2024-06-28 23:56:44,158 INFO [main] org.eclipse.jetty.server.session.DefaultSessionIdManager.doStart(DefaultSessionIdManager.java:332) - Session workerName=node0 2024-06-28 23:56:44,161 INFO [main] org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:907) - Started o.e.j.w.WebAppContext@4bfaff23{/,file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,AVAILABLE}{file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/} 2024-06-28 23:56:44,162 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:376) - Started ServerConnector@78c9c38a{HTTP/1.1, (http/1.1)}{0.0.0.0:33006} 2024-06-28 23:56:44,163 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:439) - Started Server@215efb16{STARTING}[11.0.18,sto=0] @11294ms 2024-06-28 23:56:44,179 INFO [main] org.eclipse.jetty.server.Server.doStop(Server.java:479) - Stopped Server@215efb16{STOPPING}[11.0.18,sto=0] 2024-06-28 23:56:44,180 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:431) - Stopped ServerConnector@78c9c38a{HTTP/1.1, (http/1.1)}{0.0.0.0:33006} 2024-06-28 23:56:44,181 INFO [main] org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:1123) - Stopped o.e.j.w.WebAppContext@4bfaff23{/,null,STOPPED}{file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/} 2024-06-28 23:56:44,183 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:384) - jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 17.0.9+9 2024-06-28 23:56:44,193 INFO [main] org.eclipse.jetty.webapp.StandardDescriptorProcessor.visitServlet(StandardDescriptorProcessor.java:274) - NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet 2024-06-28 23:56:44,194 INFO [main] org.eclipse.jetty.server.session.DefaultSessionIdManager.doStart(DefaultSessionIdManager.java:332) - Session workerName=node0 2024-06-28 23:56:44,195 INFO [main] org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:907) - Started o.e.j.w.WebAppContext@5ace902e{/,file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,AVAILABLE}{file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/} 2024-06-28 23:56:44,196 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:376) - Started ServerConnector@6f28a07e{HTTP/1.1, (http/1.1)}{0.0.0.0:33006} 2024-06-28 23:56:44,196 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:439) - Started Server@33490054{STARTING}[11.0.18,sto=0] @11327ms 2024-06-28 23:56:44,202 INFO [main] org.eclipse.jetty.server.Server.doStop(Server.java:479) - Stopped Server@33490054{STOPPING}[11.0.18,sto=0] 2024-06-28 23:56:44,203 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:431) - Stopped ServerConnector@6f28a07e{HTTP/1.1, (http/1.1)}{0.0.0.0:33006} 2024-06-28 23:56:44,203 INFO [main] org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:1123) - Stopped o.e.j.w.WebAppContext@5ace902e{/,null,STOPPED}{file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/} 2024-06-28 23:56:44,206 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:384) - jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 17.0.9+9 2024-06-28 23:56:44,237 INFO [main] org.eclipse.jetty.webapp.StandardDescriptorProcessor.visitServlet(StandardDescriptorProcessor.java:274) - NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet 2024-06-28 23:56:44,238 INFO [main] org.eclipse.jetty.server.session.DefaultSessionIdManager.doStart(DefaultSessionIdManager.java:332) - Session workerName=node0 2024-06-28 23:56:44,240 INFO [main] org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:907) - Started o.e.j.w.WebAppContext@17e2ad13{/,file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,AVAILABLE}{file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/} 2024-06-28 23:56:44,241 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:376) - Started ServerConnector@4ecc4b43{HTTP/1.1, (http/1.1)}{0.0.0.0:33006} 2024-06-28 23:56:44,242 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:439) - Started Server@206a465f{STARTING}[11.0.18,sto=0] @11373ms 2024-06-28 23:56:44,249 INFO [main] org.eclipse.jetty.server.Server.doStop(Server.java:479) - Stopped Server@206a465f{STOPPING}[11.0.18,sto=0] 2024-06-28 23:56:44,249 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:431) - Stopped ServerConnector@4ecc4b43{HTTP/1.1, (http/1.1)}{0.0.0.0:33006} 2024-06-28 23:56:44,251 INFO [main] org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:1123) - Stopped o.e.j.w.WebAppContext@17e2ad13{/,null,STOPPED}{file:///home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/} 2024-06-28 23:56:44,255 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:304) - Shutdown ExecutorService, await termination... 2024-06-28 23:56:44,256 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:306) - Shutdown ExecutorService, await termination returned terminated=true [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 s -- in org.eclipse.scout.rt.server.commons.http.HttpRedirectTest [INFO] Running org.eclipse.scout.rt.server.clientnotification.TransactionalClientNotificationCollectorTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.eclipse.scout.rt.server.clientnotification.TransactionalClientNotificationCollectorTest [INFO] Running org.eclipse.scout.rt.server.clientnotification.ClientNotificationRegistryTest 2024-06-28 23:56:45,868 INFO [main] org.eclipse.scout.rt.server.clientnotification.ClientNotificationRegistry.publishWithoutClusterNotification(ClientNotificationRegistry.java:231) - Removing expired queue [clientNodeId=NodeId [Node1], lastConsumeAccess=2024-06-28 23:56:45.752] 2024-06-28 23:56:45,871 INFO [main] org.eclipse.scout.rt.server.clientnotification.ClientNotificationRegistry.unregisterNode(ClientNotificationRegistry.java:77) - Removing queue of unregistered node [clientNodeId=NodeId [Node1]] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.567 s -- in org.eclipse.scout.rt.server.clientnotification.ClientNotificationRegistryTest [INFO] Running org.eclipse.scout.rt.server.clientnotification.ClientNotificationNodeQueueTest 2024-06-28 23:56:46,131 WARN [main] org.eclipse.scout.rt.server.clientnotification.ClientNotificationNodeQueue.putDroppingOld(ClientNotificationNodeQueue.java:112) - Notification queue capacity reached. Added 1, removed oldest 1 notification messages. [clientNodeId=NodeId [testNodeId], lastConsumeAccess=2024-06-28 23:56:46.127, newNotifications=[String -> all nodes (1x)], droppedNotifications=[String -> all nodes (1x)]] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.490 s -- in org.eclipse.scout.rt.server.clientnotification.ClientNotificationNodeQueueTest [INFO] Running org.eclipse.scout.rt.server.cache.InvalidateCacheNotificationCoalescerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.scout.rt.server.cache.InvalidateCacheNotificationCoalescerTest [INFO] Running org.eclipse.scout.rt.server.admin.inspector.SessionInspectorTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.scout.rt.server.admin.inspector.SessionInspectorTest [INFO] Running org.eclipse.scout.rt.server.ServiceTunnelServletTest 2024-06-28 23:56:46,438 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:196) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@6f87bc6c[id = testSessionId], user=default] - MDC[principal=default, scoutSession=ai0dcamd1kef8gard9liv0qudpgd6ijtdci9t7n0tvdsrl8m5c2] 2024-06-28 23:56:48,458 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:196) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@205d6f84[id = id1], user=null] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.073 s -- in org.eclipse.scout.rt.server.ServiceTunnelServletTest [INFO] Running org.eclipse.scout.rt.server.ServiceOperationInvokerTest 2024-06-28 23:56:48,511 INFO [main] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:51) - 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]] 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 java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.scout.rt.shared.servicetunnel.ServiceUtility.invoke(ServiceUtility.java:50) at org.eclipse.scout.rt.server.ServiceOperationInvoker.invokeInternal(ServiceOperationInvoker.java:96) at org.eclipse.scout.rt.server.ServiceOperationInvoker.lambda$0(ServiceOperationInvoker.java:59) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:75) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.server.ServiceOperationInvoker.invoke(ServiceOperationInvoker.java:59) at org.eclipse.scout.rt.server.ServiceOperationInvokerTest.invokePingService(ServiceOperationInvokerTest.java:109) at org.eclipse.scout.rt.server.ServiceOperationInvokerTest.testInvokeInvalidWithSession(ServiceOperationInvokerTest.java:70) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:75) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-28 23:56:48,520 INFO [main] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:51) - 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]] 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 java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.scout.rt.shared.servicetunnel.ServiceUtility.invoke(ServiceUtility.java:50) at org.eclipse.scout.rt.server.ServiceOperationInvoker.invokeInternal(ServiceOperationInvoker.java:96) at org.eclipse.scout.rt.server.ServiceOperationInvoker.lambda$0(ServiceOperationInvoker.java:59) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:75) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.server.ServiceOperationInvoker.invoke(ServiceOperationInvoker.java:59) at org.eclipse.scout.rt.server.ServiceOperationInvokerTest.invokePingService(ServiceOperationInvokerTest.java:109) at org.eclipse.scout.rt.server.ServiceOperationInvokerTest.testInvokeInvalidWithoutSession(ServiceOperationInvokerTest.java:85) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:75) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.eclipse.scout.rt.server.ServiceOperationInvokerTest [INFO] Running org.eclipse.scout.rt.server.ServerSessionListenerTest 2024-06-28 23:56:48,556 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:196) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@7f59f4e4[id = ], user=null] 2024-06-28 23:56:48,558 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:196) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@3204146d[id = ], user=null] 2024-06-28 23:56:48,559 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.inactivateSession(AbstractServerSession.java:281) - Server session stopped [session=org.eclipse.scout.rt.server.TestServerSession@3204146d[id = ], user=null] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in org.eclipse.scout.rt.server.ServerSessionListenerTest [INFO] Running org.eclipse.scout.rt.server.PiggyBackClientNotificationTest 2024-06-28 23:56:48,562 ERROR [main] org.eclipse.scout.rt.shared.ui.UserAgents.createByIdentifier(UserAgents.java:106) - UserAgentIdentifier could not be parsed. Exception occurred while parsing. UserAgent: null org.eclipse.scout.rt.platform.exception.PlatformException: Invalid number of tokens at org.eclipse.scout.rt.shared.ui.DefaultUserAgentParser.parseIdentifier(DefaultUserAgentParser.java:44) at org.eclipse.scout.rt.shared.ui.UserAgents.createByIdentifier(UserAgents.java:103) at org.eclipse.scout.rt.shared.ui.UserAgents.createByIdentifier(UserAgents.java:112) at org.eclipse.scout.rt.server.ServiceTunnelServlet.createServiceTunnelRunContext(ServiceTunnelServlet.java:205) at org.eclipse.scout.rt.server.ServiceTunnelServlet.doPost(ServiceTunnelServlet.java:184) at org.eclipse.scout.rt.server.PiggyBackClientNotificationTest.testPiggyBack(PiggyBackClientNotificationTest.java:58) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:333) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:75) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.scout.rt.server.PiggyBackClientNotificationTest [INFO] Running org.eclipse.scout.rt.server.AbstractServerSessionTest 2024-06-28 23:56:48,586 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:196) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@d319d2c[id = 434780b7-37ef-47ad-aa33-5e39d207107d], user=john] - MDC[principal=john, scoutSession=1dt6ja00hjsn93u98sqbot2i44ls28rblnn1vhh692b9m66ucfbd] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.scout.rt.server.AbstractServerSessionTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 175, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.server.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.server.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.server.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.server.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.test-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.test-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.test-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.test-24.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.test-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] ----< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test >----- [INFO] Building org.eclipse.scout.rt.server.jaxws.test 24.2-SNAPSHOT [27/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/ws/jaxws-maven-plugin/4.0.2/jaxws-maven-plugin-4.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/ws/jaxws-maven-plugin/4.0.2/jaxws-maven-plugin-4.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/ws/jaxws-maven-plugin/4.0.2/jaxws-maven-plugin-4.0.2.pom (30 kB at 72 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/ws/jaxws-maven-plugin/4.0.2/jaxws-maven-plugin-4.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/ws/jaxws-maven-plugin/4.0.2/jaxws-maven-plugin-4.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/ws/jaxws-maven-plugin/4.0.2/jaxws-maven-plugin-4.0.2.jar (63 kB at 1.0 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/build-helper-maven-plugin/3.5.0/build-helper-maven-plugin-3.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.5.0/build-helper-maven-plugin-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.5.0/build-helper-maven-plugin-3.5.0.pom (7.4 kB at 528 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/mojo-parent/77/mojo-parent-77.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/77/mojo-parent-77.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/77/mojo-parent-77.pom (36 kB at 3.6 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/build-helper-maven-plugin/3.5.0/build-helper-maven-plugin-3.5.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.5.0/build-helper-maven-plugin-3.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.5.0/build-helper-maven-plugin-3.5.0.jar (71 kB at 8.9 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/ws/jaxws-rt/3.0.2/jaxws-rt-3.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/ws/jaxws-rt/3.0.2/jaxws-rt-3.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/ws/jaxws-rt/3.0.2/jaxws-rt-3.0.2.pom (15 kB at 60 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/ws/project/3.0.2/project-3.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/ws/project/3.0.2/project-3.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/ws/project/3.0.2/project-3.0.2.pom (34 kB at 372 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/ws/jaxws-ri-bom-ext/3.0.2/jaxws-ri-bom-ext-3.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/ws/jaxws-ri-bom-ext/3.0.2/jaxws-ri-bom-ext-3.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/ws/jaxws-ri-bom-ext/3.0.2/jaxws-ri-bom-ext-3.0.2.pom (3.7 kB at 60 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/ws/jaxws-ri-bom/3.0.2/jaxws-ri-bom-3.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/ws/jaxws-ri-bom/3.0.2/jaxws-ri-bom-3.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/ws/jaxws-ri-bom/3.0.2/jaxws-ri-bom-3.0.2.pom (10.0 kB at 212 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom (14 kB at 1.6 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/jaxb/jaxb-bom/3.0.2/jaxb-bom-3.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jaxb/jaxb-bom/3.0.2/jaxb-bom-3.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jaxb/jaxb-bom/3.0.2/jaxb-bom-3.0.2.pom (10 kB at 159 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/bind/jaxb-impl/3.0.2/jaxb-impl-3.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-impl/3.0.2/jaxb-impl-3.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-impl/3.0.2/jaxb-impl-3.0.2.pom (13 kB at 153 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/bind/mvn/jaxb-bundles/3.0.2/jaxb-bundles-3.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/mvn/jaxb-bundles/3.0.2/jaxb-bundles-3.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/mvn/jaxb-bundles/3.0.2/jaxb-bundles-3.0.2.pom (1.3 kB at 5.9 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/bind/mvn/jaxb-parent/3.0.2/jaxb-parent-3.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/mvn/jaxb-parent/3.0.2/jaxb-parent-3.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/mvn/jaxb-parent/3.0.2/jaxb-parent-3.0.2.pom (29 kB at 404 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/bind/jaxb-bom-ext/3.0.2/jaxb-bom-ext-3.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-bom-ext/3.0.2/jaxb-bom-ext-3.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-bom-ext/3.0.2/jaxb-bom-ext-3.0.2.pom (3.5 kB at 71 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/bind/jaxb-core/3.0.2/jaxb-core-3.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-core/3.0.2/jaxb-core-3.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-core/3.0.2/jaxb-core-3.0.2.pom (13 kB at 210 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/ha/ha-api/3.1.13/ha-api-3.1.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/ha/ha-api/3.1.13/ha-api-3.1.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/ha/ha-api/3.1.13/ha-api-3.1.13.pom (12 kB at 1.1 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/external/management-api/3.2.3/management-api-3.2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/external/management-api/3.2.3/management-api-3.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/external/management-api/3.2.3/management-api-3.2.3.pom (11 kB at 709 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/gmbal/gmbal-api-only/4.0.3/gmbal-api-only-4.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/gmbal/gmbal-api-only/4.0.3/gmbal-api-only-4.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/gmbal/gmbal-api-only/4.0.3/gmbal-api-only-4.0.3.pom (2.7 kB at 297 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/gmbal/gmbal-project/4.0.3/gmbal-project-4.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/gmbal/gmbal-project/4.0.3/gmbal-project-4.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/gmbal/gmbal-project/4.0.3/gmbal-project-4.0.3.pom (13 kB at 1.4 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jvnet/staxex/stax-ex/2.0.1/stax-ex-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/staxex/stax-ex/2.0.1/stax-ex-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/staxex/stax-ex/2.0.1/stax-ex-2.0.1.pom (16 kB at 133 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/stream/buffer/streambuffer/2.0.2/streambuffer-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/stream/buffer/streambuffer/2.0.2/streambuffer-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/stream/buffer/streambuffer/2.0.2/streambuffer-2.0.2.pom (17 kB at 213 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jvnet/mimepull/mimepull/1.9.15/mimepull-1.9.15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/mimepull/mimepull/1.9.15/mimepull-1.9.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/mimepull/mimepull/1.9.15/mimepull-1.9.15.pom (17 kB at 1.5 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/fastinfoset/FastInfoset/2.0.0/FastInfoset-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/fastinfoset/FastInfoset/2.0.0/FastInfoset-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/fastinfoset/FastInfoset/2.0.0/FastInfoset-2.0.0.pom (3.4 kB at 63 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/fastinfoset/fastinfoset-project/2.0.0/fastinfoset-project-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/fastinfoset/fastinfoset-project/2.0.0/fastinfoset-project-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/fastinfoset/fastinfoset-project/2.0.0/fastinfoset-project-2.0.0.pom (17 kB at 348 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/mail/jakarta.mail/2.0.1/jakarta.mail-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/mail/jakarta.mail/2.0.1/jakarta.mail-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/mail/jakarta.mail/2.0.1/jakarta.mail-2.0.1.pom (5.7 kB at 97 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/mail/all/2.0.1/all-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/mail/all/2.0.1/all-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/mail/all/2.0.1/all-2.0.1.pom (24 kB at 754 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/messaging/saaj/saaj-impl/2.0.1/saaj-impl-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/messaging/saaj/saaj-impl/2.0.1/saaj-impl-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/messaging/saaj/saaj-impl/2.0.1/saaj-impl-2.0.1.pom (13 kB at 305 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/messaging/saaj/metro-saaj/2.0.1/metro-saaj-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/messaging/saaj/metro-saaj/2.0.1/metro-saaj-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/messaging/saaj/metro-saaj/2.0.1/metro-saaj-2.0.1.pom (13 kB at 276 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.pom (9.6 kB at 4.8 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/oss-parent/50/oss-parent-50.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/50/oss-parent-50.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/50/oss-parent-50.pom (24 kB at 12 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom (6.3 kB at 3.1 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/oss-parent/38/oss-parent-38.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/38/oss-parent-38.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/38/oss-parent-38.pom (23 kB at 7.7 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/ws/jaxws-rt/3.0.2/jaxws-rt-3.0.2.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/bind/jaxb-impl/3.0.2/jaxb-impl-3.0.2.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/bind/jaxb-core/3.0.2/jaxb-core-3.0.2.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/ha/ha-api/3.1.13/ha-api-3.1.13.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/external/management-api/3.2.3/management-api-3.2.3.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/gmbal/gmbal-api-only/4.0.3/gmbal-api-only-4.0.3.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jvnet/staxex/stax-ex/2.0.1/stax-ex-2.0.1.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/stream/buffer/streambuffer/2.0.2/streambuffer-2.0.2.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jvnet/mimepull/mimepull/1.9.15/mimepull-1.9.15.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/fastinfoset/FastInfoset/2.0.0/FastInfoset-2.0.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/mail/jakarta.mail/2.0.1/jakarta.mail-2.0.1.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/messaging/saaj/saaj-impl/2.0.1/saaj-impl-2.0.1.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/ws/jaxws-rt/3.0.2/jaxws-rt-3.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/ws/jaxws-rt/3.0.2/jaxws-rt-3.0.2.jar (2.7 MB at 24 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-impl/3.0.2/jaxb-impl-3.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-core/3.0.2/jaxb-core-3.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/ha/ha-api/3.1.13/ha-api-3.1.13.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/external/management-api/3.2.3/management-api-3.2.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/gmbal/gmbal-api-only/4.0.3/gmbal-api-only-4.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/gmbal/gmbal-api-only/4.0.3/gmbal-api-only-4.0.3.jar (29 kB at 4.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/staxex/stax-ex/2.0.1/stax-ex-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/ha/ha-api/3.1.13/ha-api-3.1.13.jar (50 kB at 5.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/stream/buffer/streambuffer/2.0.2/streambuffer-2.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/external/management-api/3.2.3/management-api-3.2.3.jar (48 kB at 4.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/mimepull/mimepull/1.9.15/mimepull-1.9.15.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/mimepull/mimepull/1.9.15/mimepull-1.9.15.jar (65 kB at 4.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/fastinfoset/FastInfoset/2.0.0/FastInfoset-2.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-core/3.0.2/jaxb-core-3.0.2.jar (238 kB at 7.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/mail/jakarta.mail/2.0.1/jakarta.mail-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/staxex/stax-ex/2.0.1/stax-ex-2.0.1.jar (38 kB at 527 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/messaging/saaj/saaj-impl/2.0.1/saaj-impl-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-impl/3.0.2/jaxb-impl-3.0.2.jar (917 kB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/stream/buffer/streambuffer/2.0.2/streambuffer-2.0.2.jar (75 kB at 888 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar (196 kB at 2.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.jar (1.6 MB at 16 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/fastinfoset/FastInfoset/2.0.0/FastInfoset-2.0.0.jar (317 kB at 2.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/mail/jakarta.mail/2.0.1/jakarta.mail-2.0.1.jar (689 kB at 5.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/messaging/saaj/saaj-impl/2.0.1/saaj-impl-2.0.1.jar (457 kB at 3.1 MB/s) [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Deleting /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws.test/target [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- jaxws:4.0.2:wsimport (wsimport-1) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/ws/jaxws-tools/3.0.2/jaxws-tools-3.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/ws/jaxws-tools/3.0.2/jaxws-tools-3.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/ws/jaxws-tools/3.0.2/jaxws-tools-3.0.2.pom (11 kB at 167 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/woodstox/woodstox-core/6.2.6/woodstox-core-6.2.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.2.6/woodstox-core-6.2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.2.6/woodstox-core-6.2.6.pom (8.3 kB at 590 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/oss-parent/41/oss-parent-41.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/41/oss-parent-41.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/41/oss-parent-41.pom (23 kB at 1.7 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/bind/jaxb-xjc/3.0.2/jaxb-xjc-3.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-xjc/3.0.2/jaxb-xjc-3.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-xjc/3.0.2/jaxb-xjc-3.0.2.pom (18 kB at 312 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/bind/jaxb-jxc/3.0.2/jaxb-jxc-3.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-jxc/3.0.2/jaxb-jxc-3.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-jxc/3.0.2/jaxb-jxc-3.0.2.pom (15 kB at 84 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/resolver/maven-resolver-api/1.9.16/maven-resolver-api-1.9.16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.9.16/maven-resolver-api-1.9.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.9.16/maven-resolver-api-1.9.16.pom (2.7 kB at 167 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/resolver/maven-resolver/1.9.16/maven-resolver-1.9.16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.9.16/maven-resolver-1.9.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.9.16/maven-resolver-1.9.16.pom (22 kB at 1.8 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/resolver/maven-resolver-util/1.9.16/maven-resolver-util-1.9.16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.9.16/maven-resolver-util-1.9.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.9.16/maven-resolver-util-1.9.16.pom (2.9 kB at 220 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-xml/4.0.2/plexus-xml-4.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-xml/4.0.2/plexus-xml-4.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-xml/4.0.2/plexus-xml-4.0.2.pom (4.2 kB at 28 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-xml-impl/4.0.0-alpha-7/maven-xml-impl-4.0.0-alpha-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-xml-impl/4.0.0-alpha-7/maven-xml-impl-4.0.0-alpha-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-xml-impl/4.0.0-alpha-7/maven-xml-impl-4.0.0-alpha-7.pom (1.9 kB at 21 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/4.0.0-alpha-7/maven-4.0.0-alpha-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/4.0.0-alpha-7/maven-4.0.0-alpha-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/4.0.0-alpha-7/maven-4.0.0-alpha-7.pom (26 kB at 250 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-bom/4.0.0-alpha-7/maven-bom-4.0.0-alpha-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-bom/4.0.0-alpha-7/maven-bom-4.0.0-alpha-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-bom/4.0.0-alpha-7/maven-bom-4.0.0-alpha-7.pom (6.3 kB at 89 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/mockito/mockito-bom/4.11.0/mockito-bom-4.11.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-bom/4.11.0/mockito-bom-4.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-bom/4.11.0/mockito-bom-4.11.0.pom (3.2 kB at 1.6 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-api-xml/4.0.0-alpha-7/maven-api-xml-4.0.0-alpha-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-xml/4.0.0-alpha-7/maven-api-xml-4.0.0-alpha-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-xml/4.0.0-alpha-7/maven-api-xml-4.0.0-alpha-7.pom (1.6 kB at 7.9 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-api/4.0.0-alpha-7/maven-api-4.0.0-alpha-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api/4.0.0-alpha-7/maven-api-4.0.0-alpha-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api/4.0.0-alpha-7/maven-api-4.0.0-alpha-7.pom (3.6 kB at 53 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-api-meta/4.0.0-alpha-7/maven-api-meta-4.0.0-alpha-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-meta/4.0.0-alpha-7/maven-api-meta-4.0.0-alpha-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-meta/4.0.0-alpha-7/maven-api-meta-4.0.0-alpha-7.pom (1.4 kB at 18 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/ws/jaxws-tools/3.0.2/jaxws-tools-3.0.2.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/woodstox/woodstox-core/6.2.6/woodstox-core-6.2.6.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/bind/jaxb-xjc/3.0.2/jaxb-xjc-3.0.2.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/sun/xml/bind/jaxb-jxc/3.0.2/jaxb-jxc-3.0.2.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/resolver/maven-resolver-api/1.9.16/maven-resolver-api-1.9.16.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/resolver/maven-resolver-util/1.9.16/maven-resolver-util-1.9.16.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-xml/4.0.2/plexus-xml-4.0.2.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-xml-impl/4.0.0-alpha-7/maven-xml-impl-4.0.0-alpha-7.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-api-xml/4.0.0-alpha-7/maven-api-xml-4.0.0-alpha-7.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-api-meta/4.0.0-alpha-7/maven-api-meta-4.0.0-alpha-7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/ws/jaxws-tools/3.0.2/jaxws-tools-3.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/ws/jaxws-tools/3.0.2/jaxws-tools-3.0.2.jar (810 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.2.6/woodstox-core-6.2.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-xjc/3.0.2/jaxb-xjc-3.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-jxc/3.0.2/jaxb-jxc-3.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.9.16/maven-resolver-api-1.9.16.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.9.16/maven-resolver-util-1.9.16.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.9.16/maven-resolver-api-1.9.16.jar (158 kB at 9.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-xml/4.0.2/plexus-xml-4.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.9.16/maven-resolver-util-1.9.16.jar (195 kB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-xml-impl/4.0.0-alpha-7/maven-xml-impl-4.0.0-alpha-7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.2.6/woodstox-core-6.2.6.jar (1.6 MB at 43 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-xml/4.0.0-alpha-7/maven-api-xml-4.0.0-alpha-7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-xml/4.0.2/plexus-xml-4.0.2.jar (89 kB at 484 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-meta/4.0.0-alpha-7/maven-api-meta-4.0.0-alpha-7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-xml-impl/4.0.0-alpha-7/maven-xml-impl-4.0.0-alpha-7.jar (19 kB at 105 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-jxc/3.0.2/jaxb-jxc-3.0.2.jar (117 kB at 630 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-xml/4.0.0-alpha-7/maven-api-xml-4.0.0-alpha-7.jar (8.4 kB at 34 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-meta/4.0.0-alpha-7/maven-api-meta-4.0.0-alpha-7.jar (12 kB at 45 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-xjc/3.0.2/jaxb-xjc-3.0.2.jar (1.9 MB at 7.2 MB/s) [INFO] Processing: file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/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-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws.test/target/generated-sources/wsimport', -d, '/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/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-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws.test/src/main/resources/WEB-INF/binding/global-binding.xml', "file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/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:4.0.2:wsimport (wsimport-2) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Processing: file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/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-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws.test/target/generated-sources/wsimport', -d, '/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/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-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws.test/src/main/resources/WEB-INF/binding/global-binding.xml', "file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/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:3.5.0:add-source (add-wsimport-source) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Source directory: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws.test/target/generated-sources/wsimport added. [INFO] [INFO] --- build-helper:3.5.0:add-source (add-apt-source) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Source directory: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws.test/target/generated-sources/annotations added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-wsimport-artifacts) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Copying 0 resource from target/generated-sources/wsimport to target/classes [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-jaxws-artifacts-to-meta-inf) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Copying 2 resources from src/main/resources/WEB-INF/wsdl to target/classes/META-INF/resources/WEB-INF/wsdl [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom (2.7 kB at 384 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom (12 kB at 992 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.pom (2.2 kB at 308 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/errorprone/error_prone_parent/2.18.0/error_prone_parent-2.18.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.18.0/error_prone_parent-2.18.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.18.0/error_prone_parent-2.18.0.pom (11 kB at 1.6 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava/30.1.1-android/guava-30.1.1-android.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1.1-android/guava-30.1.1-android.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1.1-android/guava-30.1.1-android.pom (12 kB at 1.4 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava-parent/30.1.1-android/guava-parent-30.1.1-android.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/30.1.1-android/guava-parent-30.1.1-android.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/30.1.1-android/guava-parent-30.1.1-android.pom (14 kB at 1.8 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/checkerframework/checker-compat-qual/2.5.5/checker-compat-qual-2.5.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-compat-qual/2.5.5/checker-compat-qual-2.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-compat-qual/2.5.5/checker-compat-qual-2.5.5.pom (2.7 kB at 343 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.pom (2.1 kB at 192 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/errorprone/error_prone_parent/2.5.1/error_prone_parent-2.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.5.1/error_prone_parent-2.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.5.1/error_prone_parent-2.5.1.pom (7.0 kB at 634 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava/29.0-android/guava-29.0-android.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/29.0-android/guava-29.0-android.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/29.0-android/guava-29.0-android.pom (11 kB at 729 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava-parent/29.0-android/guava-parent-29.0-android.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/29.0-android/guava-parent-29.0-android.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/29.0-android/guava-parent-29.0-android.pom (13 kB at 1.6 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.pom (2.1 kB at 176 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/errorprone/error_prone_parent/2.3.4/error_prone_parent-2.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.3.4/error_prone_parent-2.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.3.4/error_prone_parent-2.3.4.pom (5.4 kB at 542 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar (16 kB at 2.3 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava/30.1.1-android/guava-30.1.1-android.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/checkerframework/checker-compat-qual/2.5.5/checker-compat-qual-2.5.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1.1-android/guava-30.1.1-android.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1.1-android/guava-30.1.1-android.jar (2.7 MB at 62 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-compat-qual/2.5.5/checker-compat-qual-2.5.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-compat-qual/2.5.5/checker-compat-qual-2.5.5.jar (5.9 kB at 450 kB/s) [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to 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] [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws.test/src/main/java/org/eclipse/scout/rt/server/jaxws/consumer/JaxWsConsumerTestServiceProvider.java:[80,21] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [INFO] Unknown source: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] [INFO] Unknown source: 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] Unknown source: 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] Unknown source: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws.test/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-apt-artifacts) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Copying 0 resource from target/generated-sources/annotations to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [INFO] [INFO] --- jandex:3.1.6:jandex (make-test-index) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws.test/target/test-classes/jandex.idx [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws.test/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandlerTest 2024-06-28 23:56:59,204 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:179) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true 2024-06-28 23:56:59,238 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:37) - Building jandex class inventory using rebuild strategy IF_MISSING... 2024-06-28 23:56:59,341 INFO [ForkJoinPool.commonPool-worker-1] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanFolder(JandexInventoryBuilder.java:180) - Rebuild index 'file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws.test/target/test-classes/META-INF/jandex.idx'. Scanning location... 2024-06-28 23:56:59,473 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:43) - Finished building jandex class inventory in 260.284174 ms. Total class count: 1702 2024-06-28 23:56:59,870 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:226) - Collected 416 beans in 394.750162 ms 2024-06-28 23:56:59,944 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:231) - Registered 416 beans in 73.990132 ms 2024-06-28 23:56:59,958 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.logger.LoggerInstallPlatformListener.registerLoggerSupportBean(LoggerInstallPlatformListener.java:98) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport 2024-06-28 23:56:59,962 INFO [scout-platform-starter] org.eclipse.scout.rt.server.jaxws.JaxWsPlatformListener.installImplementorSpecifics(JaxWsPlatformListener.java:58) - JAX-WS implementor specific class installed: org.eclipse.scout.rt.server.jaxws.implementor.JaxWsMetroSpecifics 2024-06-28 23:56:59,979 INFO [scout-platform-starter] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:41) - 0 code type classes registered. 2024-06-28 23:56:59,981 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:191) - No classpath:config.properties found. Running with empty configuration. 2024-06-28 23:56:59,987 INFO [scout-platform-starter] org.eclipse.scout.rt.server.commons.GlobalTrustManager.getTrustedCertificatesInRemoteFiles(GlobalTrustManager.java:232) - Unable to import trusted certificates from remote folder '/certificates'. 2024-06-28 23:57:00,188 INFO [scout-platform-starter] org.eclipse.scout.rt.server.jaxws.JaxWsPlatformListener.logImplementorInfo(JaxWsPlatformListener.java:62) - JAX-WS implementor: JAX-WS Metro 3.0.2 (http://jax-ws.java.net, Eclipse Foundation, not bundled with JRE) 2024-06-28 23:57:00,208 INFO [scout-platform-starter] org.eclipse.scout.rt.mom.api.AbstractMomTransport.initDelegate(AbstractMomTransport.java:98) - +++ Using 'NullMomImplementor' for transport 'ClusterMom'. No messages are published and received. OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.744 s -- in org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandlerTest [INFO] Running org.eclipse.scout.rt.server.jaxws.handler.WsConsumerCorrelationIdHandlerTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.scout.rt.server.jaxws.handler.WsConsumerCorrelationIdHandlerTest [INFO] Running org.eclipse.scout.rt.server.jaxws.consumer.PortCacheTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s -- in org.eclipse.scout.rt.server.jaxws.consumer.PortCacheTest [INFO] Running org.eclipse.scout.rt.server.jaxws.consumer.InvocationContextTest 2024-06-28 23:57:02,538 INFO [main] org.eclipse.scout.rt.shared.session.SessionMetricsHelper.initMetrics(SessionMetricsHelper.java:56) - Init session metrics of type 'server' - MDC[principal=jaxws-user] 2024-06-28 23:57:02,588 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:196) - Server session started [session=org.eclipse.scout.rt.server.jaxws.JaxWsTestServerSession@24876a7e[id = 11re9lbshcqppufbfabikrl37mfm9efo0r0rh02oilg32in7q06e], user=jaxws-user] - MDC[principal=jaxws-user] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.452 s -- in org.eclipse.scout.rt.server.jaxws.consumer.InvocationContextTest [INFO] Running org.eclipse.scout.rt.server.jaxws.adapter.UtcDateTimeAdapterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.eclipse.scout.rt.server.jaxws.adapter.UtcDateTimeAdapterTest [INFO] Running org.eclipse.scout.rt.server.jaxws.adapter.DefaultTimezoneDateTimeAdapterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.scout.rt.server.jaxws.adapter.DefaultTimezoneDateTimeAdapterTest [INFO] Running org.eclipse.scout.rt.server.jaxws.adapter.CalendarDateTimeAdapterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.scout.rt.server.jaxws.adapter.CalendarDateTimeAdapterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws.test/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-24.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc >-------- [INFO] Building org.eclipse.scout.rt.server.jdbc 24.2-SNAPSHOT [28/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.server.jdbc --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jdbc --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.server.jdbc --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.server.jdbc --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.server.jdbc --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/csv/CsvSqlAdapter.java:[78,21] Unsupported @SuppressWarnings("squid:S00107") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/csv/CsvSqlAdapter.java:[129,21] Unsupported @SuppressWarnings("squid:S00107") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/csv/CsvSqlAdapter.java:[233,21] Unsupported @SuppressWarnings("squid:S00107") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/AbstractSqlService.java:[350,7] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/AbstractSqlService.java:[359,7] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/AbstractSqlService.java:[505,21] Unsupported @SuppressWarnings("squid:S1193") [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/AbstractSqlService.java:[580,25] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/AbstractSqlService.java:[718,21] Unsupported @SuppressWarnings("squid:S1643") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/AbstractSqlService.java:[719,11] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/AbstractSqlService.java:[728,13] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/SingleHolderOutput.java:[67,10] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/pool/PoolEntry.java:[14,20] Unsupported @SuppressWarnings("squid:S00116") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/pool/PoolEntry.java:[14,36] Unsupported @SuppressWarnings("squid:ClassVariableVisibilityCheck") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/BeanArrayHolderInput.java:[19,17] org.eclipse.scout.rt.platform.holders.IBeanArrayHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IBeanArrayHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/BeanArrayHolderInput.java:[22,31] org.eclipse.scout.rt.platform.holders.IBeanArrayHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IBeanArrayHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/pool/SqlConnectionPool.java:[48,19] Unsupported @SuppressWarnings("squid:S1166") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/pool/SqlConnectionPool.java:[202,12] java.util.Iterator is a raw type. References to generic type java.util.Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/pool/SqlConnectionPool.java:[294,14] java.util.Iterator is a raw type. References to generic type java.util.Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/pool/SqlConnectionPool.java:[303,14] java.util.Iterator is a raw type. References to generic type java.util.Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/style/ISqlStyle.java:[109,34] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/style/ISqlStyle.java:[154,56] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/AbstractBeanPropertyOutput.java:[26,17] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/AbstractBeanPropertyOutput.java:[32,37] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/AbstractBeanPropertyOutput.java:[77,10] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/SingleInput.java:[21,17] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/SingleInput.java:[24,36] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/ArrayHolderOutput.java:[64,10] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/PreparedStatementCache.java:[26,19] Unsupported @SuppressWarnings("squid:S1166") [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/PreparedStatementCache.java:[46,21] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/PreparedStatementCache.java:[82,21] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/MapOutput.java:[69,10] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/parsers/sql/SqlParser.java:[202,21] Unsupported @SuppressWarnings("squid:S2583") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/parsers/sql/SqlParser.java:[581,22] Unsupported @SuppressWarnings("squid:S2583") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/parsers/sql/SqlParser.java:[581,37] Unsupported @SuppressWarnings("squid:S2589") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/parsers/sql/SqlParser.java:[758,21] Unsupported @SuppressWarnings("squid:S1643") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/FunctionInput.java:[98,7] org.eclipse.scout.rt.platform.holders.IHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/TableBeanHolderOutput.java:[27,17] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/TableBeanHolderOutput.java:[76,10] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[70,19] Unsupported @SuppressWarnings("squid:S1166") [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[260,21] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[316,21] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[362,22] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[362,34] Unsupported @SuppressWarnings("squid:S2095") [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[427,21] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[466,21] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[681,9] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[830,23] Unsupported @SuppressWarnings("squid:S00116") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[888,9] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[932,22] Unsupported @SuppressWarnings("squid:S2583") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[932,37] Unsupported @SuppressWarnings("squid:S138") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[933,96] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[939,13] java.util.Map is a raw type. References to generic type java.util.Map should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[943,18] java.util.Map is a raw type. References to generic type java.util.Map should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[954,44] org.eclipse.scout.rt.platform.holders.IBeanArrayHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IBeanArrayHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[957,45] org.eclipse.scout.rt.platform.holders.BeanArrayHolderFilter is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.BeanArrayHolderFilter should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[957,95] org.eclipse.scout.rt.platform.holders.BeanArrayHolderFilter is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.BeanArrayHolderFilter should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[983,44] org.eclipse.scout.rt.platform.holders.IBeanArrayHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IBeanArrayHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[986,45] org.eclipse.scout.rt.platform.holders.BeanArrayHolderFilter is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.BeanArrayHolderFilter should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[986,95] org.eclipse.scout.rt.platform.holders.BeanArrayHolderFilter is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.BeanArrayHolderFilter should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1033,37] org.eclipse.scout.rt.platform.holders.IBeanArrayHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IBeanArrayHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1057,7] org.eclipse.scout.rt.platform.holders.BeanArrayHolderFilter is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.BeanArrayHolderFilter should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1057,39] org.eclipse.scout.rt.platform.holders.BeanArrayHolderFilter is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.BeanArrayHolderFilter should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1085,49] java.util.Collection is a raw type. References to generic type java.util.Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1127,56] org.eclipse.scout.rt.platform.holders.IHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1144,21] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1179,35] Unsupported @SuppressWarnings("squid:S2583") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1179,50] Unsupported @SuppressWarnings("squid:S138") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1186,13] java.util.Map is a raw type. References to generic type java.util.Map should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1190,18] java.util.Map is a raw type. References to generic type java.util.Map should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1199,11] org.eclipse.scout.rt.platform.holders.IBeanArrayHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IBeanArrayHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1199,38] org.eclipse.scout.rt.platform.holders.IBeanArrayHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IBeanArrayHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1204,42] org.eclipse.scout.rt.platform.holders.IHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1207,19] org.eclipse.scout.rt.platform.holders.IHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1212,35] java.util.Map is a raw type. References to generic type java.util.Map should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1220,35] java.util.Map is a raw type. References to generic type java.util.Map should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1235,11] org.eclipse.scout.rt.platform.holders.IBeanArrayHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IBeanArrayHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1235,38] org.eclipse.scout.rt.platform.holders.IBeanArrayHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IBeanArrayHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1240,42] org.eclipse.scout.rt.platform.holders.IHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1243,19] org.eclipse.scout.rt.platform.holders.IHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1273,7] org.eclipse.scout.rt.platform.holders.IBeanArrayHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IBeanArrayHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1273,34] org.eclipse.scout.rt.platform.holders.IBeanArrayHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IBeanArrayHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1321,46] org.eclipse.scout.rt.platform.holders.IHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1357,44] org.eclipse.scout.rt.platform.holders.IHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1358,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1376,52] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1381,7] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1381,21] org.eclipse.scout.rt.platform.holders.IHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1386,9] java.util.Collection is a raw type. References to generic type java.util.Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1386,29] java.util.Collection is a raw type. References to generic type java.util.Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1386,43] org.eclipse.scout.rt.platform.holders.IHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1397,36] org.eclipse.scout.rt.platform.holders.IHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1400,66] org.eclipse.scout.rt.platform.holders.IHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1404,78] org.eclipse.scout.rt.platform.holders.IHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1407,34] org.eclipse.scout.rt.platform.holders.IHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1412,64] java.util.Collection is a raw type. References to generic type java.util.Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1415,9] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/style/AbstractSqlStyle.java:[63,17] org.eclipse.scout.rt.platform.holders.IHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/style/AbstractSqlStyle.java:[107,19] java.util.Collection is a raw type. References to generic type java.util.Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/style/AbstractSqlStyle.java:[165,41] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/style/AbstractSqlStyle.java:[167,7] org.eclipse.scout.rt.platform.holders.IHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/style/AbstractSqlStyle.java:[167,20] org.eclipse.scout.rt.platform.holders.IHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/style/AbstractSqlStyle.java:[172,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/style/AbstractSqlStyle.java:[202,45] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/style/AbstractSqlStyle.java:[334,21] Unsupported @SuppressWarnings("squid:S1193") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/style/AbstractSqlStyle.java:[532,63] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/style/AbstractSqlStyle.java:[540,29] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/lookup/AbstractSqlLookupService.java:[58,21] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/derby/AbstractDerbySqlService.java:[60,21] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/CollectionHolderOutput.java:[69,10] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/IBindOutput.java:[32,3] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/pool/SqlConnectionBuilder.java:[79,25] Unsupported @SuppressWarnings("squid:S1149") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/SQL.java:[51,22] Unsupported @SuppressWarnings("squid:ClassVariableVisibilityCheck") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/SQL.java:[51,60] Unsupported @SuppressWarnings("squid:S1444") [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/SQL.java:[70,25] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/parsers/BindParser.java:[331,21] Unsupported @SuppressWarnings("squid:AssignmentInSubExpressionCheck") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/BeanArrayHolderOutput.java:[18,17] org.eclipse.scout.rt.platform.holders.IBeanArrayHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IBeanArrayHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/BeanArrayHolderOutput.java:[21,32] org.eclipse.scout.rt.platform.holders.IBeanArrayHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IBeanArrayHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/BeanArrayHolderOutput.java:[62,10] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/postgresql/PostgreSqlStyle.java:[61,45] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.server.jdbc --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.server.jdbc --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.jdbc --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.server.jdbc --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.server.jdbc --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/target/org.eclipse.scout.rt.server.jdbc-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.server.jdbc --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.jdbc --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/target/org.eclipse.scout.rt.server.jdbc-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0: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:2.0.1:check (default) @ org.eclipse.scout.rt.server.jdbc --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.server.jdbc --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jdbc-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/target/org.eclipse.scout.rt.server.jdbc-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jdbc-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/target/org.eclipse.scout.rt.server.jdbc-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jdbc-24.2-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test >----- [INFO] Building org.eclipse.scout.rt.server.jdbc.test 24.2-SNAPSHOT [29/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc.test/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] Copying 13 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc.test/src/test/java/org/eclipse/scout/rt/server/jdbc/style/AbstractSqlStyleTest.java:[34,19] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc.test/src/test/java/org/eclipse/scout/rt/server/jdbc/SelectInputBindTest.java:[260,12] java.util.List is a raw type. References to generic type java.util.List should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc.test/src/test/java/org/eclipse/scout/rt/server/jdbc/SelectIntoArrayTest.java:[230,12] java.util.List is a raw type. References to generic type java.util.List should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc.test/src/test/java/org/eclipse/scout/rt/server/jdbc/SelectIntoArrayTest.java:[233,5] java.util.List is a raw type. References to generic type java.util.List should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc.test/src/test/java/org/eclipse/scout/rt/server/jdbc/fixture/ResultSetMock.java:[48,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc.test/src/test/java/org/eclipse/scout/rt/server/jdbc/fixture/PreparedStatementMock.java:[44,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc.test/src/test/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessorTest.java:[50,5] org.eclipse.scout.rt.shared.services.lookup.LookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc.test/src/test/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessorTest.java:[50,27] org.eclipse.scout.rt.shared.services.lookup.LookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupCall should be parameterized [INFO] [INFO] --- jandex:3.1.6:jandex (make-test-index) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc.test/target/test-classes/jandex.idx [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc.test/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyleTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.904 s -- in org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyleTest [INFO] Running org.eclipse.scout.rt.server.jdbc.parsers.sql.SqlFormatterTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.323 s -- in org.eclipse.scout.rt.server.jdbc.parsers.sql.SqlFormatterTest [INFO] Running org.eclipse.scout.rt.server.jdbc.parsers.SqlFunctionReplaceTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.scout.rt.server.jdbc.parsers.SqlFunctionReplaceTest [INFO] Running org.eclipse.scout.rt.server.jdbc.parsers.BindParserTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.scout.rt.server.jdbc.parsers.BindParserTest [INFO] Running org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessorTest 2024-06-28 23:57:08,211 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:179) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true 2024-06-28 23:57:08,251 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:37) - Building jandex class inventory using rebuild strategy IF_MISSING... 2024-06-28 23:57:08,381 INFO [ForkJoinPool.commonPool-worker-1] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanFolder(JandexInventoryBuilder.java:180) - Rebuild index 'file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc.test/target/test-classes/META-INF/jandex.idx'. Scanning location... 2024-06-28 23:57:08,587 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:43) - Finished building jandex class inventory in 364.587481 ms. Total class count: 1763 2024-06-28 23:57:09,096 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:226) - Collected 410 beans in 506.252597 ms 2024-06-28 23:57:09,168 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:231) - Registered 410 beans in 72.601530 ms 2024-06-28 23:57:09,190 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.logger.LoggerInstallPlatformListener.registerLoggerSupportBean(LoggerInstallPlatformListener.java:98) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport 2024-06-28 23:57:09,238 INFO [scout-platform-starter] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:41) - 0 code type classes registered. 2024-06-28 23:57:09,240 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:191) - No classpath:config.properties found. Running with empty configuration. 2024-06-28 23:57:09,248 INFO [scout-platform-starter] org.eclipse.scout.rt.server.commons.GlobalTrustManager.getTrustedCertificatesInRemoteFiles(GlobalTrustManager.java:232) - Unable to import trusted certificates from remote folder '/certificates'. 2024-06-28 23:57:09,439 INFO [scout-platform-starter] org.eclipse.scout.rt.mom.api.AbstractMomTransport.initDelegate(AbstractMomTransport.java:98) - +++ Using 'NullMomImplementor' for transport 'ClusterMom'. No messages are published and received. 2024-06-28 23:57:09,612 INFO [main] org.eclipse.scout.rt.shared.session.SessionMetricsHelper.initMetrics(SessionMetricsHelper.java:56) - Init session metrics of type 'server' - MDC[principal=default] 2024-06-28 23:57:09,677 INFO [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:196) - Server session started [session=org.eclipse.scout.rt.server.TestJdbcServerSession@75cacb3e[id = 9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2], user=default] - MDC[principal=default] 2024-06-28 23:57:09,714 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:09,726 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:09,730 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:09,738 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:09,739 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:09,741 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:09,742 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:09,743 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:09,761 INFO [main] org.eclipse.scout.rt.server.jdbc.AbstractSqlService.logServiceConfig(AbstractSqlService.java:168) - JDBC Mapping: jdbc:oracle:thin:@localhost:1521:ORCL - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:09,761 INFO [main] org.eclipse.scout.rt.server.jdbc.AbstractSqlService.logServiceConfig(AbstractSqlService.java:169) - Schema: null - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:09,765 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:09,782 INFO [main] org.eclipse.scout.rt.server.jdbc.AbstractSqlService.logServiceConfig(AbstractSqlService.java:168) - JDBC Mapping: jdbc:oracle:thin:@localhost:1521:ORCL - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:09,782 INFO [main] org.eclipse.scout.rt.server.jdbc.AbstractSqlService.logServiceConfig(AbstractSqlService.java:169) - Schema: null - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:09,787 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:09,788 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:09,793 INFO [main] org.eclipse.scout.rt.server.jdbc.AbstractSqlService.logServiceConfig(AbstractSqlService.java:168) - JDBC Mapping: jdbc:oracle:thin:@localhost:1521:ORCL - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:09,794 INFO [main] org.eclipse.scout.rt.server.jdbc.AbstractSqlService.logServiceConfig(AbstractSqlService.java:169) - Schema: null - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:09,795 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:09,799 INFO [main] org.eclipse.scout.rt.server.jdbc.AbstractSqlService.logServiceConfig(AbstractSqlService.java:168) - JDBC Mapping: jdbc:oracle:thin:@localhost:1521:ORCL - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:09,799 INFO [main] org.eclipse.scout.rt.server.jdbc.AbstractSqlService.logServiceConfig(AbstractSqlService.java:169) - Schema: null - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:09,801 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.666 s -- in org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessorTest [INFO] Running org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessorFindNextBindTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessorFindNextBindTest [INFO] Running org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessorCreateSqlDumpTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.243 s -- in org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessorCreateSqlDumpTest [INFO] Running org.eclipse.scout.rt.server.jdbc.SelectIntoTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.scout.rt.server.jdbc.SelectIntoTest [INFO] Running org.eclipse.scout.rt.server.jdbc.SelectIntoArrayTest 2024-06-28 23:57:10,069 INFO [main] org.eclipse.scout.rt.server.jdbc.AbstractSqlService.logServiceConfig(AbstractSqlService.java:168) - JDBC Mapping: jdbc:oracle:thin:@localhost:1521:ORCL - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,069 INFO [main] org.eclipse.scout.rt.server.jdbc.AbstractSqlService.logServiceConfig(AbstractSqlService.java:169) - Schema: null - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,074 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:69) - SQL Log: SELECT A, B, C FROM T WHERE D = 0 - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,074 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,084 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,116 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,117 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,143 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:69) - SQL Log: SELECT ROLE_NR FROM USER_ROLE WHERE USER_NR = 42 - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,144 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,145 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,151 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:69) - SQL Log: SELECT A, B, C FROM T WHERE D = 0 - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,151 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,152 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,156 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:69) - SQL Log: SELECT ROLE_NR FROM USER_ROLE WHERE USER_NR = 63 - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,157 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,158 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,161 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:69) - SQL Log: SELECT A, B, C FROM T WHERE D = 0 - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,161 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,162 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,169 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:69) - SQL Log: SELECT ROLE_NR FROM USER_ROLE WHERE USER_NR = 42 - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,169 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,170 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,175 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:69) - SQL Log: SELECT A, B, C FROM T WHERE D = 0 - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,175 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,176 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,181 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:69) - SQL Log: SELECT ROLE_NR FROM USER_ROLE WHERE USER_NR = 42 - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,182 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,183 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,188 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:69) - SQL Log: SELECT A, B, C FROM T WHERE D = 0 - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,188 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,189 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,193 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,196 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:69) - SQL Log: SELECT A, B, C FROM T WHERE D = 0 - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,196 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,197 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 s -- in org.eclipse.scout.rt.server.jdbc.SelectIntoArrayTest [INFO] Running org.eclipse.scout.rt.server.jdbc.SelectInputBindTest 2024-06-28 23:57:10,210 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:69) - SQL Log: *** UNPARSED *** UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,210 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,212 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,214 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,240 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:69) - SQL Log: *** UNPARSED *** UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,241 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,242 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,244 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,248 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:69) - SQL Log: *** UNPARSED *** UDPATE THIS_TABLE SET V = 'lorem' WHERE R = 5 AND P = 9 - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,248 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,250 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,252 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,256 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:69) - SQL Log: *** UNPARSED *** UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,256 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,258 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,259 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,263 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:69) - SQL Log: *** UNPARSED *** UDPATE THIS_TABLE SET V = 'lorem' WHERE R = 5 AND P = 9 - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,264 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,265 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,267 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,271 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:69) - SQL Log: *** UNPARSED *** UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,271 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,272 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,274 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,278 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:69) - SQL Log: *** UNPARSED *** UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,278 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,279 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,281 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,285 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:69) - SQL Log: *** UNPARSED *** UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,285 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,287 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,288 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,293 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:69) - SQL Log: *** UNPARSED *** UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,293 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,294 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,296 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,300 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:69) - SQL Log: *** UNPARSED *** UDPATE THIS_TABLE SET V = 'lorem' WHERE R = 5 AND P = 9 - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,300 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,301 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,303 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,307 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:69) - SQL Log: *** UNPARSED *** UDPATE THIS_TABLE SET V = 'lorem' WHERE R = 5 AND P = 9 - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,307 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,309 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,337 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,340 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:69) - SQL Log: *** UNPARSED *** UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,340 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,342 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,343 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,347 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:69) - SQL Log: *** UNPARSED *** UDPATE THIS_TABLE SET V = 'lorem' WHERE R = 5 AND P = 9 - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,347 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,349 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,350 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,354 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:69) - SQL Log: *** UNPARSED *** UDPATE THIS_TABLE SET V = 'lorem' WHERE R = 5 AND P = 9 - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,355 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,356 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,358 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,362 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:69) - SQL Log: *** UNPARSED *** UDPATE THIS_TABLE SET V = 'lorem' WHERE R = 6 AND P = 9 - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,362 INFO [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,363 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,365 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 s -- in org.eclipse.scout.rt.server.jdbc.SelectInputBindTest [INFO] Running org.eclipse.scout.rt.server.jdbc.BindValueTest 2024-06-28 23:57:10,370 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,372 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] 2024-06-28 23:57:10,375 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[principal=default, scoutSession=9hb8dukedm59emr6n3rgcoa6k6hn0dtrrdckn7h0h1p59ap9sv2] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.scout.rt.server.jdbc.BindValueTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 62, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0: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-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc.test/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jdbc.test-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jdbc.test-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jdbc.test-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jdbc.test-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] -----------< org.eclipse.scout.rt:org.eclipse.scout.rt.rest >----------- [INFO] Building org.eclipse.scout.rt.rest 24.2-SNAPSHOT [30/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.pom (25 kB at 359 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.pom (5.9 kB at 118 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar (139 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar (11 kB at 668 kB/s) [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.rest --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.rest --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.rest --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.rest --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.rest --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/AbstractRestClientHelper.java:[130,10] jakarta.ws.rs.ext.ContextResolver is a raw type. References to generic type jakarta.ws.rs.ext.ContextResolver should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/AbstractRestClientHelper.java:[138,18] jakarta.ws.rs.ext.ContextResolver is a raw type. References to generic type jakarta.ws.rs.ext.ContextResolver should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/AbstractRestClientHelper.java:[138,65] jakarta.ws.rs.ext.ContextResolver is a raw type. References to generic type jakarta.ws.rs.ext.ContextResolver should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/AbstractRestClientHelper.java:[151,45] jakarta.ws.rs.ext.ContextResolver is a raw type. References to generic type jakarta.ws.rs.ext.ContextResolver should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/AbstractRestClientHelper.java:[177,18] jakarta.ws.rs.ext.ContextResolver is a raw type. References to generic type jakarta.ws.rs.ext.ContextResolver should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/RestClientProperties.java:[187,21] Unsupported @SuppressWarnings("squid:S2068") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/AbstractEntityRestClientExceptionTransformer.java:[84,13] The enum constant CLIENT_ERROR needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status.Family [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/AbstractEntityRestClientExceptionTransformer.java:[84,13] The enum constant INFORMATIONAL needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status.Family [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/AbstractEntityRestClientExceptionTransformer.java:[84,13] The enum constant OTHER needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status.Family [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/AbstractEntityRestClientExceptionTransformer.java:[84,13] The enum constant REDIRECTION needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status.Family [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/AbstractEntityRestClientExceptionTransformer.java:[84,13] The enum constant SERVER_ERROR needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status.Family [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/error/ErrorDo.java:[66,21] Unsupported @SuppressWarnings("squid:S1166") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant ACCEPTED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant BAD_REQUEST needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant CONFLICT needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant CREATED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant EXPECTATION_FAILED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant FOUND needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant GONE needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant HTTP_VERSION_NOT_SUPPORTED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant INTERNAL_SERVER_ERROR needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant LENGTH_REQUIRED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant METHOD_NOT_ALLOWED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant MOVED_PERMANENTLY needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant NETWORK_AUTHENTICATION_REQUIRED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant NOT_ACCEPTABLE needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant NOT_IMPLEMENTED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant NOT_MODIFIED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant NO_CONTENT needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant OK needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant PARTIAL_CONTENT needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant PAYMENT_REQUIRED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant PRECONDITION_FAILED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant PRECONDITION_REQUIRED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant PROXY_AUTHENTICATION_REQUIRED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant REQUESTED_RANGE_NOT_SATISFIABLE needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant REQUEST_ENTITY_TOO_LARGE needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant REQUEST_HEADER_FIELDS_TOO_LARGE needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant REQUEST_TIMEOUT needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant REQUEST_URI_TOO_LONG needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant RESET_CONTENT needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant SEE_OTHER needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant TEMPORARY_REDIRECT needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant TOO_MANY_REQUESTS needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant UNAUTHORIZED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant UNSUPPORTED_MEDIA_TYPE needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant USE_PROXY needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[51,13] The enum constant INFORMATIONAL needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status.Family [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[51,13] The enum constant OTHER needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status.Family [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[51,13] The enum constant REDIRECTION needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status.Family [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[51,13] The enum constant SERVER_ERROR needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status.Family [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[51,13] The enum constant SUCCESSFUL needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status.Family [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[170,5] org.eclipse.scout.rt.rest.client.proxy.RestClientProxyFactory.RestProxyInvocationHandler is a raw type. References to generic type org.eclipse.scout.rt.rest.client.proxy.RestClientProxyFactory.RestProxyInvocationHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[170,43] org.eclipse.scout.rt.rest.client.proxy.RestClientProxyFactory.RestProxyInvocationHandler is a raw type. References to generic type org.eclipse.scout.rt.rest.client.proxy.RestClientProxyFactory.RestProxyInvocationHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[295,98] java.util.concurrent.Future is a raw type. References to generic type java.util.concurrent.Future should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[296,56] java.util.concurrent.Future is a raw type. References to generic type java.util.concurrent.Future should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant ACCEPTED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant BAD_GATEWAY needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant CONFLICT needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant CREATED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant EXPECTATION_FAILED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant FOUND needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant GATEWAY_TIMEOUT needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant GONE needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant HTTP_VERSION_NOT_SUPPORTED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant LENGTH_REQUIRED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant MOVED_PERMANENTLY needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant NETWORK_AUTHENTICATION_REQUIRED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant NOT_IMPLEMENTED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant NOT_MODIFIED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant NO_CONTENT needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant OK needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant PARTIAL_CONTENT needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant PAYMENT_REQUIRED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant PRECONDITION_FAILED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant PRECONDITION_REQUIRED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant PROXY_AUTHENTICATION_REQUIRED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant REQUESTED_RANGE_NOT_SATISFIABLE needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant REQUEST_ENTITY_TOO_LARGE needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant REQUEST_HEADER_FIELDS_TOO_LARGE needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant REQUEST_TIMEOUT needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant REQUEST_URI_TOO_LONG needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant RESET_CONTENT needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant SEE_OTHER needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant TEMPORARY_REDIRECT needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant TOO_MANY_REQUESTS needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant USE_PROXY needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.rest --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.rest --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.rest --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.rest --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.rest --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/target/org.eclipse.scout.rt.rest-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.rest --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.rest --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/target/org.eclipse.scout.rt.rest-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.rest --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.rest --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.rest --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest/24.2-SNAPSHOT/org.eclipse.scout.rt.rest-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/target/org.eclipse.scout.rt.rest-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest/24.2-SNAPSHOT/org.eclipse.scout.rt.rest-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/target/org.eclipse.scout.rt.rest-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest/24.2-SNAPSHOT/org.eclipse.scout.rt.rest-24.2-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.eclipse.scout.rt:org.eclipse.scout.rt.api >------------ [INFO] Building org.eclipse.scout.rt.api 24.2-SNAPSHOT [31/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.api --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.api --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.api --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.api --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.api --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.api --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.api --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.api --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [INFO] [INFO] --- jandex:3.1.6:jandex (make-test-index) @ org.eclipse.scout.rt.api --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api/target/test-classes/jandex.idx [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.api --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.scout.rt.api.code.CodeResourceTest 2024-06-28 23:57:13,497 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:179) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true 2024-06-28 23:57:13,557 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:37) - Building jandex class inventory using rebuild strategy IF_MISSING... 2024-06-28 23:57:13,672 INFO [ForkJoinPool.commonPool-worker-1] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanFolder(JandexInventoryBuilder.java:180) - Rebuild index 'file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api/target/test-classes/META-INF/jandex.idx'. Scanning location... 2024-06-28 23:57:13,782 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:43) - Finished building jandex class inventory in 235.801177 ms. Total class count: 973 2024-06-28 23:57:14,053 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:226) - Collected 216 beans in 269.137188 ms 2024-06-28 23:57:14,098 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:231) - Registered 216 beans in 45.167272 ms 2024-06-28 23:57:14,142 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.logger.LoggerInstallPlatformListener.registerLoggerSupportBean(LoggerInstallPlatformListener.java:98) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport 2024-06-28 23:57:14,144 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:191) - No classpath:config.properties found. Running with empty configuration. 2024-06-28 23:57:14,244 WARN [main] org.eclipse.scout.rt.api.code.CodeResource.putToMap(CodeResource.java:81) - Skipping CodeType without id. 2024-06-28 23:57:14,245 WARN [main] org.eclipse.scout.rt.api.code.CodeResource.putToMap(CodeResource.java:86) - CodeType with duplicate id '1' found. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.391 s -- in org.eclipse.scout.rt.api.code.CodeResourceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.api --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api/target/org.eclipse.scout.rt.api-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.api --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api/target/org.eclipse.scout.rt.api-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.api --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api/target/org.eclipse.scout.rt.api-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.api --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api/target/org.eclipse.scout.rt.api-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.api --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.api --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.api/24.2-SNAPSHOT/org.eclipse.scout.rt.api-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api/target/org.eclipse.scout.rt.api-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.api/24.2-SNAPSHOT/org.eclipse.scout.rt.api-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api/target/org.eclipse.scout.rt.api-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.api/24.2-SNAPSHOT/org.eclipse.scout.rt.api-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api/target/org.eclipse.scout.rt.api-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.api/24.2-SNAPSHOT/org.eclipse.scout.rt.api-24.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api/target/org.eclipse.scout.rt.api-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.api/24.2-SNAPSHOT/org.eclipse.scout.rt.api-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.jackson.test >------- [INFO] Building org.eclipse.scout.rt.jackson.test 24.2-SNAPSHOT [32/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.jackson.test --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.jackson.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.jackson.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.jackson.test --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.jackson.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.jackson.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.jackson.test --- [INFO] Copying 177 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.jackson.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/src/test/java/org/eclipse/scout/rt/jackson/dataobject/JacksonDataObjectMapperTest.java:[216,21] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.deprecation' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/src/test/java/org/eclipse/scout/rt/jackson/dataobject/JacksonDataObjectMapperTest.java:[304,5] org.eclipse.scout.rt.platform.IBean is a raw type. References to generic type org.eclipse.scout.rt.platform.IBean should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/src/test/java/org/eclipse/scout/rt/jackson/dataobject/JacksonDataObjectMapperTest.java:[378,5] org.eclipse.scout.rt.platform.IBean is a raw type. References to generic type org.eclipse.scout.rt.platform.IBean should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/src/test/java/org/eclipse/scout/rt/jackson/dataobject/fixture/TestCustomImplementedEntityDo.java:[173,21] Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/src/test/java/org/eclipse/scout/rt/jackson/dataobject/fixture/TestCustomImplementedEntityDo.java:[180,21] Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/src/test/java/org/eclipse/scout/rt/jackson/dataobject/fixture/TestNestedListRawDo.java:[263,79] Type safety: Potential heap pollution via varargs parameter stringIDoEntityMap [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/src/test/java/org/eclipse/scout/rt/jackson/dataobject/fixture/TestNestedListRawDo.java:[280,89] Type safety: Potential heap pollution via varargs parameter stringIDataObjectEntityMap [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/src/test/java/org/eclipse/scout/rt/jackson/dataobject/fixture/TestNestedListRawDo.java:[297,113] Type safety: Potential heap pollution via varargs parameter stringITestTypedUntypedInnerEntityMap [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/src/test/java/org/eclipse/scout/rt/jackson/dataobject/fixture/TestNestedListRawDo.java:[314,133] Type safety: Potential heap pollution via varargs parameter stringITestTypedUntypedInnerDataObjectEntityMap [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/src/test/java/org/eclipse/scout/rt/jackson/dataobject/fixture/TestNestedListRawDo.java:[331,127] Type safety: Potential heap pollution via varargs parameter stringAbstractTestTypedUntypedInnerEntityMap [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/src/test/java/org/eclipse/scout/rt/jackson/dataobject/JsonDataObjectsSerializationTest.java:[204,21] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.deprecation' is not analysed due to a compiler option being ignored [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/src/test/java/org/eclipse/scout/rt/jackson/dataobject/JsonDataObjectsSerializationTest.java:[961,23] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.deprecation' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/src/test/java/org/eclipse/scout/rt/jackson/dataobject/JsonDataObjectsSerializationTest.java:[1419,36] org.eclipse.scout.rt.dataobject.IDoCollection is a raw type. References to generic type org.eclipse.scout.rt.dataobject.IDoCollection should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/src/test/java/org/eclipse/scout/rt/jackson/dataobject/JsonDataObjectsSerializationTest.java:[1461,36] org.eclipse.scout.rt.dataobject.IDoCollection is a raw type. References to generic type org.eclipse.scout.rt.dataobject.IDoCollection should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/src/test/java/org/eclipse/scout/rt/jackson/dataobject/JsonDataObjectsSerializationTest.java:[1492,5] Type safety: Unchecked invocation testDeserialize_TestItemIDoCollection(java.lang.Class) of the generic method testDeserialize_TestItemIDoCollection(java.lang.Class) of type org.eclipse.scout.rt.jackson.dataobject.JsonDataObjectsSerializationTest [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/src/test/java/org/eclipse/scout/rt/jackson/dataobject/JsonDataObjectsSerializationTest.java:[1498,5] Type safety: Unchecked invocation testDeserialize_TestItemIDoCollection(java.lang.Class) of the generic method testDeserialize_TestItemIDoCollection(java.lang.Class) of type org.eclipse.scout.rt.jackson.dataobject.JsonDataObjectsSerializationTest [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/src/test/java/org/eclipse/scout/rt/jackson/dataobject/JsonDataObjectsSerializationTest.java:[1504,5] Type safety: Unchecked invocation testDeserialize_TestItemIDoCollection(java.lang.Class) of the generic method testDeserialize_TestItemIDoCollection(java.lang.Class) of type org.eclipse.scout.rt.jackson.dataobject.JsonDataObjectsSerializationTest [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/src/test/java/org/eclipse/scout/rt/jackson/dataobject/JsonDataObjectsSerializationTest.java:[1509,23] Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/src/test/java/org/eclipse/scout/rt/jackson/dataobject/JsonDataObjectsSerializationTest.java:[2670,98] org.eclipse.scout.rt.jackson.dataobject.fixture.TestGenericDo is a raw type. References to generic type org.eclipse.scout.rt.jackson.dataobject.fixture.TestGenericDo should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/src/test/java/org/eclipse/scout/rt/jackson/dataobject/JsonDataObjectsSerializationTest.java:[2742,98] org.eclipse.scout.rt.jackson.dataobject.fixture.TestGenericDo is a raw type. References to generic type org.eclipse.scout.rt.jackson.dataobject.fixture.TestGenericDo should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/src/test/java/org/eclipse/scout/rt/jackson/dataobject/JsonDataObjectsSerializationTest.java:[2972,18] org.eclipse.scout.rt.dataobject.DoList is a raw type. References to generic type org.eclipse.scout.rt.dataobject.DoList should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/src/test/java/org/eclipse/scout/rt/jackson/dataobject/JsonDataObjectsSerializationTest.java:[3034,5] org.eclipse.scout.rt.dataobject.DoList is a raw type. References to generic type org.eclipse.scout.rt.dataobject.DoList should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/src/test/java/org/eclipse/scout/rt/jackson/dataobject/JsonDataObjectsSerializationTest.java:[3034,30] org.eclipse.scout.rt.dataobject.DoList is a raw type. References to generic type org.eclipse.scout.rt.dataobject.DoList should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/src/test/java/org/eclipse/scout/rt/jackson/dataobject/fixture/TestOptionalDo.java:[56,63] Type safety: Potential heap pollution via varargs parameter optStringList [INFO] [INFO] --- jandex:3.1.6:jandex (make-test-index) @ org.eclipse.scout.rt.jackson.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/target/test-classes/jandex.idx [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.jackson.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.scout.rt.jackson.testing.DataObjectSerializationTestHelperTest 2024-06-28 23:57:16,965 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:179) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true 2024-06-28 23:57:16,985 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:37) - Building jandex class inventory using rebuild strategy IF_MISSING... 2024-06-28 23:57:17,141 INFO [ForkJoinPool.commonPool-worker-1] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanFolder(JandexInventoryBuilder.java:180) - Rebuild index 'file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/target/test-classes/META-INF/jandex.idx'. Scanning location... 2024-06-28 23:57:17,478 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:43) - Finished building jandex class inventory in 503.378167 ms. Total class count: 1064 2024-06-28 23:57:17,838 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:226) - Collected 262 beans in 358.421611 ms 2024-06-28 23:57:17,878 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:231) - Registered 262 beans in 40.247620 ms 2024-06-28 23:57:17,891 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.logger.LoggerInstallPlatformListener.registerLoggerSupportBean(LoggerInstallPlatformListener.java:98) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport 2024-06-28 23:57:17,892 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:191) - No classpath:config.properties found. Running with empty configuration. 2024-06-28 23:57:18,049 INFO [main] org.eclipse.scout.rt.testing.platform.GlobalTestingPlatform.checkAccess(GlobalTestingPlatform.java:75) - Accessing the BeanManager before the testing platform is fully started; blocking until Platform.awaitPlatformStarted 2024-06-28 23:57:18,616 WARN [main] org.eclipse.scout.rt.dataobject.DataObjectInventory.registerClassByTypeName(DataObjectInventory.java:323) - Class org.eclipse.scout.rt.jackson.dataobject.fixture.TestWithEmptyTypeNameDo is annotated with @TypeName with an empty type name value, skip registration 2024-06-28 23:57:18,645 INFO [main] org.eclipse.scout.rt.dataobject.DataObjectInventory.init(DataObjectInventory.java:116) - Registry initialized, found 105 IDoEntity implementations with @TypeName annotation and 6 implementations with @TypeVersion annotation. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.355 s -- in org.eclipse.scout.rt.jackson.testing.DataObjectSerializationTestHelperTest [INFO] Running org.eclipse.scout.rt.jackson.dataobject.value.IValueDoTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.eclipse.scout.rt.jackson.dataobject.value.IValueDoTest [INFO] Running org.eclipse.scout.rt.jackson.dataobject.id.UuIdSerializationTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.eclipse.scout.rt.jackson.dataobject.id.UuIdSerializationTest [INFO] Running org.eclipse.scout.rt.jackson.dataobject.id.TypedIdSerializationTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in org.eclipse.scout.rt.jackson.dataobject.id.TypedIdSerializationTest [INFO] Running org.eclipse.scout.rt.jackson.dataobject.id.StringIdSerializationTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.scout.rt.jackson.dataobject.id.StringIdSerializationTest [INFO] Running org.eclipse.scout.rt.jackson.dataobject.id.QualifiedIIdSerializationTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.062 s -- in org.eclipse.scout.rt.jackson.dataobject.id.QualifiedIIdSerializationTest [INFO] Running org.eclipse.scout.rt.jackson.dataobject.id.IIdSerializationTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.scout.rt.jackson.dataobject.id.IIdSerializationTest [INFO] Running org.eclipse.scout.rt.jackson.dataobject.enumeration.EnumSerializationTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.scout.rt.jackson.dataobject.enumeration.EnumSerializationTest [INFO] Running org.eclipse.scout.rt.jackson.dataobject.TypeFactoryUtilityTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.scout.rt.jackson.dataobject.TypeFactoryUtilityTest [INFO] Running org.eclipse.scout.rt.jackson.dataobject.JsonDataObjectsSerializationTest 2024-06-28 23:57:20,207 WARN [main] org.eclipse.scout.rt.jackson.dataobject.DoEntityDeserializer.deserializeDoEntityVersionAttribute(DoEntityDeserializer.java:211) - Found version mismatch while deserializing DoEntity org.eclipse.scout.rt.jackson.dataobject.fixture.TestVersionedDo. Data object version (in class file) 'jacksonFixture-1.0.0', deserialized data version '' 2024-06-28 23:57:20,537 WARN [main] org.eclipse.scout.rt.jackson.dataobject.DoEntityDeserializer.deserializeDoEntityVersionAttribute(DoEntityDeserializer.java:211) - Found version mismatch while deserializing DoEntity org.eclipse.scout.rt.jackson.dataobject.fixture.TestVersionedDo. Data object version (in class file) 'jacksonFixture-1.0.0', deserialized data version 'scout-9.0.0' 2024-06-28 23:57:20,570 WARN [main] org.eclipse.scout.rt.jackson.dataobject.DoEntityDeserializer.deserializeDoEntityVersionAttribute(DoEntityDeserializer.java:211) - Found version mismatch while deserializing DoEntity org.eclipse.scout.rt.jackson.dataobject.fixture.TestVersionedDo. Data object version (in class file) 'jacksonFixture-1.0.0', deserialized data version 'scout-a.b.c' 2024-06-28 23:57:20,665 WARN [main] org.eclipse.scout.rt.jackson.dataobject.DoEntityDeserializer.deserializeDoEntityVersionAttribute(DoEntityDeserializer.java:211) - Found version mismatch while deserializing DoEntity org.eclipse.scout.rt.jackson.dataobject.fixture.TestVersionedDo. Data object version (in class file) 'jacksonFixture-1.0.0', deserialized data version 'null' [INFO] Tests run: 225, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.330 s -- in org.eclipse.scout.rt.jackson.dataobject.JsonDataObjectsSerializationTest [INFO] Running org.eclipse.scout.rt.jackson.dataobject.JsonDataObjectsRawSerializationTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.eclipse.scout.rt.jackson.dataobject.JsonDataObjectsRawSerializationTest [INFO] Running org.eclipse.scout.rt.jackson.dataobject.JsonDataObjectsExtensibilitySerializationTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.scout.rt.jackson.dataobject.JsonDataObjectsExtensibilitySerializationTest [INFO] Running org.eclipse.scout.rt.jackson.dataobject.JacksonIdStructureTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.scout.rt.jackson.dataobject.JacksonIdStructureTest [INFO] Running org.eclipse.scout.rt.jackson.dataobject.JacksonDataObjectMapperTest [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.858 s -- in org.eclipse.scout.rt.jackson.dataobject.JacksonDataObjectMapperTest [INFO] Running org.eclipse.scout.rt.jackson.dataobject.DoEntitySerializerAttributeNameComparatorTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.scout.rt.jackson.dataobject.DoEntitySerializerAttributeNameComparatorTest [INFO] Running org.eclipse.scout.rt.jackson.dataobject.DataObjectHelperNormalizeTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.scout.rt.jackson.dataobject.DataObjectHelperNormalizeTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 331, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.jackson.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/target/org.eclipse.scout.rt.jackson.test-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.jackson.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/target/org.eclipse.scout.rt.jackson.test-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.jackson.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/target/org.eclipse.scout.rt.jackson.test-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.jackson.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/target/org.eclipse.scout.rt.jackson.test-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.jackson.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.jackson.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson.test/24.2-SNAPSHOT/org.eclipse.scout.rt.jackson.test-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/target/org.eclipse.scout.rt.jackson.test-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson.test/24.2-SNAPSHOT/org.eclipse.scout.rt.jackson.test-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/target/org.eclipse.scout.rt.jackson.test-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson.test/24.2-SNAPSHOT/org.eclipse.scout.rt.jackson.test-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/target/org.eclipse.scout.rt.jackson.test-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson.test/24.2-SNAPSHOT/org.eclipse.scout.rt.jackson.test-24.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/target/org.eclipse.scout.rt.jackson.test-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson.test/24.2-SNAPSHOT/org.eclipse.scout.rt.jackson.test-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api.test >------- [INFO] Building org.eclipse.scout.rt.mom.api.test 24.2-SNAPSHOT [33/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.api.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.mom.api.test --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.mom.api.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.mom.api.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.api.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.mom.api.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.api.test/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.mom.api.test --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.mom.api.test --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.mom.api.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [INFO] [INFO] --- jandex:3.1.6:jandex (make-test-index) @ org.eclipse.scout.rt.mom.api.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.api.test/target/test-classes/jandex.idx [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.mom.api.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.api.test/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.scout.rt.mom.api.marshaller.TextMarshallerTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.889 s -- in org.eclipse.scout.rt.mom.api.marshaller.TextMarshallerTest [INFO] Running org.eclipse.scout.rt.mom.api.marshaller.ObjectMarshallerTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.scout.rt.mom.api.marshaller.ObjectMarshallerTest [INFO] Running org.eclipse.scout.rt.mom.api.marshaller.JsonMarshallerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.508 s -- in org.eclipse.scout.rt.mom.api.marshaller.JsonMarshallerTest [INFO] Running org.eclipse.scout.rt.mom.api.marshaller.JsonDataObjectMarshallerTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.eclipse.scout.rt.mom.api.marshaller.JsonDataObjectMarshallerTest [INFO] Running org.eclipse.scout.rt.mom.api.marshaller.BytesMarshallerTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.scout.rt.mom.api.marshaller.BytesMarshallerTest [INFO] Running org.eclipse.scout.rt.mom.api.DestinationConfigPropertyParserTest [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.scout.rt.mom.api.DestinationConfigPropertyParserTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0: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-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.api.test/target/org.eclipse.scout.rt.mom.api.test-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.mom.api.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.api.test/target/org.eclipse.scout.rt.mom.api.test-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.mom.api.test --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.mom.api.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.api.test/target/org.eclipse.scout.rt.mom.api.test-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.mom.api.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.mom.api.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.api.test/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api.test/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.api.test-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.api.test/target/org.eclipse.scout.rt.mom.api.test-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api.test/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.api.test-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.api.test/target/org.eclipse.scout.rt.mom.api.test-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api.test/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.api.test-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.api.test/target/org.eclipse.scout.rt.mom.api.test-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api.test/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.api.test-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt.mom.jms >---------- [INFO] Building org.eclipse.scout.rt.mom.jms 24.2-SNAPSHOT [34/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/jakarta/jms/jakarta.jms-api/3.0.0/jakarta.jms-api-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/jms/jakarta.jms-api/3.0.0/jakarta.jms-api-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/jms/jakarta.jms-api/3.0.0/jakarta.jms-api-3.0.0.pom (10.0 kB at 44 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/jakarta/jms/jakarta.jms-api/3.0.0/jakarta.jms-api-3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/jms/jakarta.jms-api/3.0.0/jakarta.jms-api-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/jms/jakarta.jms-api/3.0.0/jakarta.jms-api-3.0.0.jar (56 kB at 1.1 MB/s) [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.mom.jms --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.mom.jms --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.mom.jms --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.mom.jms --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.mom.jms --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms/src/main/java/org/eclipse/scout/rt/mom/jms/JmsMomImplementor.java:[149,21] Unsupported @SuppressWarnings("squid:S1149") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms/src/main/java/org/eclipse/scout/rt/mom/jms/JmsMomImplementor.java:[165,23] org.eclipse.scout.rt.mom.api.IDestination is a raw type. References to generic type org.eclipse.scout.rt.mom.api.IDestination should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms/src/main/java/org/eclipse/scout/rt/mom/jms/JmsMomImplementor.java:[166,23] org.eclipse.scout.rt.mom.api.IDestination is a raw type. References to generic type org.eclipse.scout.rt.mom.api.IDestination should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms/src/main/java/org/eclipse/scout/rt/mom/jms/JmsMomImplementor.java:[212,21] Unsupported @SuppressWarnings("RedundantThrows") [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms/src/main/java/org/eclipse/scout/rt/mom/jms/JmsMomImplementor.java:[462,25] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms/src/main/java/org/eclipse/scout/rt/mom/jms/JmsMomImplementor.java:[502,5] org.eclipse.scout.rt.mom.jms.JmsMessageReader is a raw type. References to generic type org.eclipse.scout.rt.mom.jms.JmsMessageReader should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms/src/main/java/org/eclipse/scout/rt/mom/jms/JmsMomImplementor.java:[705,22] Unsupported @SuppressWarnings("squid:S1149") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms/src/main/java/org/eclipse/scout/rt/mom/jms/JmsMomImplementor.java:[705,37] Unsupported @SuppressWarnings("RedundantThrows") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms/src/main/java/org/eclipse/scout/rt/mom/jms/JmsMomImplementor.java:[821,16] org.eclipse.scout.rt.mom.api.IDestination is a raw type. References to generic type org.eclipse.scout.rt.mom.api.IDestination should be parameterized [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.mom.jms --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.mom.jms --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.mom.jms --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.mom.jms --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.mom.jms --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms/target/org.eclipse.scout.rt.mom.jms-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.mom.jms --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.mom.jms --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms/target/org.eclipse.scout.rt.mom.jms-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0: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:2.0.1:check (default) @ org.eclipse.scout.rt.mom.jms --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.mom.jms --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.jms-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms/target/org.eclipse.scout.rt.mom.jms-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.jms-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms/target/org.eclipse.scout.rt.mom.jms-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.jms-24.2-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.mom.jms.test >------- [INFO] Building org.eclipse.scout.rt.mom.jms.test 24.2-SNAPSHOT [35/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/activemq/activemq-broker/6.0.0/activemq-broker-6.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/activemq-broker/6.0.0/activemq-broker-6.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/activemq-broker/6.0.0/activemq-broker-6.0.0.pom (9.6 kB at 109 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/activemq/activemq-parent/6.0.0/activemq-parent-6.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/activemq-parent/6.0.0/activemq-parent-6.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/activemq-parent/6.0.0/activemq-parent-6.0.0.pom (57 kB at 912 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/camel/camel-bom/4.1.0/camel-bom-4.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/camel/camel-bom/4.1.0/camel-bom-4.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/camel/camel-bom/4.1.0/camel-bom-4.1.0.pom (78 kB at 631 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/camel/camel/4.1.0/camel-4.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/camel/camel/4.1.0/camel-4.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/camel/camel/4.1.0/camel-4.1.0.pom (22 kB at 348 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/jaxb/jaxb-bom/4.0.2/jaxb-bom-4.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jaxb/jaxb-bom/4.0.2/jaxb-bom-4.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jaxb/jaxb-bom/4.0.2/jaxb-bom-4.0.2.pom (11 kB at 176 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/activemq/activemq-client/6.0.0/activemq-client-6.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/activemq-client/6.0.0/activemq-client-6.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/activemq-client/6.0.0/activemq-client-6.0.0.pom (15 kB at 156 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/fusesource/hawtbuf/hawtbuf/1.11/hawtbuf-1.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.11/hawtbuf-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.11/hawtbuf-1.11.pom (2.6 kB at 186 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/fusesource/hawtbuf/hawtbuf-project/1.11/hawtbuf-project-1.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-project/1.11/hawtbuf-project-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-project/1.11/hawtbuf-project-1.11.pom (11 kB at 1.4 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/fusesource/fusesource-pom/1.10/fusesource-pom-1.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/fusesource-pom/1.10/fusesource-pom-1.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/fusesource-pom/1.10/fusesource-pom-1.10.pom (15 kB at 2.1 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/activemq/artemis-jakarta-client/2.31.2/artemis-jakarta-client-2.31.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-jakarta-client/2.31.2/artemis-jakarta-client-2.31.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-jakarta-client/2.31.2/artemis-jakarta-client-2.31.2.pom (4.1 kB at 43 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/activemq/artemis-pom/2.31.2/artemis-pom-2.31.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-pom/2.31.2/artemis-pom-2.31.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-pom/2.31.2/artemis-pom-2.31.2.pom (89 kB at 1.3 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opentelemetry/opentelemetry-bom/1.24.0/opentelemetry-bom-1.24.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-bom/1.24.0/opentelemetry-bom-1.24.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-bom/1.24.0/opentelemetry-bom-1.24.0.pom (6.0 kB at 90 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opentelemetry/opentelemetry-bom-alpha/1.24.0-alpha/opentelemetry-bom-alpha-1.24.0-alpha.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-bom-alpha/1.24.0-alpha/opentelemetry-bom-alpha-1.24.0-alpha.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-bom-alpha/1.24.0-alpha/opentelemetry-bom-alpha-1.24.0-alpha.pom (4.2 kB at 44 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/jetty-bom/10.0.16/jetty-bom-10.0.16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-bom/10.0.16/jetty-bom-10.0.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-bom/10.0.16/jetty-bom-10.0.16.pom (19 kB at 418 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/activemq/artemis-core-client/2.31.2/artemis-core-client-2.31.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-core-client/2.31.2/artemis-core-client-2.31.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-core-client/2.31.2/artemis-core-client-2.31.2.pom (6.9 kB at 128 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jgroups/jgroups/5.3.0.Final/jgroups-5.3.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/5.3.0.Final/jgroups-5.3.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/5.3.0.Final/jgroups-5.3.0.Final.pom (21 kB at 199 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/activemq/artemis-commons/2.31.2/artemis-commons-2.31.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-commons/2.31.2/artemis-commons-2.31.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-commons/2.31.2/artemis-commons-2.31.2.pom (5.6 kB at 117 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/netty/netty-buffer/4.1.101.Final/netty-buffer-4.1.101.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.101.Final/netty-buffer-4.1.101.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.101.Final/netty-buffer-4.1.101.Final.pom (1.6 kB at 21 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/netty/netty-parent/4.1.101.Final/netty-parent-4.1.101.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-parent/4.1.101.Final/netty-parent-4.1.101.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-parent/4.1.101.Final/netty-parent-4.1.101.Final.pom (84 kB at 307 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/netty/netty-common/4.1.101.Final/netty-common-4.1.101.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.101.Final/netty-common-4.1.101.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.101.Final/netty-common-4.1.101.Final.pom (12 kB at 134 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom (18 kB at 2.3 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/netty/netty-transport-native-epoll/4.1.101.Final/netty-transport-native-epoll-4.1.101.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-epoll/4.1.101.Final/netty-transport-native-epoll-4.1.101.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-epoll/4.1.101.Final/netty-transport-native-epoll-4.1.101.Final.pom (19 kB at 210 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/netty/netty-transport/4.1.101.Final/netty-transport-4.1.101.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.101.Final/netty-transport-4.1.101.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.101.Final/netty-transport-4.1.101.Final.pom (2.2 kB at 24 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/netty/netty-resolver/4.1.101.Final/netty-resolver-4.1.101.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.101.Final/netty-resolver-4.1.101.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.101.Final/netty-resolver-4.1.101.Final.pom (1.6 kB at 24 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/netty/netty-transport-native-unix-common/4.1.101.Final/netty-transport-native-unix-common-4.1.101.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.101.Final/netty-transport-native-unix-common-4.1.101.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.101.Final/netty-transport-native-unix-common-4.1.101.Final.pom (30 kB at 416 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/netty/netty-transport-classes-epoll/4.1.101.Final/netty-transport-classes-epoll-4.1.101.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-classes-epoll/4.1.101.Final/netty-transport-classes-epoll-4.1.101.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-classes-epoll/4.1.101.Final/netty-transport-classes-epoll-4.1.101.Final.pom (2.1 kB at 28 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/netty/netty-transport-native-kqueue/4.1.101.Final/netty-transport-native-kqueue-4.1.101.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-kqueue/4.1.101.Final/netty-transport-native-kqueue-4.1.101.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-kqueue/4.1.101.Final/netty-transport-native-kqueue-4.1.101.Final.pom (30 kB at 288 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/netty/netty-transport-classes-kqueue/4.1.101.Final/netty-transport-classes-kqueue-4.1.101.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-classes-kqueue/4.1.101.Final/netty-transport-classes-kqueue-4.1.101.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-classes-kqueue/4.1.101.Final/netty-transport-classes-kqueue-4.1.101.Final.pom (2.1 kB at 44 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/netty/netty-codec-http/4.1.101.Final/netty-codec-http-4.1.101.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.101.Final/netty-codec-http-4.1.101.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.101.Final/netty-codec-http-4.1.101.Final.pom (4.2 kB at 105 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/netty/netty-codec/4.1.101.Final/netty-codec-4.1.101.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.101.Final/netty-codec-4.1.101.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.101.Final/netty-codec-4.1.101.Final.pom (5.3 kB at 80 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/netty/netty-handler/4.1.101.Final/netty-handler-4.1.101.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.101.Final/netty-handler-4.1.101.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.101.Final/netty-handler-4.1.101.Final.pom (4.6 kB at 136 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/netty/netty-handler-proxy/4.1.101.Final/netty-handler-proxy-4.1.101.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler-proxy/4.1.101.Final/netty-handler-proxy-4.1.101.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler-proxy/4.1.101.Final/netty-handler-proxy-4.1.101.Final.pom (3.6 kB at 55 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/netty/netty-codec-socks/4.1.101.Final/netty-codec-socks-4.1.101.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-socks/4.1.101.Final/netty-codec-socks-4.1.101.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-socks/4.1.101.Final/netty-codec-socks-4.1.101.Final.pom (2.5 kB at 34 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/activemq/artemis-selector/2.31.2/artemis-selector-2.31.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-selector/2.31.2/artemis-selector-2.31.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-selector/2.31.2/artemis-selector-2.31.2.pom (4.9 kB at 82 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/activemq/artemis-jakarta-server/2.31.2/artemis-jakarta-server-2.31.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-jakarta-server/2.31.2/artemis-jakarta-server-2.31.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-jakarta-server/2.31.2/artemis-jakarta-server-2.31.2.pom (5.1 kB at 99 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/activemq/artemis-server/2.31.2/artemis-server-2.31.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-server/2.31.2/artemis-server-2.31.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-server/2.31.2/artemis-server-2.31.2.pom (13 kB at 205 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/github/ben-manes/caffeine/caffeine/3.1.6/caffeine-3.1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/ben-manes/caffeine/caffeine/3.1.6/caffeine-3.1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/ben-manes/caffeine/caffeine/3.1.6/caffeine-3.1.6.pom (2.1 kB at 36 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/activemq/artemis-journal/2.31.2/artemis-journal-2.31.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-journal/2.31.2/artemis-journal-2.31.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-journal/2.31.2/artemis-journal-2.31.2.pom (3.4 kB at 87 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jctools/jctools-core/2.1.2/jctools-core-2.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jctools/jctools-core/2.1.2/jctools-core-2.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jctools/jctools-core/2.1.2/jctools-core-2.1.2.pom (4.0 kB at 504 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/activemq/activemq-artemis-native/2.0.0/activemq-artemis-native-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/activemq-artemis-native/2.0.0/activemq-artemis-native-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/activemq-artemis-native/2.0.0/activemq-artemis-native-2.0.0.pom (27 kB at 213 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/activemq/artemis-jdbc-store/2.31.2/artemis-jdbc-store-2.31.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-jdbc-store/2.31.2/artemis-jdbc-store-2.31.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-jdbc-store/2.31.2/artemis-jdbc-store-2.31.2.pom (3.4 kB at 56 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-dbcp2/2.7.0/commons-dbcp2-2.7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-dbcp2/2.7.0/commons-dbcp2-2.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-dbcp2/2.7.0/commons-dbcp2-2.7.0.pom (19 kB at 1.9 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-pool2/2.7.0/commons-pool2-2.7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-pool2/2.7.0/commons-pool2-2.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-pool2/2.7.0/commons-pool2-2.7.0.pom (15 kB at 2.2 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/activemq/artemis-quorum-api/2.31.2/artemis-quorum-api-2.31.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-quorum-api/2.31.2/artemis-quorum-api-2.31.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-quorum-api/2.31.2/artemis-quorum-api-2.31.2.pom (1.4 kB at 11 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-configuration2/2.9.0/commons-configuration2-2.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-configuration2/2.9.0/commons-configuration2-2.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-configuration2/2.9.0/commons-configuration2-2.9.0.pom (30 kB at 354 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom (21 kB at 2.6 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/54/commons-parent-54.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/54/commons-parent-54.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/54/commons-parent-54.pom (82 kB at 16 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/micrometer/micrometer-core/1.9.5/micrometer-core-1.9.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-core/1.9.5/micrometer-core-1.9.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-core/1.9.5/micrometer-core-1.9.5.pom (8.6 kB at 90 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/activemq/artemis-jakarta-service-extensions/2.31.2/artemis-jakarta-service-extensions-2.31.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-jakarta-service-extensions/2.31.2/artemis-jakarta-service-extensions-2.31.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-jakarta-service-extensions/2.31.2/artemis-jakarta-service-extensions-2.31.2.pom (4.6 kB at 55 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/jakarta/transaction/jakarta.transaction-api/2.0.1/jakarta.transaction-api-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/transaction/jakarta.transaction-api/2.0.1/jakarta.transaction-api-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/transaction/jakarta.transaction-api/2.0.1/jakarta.transaction-api-2.0.1.pom (14 kB at 303 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/activemq/activemq-broker/6.0.0/activemq-broker-6.0.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/activemq/activemq-client/6.0.0/activemq-client-6.0.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/fusesource/hawtbuf/hawtbuf/1.11/hawtbuf-1.11.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/activemq/artemis-jakarta-client/2.31.2/artemis-jakarta-client-2.31.2.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/activemq/artemis-core-client/2.31.2/artemis-core-client-2.31.2.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jgroups/jgroups/5.3.0.Final/jgroups-5.3.0.Final.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/netty/netty-transport-native-epoll/4.1.101.Final/netty-transport-native-epoll-4.1.101.Final-linux-x86_64.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/netty/netty-transport-native-unix-common/4.1.101.Final/netty-transport-native-unix-common-4.1.101.Final.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/netty/netty-transport-classes-epoll/4.1.101.Final/netty-transport-classes-epoll-4.1.101.Final.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/netty/netty-transport-native-kqueue/4.1.101.Final/netty-transport-native-kqueue-4.1.101.Final-osx-x86_64.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/netty/netty-transport-classes-kqueue/4.1.101.Final/netty-transport-classes-kqueue-4.1.101.Final.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/netty/netty-codec-http/4.1.101.Final/netty-codec-http-4.1.101.Final.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/netty/netty-buffer/4.1.101.Final/netty-buffer-4.1.101.Final.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/netty/netty-transport/4.1.101.Final/netty-transport-4.1.101.Final.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/netty/netty-handler/4.1.101.Final/netty-handler-4.1.101.Final.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/netty/netty-handler-proxy/4.1.101.Final/netty-handler-proxy-4.1.101.Final.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/netty/netty-codec/4.1.101.Final/netty-codec-4.1.101.Final.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/netty/netty-codec-socks/4.1.101.Final/netty-codec-socks-4.1.101.Final.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/netty/netty-common/4.1.101.Final/netty-common-4.1.101.Final.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/netty/netty-resolver/4.1.101.Final/netty-resolver-4.1.101.Final.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/activemq/artemis-commons/2.31.2/artemis-commons-2.31.2.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/activemq/artemis-selector/2.31.2/artemis-selector-2.31.2.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/activemq/artemis-jakarta-server/2.31.2/artemis-jakarta-server-2.31.2.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/activemq/artemis-server/2.31.2/artemis-server-2.31.2.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/github/ben-manes/caffeine/caffeine/3.1.6/caffeine-3.1.6.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/activemq/artemis-jdbc-store/2.31.2/artemis-jdbc-store-2.31.2.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-dbcp2/2.7.0/commons-dbcp2-2.7.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-pool2/2.7.0/commons-pool2-2.7.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/activemq/artemis-quorum-api/2.31.2/artemis-quorum-api-2.31.2.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jctools/jctools-core/2.1.2/jctools-core-2.1.2.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-configuration2/2.9.0/commons-configuration2-2.9.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/micrometer/micrometer-core/1.9.5/micrometer-core-1.9.5.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/activemq/artemis-journal/2.31.2/artemis-journal-2.31.2.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/activemq/activemq-artemis-native/2.0.0/activemq-artemis-native-2.0.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/activemq/artemis-jakarta-service-extensions/2.31.2/artemis-jakarta-service-extensions-2.31.2.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/jakarta/transaction/jakarta.transaction-api/2.0.1/jakarta.transaction-api-2.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/activemq-broker/6.0.0/activemq-broker-6.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/activemq-broker/6.0.0/activemq-broker-6.0.0.jar (1.2 MB at 17 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/activemq-client/6.0.0/activemq-client-6.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.11/hawtbuf-1.11.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-jakarta-client/2.31.2/artemis-jakarta-client-2.31.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-core-client/2.31.2/artemis-core-client-2.31.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/5.3.0.Final/jgroups-5.3.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.11/hawtbuf-1.11.jar (50 kB at 6.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-epoll/4.1.101.Final/netty-transport-native-epoll-4.1.101.Final-linux-x86_64.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-core-client/2.31.2/artemis-core-client-2.31.2.jar (842 kB at 15 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.101.Final/netty-transport-native-unix-common-4.1.101.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-jakarta-client/2.31.2/artemis-jakarta-client-2.31.2.jar (191 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-classes-epoll/4.1.101.Final/netty-transport-classes-epoll-4.1.101.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-epoll/4.1.101.Final/netty-transport-native-epoll-4.1.101.Final-linux-x86_64.jar (39 kB at 355 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-kqueue/4.1.101.Final/netty-transport-native-kqueue-4.1.101.Final-osx-x86_64.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/activemq-client/6.0.0/activemq-client-6.0.0.jar (1.5 MB at 13 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-classes-kqueue/4.1.101.Final/netty-transport-classes-kqueue-4.1.101.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/5.3.0.Final/jgroups-5.3.0.Final.jar (2.3 MB at 19 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.101.Final/netty-codec-http-4.1.101.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.101.Final/netty-transport-native-unix-common-4.1.101.Final.jar (44 kB at 352 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.101.Final/netty-buffer-4.1.101.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-classes-epoll/4.1.101.Final/netty-transport-classes-epoll-4.1.101.Final.jar (147 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.101.Final/netty-transport-4.1.101.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-classes-kqueue/4.1.101.Final/netty-transport-classes-kqueue-4.1.101.Final.jar (108 kB at 704 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.101.Final/netty-handler-4.1.101.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-kqueue/4.1.101.Final/netty-transport-native-kqueue-4.1.101.Final-osx-x86_64.jar (25 kB at 135 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler-proxy/4.1.101.Final/netty-handler-proxy-4.1.101.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.101.Final/netty-buffer-4.1.101.Final.jar (307 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.101.Final/netty-codec-4.1.101.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.101.Final/netty-codec-http-4.1.101.Final.jar (658 kB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-socks/4.1.101.Final/netty-codec-socks-4.1.101.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.101.Final/netty-transport-4.1.101.Final.jar (497 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.101.Final/netty-common-4.1.101.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.101.Final/netty-handler-4.1.101.Final.jar (561 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.101.Final/netty-resolver-4.1.101.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.101.Final/netty-codec-4.1.101.Final.jar (345 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-commons/2.31.2/artemis-commons-2.31.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler-proxy/4.1.101.Final/netty-handler-proxy-4.1.101.Final.jar (25 kB at 108 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-socks/4.1.101.Final/netty-codec-socks-4.1.101.Final.jar (121 kB at 506 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-selector/2.31.2/artemis-selector-2.31.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar (247 kB at 996 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-jakarta-server/2.31.2/artemis-jakarta-server-2.31.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.101.Final/netty-resolver-4.1.101.Final.jar (38 kB at 151 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-server/2.31.2/artemis-server-2.31.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.101.Final/netty-common-4.1.101.Final.jar (661 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/ben-manes/caffeine/caffeine/3.1.6/caffeine-3.1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-commons/2.31.2/artemis-commons-2.31.2.jar (666 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-jdbc-store/2.31.2/artemis-jdbc-store-2.31.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-jakarta-server/2.31.2/artemis-jakarta-server-2.31.2.jar (123 kB at 425 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-dbcp2/2.7.0/commons-dbcp2-2.7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-selector/2.31.2/artemis-selector-2.31.2.jar (109 kB at 376 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-pool2/2.7.0/commons-pool2-2.7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-pool2/2.7.0/commons-pool2-2.7.0.jar (130 kB at 409 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-quorum-api/2.31.2/artemis-quorum-api-2.31.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/ben-manes/caffeine/caffeine/3.1.6/caffeine-3.1.6.jar (752 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jctools/jctools-core/2.1.2/jctools-core-2.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-dbcp2/2.7.0/commons-dbcp2-2.7.0.jar (208 kB at 649 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-configuration2/2.9.0/commons-configuration2-2.9.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jctools/jctools-core/2.1.2/jctools-core-2.1.2.jar (252 kB at 737 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar (238 kB at 668 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-core/1.9.5/micrometer-core-1.9.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-jdbc-store/2.31.2/artemis-jdbc-store-2.31.2.jar (112 kB at 304 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-journal/2.31.2/artemis-journal-2.31.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-quorum-api/2.31.2/artemis-quorum-api-2.31.2.jar (13 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/activemq-artemis-native/2.0.0/activemq-artemis-native-2.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-server/2.31.2/artemis-server-2.31.2.jar (2.4 MB at 6.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-jakarta-service-extensions/2.31.2/artemis-jakarta-service-extensions-2.31.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-configuration2/2.9.0/commons-configuration2-2.9.0.jar (645 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/transaction/jakarta.transaction-api/2.0.1/jakarta.transaction-api-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-core/1.9.5/micrometer-core-1.9.5.jar (658 kB at 1.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-jakarta-service-extensions/2.31.2/artemis-jakarta-service-extensions-2.31.2.jar (34 kB at 80 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/activemq-artemis-native/2.0.0/activemq-artemis-native-2.0.0.jar (42 kB at 96 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/transaction/jakarta.transaction-api/2.0.1/jakarta.transaction-api-2.0.1.jar (29 kB at 66 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-journal/2.31.2/artemis-journal-2.31.2.jar (236 kB at 533 kB/s) [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms.test/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [INFO] [INFO] --- jandex:3.1.6:jandex (make-test-index) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms.test/target/test-classes/jandex.idx [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms.test/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitcore.JUnitCoreProvider [INFO] parallel='none', perCoreThreadCount=true, threadCount=0, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- 2024-06-28 23:57:33,592 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:179) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true 2024-06-28 23:57:33,653 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:37) - Building jandex class inventory using rebuild strategy IF_MISSING... 2024-06-28 23:57:33,754 INFO [ForkJoinPool.commonPool-worker-1] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanFolder(JandexInventoryBuilder.java:180) - Rebuild index 'file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms.test/target/test-classes/META-INF/jandex.idx'. Scanning location... 2024-06-28 23:57:33,959 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:43) - Finished building jandex class inventory in 314.913381 ms. Total class count: 1020 2024-06-28 23:57:34,258 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:226) - Collected 211 beans in 297.545287 ms 2024-06-28 23:57:34,294 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:231) - Registered 211 beans in 36.166286 ms 2024-06-28 23:57:34,306 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.logger.LoggerInstallPlatformListener.registerLoggerSupportBean(LoggerInstallPlatformListener.java:98) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport 2024-06-28 23:57:34,307 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:191) - No classpath:config.properties found. Running with empty configuration. 2024-06-28 23:57:34,358 INFO [scout-platform-starter] org.eclipse.scout.rt.mom.api.AbstractMomTransport.initDelegate(AbstractMomTransport.java:98) - +++ Using 'NullMomImplementor' for transport 'ClusterMom'. No messages are published and received. 2024-06-28 23:57:34,713 INFO [main] org.apache.activemq.artemis.core.server.serverStarting(ActiveMQServerLogger_impl.java:45) - AMQ221000: live Message Broker is starting with configuration Broker Configuration (clustered=false,journalDirectory=data/journal,bindingsDirectory=data/bindings,largeMessagesDirectory=data/largemessages,pagingDirectory=data/paging) 2024-06-28 23:57:34,725 INFO [main] org.apache.activemq.artemis.core.server.switchingNIO(ActiveMQServerLogger_impl.java:397) - AMQ221045: libaio is not available, switching the configuration into NIO 2024-06-28 23:57:34,802 INFO [main] org.apache.activemq.artemis.core.server.journalUseNIO(ActiveMQServerLogger_impl.java:149) - AMQ221013: Using NIO Journal 2024-06-28 23:57:35,054 INFO [main] org.apache.activemq.artemis.core.server.usingDefaultPaging(ActiveMQServerLogger_impl.java:493) - AMQ221057: Global Max Size is being adjusted to 1/2 of the JVM max size (-Xmx). being defined as 1073741824 2024-06-28 23:57:35,107 INFO [main] org.apache.activemq.artemis.core.server.addingProtocolSupport(ActiveMQServerLogger_impl.java:389) - AMQ221043: Protocol module found: [artemis-server]. Adding protocol support for: CORE 2024-06-28 23:57:35,196 INFO [main] org.apache.activemq.audit.base.getNotificationInfo(AuditLogger_impl.java:1139) - AMQ601138: User anonymous@unknown is getting notification info on target resource: null 2024-06-28 23:57:35,197 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.ActiveMQServerControlImpl@5cffec7 2024-06-28 23:57:35,198 INFO [main] org.apache.activemq.audit.base.getNotificationInfo(AuditLogger_impl.java:1139) - AMQ601138: User anonymous@unknown is getting notification info on target resource: ActiveMQServerImpl::name=localhost 2024-06-28 23:57:35,238 INFO [main] org.apache.activemq.artemis.core.server.waitingToObtainLiveLock(ActiveMQServerLogger_impl.java:317) - AMQ221034: Waiting indefinitely to obtain live lock 2024-06-28 23:57:35,238 INFO [main] org.apache.activemq.artemis.core.server.obtainedLiveLock(ActiveMQServerLogger_impl.java:325) - AMQ221035: Live Server Obtained live lock 2024-06-28 23:57:35,369 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.scout.mom.requestreply.cancellation on address jms.topic.scout.mom.requestreply.cancellation 2024-06-28 23:57:35,383 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@5ae66c98 2024-06-28 23:57:35,512 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@1136122a 2024-06-28 23:57:35,515 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testTopicPublishFirst on address jms.topic.test/mom/testTopicPublishFirst 2024-06-28 23:57:35,516 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@72288480 2024-06-28 23:57:35,517 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@4ea43d4d 2024-06-28 23:57:35,518 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testProperties on address jms.topic.test/mom/testProperties 2024-06-28 23:57:35,518 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@6f22c1f1 2024-06-28 23:57:35,519 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@2ee095c9 2024-06-28 23:57:35,520 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testTopicRequestReplyTimeout on address jms.topic.test/mom/testTopicRequestReplyTimeout 2024-06-28 23:57:35,520 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@185a0811 2024-06-28 23:57:35,521 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@77fb1002 2024-06-28 23:57:35,521 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testTopicRequestReplyRequestFirst on address jms.topic.test/mom/testTopicRequestReplyRequestFirst 2024-06-28 23:57:35,522 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@e2f6a45 2024-06-28 23:57:35,537 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@24cbf894 2024-06-28 23:57:35,537 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testTopicRequestReplyMultipleSubscriptions on address jms.topic.test/mom/testTopicRequestReplyMultipleSubscriptions 2024-06-28 23:57:35,538 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@6c19769c 2024-06-28 23:57:35,538 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@434d001d 2024-06-28 23:57:35,539 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testTopicRequestReplyCorrelationId on address jms.topic.test/mom/testTopicRequestReplyCorrelationId 2024-06-28 23:57:35,539 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@36453773 2024-06-28 23:57:35,540 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@4db16677 2024-06-28 23:57:35,541 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testTopicPublishSubscribeMultipleSubscriptions on address jms.topic.test/mom/testTopicPublishSubscribeMultipleSubscriptions 2024-06-28 23:57:35,541 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@6abb44cb 2024-06-28 23:57:35,542 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@41ddec69 2024-06-28 23:57:35,542 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testQueueRequestReplyJsonObjectMarshaller on address jms.topic.test/mom/testQueueRequestReplyJsonObjectMarshaller 2024-06-28 23:57:35,543 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@5e3cb58e 2024-06-28 23:57:35,543 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@18f8e2e0 2024-06-28 23:57:35,544 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testTopicRequestReplyCancellation on address jms.topic.test/mom/testTopicRequestReplyCancellation 2024-06-28 23:57:35,544 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@28d56028 2024-06-28 23:57:35,545 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@6c56fff 2024-06-28 23:57:35,545 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testTopicRequestReply on address jms.topic.test/mom/testTopicRequestReply 2024-06-28 23:57:35,546 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@3dee3a6c 2024-06-28 23:57:35,547 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@62de20d3 2024-06-28 23:57:35,547 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testTopicPublishSubscribeCorrelationId on address jms.topic.test/mom/testTopicPublishSubscribeCorrelationId 2024-06-28 23:57:35,548 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@6109d880 2024-06-28 23:57:35,549 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@4c9ef9c9 2024-06-28 23:57:35,549 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testMessageSelector on address jms.topic.test/mom/testMessageSelector 2024-06-28 23:57:35,549 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@6f976c 2024-06-28 23:57:35,550 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@1324e70a 2024-06-28 23:57:35,550 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testQueueRequestReplyCancellation on address jms.topic.test/mom/testQueueRequestReplyCancellation 2024-06-28 23:57:35,551 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@3cc6f036 2024-06-28 23:57:35,552 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@72d16d6 2024-06-28 23:57:35,552 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.differentTopic on address jms.topic.differentTopic 2024-06-28 23:57:35,552 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@7b0525a8 2024-06-28 23:57:35,553 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@4f2d8175 2024-06-28 23:57:35,554 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.scout.physical.UnitTestTopic on address jms.topic.scout.physical.UnitTestTopic 2024-06-28 23:57:35,554 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@44618fe6 2024-06-28 23:57:35,555 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@2b15ba1a 2024-06-28 23:57:35,555 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue Durable-Test-Subscription on address jms.topic.test/mom/testTopicPublishSubscribe 2024-06-28 23:57:35,556 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@796fe2b5 2024-06-28 23:57:35,557 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@5a6af2c4 2024-06-28 23:57:35,557 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testPublishBytes on address jms.queue.test/mom/testPublishBytes 2024-06-28 23:57:35,557 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@123c48d0 2024-06-28 23:57:35,558 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@14fff5e7 2024-06-28 23:57:35,558 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testPublishText on address jms.queue.test/mom/testPublishText 2024-06-28 23:57:35,559 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@1203d787 2024-06-28 23:57:35,560 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@1f72fbd1 2024-06-28 23:57:35,560 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testPublishObject on address jms.queue.test/mom/testPublishObject 2024-06-28 23:57:35,560 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@6f785a27 2024-06-28 23:57:35,561 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@443dae2 2024-06-28 23:57:35,562 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testConcurrentMessageConsumption on address jms.queue.test/mom/testConcurrentMessageConsumption 2024-06-28 23:57:35,562 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@8f09a02 2024-06-28 23:57:35,563 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@5454be 2024-06-28 23:57:35,563 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testPublishAndConsumeInternal on address jms.queue.test/mom/testPublishAndConsumeInternal 2024-06-28 23:57:35,564 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@2dd08ff1 2024-06-28 23:57:35,565 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@37dec463 2024-06-28 23:57:35,565 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testSubscribeTransactional on address jms.queue.test/mom/testSubscribeTransactional 2024-06-28 23:57:35,565 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@3bf26810 2024-06-28 23:57:35,566 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@19213a74 2024-06-28 23:57:35,566 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testSubscribeFailover on address jms.queue.test/mom/testSubscribeFailover 2024-06-28 23:57:35,567 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@30a791a6 2024-06-28 23:57:35,568 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@719bb60d 2024-06-28 23:57:35,568 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testQueuePublishFirst on address jms.queue.test/mom/testQueuePublishFirst 2024-06-28 23:57:35,568 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@5981f2c6 2024-06-28 23:57:35,569 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@49639118 2024-06-28 23:57:35,569 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testPublishJsonData on address jms.queue.test/mom/testPublishJsonData 2024-06-28 23:57:35,570 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@45451333 2024-06-28 23:57:35,571 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@6942ee48 2024-06-28 23:57:35,571 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testPublishJsonDataSecure on address jms.queue.test/mom/testPublishJsonDataSecure 2024-06-28 23:57:35,571 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@3f033664 2024-06-28 23:57:35,572 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@6abd8bcd 2024-06-28 23:57:35,573 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testQueueRequestReplyRequestFirst on address jms.queue.test/mom/testQueueRequestReplyRequestFirst 2024-06-28 23:57:35,573 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@70cd122 2024-06-28 23:57:35,574 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@79424f25 2024-06-28 23:57:35,574 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testPublishTransactional on address jms.queue.test/mom/testPublishTransactional 2024-06-28 23:57:35,575 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@5fd4e67f 2024-06-28 23:57:35,575 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@59b1edab 2024-06-28 23:57:35,576 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testPublishStringData on address jms.queue.test/mom/testPublishStringData 2024-06-28 23:57:35,576 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@3855b27e 2024-06-28 23:57:35,577 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@5305f936 2024-06-28 23:57:35,577 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testPublishObjectData on address jms.queue.test/mom/testPublishObjectData 2024-06-28 23:57:35,578 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@2b1a1a37 2024-06-28 23:57:35,579 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@7d90764a 2024-06-28 23:57:35,579 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testCurrentMessagePubSub on address jms.queue.test/mom/testCurrentMessagePubSub 2024-06-28 23:57:35,579 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@6843fdc4 2024-06-28 23:57:35,580 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@147375b3 2024-06-28 23:57:35,580 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testSerialMessageConsumption on address jms.queue.test/mom/testSerialMessageConsumption 2024-06-28 23:57:35,581 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@6f430ea8 2024-06-28 23:57:35,582 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@119f072c 2024-06-28 23:57:35,586 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@67d180e4 2024-06-28 23:57:35,668 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AcceptorControlImpl@568c9ee1 2024-06-28 23:57:35,685 INFO [main] org.apache.activemq.artemis.core.server.serverIsLive(ActiveMQServerLogger_impl.java:101) - AMQ221007: Server is now live 2024-06-28 23:57:35,685 INFO [main] org.apache.activemq.artemis.core.server.serverStarted(ActiveMQServerLogger_impl.java:53) - AMQ221001: Apache ActiveMQ Artemis Message Broker version 2.31.2 [localhost, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5] [INFO] Running org.eclipse.scout.rt.mom.jms.JmsMomWithRequestReplyTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 2024-06-28 23:57:36,744 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:36,745 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:37,144 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 605724820'. - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:57:37,447 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #1 initialized: null - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:57:37,642 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom1] 2024-06-28 23:57:37,642 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom1] 2024-06-28 23:57:37,643 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom1] 2024-06-28 23:57:37,643 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom1] 2024-06-28 23:57:37,643 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom1] 2024-06-28 23:57:37,894 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom1, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:1) is starting - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom1] 2024-06-28 23:57:37,939 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom1, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:1) started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom1] 2024-06-28 23:57:37,940 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom1] 2024-06-28 23:57:38,036 INFO [scout-thread-23] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom1 started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom1] 2024-06-28 23:57:38,076 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-4:1,clientId=Scout JUnit MOM #1 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom1] 2024-06-28 23:57:38,909 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@68964321, org.eclipse.scout.rt.mom.jms.JmsSubscription@2912ab10] - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:57:38,956 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@786b2567, org.eclipse.scout.rt.mom.jms.JmsSubscription@2bc1a9ac] - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:57:38,968 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@4b4c5295, org.eclipse.scout.rt.mom.jms.JmsSubscription@ba65c33] - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:57:38,989 INFO [scout-thread-21] org.eclipse.scout.rt.dataobject.DataObjectInventory.init(DataObjectInventory.java:116) - Registry initialized, found 25 IDoEntity implementations with @TypeName annotation and 0 implementations with @TypeVersion annotation. - MDC[jobName=request on test/mom/testRequestReplyInternal] 2024-06-28 23:57:39,043 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@6d35c2a3, org.eclipse.scout.rt.mom.jms.JmsSubscription@27f45e52] - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:57:39,056 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@31d7c5c, org.eclipse.scout.rt.mom.jms.JmsSubscription@3cefa3f] - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:57:39,066 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@47d51c1b, org.eclipse.scout.rt.mom.jms.JmsSubscription@221cbf36] - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:57:39,077 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@30e9c965, org.eclipse.scout.rt.mom.jms.JmsSubscription@4b97a77d] - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:57:39,087 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@71a1cd17, org.eclipse.scout.rt.mom.jms.JmsSubscription@119d835a] - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:57:39,138 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@d4e6653, org.eclipse.scout.rt.mom.jms.JmsSubscription@223e015e] - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:57:39,147 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@2105d7f, org.eclipse.scout.rt.mom.jms.JmsSubscription@262ec1c0] - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:57:39,149 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@400fa1a2[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:39,151 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.039599 ms 2024-06-28 23:57:39,152 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:57:39,152 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:57:39,157 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom1 stopped 2024-06-28 23:57:39,157 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom1, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:1) is shutting down - MDC[activemq.broker=mom1] 2024-06-28 23:57:39,169 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom1, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:1) uptime 1.574 seconds - MDC[activemq.broker=mom1] 2024-06-28 23:57:39,170 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom1, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:1) is shutdown - MDC[activemq.broker=mom1] 2024-06-28 23:57:39,170 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:57:39,172 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 2426.869618 ms 2024-06-28 23:57:39,172 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:39,177 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:39,177 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:39,178 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 202320835'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom1] 2024-06-28 23:57:39,180 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #2 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom1] 2024-06-28 23:57:39,181 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom2] 2024-06-28 23:57:39,182 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom2] 2024-06-28 23:57:39,182 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom2] 2024-06-28 23:57:39,182 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom2] 2024-06-28 23:57:39,182 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom2] 2024-06-28 23:57:39,183 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom2, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:2) is starting - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom2] 2024-06-28 23:57:39,183 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom2, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:2) started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom2] 2024-06-28 23:57:39,183 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom2] 2024-06-28 23:57:39,184 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom2 started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom2] 2024-06-28 23:57:39,185 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-7:1,clientId=Scout JUnit MOM #2 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom2] Reply: TheReply 2024-06-28 23:57:39,196 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1f591b2e] 2024-06-28 23:57:39,197 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 2 subscriber jobs: [JobFutureTask@883a033[job=JMS reply cancel message listener, state=RUNNING], JobFutureTask@38aae3ae[job=JMS subscriber, state=DONE]] 2024-06-28 23:57:39,197 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.020792 ms 2024-06-28 23:57:39,198 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:57:39,198 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:57:39,199 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom2 stopped 2024-06-28 23:57:39,199 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom2, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:2) is shutting down - MDC[activemq.broker=mom2] 2024-06-28 23:57:39,200 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom2, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:2) uptime 0.019 seconds - MDC[activemq.broker=mom2] 2024-06-28 23:57:39,200 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom2, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:2) is shutdown - MDC[activemq.broker=mom2] 2024-06-28 23:57:39,201 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:57:39,201 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 23.969463 ms 2024-06-28 23:57:39,201 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:39,203 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:39,203 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:39,205 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1495420384'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom2] 2024-06-28 23:57:39,237 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #3 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom2] 2024-06-28 23:57:39,239 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom3] 2024-06-28 23:57:39,239 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom3] 2024-06-28 23:57:39,239 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom3] 2024-06-28 23:57:39,239 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom3] 2024-06-28 23:57:39,239 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom3] 2024-06-28 23:57:39,240 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom3, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:3) is starting - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom3] 2024-06-28 23:57:39,240 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom3, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:3) started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom3] 2024-06-28 23:57:39,240 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom3] 2024-06-28 23:57:39,241 INFO [scout-thread-22] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom3 started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom3] 2024-06-28 23:57:39,242 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-10:1,clientId=Scout JUnit MOM #3 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom3] 2024-06-28 23:57:39,248 ERROR [scout-thread-20] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:137) - 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=32cc8648-68d1-4aae-8e1f-d5539b1dd399] org.eclipse.scout.rt.mom.jms.JmsMomWithRequestReplyTest$SomethingWrongException: expected-expected-junit-exception at org.eclipse.scout.rt.mom.jms.JmsMomWithRequestReplyTest.testRequestReply_StringMarshaller_Exception(JmsMomWithRequestReplyTest.java:701) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:75) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:37) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) 2024-06-28 23:57:39,258 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7860a014] 2024-06-28 23:57:39,259 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 2 subscriber jobs: [JobFutureTask@7d44caa8[job=JMS subscriber, state=DONE], JobFutureTask@4a2aa[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:39,260 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.024513 ms 2024-06-28 23:57:39,260 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:57:39,260 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:57:39,261 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom3 stopped 2024-06-28 23:57:39,261 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom3, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:3) is shutting down - MDC[activemq.broker=mom3] 2024-06-28 23:57:39,262 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom3, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:3) uptime 0.024 seconds - MDC[activemq.broker=mom3] 2024-06-28 23:57:39,262 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom3, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:3) is shutdown - MDC[activemq.broker=mom3] 2024-06-28 23:57:39,262 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:57:39,263 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 59.342034 ms 2024-06-28 23:57:39,263 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:39,266 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:39,266 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:39,267 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1578645341'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom3] 2024-06-28 23:57:39,268 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #4 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom3] 2024-06-28 23:57:39,270 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom4] 2024-06-28 23:57:39,270 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom4] 2024-06-28 23:57:39,270 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom4] 2024-06-28 23:57:39,271 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom4] 2024-06-28 23:57:39,271 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom4] 2024-06-28 23:57:39,271 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom4, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:4) is starting - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom4] 2024-06-28 23:57:39,272 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom4, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:4) started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom4] 2024-06-28 23:57:39,272 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom4] 2024-06-28 23:57:39,273 INFO [scout-thread-23] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom4 started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom4] 2024-06-28 23:57:39,274 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-13:1,clientId=Scout JUnit MOM #4 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom4] 2024-06-28 23:57:39,284 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@10650461, org.eclipse.scout.rt.mom.jms.JmsSubscription@506c388e] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom3] 2024-06-28 23:57:39,292 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@4bba25e2, org.eclipse.scout.rt.mom.jms.JmsSubscription@50355e15] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom3] 2024-06-28 23:57:39,339 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@5841e107, org.eclipse.scout.rt.mom.jms.JmsSubscription@12ea49fa] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom3] 2024-06-28 23:57:39,349 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@40e32242, org.eclipse.scout.rt.mom.jms.JmsSubscription@e6f9fd2] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom3] 2024-06-28 23:57:39,357 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@401939fa, org.eclipse.scout.rt.mom.jms.JmsSubscription@1e8b310c] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom3] 2024-06-28 23:57:39,365 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@5263f3e4, org.eclipse.scout.rt.mom.jms.JmsSubscription@5811414a] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom3] 2024-06-28 23:57:39,374 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@5958af04, org.eclipse.scout.rt.mom.jms.JmsSubscription@f7f6e40] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom3] 2024-06-28 23:57:39,383 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@7ede10b3, org.eclipse.scout.rt.mom.jms.JmsSubscription@67294630] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom3] 2024-06-28 23:57:39,391 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@5d8c7d56, org.eclipse.scout.rt.mom.jms.JmsSubscription@7472a719] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom3] 2024-06-28 23:57:39,438 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@2cd51465, org.eclipse.scout.rt.mom.jms.JmsSubscription@1b51a178] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom3] 2024-06-28 23:57:39,439 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@12e78000[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:39,439 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.015149 ms 2024-06-28 23:57:39,440 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:57:39,440 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:57:39,441 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom4 stopped 2024-06-28 23:57:39,441 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom4, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:4) is shutting down - MDC[activemq.broker=mom4] 2024-06-28 23:57:39,442 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom4, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:4) uptime 0.171 seconds - MDC[activemq.broker=mom4] 2024-06-28 23:57:39,442 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom4, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:4) is shutdown - MDC[activemq.broker=mom4] 2024-06-28 23:57:39,442 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:57:39,443 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 176.641221 ms 2024-06-28 23:57:39,443 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:39,445 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:39,445 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:39,447 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 740442442'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom4] 2024-06-28 23:57:39,448 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #5 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom4] 2024-06-28 23:57:39,449 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom5] 2024-06-28 23:57:39,450 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom5] 2024-06-28 23:57:39,450 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom5] 2024-06-28 23:57:39,450 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom5] 2024-06-28 23:57:39,450 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom5] 2024-06-28 23:57:39,451 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom5, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:5) is starting - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom5] 2024-06-28 23:57:39,451 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom5, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:5) started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom5] 2024-06-28 23:57:39,452 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom5] 2024-06-28 23:57:39,452 INFO [scout-thread-22] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom5 started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom5] 2024-06-28 23:57:39,453 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-16:1,clientId=Scout JUnit MOM #5 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom5] 2024-06-28 23:57:39,512 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@78d52d4c, org.eclipse.scout.rt.mom.jms.JmsSubscription@47a90d2a] 2024-06-28 23:57:39,513 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 3 subscriber jobs: [JobFutureTask@5f38666[job=JMS subscriber, state=DONE], JobFutureTask@706651c0[job=JMS subscriber, state=DONE], JobFutureTask@3d7e2539[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:39,513 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.015503 ms 2024-06-28 23:57:39,514 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:57:39,514 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:57:39,514 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom5 stopped 2024-06-28 23:57:39,515 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom5, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:5) is shutting down - MDC[activemq.broker=mom5] 2024-06-28 23:57:39,516 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom5, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:5) uptime 0.066 seconds - MDC[activemq.broker=mom5] 2024-06-28 23:57:39,516 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom5, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:5) is shutdown - MDC[activemq.broker=mom5] 2024-06-28 23:57:39,516 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:57:39,517 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 70.925813 ms 2024-06-28 23:57:39,517 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:39,518 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:39,519 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:39,520 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 228785772'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom5] 2024-06-28 23:57:39,522 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #6 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom5] 2024-06-28 23:57:39,522 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom6] 2024-06-28 23:57:39,523 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom6] 2024-06-28 23:57:39,523 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom6] 2024-06-28 23:57:39,523 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom6] 2024-06-28 23:57:39,523 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom6] 2024-06-28 23:57:39,523 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom6, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:6) is starting - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom6] 2024-06-28 23:57:39,524 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom6, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:6) started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom6] 2024-06-28 23:57:39,524 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom6] 2024-06-28 23:57:39,524 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom6 started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom6] 2024-06-28 23:57:39,525 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-19:1,clientId=Scout JUnit MOM #6 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom6] 2024-06-28 23:57:39,587 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3c1ef806, org.eclipse.scout.rt.mom.jms.JmsSubscription@969c2f9] 2024-06-28 23:57:39,588 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 2 subscriber jobs: [JobFutureTask@18517741[job=JMS subscriber, state=DONE], JobFutureTask@63cf74a8[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:39,588 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.021653 ms 2024-06-28 23:57:39,589 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:57:39,589 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:57:39,590 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom6 stopped 2024-06-28 23:57:39,590 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom6, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:6) is shutting down - MDC[activemq.broker=mom6] 2024-06-28 23:57:39,591 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom6, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:6) uptime 0.068 seconds - MDC[activemq.broker=mom6] 2024-06-28 23:57:39,591 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom6, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:6) is shutdown - MDC[activemq.broker=mom6] 2024-06-28 23:57:39,591 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:57:39,592 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 72.637012 ms 2024-06-28 23:57:39,592 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:39,593 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:39,593 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:39,595 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 539098834'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom6] 2024-06-28 23:57:39,597 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #7 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom6] 2024-06-28 23:57:39,598 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom7] 2024-06-28 23:57:39,598 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom7] 2024-06-28 23:57:39,598 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom7] 2024-06-28 23:57:39,598 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom7] 2024-06-28 23:57:39,598 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom7] 2024-06-28 23:57:39,599 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom7, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:7) is starting - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom7] 2024-06-28 23:57:39,599 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom7, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:7) started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom7] 2024-06-28 23:57:39,599 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom7] 2024-06-28 23:57:39,600 INFO [scout-thread-23] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom7 started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom7] 2024-06-28 23:57:39,601 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-22:1,clientId=Scout JUnit MOM #7 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom7] 2024-06-28 23:57:39,659 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7afac89a, org.eclipse.scout.rt.mom.jms.JmsSubscription@76d220eb] 2024-06-28 23:57:39,660 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 3 subscriber jobs: [JobFutureTask@c528823[job=JMS subscriber, state=DONE], JobFutureTask@53670580[job=JMS reply cancel message listener, state=RUNNING], JobFutureTask@603a31b6[job=JMS subscriber, state=DONE]] 2024-06-28 23:57:39,660 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.023726 ms 2024-06-28 23:57:39,660 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:57:39,661 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:57:39,661 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom7 stopped 2024-06-28 23:57:39,661 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom7, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:7) is shutting down - MDC[activemq.broker=mom7] 2024-06-28 23:57:39,662 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom7, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:7) uptime 0.064 seconds - MDC[activemq.broker=mom7] 2024-06-28 23:57:39,662 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom7, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:7) is shutdown - MDC[activemq.broker=mom7] 2024-06-28 23:57:39,663 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:57:39,663 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 69.439432 ms 2024-06-28 23:57:39,663 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:39,665 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:39,665 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:39,666 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1782895795'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom7] 2024-06-28 23:57:39,668 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #8 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom7] 2024-06-28 23:57:39,669 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom8] 2024-06-28 23:57:39,669 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom8] 2024-06-28 23:57:39,669 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom8] 2024-06-28 23:57:39,669 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom8] 2024-06-28 23:57:39,670 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom8] 2024-06-28 23:57:39,670 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom8, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:8) is starting - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom8] 2024-06-28 23:57:39,671 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom8, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:8) started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom8] 2024-06-28 23:57:39,671 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom8] 2024-06-28 23:57:39,671 INFO [scout-thread-22] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom8 started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom8] 2024-06-28 23:57:39,672 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-25:1,clientId=Scout JUnit MOM #8 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom8] 2024-06-28 23:57:39,730 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@642334d6, org.eclipse.scout.rt.mom.jms.JmsSubscription@6f2b608e] 2024-06-28 23:57:39,731 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 2 subscriber jobs: [JobFutureTask@20febf1c[job=JMS subscriber, state=RUNNING], JobFutureTask@38af9cf5[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:39,731 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.019872 ms 2024-06-28 23:57:39,732 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:57:39,732 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:57:39,732 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom8 stopped 2024-06-28 23:57:39,733 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom8, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:8) is shutting down - MDC[activemq.broker=mom8] 2024-06-28 23:57:39,734 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom8, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:8) uptime 0.064 seconds - MDC[activemq.broker=mom8] 2024-06-28 23:57:39,734 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom8, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:8) is shutdown - MDC[activemq.broker=mom8] 2024-06-28 23:57:39,734 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:57:39,734 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 69.330537 ms 2024-06-28 23:57:39,735 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:39,736 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:39,736 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:39,738 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 160509071'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom8] 2024-06-28 23:57:39,740 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #9 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom8] 2024-06-28 23:57:39,741 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom9] 2024-06-28 23:57:39,741 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom9] 2024-06-28 23:57:39,741 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom9] 2024-06-28 23:57:39,741 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom9] 2024-06-28 23:57:39,741 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom9] 2024-06-28 23:57:39,741 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom9, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:9) is starting - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom9] 2024-06-28 23:57:39,742 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom9, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:9) started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom9] 2024-06-28 23:57:39,742 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom9] 2024-06-28 23:57:39,742 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom9 started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom9] 2024-06-28 23:57:39,743 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-28:1,clientId=Scout JUnit MOM #9 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom9] 2024-06-28 23:57:39,801 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@52a23575, org.eclipse.scout.rt.mom.jms.JmsSubscription@3f473daf] 2024-06-28 23:57:39,802 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 3 subscriber jobs: [JobFutureTask@68bd758f[job=JMS subscriber, state=DONE], JobFutureTask@5e5a56e9[job=JMS reply cancel message listener, state=RUNNING], JobFutureTask@1255cc48[job=JMS subscriber, state=DONE]] 2024-06-28 23:57:39,802 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.015086 ms 2024-06-28 23:57:39,802 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:57:39,802 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:57:39,803 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom9 stopped 2024-06-28 23:57:39,803 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom9, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:9) is shutting down - MDC[activemq.broker=mom9] 2024-06-28 23:57:39,804 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom9, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:9) uptime 0.064 seconds - MDC[activemq.broker=mom9] 2024-06-28 23:57:39,804 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom9, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:9) is shutdown - MDC[activemq.broker=mom9] 2024-06-28 23:57:39,804 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:57:39,804 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 67.803193 ms 2024-06-28 23:57:39,804 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:39,805 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:39,805 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:39,806 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 665894251'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom9] 2024-06-28 23:57:39,808 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #10 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom9] 2024-06-28 23:57:39,809 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom10] 2024-06-28 23:57:39,809 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom10] 2024-06-28 23:57:39,809 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom10] 2024-06-28 23:57:39,809 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom10] 2024-06-28 23:57:39,810 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom10] 2024-06-28 23:57:39,810 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom10, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:10) is starting - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom10] 2024-06-28 23:57:39,811 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom10, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:10) started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom10] 2024-06-28 23:57:39,811 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom10] 2024-06-28 23:57:39,811 INFO [scout-thread-21] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom10 started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom10] 2024-06-28 23:57:39,813 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-31:1,clientId=Scout JUnit MOM #10 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom10] 2024-06-28 23:57:39,871 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2220c5f7, org.eclipse.scout.rt.mom.jms.JmsSubscription@5bb90b89] 2024-06-28 23:57:39,871 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 3 subscriber jobs: [JobFutureTask@5d496a99[job=JMS subscriber, state=DONE], JobFutureTask@4e9c1a16[job=JMS subscriber, state=DONE], JobFutureTask@27d5306f[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:39,871 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.013516 ms 2024-06-28 23:57:39,872 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:57:39,872 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:57:39,872 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom10 stopped 2024-06-28 23:57:39,873 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom10, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:10) is shutting down - MDC[activemq.broker=mom10] 2024-06-28 23:57:39,873 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom10, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:10) uptime 0.064 seconds - MDC[activemq.broker=mom10] 2024-06-28 23:57:39,873 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom10, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:10) is shutdown - MDC[activemq.broker=mom10] 2024-06-28 23:57:39,873 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:57:39,874 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 67.957925 ms 2024-06-28 23:57:39,874 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:39,875 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:39,875 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:39,876 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 970046600'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom10] 2024-06-28 23:57:39,878 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #11 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom10] 2024-06-28 23:57:39,879 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom11] 2024-06-28 23:57:39,879 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom11] 2024-06-28 23:57:39,879 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom11] 2024-06-28 23:57:39,879 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom11] 2024-06-28 23:57:39,880 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom11] 2024-06-28 23:57:39,880 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom11, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:11) is starting - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom11] 2024-06-28 23:57:39,880 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom11, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:11) started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom11] 2024-06-28 23:57:39,881 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom11] 2024-06-28 23:57:39,881 INFO [scout-thread-22] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom11 started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom11] 2024-06-28 23:57:39,882 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-34:1,clientId=Scout JUnit MOM #11 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom11] 2024-06-28 23:57:39,940 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5432be12, org.eclipse.scout.rt.mom.jms.JmsSubscription@2ee5fe1e] 2024-06-28 23:57:39,941 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 3 subscriber jobs: [JobFutureTask@1712fe9[job=JMS reply cancel message listener, state=RUNNING], JobFutureTask@32d45fef[job=JMS subscriber, state=DONE], JobFutureTask@2eb4346a[job=JMS subscriber, state=DONE]] 2024-06-28 23:57:39,941 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.013315 ms 2024-06-28 23:57:39,942 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:57:39,942 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:57:39,942 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom11 stopped 2024-06-28 23:57:39,942 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom11, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:11) is shutting down - MDC[activemq.broker=mom11] 2024-06-28 23:57:39,943 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom11, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:11) uptime 0.064 seconds - MDC[activemq.broker=mom11] 2024-06-28 23:57:39,943 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom11, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:11) is shutdown - MDC[activemq.broker=mom11] 2024-06-28 23:57:39,943 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:57:39,944 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 68.649438 ms 2024-06-28 23:57:39,944 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:39,945 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:39,945 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:39,946 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 665650636'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom11] 2024-06-28 23:57:39,948 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #12 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom11] 2024-06-28 23:57:39,949 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom12] 2024-06-28 23:57:39,949 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom12] 2024-06-28 23:57:39,949 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom12] 2024-06-28 23:57:39,950 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom12] 2024-06-28 23:57:39,950 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom12] 2024-06-28 23:57:39,950 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom12, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:12) is starting - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom12] 2024-06-28 23:57:39,950 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom12, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:12) started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom12] 2024-06-28 23:57:39,950 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom12] 2024-06-28 23:57:39,951 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom12 started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom12] 2024-06-28 23:57:39,952 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-37:1,clientId=Scout JUnit MOM #12 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom12] 2024-06-28 23:57:40,010 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3df7e309, org.eclipse.scout.rt.mom.jms.JmsSubscription@55f4ec04] 2024-06-28 23:57:40,010 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 3 subscriber jobs: [JobFutureTask@1611a8b8[job=JMS subscriber, state=DONE], JobFutureTask@3e7821c3[job=JMS subscriber, state=RUNNING], JobFutureTask@77a2eb0f[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:40,011 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.020050 ms 2024-06-28 23:57:40,011 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:57:40,011 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:57:40,012 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom12 stopped 2024-06-28 23:57:40,012 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom12, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:12) is shutting down - MDC[activemq.broker=mom12] 2024-06-28 23:57:40,012 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom12, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:12) uptime 0.063 seconds - MDC[activemq.broker=mom12] 2024-06-28 23:57:40,012 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom12, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:12) is shutdown - MDC[activemq.broker=mom12] 2024-06-28 23:57:40,013 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:57:40,013 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 68.121912 ms 2024-06-28 23:57:40,013 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:40,014 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:40,014 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:40,015 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 606612869'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom12] 2024-06-28 23:57:40,016 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #13 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom12] 2024-06-28 23:57:40,017 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom13] 2024-06-28 23:57:40,017 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom13] 2024-06-28 23:57:40,018 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom13] 2024-06-28 23:57:40,018 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom13] 2024-06-28 23:57:40,018 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom13] 2024-06-28 23:57:40,018 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom13, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:13) is starting - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom13] 2024-06-28 23:57:40,018 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom13, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:13) started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom13] 2024-06-28 23:57:40,018 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom13] 2024-06-28 23:57:40,019 INFO [scout-thread-21] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom13 started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom13] 2024-06-28 23:57:40,020 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-40:1,clientId=Scout JUnit MOM #13 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom13] 2024-06-28 23:57:40,077 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7e305953, org.eclipse.scout.rt.mom.jms.JmsSubscription@59d7d574] 2024-06-28 23:57:40,078 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 2 subscriber jobs: [JobFutureTask@123c03af[job=JMS subscriber, state=DONE], JobFutureTask@1d87f988[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:40,078 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.014004 ms 2024-06-28 23:57:40,079 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:57:40,079 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:57:40,079 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom13 stopped 2024-06-28 23:57:40,080 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom13, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:13) is shutting down - MDC[activemq.broker=mom13] 2024-06-28 23:57:40,080 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom13, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:13) uptime 0.063 seconds - MDC[activemq.broker=mom13] 2024-06-28 23:57:40,080 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom13, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:13) is shutdown - MDC[activemq.broker=mom13] 2024-06-28 23:57:40,081 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:57:40,081 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 66.610127 ms 2024-06-28 23:57:40,081 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:40,082 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:40,082 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:40,083 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 2025589466'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom13] 2024-06-28 23:57:40,084 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #14 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom13] 2024-06-28 23:57:40,085 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom14] 2024-06-28 23:57:40,085 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom14] 2024-06-28 23:57:40,085 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom14] 2024-06-28 23:57:40,086 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom14] 2024-06-28 23:57:40,086 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom14] 2024-06-28 23:57:40,086 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom14, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:14) is starting - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom14] 2024-06-28 23:57:40,087 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom14, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:14) started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom14] 2024-06-28 23:57:40,087 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom14] 2024-06-28 23:57:40,087 INFO [scout-thread-22] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom14 started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom14] 2024-06-28 23:57:40,088 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-43:1,clientId=Scout JUnit MOM #14 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom14] 2024-06-28 23:57:40,146 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6a175162, org.eclipse.scout.rt.mom.jms.JmsSubscription@7641c4e7] 2024-06-28 23:57:40,146 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 3 subscriber jobs: [JobFutureTask@42785b98[job=JMS subscriber, state=DONE], JobFutureTask@300d7cbf[job=JMS reply cancel message listener, state=RUNNING], JobFutureTask@7a00c50c[job=JMS subscriber, state=DONE]] 2024-06-28 23:57:40,147 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.013129 ms 2024-06-28 23:57:40,147 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:57:40,147 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:57:40,148 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom14 stopped 2024-06-28 23:57:40,148 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom14, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:14) is shutting down - MDC[activemq.broker=mom14] 2024-06-28 23:57:40,148 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom14, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:14) uptime 0.063 seconds - MDC[activemq.broker=mom14] 2024-06-28 23:57:40,148 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom14, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:14) is shutdown - MDC[activemq.broker=mom14] 2024-06-28 23:57:40,149 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:57:40,149 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 66.911317 ms 2024-06-28 23:57:40,149 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:40,151 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:40,151 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:40,152 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 820319982'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom14] 2024-06-28 23:57:40,154 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #15 initialized: null - MDC[jobName=requester (Q), activemq.broker=mom7] 2024-06-28 23:57:40,155 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom15] 2024-06-28 23:57:40,156 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom15] 2024-06-28 23:57:40,156 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom15] 2024-06-28 23:57:40,156 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom15] 2024-06-28 23:57:40,156 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom15] 2024-06-28 23:57:40,156 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom15, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:15) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom15] 2024-06-28 23:57:40,156 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom15, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:15) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom15] 2024-06-28 23:57:40,157 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom15] 2024-06-28 23:57:40,157 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom15 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom15] 2024-06-28 23:57:40,158 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-46:1,clientId=Scout JUnit MOM #15 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom15] 2024-06-28 23:57:40,460 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7a0f1f9d] 2024-06-28 23:57:40,461 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 2 subscriber jobs: [JobFutureTask@bea25cb[job=JMS reply cancel message listener, state=RUNNING], JobFutureTask@533ccb10[job=JMS subscriber, state=DONE]] 2024-06-28 23:57:40,461 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.013128 ms 2024-06-28 23:57:40,461 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:57:40,461 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:57:40,462 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom15 stopped 2024-06-28 23:57:40,462 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom15, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:15) is shutting down - MDC[activemq.broker=mom15] 2024-06-28 23:57:40,463 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom15, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:15) uptime 0.307 seconds - MDC[activemq.broker=mom15] 2024-06-28 23:57:40,463 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom15, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:15) is shutdown - MDC[activemq.broker=mom15] 2024-06-28 23:57:40,463 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:57:40,463 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 311.839720 ms 2024-06-28 23:57:40,463 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:40,464 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:40,465 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:40,466 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1840714428'. - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:57:40,469 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #16 initialized: null - MDC[jobName=requester (Q)] 2024-06-28 23:57:40,471 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom16] 2024-06-28 23:57:40,471 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom16] 2024-06-28 23:57:40,471 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom16] 2024-06-28 23:57:40,471 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom16] 2024-06-28 23:57:40,471 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom16] 2024-06-28 23:57:40,472 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom16, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:16) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom16] 2024-06-28 23:57:40,472 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom16, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:16) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom16] 2024-06-28 23:57:40,472 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom16] 2024-06-28 23:57:40,472 INFO [scout-thread-22] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom16 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom16] 2024-06-28 23:57:40,473 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-49:1,clientId=Scout JUnit MOM #16 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom16] 2024-06-28 23:57:40,772 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3fe59f84] 2024-06-28 23:57:40,772 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 2 subscriber jobs: [JobFutureTask@1b485d98[job=JMS subscriber, state=RUNNING], JobFutureTask@4d6634c1[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:40,773 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.012122 ms 2024-06-28 23:57:40,773 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:57:40,773 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:57:40,774 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom16 stopped 2024-06-28 23:57:40,774 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom16, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:16) is shutting down - MDC[activemq.broker=mom16] 2024-06-28 23:57:40,774 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom16, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:16) uptime 0.303 seconds - MDC[activemq.broker=mom16] 2024-06-28 23:57:40,774 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom16, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:16) is shutdown - MDC[activemq.broker=mom16] 2024-06-28 23:57:40,774 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:57:40,775 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 310.104253 ms 2024-06-28 23:57:40,775 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:40,776 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:40,776 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:40,777 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 876529361'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom15] 2024-06-28 23:57:40,778 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #17 initialized: null - MDC[jobName=requester (Q), activemq.broker=mom13] 2024-06-28 23:57:40,779 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom17] 2024-06-28 23:57:40,779 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom17] 2024-06-28 23:57:40,779 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom17] 2024-06-28 23:57:40,779 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom17] 2024-06-28 23:57:40,779 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom17] 2024-06-28 23:57:40,780 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom17, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:17) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom17] 2024-06-28 23:57:40,780 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom17, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:17) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom17] 2024-06-28 23:57:40,780 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom17] 2024-06-28 23:57:40,780 INFO [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom17 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom17] 2024-06-28 23:57:40,781 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-52:1,clientId=Scout JUnit MOM #17 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom17] 2024-06-28 23:57:41,083 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5ec25b61] 2024-06-28 23:57:41,083 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 2 subscriber jobs: [JobFutureTask@3f3949ce[job=JMS reply cancel message listener, state=RUNNING], JobFutureTask@520db0b1[job=JMS subscriber, state=DONE]] 2024-06-28 23:57:41,083 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.012111 ms 2024-06-28 23:57:41,083 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:57:41,083 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:57:41,084 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom17 stopped 2024-06-28 23:57:41,084 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom17, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:17) is shutting down - MDC[activemq.broker=mom17] 2024-06-28 23:57:41,084 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom17, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:17) uptime 0.305 seconds - MDC[activemq.broker=mom17] 2024-06-28 23:57:41,085 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom17, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:17) is shutdown - MDC[activemq.broker=mom17] 2024-06-28 23:57:41,085 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:57:41,085 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 309.020119 ms 2024-06-28 23:57:41,085 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:41,086 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:41,086 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:41,087 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 818479123'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom16] 2024-06-28 23:57:41,088 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #18 initialized: null - MDC[jobName=requester (Q), activemq.broker=mom7] 2024-06-28 23:57:41,089 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom18] 2024-06-28 23:57:41,089 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom18] 2024-06-28 23:57:41,089 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom18] 2024-06-28 23:57:41,089 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom18] 2024-06-28 23:57:41,089 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom18] 2024-06-28 23:57:41,090 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom18, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:18) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom18] 2024-06-28 23:57:41,090 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom18, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:18) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom18] 2024-06-28 23:57:41,090 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom18] 2024-06-28 23:57:41,091 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom18 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom18] 2024-06-28 23:57:41,092 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-55:1,clientId=Scout JUnit MOM #18 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom18] 2024-06-28 23:57:41,393 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1a67bcaf] 2024-06-28 23:57:41,393 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 2 subscriber jobs: [JobFutureTask@7ffc25f1[job=JMS subscriber, state=DONE], JobFutureTask@433207ef[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:41,394 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.013036 ms 2024-06-28 23:57:41,394 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:57:41,394 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:57:41,394 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom18 stopped 2024-06-28 23:57:41,394 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom18, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:18) is shutting down - MDC[activemq.broker=mom18] 2024-06-28 23:57:41,395 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom18, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:18) uptime 0.306 seconds - MDC[activemq.broker=mom18] 2024-06-28 23:57:41,395 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom18, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:18) is shutdown - MDC[activemq.broker=mom18] 2024-06-28 23:57:41,395 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:57:41,395 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 309.491188 ms 2024-06-28 23:57:41,395 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:41,396 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:41,396 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:41,397 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 677471636'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom17] 2024-06-28 23:57:41,398 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #19 initialized: null - MDC[jobName=requester (Q)] 2024-06-28 23:57:41,399 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom19] 2024-06-28 23:57:41,400 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom19] 2024-06-28 23:57:41,400 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom19] 2024-06-28 23:57:41,400 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom19] 2024-06-28 23:57:41,400 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom19] 2024-06-28 23:57:41,400 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom19, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:19) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom19] 2024-06-28 23:57:41,400 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom19, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:19) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom19] 2024-06-28 23:57:41,400 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom19] 2024-06-28 23:57:41,401 INFO [scout-thread-22] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom19 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom19] 2024-06-28 23:57:41,402 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-58:1,clientId=Scout JUnit MOM #19 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom19] 2024-06-28 23:57:41,703 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@117be84a] 2024-06-28 23:57:41,703 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 2 subscriber jobs: [JobFutureTask@6e61ac42[job=JMS subscriber, state=DONE], JobFutureTask@5e7810ec[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:41,703 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.013394 ms 2024-06-28 23:57:41,704 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:57:41,704 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:57:41,704 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom19 stopped 2024-06-28 23:57:41,704 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom19, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:19) is shutting down - MDC[activemq.broker=mom19] 2024-06-28 23:57:41,705 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom19, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:19) uptime 0.306 seconds - MDC[activemq.broker=mom19] 2024-06-28 23:57:41,705 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom19, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:19) is shutdown - MDC[activemq.broker=mom19] 2024-06-28 23:57:41,705 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:57:41,705 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 308.873026 ms 2024-06-28 23:57:41,705 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:41,706 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:41,706 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:41,707 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 468229927'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom18] 2024-06-28 23:57:41,708 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #20 initialized: null - MDC[jobName=requester (Q), activemq.broker=mom13] 2024-06-28 23:57:41,709 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom20] 2024-06-28 23:57:41,710 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom20] 2024-06-28 23:57:41,710 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom20] 2024-06-28 23:57:41,710 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom20] 2024-06-28 23:57:41,710 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom20] 2024-06-28 23:57:41,710 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom20, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:20) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom20] 2024-06-28 23:57:41,710 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom20, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:20) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom20] 2024-06-28 23:57:41,710 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom20] 2024-06-28 23:57:41,711 INFO [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom20 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom20] 2024-06-28 23:57:41,712 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-61:1,clientId=Scout JUnit MOM #20 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom20] 2024-06-28 23:57:42,013 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@321c01c2] 2024-06-28 23:57:42,013 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 2 subscriber jobs: [JobFutureTask@157cbb90[job=JMS reply cancel message listener, state=RUNNING], JobFutureTask@17003dcd[job=JMS subscriber, state=DONE]] 2024-06-28 23:57:42,014 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.012581 ms 2024-06-28 23:57:42,014 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:57:42,014 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:57:42,014 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom20 stopped 2024-06-28 23:57:42,014 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom20, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:20) is shutting down - MDC[activemq.broker=mom20] 2024-06-28 23:57:42,015 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom20, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:20) uptime 0.306 seconds - MDC[activemq.broker=mom20] 2024-06-28 23:57:42,015 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom20, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:20) is shutdown - MDC[activemq.broker=mom20] 2024-06-28 23:57:42,015 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:57:42,015 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 309.059323 ms 2024-06-28 23:57:42,015 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:42,016 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:42,016 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:42,017 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1858875678'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom19] 2024-06-28 23:57:42,018 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #21 initialized: null - MDC[jobName=requester (Q), activemq.broker=mom7] 2024-06-28 23:57:42,019 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom21] 2024-06-28 23:57:42,019 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom21] 2024-06-28 23:57:42,019 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom21] 2024-06-28 23:57:42,019 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom21] 2024-06-28 23:57:42,020 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom21] 2024-06-28 23:57:42,020 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom21, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:21) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom21] 2024-06-28 23:57:42,020 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom21, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:21) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom21] 2024-06-28 23:57:42,020 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom21] 2024-06-28 23:57:42,021 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom21 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom21] 2024-06-28 23:57:42,022 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-64:1,clientId=Scout JUnit MOM #21 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom21] 2024-06-28 23:57:42,323 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6d7a343f] 2024-06-28 23:57:42,323 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@28b1886d[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:42,324 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.011744 ms 2024-06-28 23:57:42,324 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:57:42,324 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:57:42,324 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom21 stopped 2024-06-28 23:57:42,324 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom21, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:21) is shutting down - MDC[activemq.broker=mom21] 2024-06-28 23:57:42,325 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom21, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:21) uptime 0.306 seconds - MDC[activemq.broker=mom21] 2024-06-28 23:57:42,325 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom21, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:21) is shutdown - MDC[activemq.broker=mom21] 2024-06-28 23:57:42,325 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:57:42,325 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 309.128284 ms 2024-06-28 23:57:42,325 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:42,326 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:42,326 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:42,327 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1094758419'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom20] 2024-06-28 23:57:42,328 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #22 initialized: null - MDC[jobName=requester (Q)] 2024-06-28 23:57:42,329 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom22] 2024-06-28 23:57:42,329 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom22] 2024-06-28 23:57:42,329 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom22] 2024-06-28 23:57:42,329 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom22] 2024-06-28 23:57:42,329 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom22] 2024-06-28 23:57:42,330 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom22, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:22) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom22] 2024-06-28 23:57:42,330 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom22, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:22) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom22] 2024-06-28 23:57:42,330 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom22] 2024-06-28 23:57:42,330 INFO [scout-thread-22] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom22 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom22] 2024-06-28 23:57:42,331 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-67:1,clientId=Scout JUnit MOM #22 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom22] 2024-06-28 23:57:42,633 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@d0538b3] 2024-06-28 23:57:42,634 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@44db8009[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:42,634 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.011896 ms 2024-06-28 23:57:42,634 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:57:42,634 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:57:42,635 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom22 stopped 2024-06-28 23:57:42,635 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom22, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:22) is shutting down - MDC[activemq.broker=mom22] 2024-06-28 23:57:42,635 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom22, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:22) uptime 0.306 seconds - MDC[activemq.broker=mom22] 2024-06-28 23:57:42,635 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom22, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:22) is shutdown - MDC[activemq.broker=mom22] 2024-06-28 23:57:42,635 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:57:42,636 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 309.307086 ms 2024-06-28 23:57:42,636 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:42,636 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:42,636 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:42,637 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 249267179'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom21] 2024-06-28 23:57:42,638 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #23 initialized: null - MDC[jobName=requester (Q), activemq.broker=mom13] 2024-06-28 23:57:42,639 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom23] 2024-06-28 23:57:42,639 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom23] 2024-06-28 23:57:42,639 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom23] 2024-06-28 23:57:42,639 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom23] 2024-06-28 23:57:42,639 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom23] 2024-06-28 23:57:42,640 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom23, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:23) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom23] 2024-06-28 23:57:42,640 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom23, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:23) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom23] 2024-06-28 23:57:42,640 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom23] 2024-06-28 23:57:42,640 INFO [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom23 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom23] 2024-06-28 23:57:42,641 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-70:1,clientId=Scout JUnit MOM #23 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom23] 2024-06-28 23:57:42,943 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@76055d02] 2024-06-28 23:57:42,944 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 2 subscriber jobs: [JobFutureTask@44e05cda[job=JMS subscriber, state=DONE], JobFutureTask@1762f38d[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:42,944 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.012412 ms 2024-06-28 23:57:42,944 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:57:42,945 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:57:42,945 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom23 stopped 2024-06-28 23:57:42,945 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom23, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:23) is shutting down - MDC[activemq.broker=mom23] 2024-06-28 23:57:42,946 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom23, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:23) uptime 0.307 seconds - MDC[activemq.broker=mom23] 2024-06-28 23:57:42,946 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom23, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:23) is shutdown - MDC[activemq.broker=mom23] 2024-06-28 23:57:42,946 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:57:42,946 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 309.827615 ms 2024-06-28 23:57:42,946 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:42,947 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:42,947 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:42,948 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 996531310'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom22] 2024-06-28 23:57:42,949 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #24 initialized: null - MDC[jobName=requester (Q), activemq.broker=mom7] 2024-06-28 23:57:42,950 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom24] 2024-06-28 23:57:42,950 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom24] 2024-06-28 23:57:42,950 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom24] 2024-06-28 23:57:42,950 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom24] 2024-06-28 23:57:42,950 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom24] 2024-06-28 23:57:42,951 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom24, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:24) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom24] 2024-06-28 23:57:42,951 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom24, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:24) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom24] 2024-06-28 23:57:42,951 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom24] 2024-06-28 23:57:42,951 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom24 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom24] 2024-06-28 23:57:42,952 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-73:1,clientId=Scout JUnit MOM #24 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom24] 2024-06-28 23:57:43,254 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@35a81281] 2024-06-28 23:57:43,254 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@28073965[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:43,254 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.012120 ms 2024-06-28 23:57:43,254 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:57:43,254 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:57:43,255 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom24 stopped 2024-06-28 23:57:43,255 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom24, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:24) is shutting down - MDC[activemq.broker=mom24] 2024-06-28 23:57:43,256 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom24, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:24) uptime 0.305 seconds - MDC[activemq.broker=mom24] 2024-06-28 23:57:43,256 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom24, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:24) is shutdown - MDC[activemq.broker=mom24] 2024-06-28 23:57:43,256 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:57:43,256 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 308.895113 ms 2024-06-28 23:57:43,256 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:43,257 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:43,257 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:43,259 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1388742949'. 2024-06-28 23:57:43,260 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.initRequestReply(JmsMomImplementor.java:218) - Scout JUnit MOM #25: 'request-reply' messaging is disabled 2024-06-28 23:57:43,261 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #25 initialized: null 2024-06-28 23:57:43,261 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:57:43,261 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 3.520954 ms 2024-06-28 23:57:43,261 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:43,262 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:43,262 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:43,262 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1584929615'. 2024-06-28 23:57:43,263 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #26 initialized: null 2024-06-28 23:57:43,265 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom26] 2024-06-28 23:57:43,265 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom26] 2024-06-28 23:57:43,265 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom26] 2024-06-28 23:57:43,265 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom26] 2024-06-28 23:57:43,265 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom26] 2024-06-28 23:57:43,265 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom26, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:25) is starting - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom26] 2024-06-28 23:57:43,266 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom26, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:25) started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom26] 2024-06-28 23:57:43,266 INFO [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom26] 2024-06-28 23:57:43,266 INFO [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom26 started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom26] 2024-06-28 23:57:43,267 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-76:1,clientId=Scout JUnit MOM #26 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom26] 2024-06-28 23:57:43,277 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@15e748b5, org.eclipse.scout.rt.mom.jms.JmsSubscription@27ada0e8] 2024-06-28 23:57:43,277 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 2 subscriber jobs: [JobFutureTask@8a8cab8[job=JMS subscriber, state=RUNNING], JobFutureTask@5e8684a3[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:43,277 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.011483 ms 2024-06-28 23:57:43,277 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:57:43,278 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:57:43,278 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom26 stopped 2024-06-28 23:57:43,278 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom26, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:25) is shutting down - MDC[activemq.broker=mom26] 2024-06-28 23:57:43,279 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom26, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:25) uptime 0.013 seconds - MDC[activemq.broker=mom26] 2024-06-28 23:57:43,279 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom26, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:25) is shutdown - MDC[activemq.broker=mom26] 2024-06-28 23:57:43,279 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:57:43,279 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 16.806291 ms 2024-06-28 23:57:43,279 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:43,280 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:43,280 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:43,281 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 508714493'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom26] 2024-06-28 23:57:43,282 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #27 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom26] 2024-06-28 23:57:43,283 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom27] 2024-06-28 23:57:43,283 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom27] 2024-06-28 23:57:43,283 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom27] 2024-06-28 23:57:43,283 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom27] 2024-06-28 23:57:43,283 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom27] 2024-06-28 23:57:43,284 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom27, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:26) is starting - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom27] 2024-06-28 23:57:43,284 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom27, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:26) started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom27] 2024-06-28 23:57:43,284 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom27] 2024-06-28 23:57:43,284 INFO [scout-thread-19] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom27 started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom27] 2024-06-28 23:57:43,285 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-79:1,clientId=Scout JUnit MOM #27 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom27] 2024-06-28 23:57:48,290 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@77feca04] 2024-06-28 23:57:48,290 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 2 subscriber jobs: [JobFutureTask@673f5fe5[job=JMS reply cancel message listener, state=RUNNING], JobFutureTask@541bde05[job=request on test/mom/testTopicRequestReplyTimeout, state=DONE]] 2024-06-28 23:57:48,290 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.011342 ms 2024-06-28 23:57:48,291 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 1 sessions 2024-06-28 23:57:48,291 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:134) - closing session 1 of 1 2024-06-28 23:57:48,291 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:57:48,292 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom27 stopped 2024-06-28 23:57:48,292 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom27, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:26) is shutting down - MDC[activemq.broker=mom27] 2024-06-28 23:57:48,292 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom27, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:26) uptime 5.009 seconds - MDC[activemq.broker=mom27] 2024-06-28 23:57:48,292 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:481) - Request job canceled; java.lang.InterruptedException - MDC[jobName=request on test/mom/testTopicRequestReplyTimeout, activemq.broker=mom7] 2024-06-28 23:57:48,292 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom27, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:26) is shutdown - MDC[activemq.broker=mom27] 2024-06-28 23:57:48,292 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:57:48,293 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 5012.618718 ms 2024-06-28 23:57:48,293 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:48,294 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:48,294 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:48,295 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 929965140'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom7] 2024-06-28 23:57:48,296 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #28 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom7] 2024-06-28 23:57:48,297 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom28] 2024-06-28 23:57:48,297 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom28] 2024-06-28 23:57:48,297 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom28] 2024-06-28 23:57:48,297 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom28] 2024-06-28 23:57:48,297 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom28] 2024-06-28 23:57:48,298 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom28, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:27) is starting - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom28] 2024-06-28 23:57:48,298 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom28, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:27) started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom28] 2024-06-28 23:57:48,298 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom28] 2024-06-28 23:57:48,299 INFO [scout-thread-19] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom28 started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom28] 2024-06-28 23:57:48,299 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-82:1,clientId=Scout JUnit MOM #28 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom28] 2024-06-28 23:57:48,305 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3da701a1, org.eclipse.scout.rt.mom.jms.JmsSubscription@6f51d1cc] 2024-06-28 23:57:48,305 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 2 subscriber jobs: [JobFutureTask@13865964[job=JMS reply cancel message listener, state=RUNNING], JobFutureTask@2bc6155f[job=JMS subscriber, state=DONE]] 2024-06-28 23:57:48,306 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.011117 ms 2024-06-28 23:57:48,306 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:57:48,306 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:57:48,307 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom28 stopped 2024-06-28 23:57:48,307 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom28, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:27) is shutting down - MDC[activemq.broker=mom28] 2024-06-28 23:57:48,307 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom28, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:27) uptime 0.010 seconds - MDC[activemq.broker=mom28] 2024-06-28 23:57:48,307 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom28, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:27) is shutdown - MDC[activemq.broker=mom28] 2024-06-28 23:57:48,308 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:57:48,308 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 13.971221 ms 2024-06-28 23:57:48,308 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:48,309 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:48,310 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:48,310 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1762923822'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom28] 2024-06-28 23:57:48,312 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #29 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom28] 2024-06-28 23:57:48,313 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom29] 2024-06-28 23:57:48,313 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom29] 2024-06-28 23:57:48,313 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom29] 2024-06-28 23:57:48,313 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom29] 2024-06-28 23:57:48,313 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom29] 2024-06-28 23:57:48,313 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom29, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:28) is starting - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom29] 2024-06-28 23:57:48,313 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom29, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:28) started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom29] 2024-06-28 23:57:48,313 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom29] 2024-06-28 23:57:48,314 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom29 started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom29] 2024-06-28 23:57:48,314 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-85:1,clientId=Scout JUnit MOM #29 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom29] 2024-06-28 23:57:48,318 ERROR [scout-thread-20] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:137) - 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=cb6cf383-fc09-4ece-9952-32ef5f727617, activemq.broker=mom26] org.eclipse.scout.rt.mom.jms.JmsMomWithRequestReplyTest$SomethingWrongException: expected-expected-junit-exception at org.eclipse.scout.rt.mom.jms.JmsMomWithRequestReplyTest.testRequestReply_ObjectMarshaller_Exception(JmsMomWithRequestReplyTest.java:623) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:75) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:37) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) 2024-06-28 23:57:48,401 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3b2114ce] 2024-06-28 23:57:48,402 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 2 subscriber jobs: [JobFutureTask@47b3b837[job=JMS subscriber, state=RUNNING], JobFutureTask@231260bf[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:48,402 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.015032 ms 2024-06-28 23:57:48,402 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:57:48,402 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:57:48,403 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom29 stopped 2024-06-28 23:57:48,403 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom29, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:28) is shutting down - MDC[activemq.broker=mom29] 2024-06-28 23:57:48,404 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom29, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:28) uptime 0.091 seconds - MDC[activemq.broker=mom29] 2024-06-28 23:57:48,404 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom29, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:28) is shutdown - MDC[activemq.broker=mom29] 2024-06-28 23:57:48,404 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:57:48,404 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 94.649409 ms 2024-06-28 23:57:48,404 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:48,406 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:48,407 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:48,408 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1117794193'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom29] 2024-06-28 23:57:48,409 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #30 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom29] 2024-06-28 23:57:48,410 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom30] 2024-06-28 23:57:48,410 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom30] 2024-06-28 23:57:48,410 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom30] 2024-06-28 23:57:48,410 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom30] 2024-06-28 23:57:48,410 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom30] 2024-06-28 23:57:48,410 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom30, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:29) is starting - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom30] 2024-06-28 23:57:48,410 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom30, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:29) started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom30] 2024-06-28 23:57:48,411 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom30] 2024-06-28 23:57:48,411 INFO [scout-thread-22] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom30 started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom30] 2024-06-28 23:57:48,412 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-88:1,clientId=Scout JUnit MOM #30 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom30] 2024-06-28 23:57:48,418 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6c502018] 2024-06-28 23:57:48,418 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@7d99288c[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:48,419 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.017101 ms 2024-06-28 23:57:48,419 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:57:48,419 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:57:48,436 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom30 stopped 2024-06-28 23:57:48,437 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom30, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:29) is shutting down - MDC[activemq.broker=mom30] 2024-06-28 23:57:48,437 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom30, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:29) uptime 0.027 seconds - MDC[activemq.broker=mom30] 2024-06-28 23:57:48,437 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom30, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:29) is shutdown - MDC[activemq.broker=mom30] 2024-06-28 23:57:48,438 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:57:48,438 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 31.079579 ms 2024-06-28 23:57:48,438 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:48,439 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:48,439 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:48,440 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1509522716'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom30] 2024-06-28 23:57:48,441 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #31 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom30] 2024-06-28 23:57:48,442 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom31] 2024-06-28 23:57:48,442 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom31] 2024-06-28 23:57:48,442 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom31] 2024-06-28 23:57:48,442 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom31] 2024-06-28 23:57:48,442 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom31] 2024-06-28 23:57:48,443 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom31, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:30) is starting - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom31] 2024-06-28 23:57:48,443 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom31, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:30) started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom31] 2024-06-28 23:57:48,443 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom31] 2024-06-28 23:57:48,443 INFO [scout-thread-19] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom31 started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom31] 2024-06-28 23:57:48,444 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-91:1,clientId=Scout JUnit MOM #31 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom31] 2024-06-28 23:57:48,450 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:481) - Request job canceled; java.lang.InterruptedException - MDC[jobName=request on test/mom/testQueueRequestReplyCancellation, activemq.broker=mom26] 2024-06-28 23:57:48,452 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4ffcb1bd] 2024-06-28 23:57:48,452 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@59f10b65[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:48,452 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.017581 ms 2024-06-28 23:57:48,453 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:57:48,453 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:57:48,453 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom31 stopped 2024-06-28 23:57:48,453 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom31, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:30) is shutting down - MDC[activemq.broker=mom31] 2024-06-28 23:57:48,454 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom31, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:30) uptime 0.012 seconds - MDC[activemq.broker=mom31] 2024-06-28 23:57:48,454 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom31, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:30) is shutdown - MDC[activemq.broker=mom31] 2024-06-28 23:57:48,454 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:57:48,455 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 15.119792 ms 2024-06-28 23:57:48,455 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:48,456 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:48,456 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:48,457 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1988296625'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom31] 2024-06-28 23:57:48,458 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #32 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom31] 2024-06-28 23:57:48,459 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom32] 2024-06-28 23:57:48,459 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom32] 2024-06-28 23:57:48,459 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom32] 2024-06-28 23:57:48,459 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom32] 2024-06-28 23:57:48,459 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom32] 2024-06-28 23:57:48,460 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom32, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:31) is starting - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom32] 2024-06-28 23:57:48,460 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom32, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:31) started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom32] 2024-06-28 23:57:48,460 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom32] 2024-06-28 23:57:48,460 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom32 started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom32] 2024-06-28 23:57:48,461 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-94:1,clientId=Scout JUnit MOM #32 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom32] 2024-06-28 23:57:53,464 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:481) - Request job canceled; java.lang.InterruptedException - MDC[jobName=request on test/mom/testQueueRequestReplyTimeout] 2024-06-28 23:57:53,465 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@b97f195] 2024-06-28 23:57:53,466 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 2 subscriber jobs: [JobFutureTask@1c42a9a5[job=JMS subscriber, state=DONE], JobFutureTask@5be97443[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:53,466 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.010951 ms 2024-06-28 23:57:53,466 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:57:53,466 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:57:53,467 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom32 stopped 2024-06-28 23:57:53,467 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom32, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:31) is shutting down - MDC[activemq.broker=mom32] 2024-06-28 23:57:53,468 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom32, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:31) uptime 5.008 seconds - MDC[activemq.broker=mom32] 2024-06-28 23:57:53,468 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom32, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:31) is shutdown - MDC[activemq.broker=mom32] 2024-06-28 23:57:53,468 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:57:53,468 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 5011.961167 ms 2024-06-28 23:57:53,468 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:53,470 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:53,470 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:53,471 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1190917503'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom32] 2024-06-28 23:57:53,472 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #33 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom32] 2024-06-28 23:57:53,473 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom33] 2024-06-28 23:57:53,473 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom33] 2024-06-28 23:57:53,473 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom33] 2024-06-28 23:57:53,473 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom33] 2024-06-28 23:57:53,473 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom33] 2024-06-28 23:57:53,474 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom33, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:32) is starting - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom33] 2024-06-28 23:57:53,474 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom33, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:32) started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom33] 2024-06-28 23:57:53,474 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom33] 2024-06-28 23:57:53,474 INFO [scout-thread-22] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom33 started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom33] 2024-06-28 23:57:53,475 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-97:1,clientId=Scout JUnit MOM #33 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom33] 2024-06-28 23:57:53,479 ERROR [scout-thread-20] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:137) - 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=b8130902-d0b2-4e75-8c0d-57049ac73eff, activemq.broker=mom26] org.eclipse.scout.rt.mom.jms.JmsMomWithRequestReplyTest$SomethingWrongException: expected-expected-junit-exception at org.eclipse.scout.rt.mom.jms.JmsMomWithRequestReplyTest.testRequestReply_JsonMarshaller_Exception1(JmsMomWithRequestReplyTest.java:649) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:75) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:37) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) 2024-06-28 23:57:53,482 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@ab595e8] 2024-06-28 23:57:53,482 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@587be13e[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:53,483 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.023430 ms 2024-06-28 23:57:53,483 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:57:53,483 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:57:53,484 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom33 stopped 2024-06-28 23:57:53,484 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom33, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:32) is shutting down - MDC[activemq.broker=mom33] 2024-06-28 23:57:53,484 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom33, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:32) uptime 0.011 seconds - MDC[activemq.broker=mom33] 2024-06-28 23:57:53,485 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom33, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:32) is shutdown - MDC[activemq.broker=mom33] 2024-06-28 23:57:53,485 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:57:53,485 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 15.239643 ms 2024-06-28 23:57:53,485 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:53,487 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:53,487 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:53,488 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1447799707'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom33] 2024-06-28 23:57:53,489 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #34 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom33] 2024-06-28 23:57:53,490 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom34] 2024-06-28 23:57:53,490 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom34] 2024-06-28 23:57:53,490 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom34] 2024-06-28 23:57:53,490 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom34] 2024-06-28 23:57:53,490 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom34] 2024-06-28 23:57:53,491 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom34, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:33) is starting - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom34] 2024-06-28 23:57:53,491 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom34, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:33) started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom34] 2024-06-28 23:57:53,491 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom34] 2024-06-28 23:57:53,491 INFO [scout-thread-19] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom34 started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom34] 2024-06-28 23:57:53,492 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-100:1,clientId=Scout JUnit MOM #34 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom34] 2024-06-28 23:57:53,496 INFO [scout-thread-20] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:108) - VetoException: undefined [severity=ERROR] - MDC[jobName=Receiving JMS message [dest=Destination@dbe9510d[name=test/mom/testRequestReply_JsonMarshaller_Exception2, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=11fc98e8-325f-4a8f-b96b-14c6f573b13f, activemq.broker=mom26] 2024-06-28 23:57:53,502 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@77331437] 2024-06-28 23:57:53,503 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@2cc774ca[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:53,503 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.021773 ms 2024-06-28 23:57:53,503 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:57:53,504 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:57:53,504 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom34 stopped 2024-06-28 23:57:53,504 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom34, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:33) is shutting down - MDC[activemq.broker=mom34] 2024-06-28 23:57:53,505 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom34, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:33) uptime 0.015 seconds - MDC[activemq.broker=mom34] 2024-06-28 23:57:53,505 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom34, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:33) is shutdown - MDC[activemq.broker=mom34] 2024-06-28 23:57:53,505 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:57:53,505 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 17.995273 ms 2024-06-28 23:57:53,505 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:53,507 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:53,507 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:53,532 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 528865970'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom34] 2024-06-28 23:57:53,533 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #35 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom34] 2024-06-28 23:57:53,534 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom35] 2024-06-28 23:57:53,535 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom35] 2024-06-28 23:57:53,535 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom35] 2024-06-28 23:57:53,535 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom35] 2024-06-28 23:57:53,535 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom35] 2024-06-28 23:57:53,535 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom35, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:34) is starting - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom35] 2024-06-28 23:57:53,535 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom35, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:34) started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom35] 2024-06-28 23:57:53,535 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom35] 2024-06-28 23:57:53,536 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom35 started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom35] 2024-06-28 23:57:53,537 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-103:1,clientId=Scout JUnit MOM #35 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom35] 2024-06-28 23:57:53,550 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@4b517357, org.eclipse.scout.rt.mom.jms.JmsSubscription@702ab027] 2024-06-28 23:57:53,550 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@15529dcc[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:53,551 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.015501 ms 2024-06-28 23:57:53,551 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:57:53,551 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:57:53,552 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom35 stopped 2024-06-28 23:57:53,552 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom35, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:34) is shutting down - MDC[activemq.broker=mom35] 2024-06-28 23:57:53,552 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom35, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:34) uptime 0.018 seconds - MDC[activemq.broker=mom35] 2024-06-28 23:57:53,553 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom35, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:34) is shutdown - MDC[activemq.broker=mom35] 2024-06-28 23:57:53,553 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:57:53,553 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 45.966464 ms 2024-06-28 23:57:53,553 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:53,555 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:53,555 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:53,555 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 540619618'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom35] 2024-06-28 23:57:53,557 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #36 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom35] 2024-06-28 23:57:53,557 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom36] 2024-06-28 23:57:53,557 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom36] 2024-06-28 23:57:53,558 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom36] 2024-06-28 23:57:53,558 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom36] 2024-06-28 23:57:53,558 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom36] 2024-06-28 23:57:53,558 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom36, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:35) is starting - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom36] 2024-06-28 23:57:53,558 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom36, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:35) started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom36] 2024-06-28 23:57:53,558 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom36] 2024-06-28 23:57:53,558 INFO [scout-thread-22] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom36 started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom36] 2024-06-28 23:57:53,559 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-106:1,clientId=Scout JUnit MOM #36 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom36] 2024-06-28 23:57:53,566 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1a000fff] 2024-06-28 23:57:53,566 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@5dff188f[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:53,567 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.015530 ms 2024-06-28 23:57:53,567 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:57:53,567 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:57:53,567 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom36 stopped 2024-06-28 23:57:53,568 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom36, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:35) is shutting down - MDC[activemq.broker=mom36] 2024-06-28 23:57:53,568 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom36, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:35) uptime 0.011 seconds - MDC[activemq.broker=mom36] 2024-06-28 23:57:53,568 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom36, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:35) is shutdown - MDC[activemq.broker=mom36] 2024-06-28 23:57:53,568 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:57:53,569 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 13.917670 ms 2024-06-28 23:57:53,569 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:53,570 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:53,570 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:53,571 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 781872538'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom36] 2024-06-28 23:57:53,572 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #37 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom36] 2024-06-28 23:57:53,573 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom37] 2024-06-28 23:57:53,573 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom37] 2024-06-28 23:57:53,573 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom37] 2024-06-28 23:57:53,573 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom37] 2024-06-28 23:57:53,573 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom37] 2024-06-28 23:57:53,573 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom37, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:36) is starting - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom37] 2024-06-28 23:57:53,573 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom37, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:36) started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom37] 2024-06-28 23:57:53,573 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom37] 2024-06-28 23:57:53,574 INFO [scout-thread-19] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom37 started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom37] 2024-06-28 23:57:53,575 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-109:1,clientId=Scout JUnit MOM #37 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom37] 2024-06-28 23:57:53,579 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:481) - Request job canceled; java.lang.InterruptedException - MDC[jobName=request on test/mom/testTopicRequestReplyCancellation, activemq.broker=mom26] 2024-06-28 23:57:53,579 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2314f013] 2024-06-28 23:57:53,579 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@4a1f5b1e[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:53,580 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.012835 ms 2024-06-28 23:57:53,580 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:57:53,580 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:57:53,581 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom37 stopped 2024-06-28 23:57:53,581 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom37, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:36) is shutting down - MDC[activemq.broker=mom37] 2024-06-28 23:57:53,581 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom37, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:36) uptime 0.008 seconds - MDC[activemq.broker=mom37] 2024-06-28 23:57:53,582 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom37, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:36) is shutdown - MDC[activemq.broker=mom37] 2024-06-28 23:57:53,582 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:57:53,582 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 11.675798 ms 2024-06-28 23:57:53,582 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:53,583 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:53,584 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:53,584 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 174029255'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom37] 2024-06-28 23:57:53,585 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #38 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom37] 2024-06-28 23:57:53,586 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom38] 2024-06-28 23:57:53,586 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom38] 2024-06-28 23:57:53,586 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom38] 2024-06-28 23:57:53,586 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom38] 2024-06-28 23:57:53,586 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom38] 2024-06-28 23:57:53,586 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom38, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:37) is starting - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom38] 2024-06-28 23:57:53,586 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom38, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:37) started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom38] 2024-06-28 23:57:53,587 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom38] 2024-06-28 23:57:53,587 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom38 started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom38] 2024-06-28 23:57:53,588 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-112:1,clientId=Scout JUnit MOM #38 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom38] 2024-06-28 23:57:53,593 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@75613c99, org.eclipse.scout.rt.mom.jms.JmsSubscription@7c0b6973] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom37] 2024-06-28 23:57:53,597 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@54d8f74f, org.eclipse.scout.rt.mom.jms.JmsSubscription@38c6dbe4] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom37] 2024-06-28 23:57:53,637 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@52ba16a, org.eclipse.scout.rt.mom.jms.JmsSubscription@3e2e3697] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom37] 2024-06-28 23:57:53,642 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@12e48a47, org.eclipse.scout.rt.mom.jms.JmsSubscription@37c4838e] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom37] 2024-06-28 23:57:53,647 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@3fd21b79, org.eclipse.scout.rt.mom.jms.JmsSubscription@39e2e40a] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom37] 2024-06-28 23:57:53,652 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@13523475, org.eclipse.scout.rt.mom.jms.JmsSubscription@7ba215cd] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom37] 2024-06-28 23:57:53,658 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@58a31754, org.eclipse.scout.rt.mom.jms.JmsSubscription@1edf96c4] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom37] 2024-06-28 23:57:53,663 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@53d3562e, org.eclipse.scout.rt.mom.jms.JmsSubscription@223ebd00] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom37] 2024-06-28 23:57:53,667 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@3a85c735, org.eclipse.scout.rt.mom.jms.JmsSubscription@3046d4a6] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom37] 2024-06-28 23:57:53,672 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@1b099df3, org.eclipse.scout.rt.mom.jms.JmsSubscription@726684ad] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom37] 2024-06-28 23:57:53,673 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@7ca7717[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:53,673 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.027198 ms 2024-06-28 23:57:53,673 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:57:53,673 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:57:53,674 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom38 stopped 2024-06-28 23:57:53,674 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom38, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:37) is shutting down - MDC[activemq.broker=mom38] 2024-06-28 23:57:53,674 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom38, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:37) uptime 0.088 seconds - MDC[activemq.broker=mom38] 2024-06-28 23:57:53,675 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom38, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:37) is shutdown - MDC[activemq.broker=mom38] 2024-06-28 23:57:53,675 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:57:53,675 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 91.062487 ms 2024-06-28 23:57:53,675 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:53,676 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:53,676 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:53,677 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 2038181676'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom38] 2024-06-28 23:57:53,678 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #39 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom38] 2024-06-28 23:57:53,678 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom39] 2024-06-28 23:57:53,678 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom39] 2024-06-28 23:57:53,678 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom39] 2024-06-28 23:57:53,678 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom39] 2024-06-28 23:57:53,678 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom39] 2024-06-28 23:57:53,679 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom39, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:38) is starting - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom39] 2024-06-28 23:57:53,679 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom39, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:38) started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom39] 2024-06-28 23:57:53,679 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom39] 2024-06-28 23:57:53,679 INFO [scout-thread-19] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom39 started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom39] 2024-06-28 23:57:53,680 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-115:1,clientId=Scout JUnit MOM #39 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom39] 2024-06-28 23:57:53,684 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@3c83e9ca, org.eclipse.scout.rt.mom.jms.JmsSubscription@7c0ecdbf] 2024-06-28 23:57:53,685 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@fa2b63[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:53,685 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.016905 ms 2024-06-28 23:57:53,685 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:57:53,685 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:57:53,686 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom39 stopped 2024-06-28 23:57:53,686 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom39, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:38) is shutting down - MDC[activemq.broker=mom39] 2024-06-28 23:57:53,686 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom39, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:38) uptime 0.008 seconds - MDC[activemq.broker=mom39] 2024-06-28 23:57:53,686 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom39, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:38) is shutdown - MDC[activemq.broker=mom39] 2024-06-28 23:57:53,686 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:57:53,687 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 10.436611 ms 2024-06-28 23:57:53,687 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:53,688 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:53,688 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:53,689 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1003065494'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom39] 2024-06-28 23:57:53,690 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #40 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom39] 2024-06-28 23:57:53,690 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom40] 2024-06-28 23:57:53,690 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom40] 2024-06-28 23:57:53,690 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom40] 2024-06-28 23:57:53,691 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom40] 2024-06-28 23:57:53,691 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom40] 2024-06-28 23:57:53,691 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom40, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:39) is starting - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom40] 2024-06-28 23:57:53,691 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom40, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:39) started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom40] 2024-06-28 23:57:53,691 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom40] 2024-06-28 23:57:53,691 INFO [scout-thread-22] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom40 started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom40] 2024-06-28 23:57:53,692 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-118:1,clientId=Scout JUnit MOM #40 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom40] 2024-06-28 23:57:53,696 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@301c622d] 2024-06-28 23:57:53,697 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@20bef486[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:53,697 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.014269 ms 2024-06-28 23:57:53,697 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:57:53,697 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:57:53,698 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom40 stopped 2024-06-28 23:57:53,698 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom40, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:39) is shutting down - MDC[activemq.broker=mom40] 2024-06-28 23:57:53,698 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom40, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:39) uptime 0.008 seconds - MDC[activemq.broker=mom40] 2024-06-28 23:57:53,698 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom40, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:39) is shutdown - MDC[activemq.broker=mom40] 2024-06-28 23:57:53,698 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:57:53,698 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 10.488026 ms 2024-06-28 23:57:53,698 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:53,700 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:53,700 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:53,701 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 177295134'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom40] 2024-06-28 23:57:53,702 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #41 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom40] 2024-06-28 23:57:53,704 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom41] 2024-06-28 23:57:53,704 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom41] 2024-06-28 23:57:53,704 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS subscriber, activemq.broker=mom41] 2024-06-28 23:57:53,704 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS subscriber, activemq.broker=mom41] 2024-06-28 23:57:53,704 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS subscriber, activemq.broker=mom41] 2024-06-28 23:57:53,704 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom41, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:40) is starting - MDC[jobName=JMS subscriber, activemq.broker=mom41] 2024-06-28 23:57:53,704 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom41, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:40) started - MDC[jobName=JMS subscriber, activemq.broker=mom41] 2024-06-28 23:57:53,704 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber, activemq.broker=mom41] 2024-06-28 23:57:53,705 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom41 started - MDC[jobName=JMS subscriber, activemq.broker=mom41] 2024-06-28 23:57:53,705 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-121:1,clientId=Scout JUnit MOM #41 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS subscriber, activemq.broker=mom41] 2024-06-28 23:57:53,740 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:481) - Request job canceled; java.lang.InterruptedException - MDC[jobName=request on test/mom/testQueueRequestReplyCancellation, activemq.broker=mom26] 2024-06-28 23:57:53,742 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5ad13be4, org.eclipse.scout.rt.mom.jms.JmsSubscription@2e93f91d] 2024-06-28 23:57:53,743 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 2 subscriber jobs: [JobFutureTask@26b0bbc[job=JMS reply cancel message listener, state=RUNNING], JobFutureTask@7ea241ee[job=JMS subscriber, state=RUNNING]] 2024-06-28 23:57:53,743 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.018571 ms 2024-06-28 23:57:53,743 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:57:53,743 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:57:53,744 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom41 stopped 2024-06-28 23:57:53,744 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom41, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:40) is shutting down - MDC[activemq.broker=mom41] 2024-06-28 23:57:53,745 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom41, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:40) uptime 0.041 seconds - MDC[activemq.broker=mom41] 2024-06-28 23:57:53,745 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom41, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:40) is shutdown - MDC[activemq.broker=mom41] 2024-06-28 23:57:53,745 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:57:53,745 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 45.496273 ms 2024-06-28 23:57:53,745 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:53,747 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:53,747 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:53,747 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1071613100'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom39] 2024-06-28 23:57:53,749 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #42 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom39] 2024-06-28 23:57:53,749 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom42] 2024-06-28 23:57:53,749 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom42] 2024-06-28 23:57:53,749 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom42] 2024-06-28 23:57:53,749 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom42] 2024-06-28 23:57:53,749 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom42] 2024-06-28 23:57:53,750 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom42, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:41) is starting - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom42] 2024-06-28 23:57:53,750 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom42, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:41) started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom42] 2024-06-28 23:57:53,750 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom42] 2024-06-28 23:57:53,750 INFO [scout-thread-18] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom42 started - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom42] 2024-06-28 23:57:53,751 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-124:1,clientId=Scout JUnit MOM #42 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom42] 2024-06-28 23:57:53,757 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@d91e8c7] 2024-06-28 23:57:53,758 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@6569e07[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:53,758 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.014310 ms 2024-06-28 23:57:53,758 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:57:53,758 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:57:53,759 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom42 stopped 2024-06-28 23:57:53,759 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom42, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:41) is shutting down - MDC[activemq.broker=mom42] 2024-06-28 23:57:53,759 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom42, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:41) uptime 0.010 seconds - MDC[activemq.broker=mom42] 2024-06-28 23:57:53,759 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom42, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:41) is shutdown - MDC[activemq.broker=mom42] 2024-06-28 23:57:53,759 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:57:53,760 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 12.738639 ms 2024-06-28 23:57:53,760 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:53,761 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:53,761 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:53,762 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1403408041'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom42] 2024-06-28 23:57:53,763 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.createContextEnvironment(JmsMomImplementor.java:711) - ignoring property having null key or value [key=scout.mom.requestreply.enabled, value=null] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom42] 2024-06-28 23:57:53,764 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #43 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom42] 2024-06-28 23:57:53,765 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom43] 2024-06-28 23:57:53,765 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom43] 2024-06-28 23:57:53,765 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS subscriber, activemq.broker=mom43] 2024-06-28 23:57:53,765 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS subscriber, activemq.broker=mom43] 2024-06-28 23:57:53,765 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS subscriber, activemq.broker=mom43] 2024-06-28 23:57:53,766 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom43, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:42) is starting - MDC[jobName=JMS subscriber, activemq.broker=mom43] 2024-06-28 23:57:53,766 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom43, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:42) started - MDC[jobName=JMS subscriber, activemq.broker=mom43] 2024-06-28 23:57:53,766 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber, activemq.broker=mom43] 2024-06-28 23:57:53,766 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom43 started - MDC[jobName=JMS subscriber, activemq.broker=mom43] 2024-06-28 23:57:53,767 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-127:1,clientId=Scout JUnit MOM #43 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS subscriber, activemq.broker=mom43] 2024-06-28 23:57:53,772 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:481) - Request job canceled; java.lang.InterruptedException - MDC[jobName=request on test/mom/testQueueRequestReplyCancellation, activemq.broker=mom26] 2024-06-28 23:57:54,773 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 3 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6b8683b8, org.eclipse.scout.rt.mom.jms.JmsSubscription@495598c5, org.eclipse.scout.rt.mom.jms.JmsSubscription@6e4ac3f5] 2024-06-28 23:57:54,774 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 2 subscriber jobs: [JobFutureTask@18d228b1[job=JMS subscriber, state=RUNNING], JobFutureTask@734f0f44[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:54,774 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.017466 ms 2024-06-28 23:57:54,774 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:57:54,775 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:57:54,775 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom43 stopped 2024-06-28 23:57:54,775 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom43, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:42) is shutting down - MDC[activemq.broker=mom43] 2024-06-28 23:57:54,776 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom43, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:42) uptime 1.011 seconds - MDC[activemq.broker=mom43] 2024-06-28 23:57:54,776 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom43, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:42) is shutdown - MDC[activemq.broker=mom43] 2024-06-28 23:57:54,776 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:57:54,776 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 1015.146464 ms 2024-06-28 23:57:54,776 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:54,777 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:54,777 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:54,778 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1609711165'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom40] 2024-06-28 23:57:54,779 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #44 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom40] 2024-06-28 23:57:54,779 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom44] 2024-06-28 23:57:54,779 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom44] 2024-06-28 23:57:54,779 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom44] 2024-06-28 23:57:54,780 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom44] 2024-06-28 23:57:54,780 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom44] 2024-06-28 23:57:54,780 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom44, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:43) is starting - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom44] 2024-06-28 23:57:54,780 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom44, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:43) started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom44] 2024-06-28 23:57:54,780 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom44] 2024-06-28 23:57:54,780 INFO [scout-thread-22] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom44 started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom44] 2024-06-28 23:57:54,790 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@34b41d1f, org.eclipse.scout.rt.mom.jms.JmsSubscription@5345c829] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom44] 2024-06-28 23:57:54,796 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@7fcd91ba, org.eclipse.scout.rt.mom.jms.JmsSubscription@1e1e265f] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom44] 2024-06-28 23:57:54,802 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@144ce66f, org.eclipse.scout.rt.mom.jms.JmsSubscription@5c009665] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom44] 2024-06-28 23:57:54,809 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@5c630c4f, org.eclipse.scout.rt.mom.jms.JmsSubscription@10ec0207] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom44] 2024-06-28 23:57:54,815 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@6ebc103, org.eclipse.scout.rt.mom.jms.JmsSubscription@292a1bb7] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom44] 2024-06-28 23:57:54,820 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@12ede9ba, org.eclipse.scout.rt.mom.jms.JmsSubscription@e5daa5c] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom44] 2024-06-28 23:57:54,826 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@3fb6e404, org.eclipse.scout.rt.mom.jms.JmsSubscription@fec2784] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom44] 2024-06-28 23:57:54,832 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@e5a96e4, org.eclipse.scout.rt.mom.jms.JmsSubscription@1060ddd8] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom44] 2024-06-28 23:57:54,839 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@41087195, org.eclipse.scout.rt.mom.jms.JmsSubscription@1449f84b] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom44] 2024-06-28 23:57:54,845 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@7cda2d2b, org.eclipse.scout.rt.mom.jms.JmsSubscription@edbe30c] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom44] 2024-06-28 23:57:54,846 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@64f910d4[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:54,846 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.009151 ms 2024-06-28 23:57:54,847 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom44 stopped 2024-06-28 23:57:54,847 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom44, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:43) is shutting down - MDC[activemq.broker=mom44] 2024-06-28 23:57:54,847 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom44, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:43) uptime 0.068 seconds - MDC[activemq.broker=mom44] 2024-06-28 23:57:54,847 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom44, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:43) is shutdown - MDC[activemq.broker=mom44] 2024-06-28 23:57:54,847 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:57:54,847 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 70.388178 ms 2024-06-28 23:57:54,848 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:54,848 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:54,848 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:54,849 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1548894646'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom13] 2024-06-28 23:57:54,850 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #45 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom13] 2024-06-28 23:57:54,850 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom45] 2024-06-28 23:57:54,851 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom45] 2024-06-28 23:57:54,851 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom45] 2024-06-28 23:57:54,851 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom45] 2024-06-28 23:57:54,851 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom45] 2024-06-28 23:57:54,851 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom45, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:44) is starting - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom45] 2024-06-28 23:57:54,852 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom45, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:44) started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom45] 2024-06-28 23:57:54,852 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom45] 2024-06-28 23:57:54,852 INFO [scout-thread-21] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom45 started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom45] Reply: TheReply 2024-06-28 23:57:54,860 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4d5d945d] 2024-06-28 23:57:54,860 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@1b5a371f[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:54,860 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.009634 ms 2024-06-28 23:57:54,861 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom45 stopped 2024-06-28 23:57:54,861 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom45, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:44) is shutting down - MDC[activemq.broker=mom45] 2024-06-28 23:57:54,861 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom45, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:44) uptime 0.011 seconds - MDC[activemq.broker=mom45] 2024-06-28 23:57:54,862 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom45, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:44) is shutdown - MDC[activemq.broker=mom45] 2024-06-28 23:57:54,862 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:57:54,862 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 13.726456 ms 2024-06-28 23:57:54,862 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:54,864 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:54,864 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:54,864 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 222142811'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom44] 2024-06-28 23:57:54,865 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #46 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom44] 2024-06-28 23:57:54,866 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom46] 2024-06-28 23:57:54,866 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom46] 2024-06-28 23:57:54,866 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom46] 2024-06-28 23:57:54,866 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom46] 2024-06-28 23:57:54,866 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom46] 2024-06-28 23:57:54,866 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom46, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:45) is starting - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom46] 2024-06-28 23:57:54,866 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom46, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:45) started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom46] 2024-06-28 23:57:54,867 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom46] 2024-06-28 23:57:54,867 INFO [scout-thread-22] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom46 started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom46] 2024-06-28 23:57:54,872 ERROR [scout-thread-18] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:137) - 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=30a3e956-32c0-43e0-a68c-19f9e323928b, activemq.broker=mom42] org.eclipse.scout.rt.mom.jms.JmsMomWithRequestReplyTest$SomethingWrongException: expected-expected-junit-exception at org.eclipse.scout.rt.mom.jms.JmsMomWithRequestReplyTest.testRequestReply_StringMarshaller_Exception(JmsMomWithRequestReplyTest.java:701) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:75) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:37) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) 2024-06-28 23:57:54,874 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@40477d52] 2024-06-28 23:57:54,875 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@10e69bf1[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:54,875 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.013310 ms 2024-06-28 23:57:54,876 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom46 stopped 2024-06-28 23:57:54,876 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom46, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:45) is shutting down - MDC[activemq.broker=mom46] 2024-06-28 23:57:54,876 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom46, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:45) uptime 0.010 seconds - MDC[activemq.broker=mom46] 2024-06-28 23:57:54,876 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom46, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:45) is shutdown - MDC[activemq.broker=mom46] 2024-06-28 23:57:54,877 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:57:54,877 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 13.051715 ms 2024-06-28 23:57:54,877 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:54,878 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:54,878 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:54,879 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1735974089'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom39] 2024-06-28 23:57:54,880 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #47 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom39] 2024-06-28 23:57:54,880 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom47] 2024-06-28 23:57:54,880 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom47] 2024-06-28 23:57:54,881 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom47] 2024-06-28 23:57:54,881 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom47] 2024-06-28 23:57:54,881 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom47] 2024-06-28 23:57:54,881 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom47, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:46) is starting - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom47] 2024-06-28 23:57:54,881 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom47, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:46) started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom47] 2024-06-28 23:57:54,881 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom47] 2024-06-28 23:57:54,881 INFO [scout-thread-19] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom47 started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom47] 2024-06-28 23:57:54,889 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@227aded3, org.eclipse.scout.rt.mom.jms.JmsSubscription@1fe47d9a] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom47] 2024-06-28 23:57:54,906 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@7efbedc1, org.eclipse.scout.rt.mom.jms.JmsSubscription@63f3f430] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom47] 2024-06-28 23:57:54,942 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@58397505, org.eclipse.scout.rt.mom.jms.JmsSubscription@38585cbb] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom47] 2024-06-28 23:57:54,948 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@3d81df20, org.eclipse.scout.rt.mom.jms.JmsSubscription@60e5a658] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom47] 2024-06-28 23:57:54,954 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@664c0fd2, org.eclipse.scout.rt.mom.jms.JmsSubscription@f1192c2] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom47] 2024-06-28 23:57:54,960 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@23398207, org.eclipse.scout.rt.mom.jms.JmsSubscription@3be42cdb] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom47] 2024-06-28 23:57:54,966 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@26d48d8, org.eclipse.scout.rt.mom.jms.JmsSubscription@6b5461a0] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom47] 2024-06-28 23:57:54,972 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@1407f0bf, org.eclipse.scout.rt.mom.jms.JmsSubscription@51c46fa4] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom47] 2024-06-28 23:57:54,979 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@9c5df61, org.eclipse.scout.rt.mom.jms.JmsSubscription@170025a7] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom47] 2024-06-28 23:57:54,984 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@2ceebcce, org.eclipse.scout.rt.mom.jms.JmsSubscription@ebbe94a] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom47] 2024-06-28 23:57:54,985 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@3530195b[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:54,985 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.014656 ms 2024-06-28 23:57:54,986 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom47 stopped 2024-06-28 23:57:54,986 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom47, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:46) is shutting down - MDC[activemq.broker=mom47] 2024-06-28 23:57:54,987 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom47, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:46) uptime 0.107 seconds - MDC[activemq.broker=mom47] 2024-06-28 23:57:54,987 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom47, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:46) is shutdown - MDC[activemq.broker=mom47] 2024-06-28 23:57:54,987 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:57:54,988 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 109.187111 ms 2024-06-28 23:57:54,988 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:54,989 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:54,989 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:54,989 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 543886171'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom45] 2024-06-28 23:57:54,990 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #48 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom45] 2024-06-28 23:57:54,991 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom48] 2024-06-28 23:57:54,991 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom48] 2024-06-28 23:57:54,991 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom48] 2024-06-28 23:57:54,991 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom48] 2024-06-28 23:57:54,991 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom48] 2024-06-28 23:57:54,991 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom48, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:47) is starting - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom48] 2024-06-28 23:57:54,991 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom48, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:47) started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom48] 2024-06-28 23:57:54,991 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom48] 2024-06-28 23:57:54,992 INFO [scout-thread-21] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom48 started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom48] 2024-06-28 23:57:55,049 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4fe4b8b6, org.eclipse.scout.rt.mom.jms.JmsSubscription@77da2881] 2024-06-28 23:57:55,051 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@647e0a25[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:55,051 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.009541 ms 2024-06-28 23:57:55,051 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom48 stopped 2024-06-28 23:57:55,051 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom48, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:47) is shutting down - MDC[activemq.broker=mom48] 2024-06-28 23:57:55,052 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom48, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:47) uptime 0.061 seconds - MDC[activemq.broker=mom48] 2024-06-28 23:57:55,052 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom48, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:47) is shutdown - MDC[activemq.broker=mom48] 2024-06-28 23:57:55,052 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:57:55,052 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 63.258373 ms 2024-06-28 23:57:55,052 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:55,053 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:55,053 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:55,053 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 170491269'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom47] 2024-06-28 23:57:55,054 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #49 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom47] 2024-06-28 23:57:55,055 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom49] 2024-06-28 23:57:55,055 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom49] 2024-06-28 23:57:55,055 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom49] 2024-06-28 23:57:55,055 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom49] 2024-06-28 23:57:55,055 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom49] 2024-06-28 23:57:55,055 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom49, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:48) is starting - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom49] 2024-06-28 23:57:55,055 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom49, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:48) started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom49] 2024-06-28 23:57:55,055 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom49] 2024-06-28 23:57:55,056 INFO [scout-thread-19] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom49 started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom49] 2024-06-28 23:57:55,114 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@66ab3716, org.eclipse.scout.rt.mom.jms.JmsSubscription@103a1ad3] 2024-06-28 23:57:55,115 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@57bb0aa[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:55,115 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.009085 ms 2024-06-28 23:57:55,116 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom49 stopped 2024-06-28 23:57:55,116 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom49, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:48) is shutting down - MDC[activemq.broker=mom49] 2024-06-28 23:57:55,116 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom49, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:48) uptime 0.061 seconds - MDC[activemq.broker=mom49] 2024-06-28 23:57:55,116 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom49, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:48) is shutdown - MDC[activemq.broker=mom49] 2024-06-28 23:57:55,117 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:57:55,117 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 63.897182 ms 2024-06-28 23:57:55,117 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:55,117 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:55,117 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:55,118 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1393546272'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom43] 2024-06-28 23:57:55,119 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #50 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom43] 2024-06-28 23:57:55,119 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom50] 2024-06-28 23:57:55,119 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom50] 2024-06-28 23:57:55,119 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom50] 2024-06-28 23:57:55,119 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom50] 2024-06-28 23:57:55,119 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom50] 2024-06-28 23:57:55,120 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom50, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:49) is starting - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom50] 2024-06-28 23:57:55,120 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom50, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:49) started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom50] 2024-06-28 23:57:55,120 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom50] 2024-06-28 23:57:55,120 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom50 started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom50] 2024-06-28 23:57:55,178 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@a3f1f32, org.eclipse.scout.rt.mom.jms.JmsSubscription@67fda9fb] 2024-06-28 23:57:55,179 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@17211af[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:55,179 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.010538 ms 2024-06-28 23:57:55,180 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom50 stopped 2024-06-28 23:57:55,180 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom50, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:49) is shutting down - MDC[activemq.broker=mom50] 2024-06-28 23:57:55,180 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom50, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:49) uptime 0.061 seconds - MDC[activemq.broker=mom50] 2024-06-28 23:57:55,180 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom50, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:49) is shutdown - MDC[activemq.broker=mom50] 2024-06-28 23:57:55,180 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:57:55,180 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 63.126348 ms 2024-06-28 23:57:55,181 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:55,181 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:55,181 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:55,182 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 90763281'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom48] 2024-06-28 23:57:55,183 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #51 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom48] 2024-06-28 23:57:55,184 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom51] 2024-06-28 23:57:55,184 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom51] 2024-06-28 23:57:55,184 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom51] 2024-06-28 23:57:55,184 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom51] 2024-06-28 23:57:55,184 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom51] 2024-06-28 23:57:55,185 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom51, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:50) is starting - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom51] 2024-06-28 23:57:55,185 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom51, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:50) started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom51] 2024-06-28 23:57:55,185 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom51] 2024-06-28 23:57:55,185 INFO [scout-thread-21] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom51 started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom51] 2024-06-28 23:57:55,251 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2bfe4df9, org.eclipse.scout.rt.mom.jms.JmsSubscription@4f466207] 2024-06-28 23:57:55,252 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@21595377[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:55,253 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.010018 ms 2024-06-28 23:57:55,253 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom51 stopped 2024-06-28 23:57:55,253 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom51, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:50) is shutting down - MDC[activemq.broker=mom51] 2024-06-28 23:57:55,254 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom51, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:50) uptime 0.070 seconds - MDC[activemq.broker=mom51] 2024-06-28 23:57:55,254 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom51, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:50) is shutdown - MDC[activemq.broker=mom51] 2024-06-28 23:57:55,254 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:57:55,254 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 72.804518 ms 2024-06-28 23:57:55,254 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:55,255 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:55,255 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:55,255 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 760817788'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom49] 2024-06-28 23:57:55,256 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #52 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom49] 2024-06-28 23:57:55,257 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom52] 2024-06-28 23:57:55,257 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom52] 2024-06-28 23:57:55,257 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom52] 2024-06-28 23:57:55,257 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom52] 2024-06-28 23:57:55,257 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom52] 2024-06-28 23:57:55,257 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom52, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:51) is starting - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom52] 2024-06-28 23:57:55,257 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom52, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:51) started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom52] 2024-06-28 23:57:55,257 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom52] 2024-06-28 23:57:55,258 INFO [scout-thread-19] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom52 started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom52] 2024-06-28 23:57:55,316 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@579cfcc4, org.eclipse.scout.rt.mom.jms.JmsSubscription@57eb2555] 2024-06-28 23:57:55,317 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@4ecf6960[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:55,317 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.010057 ms 2024-06-28 23:57:55,317 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom52 stopped 2024-06-28 23:57:55,318 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom52, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:51) is shutting down - MDC[activemq.broker=mom52] 2024-06-28 23:57:55,318 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom52, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:51) uptime 0.061 seconds - MDC[activemq.broker=mom52] 2024-06-28 23:57:55,318 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom52, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:51) is shutdown - MDC[activemq.broker=mom52] 2024-06-28 23:57:55,318 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:57:55,318 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 63.601611 ms 2024-06-28 23:57:55,318 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:55,319 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:55,319 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:55,320 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1887110990'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom50] 2024-06-28 23:57:55,321 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #53 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom50] 2024-06-28 23:57:55,321 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom53] 2024-06-28 23:57:55,321 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom53] 2024-06-28 23:57:55,321 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom53] 2024-06-28 23:57:55,321 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom53] 2024-06-28 23:57:55,321 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom53] 2024-06-28 23:57:55,322 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom53, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:52) is starting - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom53] 2024-06-28 23:57:55,322 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom53, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:52) started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom53] 2024-06-28 23:57:55,322 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom53] 2024-06-28 23:57:55,322 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom53 started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom53] 2024-06-28 23:57:55,380 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@281d3ce7, org.eclipse.scout.rt.mom.jms.JmsSubscription@fdfd984] 2024-06-28 23:57:55,381 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@1c91abab[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:55,381 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.010815 ms 2024-06-28 23:57:55,382 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom53 stopped 2024-06-28 23:57:55,382 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom53, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:52) is shutting down - MDC[activemq.broker=mom53] 2024-06-28 23:57:55,382 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom53, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:52) uptime 0.061 seconds - MDC[activemq.broker=mom53] 2024-06-28 23:57:55,382 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom53, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:52) is shutdown - MDC[activemq.broker=mom53] 2024-06-28 23:57:55,383 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:57:55,383 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 63.701351 ms 2024-06-28 23:57:55,383 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:55,383 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:55,383 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:55,384 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1461298967'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom51] 2024-06-28 23:57:55,385 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #54 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom51] 2024-06-28 23:57:55,386 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom54] 2024-06-28 23:57:55,386 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom54] 2024-06-28 23:57:55,386 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom54] 2024-06-28 23:57:55,386 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom54] 2024-06-28 23:57:55,387 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom54] 2024-06-28 23:57:55,387 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom54, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:53) is starting - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom54] 2024-06-28 23:57:55,387 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom54, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:53) started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom54] 2024-06-28 23:57:55,387 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom54] 2024-06-28 23:57:55,388 INFO [scout-thread-21] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom54 started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom54] 2024-06-28 23:57:55,446 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4e9d1119, org.eclipse.scout.rt.mom.jms.JmsSubscription@5d1907fb] 2024-06-28 23:57:55,447 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@8dc9142[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:55,447 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.014407 ms 2024-06-28 23:57:55,448 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom54 stopped 2024-06-28 23:57:55,448 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom54, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:53) is shutting down - MDC[activemq.broker=mom54] 2024-06-28 23:57:55,449 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom54, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:53) uptime 0.063 seconds - MDC[activemq.broker=mom54] 2024-06-28 23:57:55,449 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom54, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:53) is shutdown - MDC[activemq.broker=mom54] 2024-06-28 23:57:55,449 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:57:55,449 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 65.603667 ms 2024-06-28 23:57:55,449 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:55,450 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:55,450 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:55,450 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1243901135'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom52] 2024-06-28 23:57:55,451 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #55 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom52] 2024-06-28 23:57:55,452 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom55] 2024-06-28 23:57:55,452 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom55] 2024-06-28 23:57:55,452 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom55] 2024-06-28 23:57:55,452 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom55] 2024-06-28 23:57:55,452 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom55] 2024-06-28 23:57:55,452 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom55, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:54) is starting - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom55] 2024-06-28 23:57:55,452 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom55, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:54) started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom55] 2024-06-28 23:57:55,452 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom55] 2024-06-28 23:57:55,453 INFO [scout-thread-19] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom55 started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom55] 2024-06-28 23:57:55,510 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@39f5eba4, org.eclipse.scout.rt.mom.jms.JmsSubscription@3c070ade] 2024-06-28 23:57:55,511 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@18f1e846[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:55,512 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.013887 ms 2024-06-28 23:57:55,512 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom55 stopped 2024-06-28 23:57:55,512 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom55, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:54) is shutting down - MDC[activemq.broker=mom55] 2024-06-28 23:57:55,513 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom55, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:54) uptime 0.061 seconds - MDC[activemq.broker=mom55] 2024-06-28 23:57:55,513 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom55, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:54) is shutdown - MDC[activemq.broker=mom55] 2024-06-28 23:57:55,513 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:57:55,513 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 63.429856 ms 2024-06-28 23:57:55,513 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:55,514 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:55,514 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:55,515 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 777169647'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom53] 2024-06-28 23:57:55,516 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #56 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom53] 2024-06-28 23:57:55,516 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom56] 2024-06-28 23:57:55,516 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom56] 2024-06-28 23:57:55,516 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom56] 2024-06-28 23:57:55,516 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom56] 2024-06-28 23:57:55,516 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom56] 2024-06-28 23:57:55,517 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom56, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:55) is starting - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom56] 2024-06-28 23:57:55,517 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom56, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:55) started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom56] 2024-06-28 23:57:55,517 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom56] 2024-06-28 23:57:55,517 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom56 started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom56] 2024-06-28 23:57:55,575 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6779959d, org.eclipse.scout.rt.mom.jms.JmsSubscription@335a45a8] 2024-06-28 23:57:55,576 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@30d98036[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:55,576 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.009817 ms 2024-06-28 23:57:55,577 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom56 stopped 2024-06-28 23:57:55,577 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom56, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:55) is shutting down - MDC[activemq.broker=mom56] 2024-06-28 23:57:55,577 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom56, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:55) uptime 0.061 seconds - MDC[activemq.broker=mom56] 2024-06-28 23:57:55,577 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom56, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:55) is shutdown - MDC[activemq.broker=mom56] 2024-06-28 23:57:55,577 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:57:55,577 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 63.200646 ms 2024-06-28 23:57:55,577 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:55,578 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:55,578 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:55,579 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 699938500'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom54] 2024-06-28 23:57:55,580 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #57 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom54] 2024-06-28 23:57:55,580 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom57] 2024-06-28 23:57:55,580 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom57] 2024-06-28 23:57:55,580 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom57] 2024-06-28 23:57:55,580 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom57] 2024-06-28 23:57:55,580 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom57] 2024-06-28 23:57:55,581 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom57, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:56) is starting - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom57] 2024-06-28 23:57:55,581 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom57, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:56) started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom57] 2024-06-28 23:57:55,581 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom57] 2024-06-28 23:57:55,581 INFO [scout-thread-21] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom57 started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom57] 2024-06-28 23:57:55,638 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6c4c32ff, org.eclipse.scout.rt.mom.jms.JmsSubscription@5a1a5521] 2024-06-28 23:57:55,640 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@6d21d71d[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:55,640 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.009826 ms 2024-06-28 23:57:55,640 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom57 stopped 2024-06-28 23:57:55,641 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom57, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:56) is shutting down - MDC[activemq.broker=mom57] 2024-06-28 23:57:55,641 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom57, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:56) uptime 0.061 seconds - MDC[activemq.broker=mom57] 2024-06-28 23:57:55,641 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom57, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:56) is shutdown - MDC[activemq.broker=mom57] 2024-06-28 23:57:55,641 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:57:55,641 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 63.115905 ms 2024-06-28 23:57:55,641 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:55,642 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:55,642 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:55,643 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 2004091577'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom55] 2024-06-28 23:57:55,644 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #58 initialized: null - MDC[jobName=requester (Q), activemq.broker=mom56] 2024-06-28 23:57:55,645 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom58] 2024-06-28 23:57:55,645 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom58] 2024-06-28 23:57:55,645 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom58] 2024-06-28 23:57:55,645 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom58] 2024-06-28 23:57:55,645 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom58] 2024-06-28 23:57:55,645 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom58, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:57) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom58] 2024-06-28 23:57:55,645 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom58, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:57) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom58] 2024-06-28 23:57:55,645 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom58] 2024-06-28 23:57:55,646 INFO [scout-thread-22] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom58 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom58] 2024-06-28 23:57:55,949 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7bc239db] 2024-06-28 23:57:55,950 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@2fe24370[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:55,950 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.009106 ms 2024-06-28 23:57:55,951 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom58 stopped 2024-06-28 23:57:55,951 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom58, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:57) is shutting down - MDC[activemq.broker=mom58] 2024-06-28 23:57:55,951 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom58, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:57) uptime 0.307 seconds - MDC[activemq.broker=mom58] 2024-06-28 23:57:55,951 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom58, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:57) is shutdown - MDC[activemq.broker=mom58] 2024-06-28 23:57:55,951 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:57:55,951 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 309.065924 ms 2024-06-28 23:57:55,951 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:55,952 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:55,952 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:55,953 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 172460953'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom42] 2024-06-28 23:57:55,954 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #59 initialized: null - MDC[jobName=requester (Q), activemq.broker=mom7] 2024-06-28 23:57:55,955 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom59] 2024-06-28 23:57:55,955 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom59] 2024-06-28 23:57:55,955 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom59] 2024-06-28 23:57:55,955 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom59] 2024-06-28 23:57:55,955 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom59] 2024-06-28 23:57:55,955 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom59, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:58) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom59] 2024-06-28 23:57:55,955 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom59, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:58) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom59] 2024-06-28 23:57:55,955 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom59] 2024-06-28 23:57:55,956 INFO [scout-thread-19] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom59 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom59] 2024-06-28 23:57:56,259 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@e1d2781] 2024-06-28 23:57:56,259 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@5b4a11e7[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:56,260 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.009250 ms 2024-06-28 23:57:56,260 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom59 stopped 2024-06-28 23:57:56,260 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom59, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:58) is shutting down - MDC[activemq.broker=mom59] 2024-06-28 23:57:56,260 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom59, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:58) uptime 0.305 seconds - MDC[activemq.broker=mom59] 2024-06-28 23:57:56,261 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom59, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:58) is shutdown - MDC[activemq.broker=mom59] 2024-06-28 23:57:56,261 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:57:56,261 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 308.774272 ms 2024-06-28 23:57:56,261 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:56,261 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:56,261 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:56,262 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1986549493'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom58] 2024-06-28 23:57:56,263 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #60 initialized: null - MDC[jobName=requester (Q), activemq.broker=mom57] 2024-06-28 23:57:56,263 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom60] 2024-06-28 23:57:56,264 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom60] 2024-06-28 23:57:56,264 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom60] 2024-06-28 23:57:56,264 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom60] 2024-06-28 23:57:56,264 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom60] 2024-06-28 23:57:56,264 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom60, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:59) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom60] 2024-06-28 23:57:56,264 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom60, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:59) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom60] 2024-06-28 23:57:56,264 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom60] 2024-06-28 23:57:56,264 INFO [scout-thread-18] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom60 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom60] 2024-06-28 23:57:56,568 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5a8149f6] 2024-06-28 23:57:56,569 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@511a1e13[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:56,569 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.009350 ms 2024-06-28 23:57:56,569 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom60 stopped 2024-06-28 23:57:56,569 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom60, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:59) is shutting down - MDC[activemq.broker=mom60] 2024-06-28 23:57:56,570 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom60, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:59) uptime 0.306 seconds - MDC[activemq.broker=mom60] 2024-06-28 23:57:56,570 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom60, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:59) is shutdown - MDC[activemq.broker=mom60] 2024-06-28 23:57:56,570 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:57:56,570 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 308.460621 ms 2024-06-28 23:57:56,570 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:56,570 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:56,571 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:56,571 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 797242675'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom59] 2024-06-28 23:57:56,572 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #61 initialized: null - MDC[jobName=requester (Q), activemq.broker=mom56] 2024-06-28 23:57:56,573 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom61] 2024-06-28 23:57:56,573 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom61] 2024-06-28 23:57:56,573 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom61] 2024-06-28 23:57:56,573 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom61] 2024-06-28 23:57:56,573 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom61] 2024-06-28 23:57:56,573 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom61, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:60) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom61] 2024-06-28 23:57:56,573 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom61, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:60) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom61] 2024-06-28 23:57:56,573 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom61] 2024-06-28 23:57:56,574 INFO [scout-thread-22] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom61 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom61] 2024-06-28 23:57:56,877 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@25dacc5a] 2024-06-28 23:57:56,878 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@25450f37[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:56,878 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.009167 ms 2024-06-28 23:57:56,878 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom61 stopped 2024-06-28 23:57:56,878 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom61, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:60) is shutting down - MDC[activemq.broker=mom61] 2024-06-28 23:57:56,879 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom61, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:60) uptime 0.306 seconds - MDC[activemq.broker=mom61] 2024-06-28 23:57:56,879 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom61, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:60) is shutdown - MDC[activemq.broker=mom61] 2024-06-28 23:57:56,879 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:57:56,879 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 308.434948 ms 2024-06-28 23:57:56,879 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:56,880 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:56,880 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:56,880 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1361214182'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom60] 2024-06-28 23:57:56,881 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #62 initialized: null - MDC[jobName=requester (Q), activemq.broker=mom7] 2024-06-28 23:57:56,882 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom62] 2024-06-28 23:57:56,882 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom62] 2024-06-28 23:57:56,882 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom62] 2024-06-28 23:57:56,882 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom62] 2024-06-28 23:57:56,882 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom62] 2024-06-28 23:57:56,882 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom62, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:61) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom62] 2024-06-28 23:57:56,882 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom62, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:61) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom62] 2024-06-28 23:57:56,882 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom62] 2024-06-28 23:57:56,883 INFO [scout-thread-19] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom62 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom62] 2024-06-28 23:57:57,187 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3ba8fbc8] 2024-06-28 23:57:57,187 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@20a5deb2[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:57,187 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.008315 ms 2024-06-28 23:57:57,188 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom62 stopped 2024-06-28 23:57:57,188 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom62, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:61) is shutting down - MDC[activemq.broker=mom62] 2024-06-28 23:57:57,188 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom62, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:61) uptime 0.306 seconds - MDC[activemq.broker=mom62] 2024-06-28 23:57:57,188 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom62, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:61) is shutdown - MDC[activemq.broker=mom62] 2024-06-28 23:57:57,188 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:57:57,189 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 308.943119 ms 2024-06-28 23:57:57,189 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:57,189 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:57,189 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:57,190 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 748024860'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom61] 2024-06-28 23:57:57,191 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #63 initialized: null - MDC[jobName=requester (Q), activemq.broker=mom57] 2024-06-28 23:57:57,192 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom63] 2024-06-28 23:57:57,192 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom63] 2024-06-28 23:57:57,192 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom63] 2024-06-28 23:57:57,192 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom63] 2024-06-28 23:57:57,192 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom63] 2024-06-28 23:57:57,193 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom63, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:62) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom63] 2024-06-28 23:57:57,193 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom63, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:62) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom63] 2024-06-28 23:57:57,193 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom63] 2024-06-28 23:57:57,193 INFO [scout-thread-18] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom63 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom63] 2024-06-28 23:57:57,497 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3aebdb4] 2024-06-28 23:57:57,497 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@6eabb450[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:57,498 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.008985 ms 2024-06-28 23:57:57,498 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom63 stopped 2024-06-28 23:57:57,498 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom63, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:62) is shutting down - MDC[activemq.broker=mom63] 2024-06-28 23:57:57,499 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom63, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:62) uptime 0.307 seconds - MDC[activemq.broker=mom63] 2024-06-28 23:57:57,499 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom63, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:62) is shutdown - MDC[activemq.broker=mom63] 2024-06-28 23:57:57,499 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:57:57,499 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 310.226601 ms 2024-06-28 23:57:57,500 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:57,500 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:57,500 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:57,501 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 466383387'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom62] 2024-06-28 23:57:57,502 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #64 initialized: null - MDC[jobName=requester (Q), activemq.broker=mom56] 2024-06-28 23:57:57,503 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom64] 2024-06-28 23:57:57,503 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom64] 2024-06-28 23:57:57,503 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom64] 2024-06-28 23:57:57,503 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom64] 2024-06-28 23:57:57,503 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom64] 2024-06-28 23:57:57,503 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom64, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:63) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom64] 2024-06-28 23:57:57,503 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom64, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:63) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom64] 2024-06-28 23:57:57,504 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom64] 2024-06-28 23:57:57,504 INFO [scout-thread-22] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom64 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom64] 2024-06-28 23:57:57,808 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7f922523] 2024-06-28 23:57:57,808 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@5e63e1cb[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:57,809 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.011977 ms 2024-06-28 23:57:57,809 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom64 stopped 2024-06-28 23:57:57,809 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom64, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:63) is shutting down - MDC[activemq.broker=mom64] 2024-06-28 23:57:57,810 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom64, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:63) uptime 0.307 seconds - MDC[activemq.broker=mom64] 2024-06-28 23:57:57,810 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom64, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:63) is shutdown - MDC[activemq.broker=mom64] 2024-06-28 23:57:57,810 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:57:57,810 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 309.902246 ms 2024-06-28 23:57:57,811 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:57,811 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:57,811 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:57,812 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 301907216'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom63] 2024-06-28 23:57:57,813 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #65 initialized: null - MDC[jobName=requester (Q), activemq.broker=mom7] 2024-06-28 23:57:57,814 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom65] 2024-06-28 23:57:57,814 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom65] 2024-06-28 23:57:57,814 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom65] 2024-06-28 23:57:57,814 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom65] 2024-06-28 23:57:57,814 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom65] 2024-06-28 23:57:57,815 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom65, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:64) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom65] 2024-06-28 23:57:57,815 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom65, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:64) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom65] 2024-06-28 23:57:57,815 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom65] 2024-06-28 23:57:57,815 INFO [scout-thread-19] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom65 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom65] 2024-06-28 23:57:58,119 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@39303a6] 2024-06-28 23:57:58,119 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@a58a645[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:58,120 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.011626 ms 2024-06-28 23:57:58,120 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom65 stopped 2024-06-28 23:57:58,120 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom65, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:64) is shutting down - MDC[activemq.broker=mom65] 2024-06-28 23:57:58,121 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom65, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:64) uptime 0.307 seconds - MDC[activemq.broker=mom65] 2024-06-28 23:57:58,121 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom65, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:64) is shutdown - MDC[activemq.broker=mom65] 2024-06-28 23:57:58,121 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:57:58,121 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 309.656780 ms 2024-06-28 23:57:58,121 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:58,122 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:58,122 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:58,123 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1496321373'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom64] 2024-06-28 23:57:58,124 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #66 initialized: null - MDC[jobName=requester (Q), activemq.broker=mom57] 2024-06-28 23:57:58,124 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom66] 2024-06-28 23:57:58,124 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom66] 2024-06-28 23:57:58,124 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom66] 2024-06-28 23:57:58,124 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom66] 2024-06-28 23:57:58,125 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom66] 2024-06-28 23:57:58,125 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom66, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:65) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom66] 2024-06-28 23:57:58,125 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom66, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:65) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom66] 2024-06-28 23:57:58,125 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom66] 2024-06-28 23:57:58,125 INFO [scout-thread-18] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom66 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom66] 2024-06-28 23:57:58,429 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@35fd03d9] 2024-06-28 23:57:58,430 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@2a527d2[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:58,430 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.009468 ms 2024-06-28 23:57:58,430 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom66 stopped 2024-06-28 23:57:58,430 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom66, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:65) is shutting down - MDC[activemq.broker=mom66] 2024-06-28 23:57:58,431 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom66, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:65) uptime 0.307 seconds - MDC[activemq.broker=mom66] 2024-06-28 23:57:58,431 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom66, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:65) is shutdown - MDC[activemq.broker=mom66] 2024-06-28 23:57:58,431 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:57:58,431 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 309.016019 ms 2024-06-28 23:57:58,431 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:58,432 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:58,432 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:58,432 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1460213029'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom65] 2024-06-28 23:57:58,433 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #67 initialized: null - MDC[jobName=requester (Q), activemq.broker=mom56] 2024-06-28 23:57:58,434 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom67] 2024-06-28 23:57:58,434 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom67] 2024-06-28 23:57:58,434 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom67] 2024-06-28 23:57:58,434 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom67] 2024-06-28 23:57:58,434 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom67] 2024-06-28 23:57:58,434 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom67, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:66) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom67] 2024-06-28 23:57:58,434 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom67, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:66) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom67] 2024-06-28 23:57:58,434 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom67] 2024-06-28 23:57:58,435 INFO [scout-thread-22] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom67 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom67] 2024-06-28 23:57:58,738 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6f0df74] 2024-06-28 23:57:58,739 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@6681d50c[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:57:58,739 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.011036 ms 2024-06-28 23:57:58,740 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom67 stopped 2024-06-28 23:57:58,740 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom67, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:66) is shutting down - MDC[activemq.broker=mom67] 2024-06-28 23:57:58,740 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom67, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:66) uptime 0.306 seconds - MDC[activemq.broker=mom67] 2024-06-28 23:57:58,741 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom67, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:66) is shutdown - MDC[activemq.broker=mom67] 2024-06-28 23:57:58,741 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:57:58,741 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 308.954437 ms 2024-06-28 23:57:58,741 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:58,741 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:58,742 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:58,742 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1300689712'. 2024-06-28 23:57:58,743 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.initRequestReply(JmsMomImplementor.java:218) - Scout JUnit MOM #68: 'request-reply' messaging is disabled 2024-06-28 23:57:58,743 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #68 initialized: null 2024-06-28 23:57:58,743 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:57:58,743 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 1.302923 ms 2024-06-28 23:57:58,743 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:58,743 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:58,744 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:58,744 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1576827711'. 2024-06-28 23:57:58,744 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #69 initialized: null 2024-06-28 23:57:58,745 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom69] 2024-06-28 23:57:58,745 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom69] 2024-06-28 23:57:58,745 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom69] 2024-06-28 23:57:58,745 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom69] 2024-06-28 23:57:58,745 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom69] 2024-06-28 23:57:58,745 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom69, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:67) is starting - MDC[activemq.broker=mom69] 2024-06-28 23:57:58,746 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom69, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:67) started - MDC[activemq.broker=mom69] 2024-06-28 23:57:58,746 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom69] 2024-06-28 23:57:58,746 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom69 started - MDC[activemq.broker=mom69] 2024-06-28 23:57:58,753 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@3ba6707e, org.eclipse.scout.rt.mom.jms.JmsSubscription@4b407ac7] - MDC[activemq.broker=mom69] 2024-06-28 23:57:58,754 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@2e778abb[job=JMS reply cancel message listener, state=RUNNING]] - MDC[activemq.broker=mom69] 2024-06-28 23:57:58,754 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.010972 ms - MDC[activemq.broker=mom69] 2024-06-28 23:57:58,755 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom69 stopped - MDC[activemq.broker=mom69] 2024-06-28 23:57:58,755 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom69, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:67) is shutting down - MDC[activemq.broker=mom69] 2024-06-28 23:57:58,755 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom69, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:67) uptime 0.010 seconds - MDC[activemq.broker=mom69] 2024-06-28 23:57:58,755 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom69, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:67) is shutdown - MDC[activemq.broker=mom69] 2024-06-28 23:57:58,755 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:57:58,756 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 11.936178 ms 2024-06-28 23:57:58,756 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:57:58,756 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:57:58,757 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:57:58,757 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1366681783'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom66] 2024-06-28 23:57:58,758 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #70 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom66] 2024-06-28 23:57:58,758 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom70] 2024-06-28 23:57:58,758 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom70] 2024-06-28 23:57:58,758 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom70] 2024-06-28 23:57:58,758 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom70] 2024-06-28 23:57:58,758 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom70] 2024-06-28 23:57:58,759 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom70, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:68) is starting - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom70] 2024-06-28 23:57:58,759 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom70, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:68) started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom70] 2024-06-28 23:57:58,759 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom70] 2024-06-28 23:57:58,759 INFO [scout-thread-18] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom70 started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom70] 2024-06-28 23:58:03,763 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:481) - Request job canceled; java.lang.InterruptedException - MDC[jobName=request on test/mom/testTopicRequestReplyTimeout, activemq.broker=mom56] 2024-06-28 23:58:03,764 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2a41d17a] 2024-06-28 23:58:03,765 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@4c94e609[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:03,765 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.012311 ms 2024-06-28 23:58:03,766 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom70 stopped 2024-06-28 23:58:03,766 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom70, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:68) is shutting down - MDC[activemq.broker=mom70] 2024-06-28 23:58:03,766 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom70, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:68) uptime 5.008 seconds - MDC[activemq.broker=mom70] 2024-06-28 23:58:03,766 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom70, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:68) is shutdown - MDC[activemq.broker=mom70] 2024-06-28 23:58:03,767 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:03,767 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 5010.077745 ms 2024-06-28 23:58:03,767 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:03,768 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:03,768 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:03,769 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 2040236989'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom7] 2024-06-28 23:58:03,769 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #71 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom7] 2024-06-28 23:58:03,770 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom71] 2024-06-28 23:58:03,770 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom71] 2024-06-28 23:58:03,770 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom71] 2024-06-28 23:58:03,770 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom71] 2024-06-28 23:58:03,770 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom71] 2024-06-28 23:58:03,770 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom71, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:69) is starting - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom71] 2024-06-28 23:58:03,770 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom71, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:69) started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom71] 2024-06-28 23:58:03,770 INFO [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom71] 2024-06-28 23:58:03,771 INFO [scout-thread-23] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom71 started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom71] 2024-06-28 23:58:03,778 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@f36c8b1, org.eclipse.scout.rt.mom.jms.JmsSubscription@251db193] 2024-06-28 23:58:03,779 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@f8e2395[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:03,779 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.013692 ms 2024-06-28 23:58:03,780 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom71 stopped 2024-06-28 23:58:03,780 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom71, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:69) is shutting down - MDC[activemq.broker=mom71] 2024-06-28 23:58:03,781 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom71, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:69) uptime 0.011 seconds - MDC[activemq.broker=mom71] 2024-06-28 23:58:03,781 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom71, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:69) is shutdown - MDC[activemq.broker=mom71] 2024-06-28 23:58:03,781 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:03,781 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 13.303920 ms 2024-06-28 23:58:03,781 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:03,782 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:03,783 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:03,783 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1993309503'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom65] 2024-06-28 23:58:03,784 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #72 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom65] 2024-06-28 23:58:03,784 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom72] 2024-06-28 23:58:03,784 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom72] 2024-06-28 23:58:03,784 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom72] 2024-06-28 23:58:03,784 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom72] 2024-06-28 23:58:03,784 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom72] 2024-06-28 23:58:03,785 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom72, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:70) is starting - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom72] 2024-06-28 23:58:03,785 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom72, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:70) started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom72] 2024-06-28 23:58:03,785 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom72] 2024-06-28 23:58:03,785 INFO [scout-thread-19] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom72 started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom72] 2024-06-28 23:58:03,790 ERROR [scout-thread-21] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:137) - 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=13a3ab11-1376-491c-8410-663938856e97, activemq.broker=mom57] org.eclipse.scout.rt.mom.jms.JmsMomWithRequestReplyTest$SomethingWrongException: expected-expected-junit-exception at org.eclipse.scout.rt.mom.jms.JmsMomWithRequestReplyTest.testRequestReply_ObjectMarshaller_Exception(JmsMomWithRequestReplyTest.java:623) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:75) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:37) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) 2024-06-28 23:58:03,793 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@78b29e00] 2024-06-28 23:58:03,793 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@49bf5e84[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:03,793 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.008493 ms 2024-06-28 23:58:03,794 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom72 stopped 2024-06-28 23:58:03,794 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom72, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:70) is shutting down - MDC[activemq.broker=mom72] 2024-06-28 23:58:03,794 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom72, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:70) uptime 0.010 seconds - MDC[activemq.broker=mom72] 2024-06-28 23:58:03,794 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom72, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:70) is shutdown - MDC[activemq.broker=mom72] 2024-06-28 23:58:03,794 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:03,795 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 11.909108 ms 2024-06-28 23:58:03,795 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:03,795 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:03,795 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:03,796 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1753647964'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom67] 2024-06-28 23:58:03,797 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #73 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom67] 2024-06-28 23:58:03,797 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom73] 2024-06-28 23:58:03,797 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom73] 2024-06-28 23:58:03,797 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom73] 2024-06-28 23:58:03,797 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom73] 2024-06-28 23:58:03,797 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom73] 2024-06-28 23:58:03,798 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom73, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:71) is starting - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom73] 2024-06-28 23:58:03,798 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom73, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:71) started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom73] 2024-06-28 23:58:03,798 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom73] 2024-06-28 23:58:03,798 INFO [scout-thread-22] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom73 started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom73] 2024-06-28 23:58:03,805 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@261c5d1f] 2024-06-28 23:58:03,806 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@77be7595[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:03,806 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.008272 ms 2024-06-28 23:58:03,806 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom73 stopped 2024-06-28 23:58:03,806 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom73, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:71) is shutting down - MDC[activemq.broker=mom73] 2024-06-28 23:58:03,807 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom73, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:71) uptime 0.009 seconds - MDC[activemq.broker=mom73] 2024-06-28 23:58:03,807 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom73, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:71) is shutdown - MDC[activemq.broker=mom73] 2024-06-28 23:58:03,807 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:03,807 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 11.354387 ms 2024-06-28 23:58:03,807 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:03,808 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:03,808 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:03,808 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1961879716'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom70] 2024-06-28 23:58:03,809 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #74 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom70] 2024-06-28 23:58:03,810 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom74] 2024-06-28 23:58:03,810 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom74] 2024-06-28 23:58:03,810 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom74] 2024-06-28 23:58:03,810 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom74] 2024-06-28 23:58:03,810 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom74] 2024-06-28 23:58:03,811 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom74, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:72) is starting - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom74] 2024-06-28 23:58:03,811 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom74, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:72) started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom74] 2024-06-28 23:58:03,811 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom74] 2024-06-28 23:58:03,811 INFO [scout-thread-18] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom74 started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom74] 2024-06-28 23:58:03,817 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:481) - Request job canceled; java.lang.InterruptedException - MDC[jobName=request on test/mom/testQueueRequestReplyCancellation, activemq.broker=mom57] 2024-06-28 23:58:03,818 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@29390110] 2024-06-28 23:58:03,818 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@363d3957[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:03,819 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.007242 ms 2024-06-28 23:58:03,819 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom74 stopped 2024-06-28 23:58:03,819 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom74, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:72) is shutting down - MDC[activemq.broker=mom74] 2024-06-28 23:58:03,819 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom74, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:72) uptime 0.009 seconds - MDC[activemq.broker=mom74] 2024-06-28 23:58:03,820 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom74, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:72) is shutdown - MDC[activemq.broker=mom74] 2024-06-28 23:58:03,820 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:03,820 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 11.944042 ms 2024-06-28 23:58:03,820 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:03,820 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:03,821 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:03,821 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1576999877'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom72] 2024-06-28 23:58:03,822 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #75 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom72] 2024-06-28 23:58:03,822 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom75] 2024-06-28 23:58:03,822 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom75] 2024-06-28 23:58:03,822 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom75] 2024-06-28 23:58:03,822 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom75] 2024-06-28 23:58:03,822 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom75] 2024-06-28 23:58:03,823 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom75, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:73) is starting - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom75] 2024-06-28 23:58:03,823 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom75, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:73) started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom75] 2024-06-28 23:58:03,823 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom75] 2024-06-28 23:58:03,823 INFO [scout-thread-19] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom75 started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom75] 2024-06-28 23:58:08,826 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:481) - Request job canceled; java.lang.InterruptedException - MDC[jobName=request on test/mom/testQueueRequestReplyTimeout, activemq.broker=mom56] 2024-06-28 23:58:08,828 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3db145f7] 2024-06-28 23:58:08,829 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@2b4b4dcc[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:08,829 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.009152 ms 2024-06-28 23:58:08,829 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom75 stopped 2024-06-28 23:58:08,829 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom75, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:73) is shutting down - MDC[activemq.broker=mom75] 2024-06-28 23:58:08,830 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom75, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:73) uptime 5.007 seconds - MDC[activemq.broker=mom75] 2024-06-28 23:58:08,830 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom75, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:73) is shutdown - MDC[activemq.broker=mom75] 2024-06-28 23:58:08,830 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:08,830 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 5009.215075 ms 2024-06-28 23:58:08,830 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:08,831 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:08,831 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:08,831 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1362821535'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom73] 2024-06-28 23:58:08,832 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #76 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom73] 2024-06-28 23:58:08,833 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom76] 2024-06-28 23:58:08,833 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom76] 2024-06-28 23:58:08,833 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom76] 2024-06-28 23:58:08,833 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom76] 2024-06-28 23:58:08,833 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom76] 2024-06-28 23:58:08,833 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom76, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:74) is starting - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom76] 2024-06-28 23:58:08,833 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom76, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:74) started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom76] 2024-06-28 23:58:08,833 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom76] 2024-06-28 23:58:08,834 INFO [scout-thread-22] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom76 started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom76] 2024-06-28 23:58:08,839 ERROR [scout-thread-21] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:137) - 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=95807b5e-9f6e-41f6-8ecd-6d726391dfcf, activemq.broker=mom57] org.eclipse.scout.rt.mom.jms.JmsMomWithRequestReplyTest$SomethingWrongException: expected-expected-junit-exception at org.eclipse.scout.rt.mom.jms.JmsMomWithRequestReplyTest.testRequestReply_JsonMarshaller_Exception1(JmsMomWithRequestReplyTest.java:649) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:75) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:37) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) 2024-06-28 23:58:08,841 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4eee730c] 2024-06-28 23:58:08,841 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@255958ff[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:08,842 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.011325 ms 2024-06-28 23:58:08,842 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom76 stopped 2024-06-28 23:58:08,842 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom76, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:74) is shutting down - MDC[activemq.broker=mom76] 2024-06-28 23:58:08,843 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom76, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:74) uptime 0.011 seconds - MDC[activemq.broker=mom76] 2024-06-28 23:58:08,843 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom76, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:74) is shutdown - MDC[activemq.broker=mom76] 2024-06-28 23:58:08,843 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:08,843 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 12.472372 ms 2024-06-28 23:58:08,843 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:08,844 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:08,844 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:08,845 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1664427510'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom74] 2024-06-28 23:58:08,846 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #77 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom74] 2024-06-28 23:58:08,846 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom77] 2024-06-28 23:58:08,846 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom77] 2024-06-28 23:58:08,846 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom77] 2024-06-28 23:58:08,846 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom77] 2024-06-28 23:58:08,847 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom77] 2024-06-28 23:58:08,847 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom77, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:75) is starting - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom77] 2024-06-28 23:58:08,847 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom77, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:75) started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom77] 2024-06-28 23:58:08,847 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom77] 2024-06-28 23:58:08,847 INFO [scout-thread-18] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom77 started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom77] 2024-06-28 23:58:08,852 INFO [scout-thread-21] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:108) - VetoException: undefined [severity=ERROR] - MDC[jobName=Receiving JMS message [dest=Destination@dbe9510d[name=test/mom/testRequestReply_JsonMarshaller_Exception2, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=c3b6b739-8758-452d-a103-8edbc50cda3f, activemq.broker=mom57] 2024-06-28 23:58:08,854 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@52288c65] 2024-06-28 23:58:08,855 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@d4cb9f2[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:08,855 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.011091 ms 2024-06-28 23:58:08,856 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom77 stopped 2024-06-28 23:58:08,856 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom77, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:75) is shutting down - MDC[activemq.broker=mom77] 2024-06-28 23:58:08,856 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom77, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:75) uptime 0.010 seconds - MDC[activemq.broker=mom77] 2024-06-28 23:58:08,857 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom77, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:75) is shutdown - MDC[activemq.broker=mom77] 2024-06-28 23:58:08,857 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:08,857 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 12.566978 ms 2024-06-28 23:58:08,857 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:08,858 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:08,858 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:08,859 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1029330925'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom75] 2024-06-28 23:58:08,860 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #78 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom75] 2024-06-28 23:58:08,860 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom78] 2024-06-28 23:58:08,860 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom78] 2024-06-28 23:58:08,860 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom78] 2024-06-28 23:58:08,860 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom78] 2024-06-28 23:58:08,861 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom78] 2024-06-28 23:58:08,861 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom78, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:76) is starting - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom78] 2024-06-28 23:58:08,861 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom78, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:76) started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom78] 2024-06-28 23:58:08,861 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom78] 2024-06-28 23:58:08,862 INFO [scout-thread-19] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom78 started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom78] 2024-06-28 23:58:08,868 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@1d397e87, org.eclipse.scout.rt.mom.jms.JmsSubscription@36def543] 2024-06-28 23:58:08,869 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@3e611012[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:08,870 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.011576 ms 2024-06-28 23:58:08,870 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom78 stopped 2024-06-28 23:58:08,870 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom78, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:76) is shutting down - MDC[activemq.broker=mom78] 2024-06-28 23:58:08,871 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom78, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:76) uptime 0.011 seconds - MDC[activemq.broker=mom78] 2024-06-28 23:58:08,871 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom78, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:76) is shutdown - MDC[activemq.broker=mom78] 2024-06-28 23:58:08,871 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:08,871 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 12.716251 ms 2024-06-28 23:58:08,871 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:08,872 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:08,872 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:08,873 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1699335378'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom76] 2024-06-28 23:58:08,874 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #79 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom76] 2024-06-28 23:58:08,874 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom79] 2024-06-28 23:58:08,874 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom79] 2024-06-28 23:58:08,874 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom79] 2024-06-28 23:58:08,874 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom79] 2024-06-28 23:58:08,874 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom79] 2024-06-28 23:58:08,875 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom79, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:77) is starting - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom79] 2024-06-28 23:58:08,875 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom79, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:77) started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom79] 2024-06-28 23:58:08,875 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom79] 2024-06-28 23:58:08,875 INFO [scout-thread-22] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom79 started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom79] 2024-06-28 23:58:08,884 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6ccfce5a] 2024-06-28 23:58:08,884 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@922672[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:08,884 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.008676 ms 2024-06-28 23:58:08,885 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom79 stopped 2024-06-28 23:58:08,885 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom79, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:77) is shutting down - MDC[activemq.broker=mom79] 2024-06-28 23:58:08,885 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom79, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:77) uptime 0.011 seconds - MDC[activemq.broker=mom79] 2024-06-28 23:58:08,886 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom79, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:77) is shutdown - MDC[activemq.broker=mom79] 2024-06-28 23:58:08,886 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:08,886 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 13.333123 ms 2024-06-28 23:58:08,886 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:08,887 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:08,887 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:08,888 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 685741197'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom77] 2024-06-28 23:58:08,889 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #80 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom77] 2024-06-28 23:58:08,889 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom80] 2024-06-28 23:58:08,889 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom80] 2024-06-28 23:58:08,889 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom80] 2024-06-28 23:58:08,889 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom80] 2024-06-28 23:58:08,889 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom80] 2024-06-28 23:58:08,889 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom80, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:78) is starting - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom80] 2024-06-28 23:58:08,890 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom80, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:78) started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom80] 2024-06-28 23:58:08,890 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom80] 2024-06-28 23:58:08,890 INFO [scout-thread-18] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom80 started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom80] 2024-06-28 23:58:08,895 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:481) - Request job canceled; java.lang.InterruptedException - MDC[jobName=request on test/mom/testTopicRequestReplyCancellation, activemq.broker=mom57] 2024-06-28 23:58:08,896 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5a110e7d] 2024-06-28 23:58:08,897 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@26a05c5f[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:08,897 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.008567 ms 2024-06-28 23:58:08,897 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom80 stopped 2024-06-28 23:58:08,897 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom80, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:78) is shutting down - MDC[activemq.broker=mom80] 2024-06-28 23:58:08,898 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom80, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:78) uptime 0.009 seconds - MDC[activemq.broker=mom80] 2024-06-28 23:58:08,898 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom80, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:78) is shutdown - MDC[activemq.broker=mom80] 2024-06-28 23:58:08,898 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:08,898 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 11.056839 ms 2024-06-28 23:58:08,898 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:08,899 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:08,899 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:08,900 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 2091221880'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom78] 2024-06-28 23:58:08,901 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #81 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom78] 2024-06-28 23:58:08,936 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom81] 2024-06-28 23:58:08,937 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom81] 2024-06-28 23:58:08,937 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom81] 2024-06-28 23:58:08,937 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom81] 2024-06-28 23:58:08,937 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom81] 2024-06-28 23:58:08,937 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom81, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:79) is starting - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom81] 2024-06-28 23:58:08,937 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom81, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:79) started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom81] 2024-06-28 23:58:08,937 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom81] 2024-06-28 23:58:08,938 INFO [scout-thread-19] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom81 started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom81] 2024-06-28 23:58:08,946 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@19d8bf63, org.eclipse.scout.rt.mom.jms.JmsSubscription@500c67e9] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom81] 2024-06-28 23:58:08,952 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@3b08da8c, org.eclipse.scout.rt.mom.jms.JmsSubscription@7f048471] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom81] 2024-06-28 23:58:08,958 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@fdb0945, org.eclipse.scout.rt.mom.jms.JmsSubscription@6dbea819] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom81] 2024-06-28 23:58:08,964 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@79294a14, org.eclipse.scout.rt.mom.jms.JmsSubscription@28893563] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom81] 2024-06-28 23:58:08,969 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@18be6560, org.eclipse.scout.rt.mom.jms.JmsSubscription@3441ad03] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom81] 2024-06-28 23:58:08,975 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@429c3c2d, org.eclipse.scout.rt.mom.jms.JmsSubscription@6fa2e964] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom81] 2024-06-28 23:58:08,980 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@5745d9e0, org.eclipse.scout.rt.mom.jms.JmsSubscription@3a99abf] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom81] 2024-06-28 23:58:08,986 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@59c81052, org.eclipse.scout.rt.mom.jms.JmsSubscription@68867219] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom81] 2024-06-28 23:58:08,992 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@503d358c, org.eclipse.scout.rt.mom.jms.JmsSubscription@2b9d0ec7] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom81] 2024-06-28 23:58:09,065 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@4e300114, org.eclipse.scout.rt.mom.jms.JmsSubscription@1c1570] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom81] 2024-06-28 23:58:09,066 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@34743dd9[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:09,066 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.016525 ms 2024-06-28 23:58:09,067 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom81 stopped 2024-06-28 23:58:09,067 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom81, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:79) is shutting down - MDC[activemq.broker=mom81] 2024-06-28 23:58:09,068 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom81, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:79) uptime 0.132 seconds - MDC[activemq.broker=mom81] 2024-06-28 23:58:09,068 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom81, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:79) is shutdown - MDC[activemq.broker=mom81] 2024-06-28 23:58:09,068 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:09,068 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 169.037049 ms 2024-06-28 23:58:09,069 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:09,070 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:09,070 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:09,070 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 2048462058'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom79] 2024-06-28 23:58:09,072 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #82 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom79] 2024-06-28 23:58:09,072 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom82] 2024-06-28 23:58:09,072 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom82] 2024-06-28 23:58:09,072 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom82] 2024-06-28 23:58:09,072 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom82] 2024-06-28 23:58:09,072 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom82] 2024-06-28 23:58:09,073 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom82, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:80) is starting - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom82] 2024-06-28 23:58:09,073 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom82, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:80) started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom82] 2024-06-28 23:58:09,073 INFO [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom82] 2024-06-28 23:58:09,074 INFO [scout-thread-22] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom82 started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom82] 2024-06-28 23:58:09,080 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@2862bac6, org.eclipse.scout.rt.mom.jms.JmsSubscription@52e5ad71] 2024-06-28 23:58:09,081 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@3478bb00[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:09,081 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.011975 ms 2024-06-28 23:58:09,082 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom82 stopped 2024-06-28 23:58:09,082 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom82, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:80) is shutting down - MDC[activemq.broker=mom82] 2024-06-28 23:58:09,082 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom82, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:80) uptime 0.010 seconds - MDC[activemq.broker=mom82] 2024-06-28 23:58:09,082 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom82, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:80) is shutdown - MDC[activemq.broker=mom82] 2024-06-28 23:58:09,082 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:09,083 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 12.951404 ms 2024-06-28 23:58:09,083 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:09,084 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:09,084 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:09,085 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1286499526'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom81] 2024-06-28 23:58:09,086 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #83 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom81] 2024-06-28 23:58:09,086 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom83] 2024-06-28 23:58:09,086 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom83] 2024-06-28 23:58:09,086 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom83] 2024-06-28 23:58:09,086 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom83] 2024-06-28 23:58:09,086 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom83] 2024-06-28 23:58:09,086 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom83, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:81) is starting - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom83] 2024-06-28 23:58:09,087 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom83, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:81) started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom83] 2024-06-28 23:58:09,087 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom83] 2024-06-28 23:58:09,087 INFO [scout-thread-19] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom83 started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom83] 2024-06-28 23:58:09,093 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@18bab95b] 2024-06-28 23:58:09,094 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@20c07b60[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:09,094 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.010818 ms 2024-06-28 23:58:09,094 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom83 stopped 2024-06-28 23:58:09,095 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom83, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:81) is shutting down - MDC[activemq.broker=mom83] 2024-06-28 23:58:09,095 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom83, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:81) uptime 0.009 seconds - MDC[activemq.broker=mom83] 2024-06-28 23:58:09,095 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom83, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:81) is shutdown - MDC[activemq.broker=mom83] 2024-06-28 23:58:09,095 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:09,096 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 11.393861 ms 2024-06-28 23:58:09,096 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:09,097 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:09,097 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:09,098 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1800799903'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom80] 2024-06-28 23:58:09,098 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #84 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom80] 2024-06-28 23:58:09,099 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:09,099 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:09,099 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:09,099 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:09,099 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:09,099 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom84, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:82) is starting - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:09,099 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom84, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:82) started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:09,099 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:09,100 INFO [scout-thread-18] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom84 started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:09,106 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:481) - Request job canceled; java.lang.InterruptedException - MDC[jobName=request on test/mom/testQueueRequestReplyCancellation, activemq.broker=mom57] 2024-06-28 23:58:09,107 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@789d45f7, org.eclipse.scout.rt.mom.jms.JmsSubscription@240c626d] 2024-06-28 23:58:09,108 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@57c8ccf6[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:09,108 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.009926 ms 2024-06-28 23:58:09,109 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom84 stopped 2024-06-28 23:58:09,109 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom84, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:82) is shutting down - MDC[activemq.broker=mom84] 2024-06-28 23:58:09,110 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom84, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:82) uptime 0.010 seconds - MDC[activemq.broker=mom84] 2024-06-28 23:58:09,110 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom84, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:82) is shutdown - MDC[activemq.broker=mom84] 2024-06-28 23:58:09,110 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:09,110 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 12.948376 ms 2024-06-28 23:58:09,136 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:09,138 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:09,138 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:09,138 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 281057539'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom83] 2024-06-28 23:58:09,139 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #85 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom83] 2024-06-28 23:58:09,140 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:09,140 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:09,140 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:09,140 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:09,140 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:09,140 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom85, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:83) is starting - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:09,140 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom85, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:83) started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:09,140 INFO [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:09,141 INFO [scout-thread-19] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom85 started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:09,148 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7d018c58] 2024-06-28 23:58:09,149 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@78a511b9[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:09,149 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.019500 ms 2024-06-28 23:58:09,149 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom85 stopped 2024-06-28 23:58:09,150 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom85, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:83) is shutting down - MDC[activemq.broker=mom85] 2024-06-28 23:58:09,150 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom85, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:83) uptime 0.011 seconds - MDC[activemq.broker=mom85] 2024-06-28 23:58:09,150 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom85, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:83) is shutdown - MDC[activemq.broker=mom85] 2024-06-28 23:58:09,150 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:09,150 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 12.495943 ms 2024-06-28 23:58:09,150 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:09,151 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:09,151 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:09,152 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1925804176'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom56] 2024-06-28 23:58:09,152 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.createContextEnvironment(JmsMomImplementor.java:711) - ignoring property having null key or value [key=scout.mom.requestreply.enabled, value=null] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom56] 2024-06-28 23:58:09,153 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #86 initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom56] 2024-06-28 23:58:09,153 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:09,153 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:09,153 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:09,153 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:09,153 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:09,154 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom86, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:84) is starting - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:09,154 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom86, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:84) started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:09,154 INFO [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:09,154 INFO [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom86 started - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:09,161 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:481) - Request job canceled; java.lang.InterruptedException - MDC[jobName=request on test/mom/testQueueRequestReplyCancellation, activemq.broker=mom26] 2024-06-28 23:58:10,163 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 3 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@60be9fdf, org.eclipse.scout.rt.mom.jms.JmsSubscription@7d816d32, org.eclipse.scout.rt.mom.jms.JmsSubscription@4f5ad6b7] 2024-06-28 23:58:10,164 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@3990afee[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:10,165 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.011544 ms 2024-06-28 23:58:10,165 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom86 stopped 2024-06-28 23:58:10,165 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom86, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:84) is shutting down - MDC[activemq.broker=mom86] 2024-06-28 23:58:10,166 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom86, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:84) uptime 1.013 seconds - MDC[activemq.broker=mom86] 2024-06-28 23:58:10,166 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom86, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:84) is shutdown - MDC[activemq.broker=mom86] 2024-06-28 23:58:10,166 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:10,166 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 1014.850839 ms 2024-06-28 23:58:10,166 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:10,167 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:10,167 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:10,168 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 2033955396'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:10,228 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:10,285 INFO [scout-thread-21] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 45bd97a9-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom57] 2024-06-28 23:58:10,377 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [45cfc01c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=45bd97a9-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=45bd97a9-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2ad8b329, true, {}] 2024-06-28 23:58:10,463 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@2a62c127 - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom57] 2024-06-28 23:58:10,464 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [45dd7bbd-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=45bd97a9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=45bd97a9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5a44902b, true, {}] 2024-06-28 23:58:10,488 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 45dd7bbd-35aa-11ef-ab26-0a580a2845c5 with parameters: [scout.mom.requestreply.cancellation, [MULTICAST], true] 2024-06-28 23:58:10,491 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@5acce34a 2024-06-28 23:58:10,702 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=754021de-cb7c-48b7-a36d-dcebcb4c39c1, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:10,703 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@6f140ed8 2024-06-28 23:58:10,707 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 754021de-cb7c-48b7-a36d-dcebcb4c39c1, null, 0, false, true, null] 2024-06-28 23:58:10,727 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4605c43f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=45bd97a9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=45bd97a9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@417c1c32, true, {}] 2024-06-28 23:58:10,738 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=test/mom/testRequestReplyInternal, address=test/mom/testRequestReplyInternal, routingType=ANYCAST, filterString=null, durable=true, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=false, autoCreateAddress=null, internal=null, transient=null, autoCreated=true, fqqn=null]] 2024-06-28 23:58:10,738 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@3dd6d2df 2024-06-28 23:58:10,739 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@5c990103 2024-06-28 23:58:10,808 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:10,810 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46126e71-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=45bd97a9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=45bd97a9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7d251b2e, true, {}] 2024-06-28 23:58:10,811 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=8cb302d5-4f73-491e-873a-0b277b03b249, address=8cb302d5-4f73-491e-873a-0b277b03b249, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:10,812 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@6cd82f 2024-06-28 23:58:10,812 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@c06d869 2024-06-28 23:58:10,814 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 8cb302d5-4f73-491e-873a-0b277b03b249, null, 0, false, true, null] 2024-06-28 23:58:10,865 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=160, durable=true, userID=4616db44-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:10 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=823, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-a8152749-25fe-44bb-befa-135d53806214, JMSReplyTo=temp-queue://8cb302d5-4f73-491e-873a-0b277b03b249, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@538124112, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:10,889 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[160]:RELIABLE:CoreMessage[messageID=160, durable=true, userID=4616db44-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:10 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=823, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-a8152749-25fe-44bb-befa-135d53806214, JMSReplyTo=temp-queue://8cb302d5-4f73-491e-873a-0b277b03b249, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@538124112 2024-06-28 23:58:10,892 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [461eca85-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=45bd97a9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=45bd97a9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3d5ec23c, true, {}] 2024-06-28 23:58:10,895 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 8cb302d5-4f73-491e-873a-0b277b03b249: Reference[164]:RELIABLE:CoreMessage[messageID=164, durable=true, userID=461f3fb7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:10 UTC 2024, expiration=0, durable=true, address=8cb302d5-4f73-491e-873a-0b277b03b249, size=893, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-a8152749-25fe-44bb-befa-135d53806214, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=824e52e1-8351-4257-99ae-d5a9850efece]]@1153573005 2024-06-28 23:58:10,895 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=164, durable=true, userID=461f3fb7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:10 UTC 2024, expiration=0, durable=true, address=8cb302d5-4f73-491e-873a-0b277b03b249, size=893, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-a8152749-25fe-44bb-befa-135d53806214, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=824e52e1-8351-4257-99ae-d5a9850efece]]@1153573005, context: RoutingContextImpl(Address=8cb302d5-4f73-491e-873a-0b277b03b249, routingType=ANYCAST, PreviousAddress=8cb302d5-4f73-491e-873a-0b277b03b249 previousRoute:ANYCAST, reusable=true, version=-2147483612) .................................................. ***** durable queues 8cb302d5-4f73-491e-873a-0b277b03b249: ***** non durable for 8cb302d5-4f73-491e-873a-0b277b03b249: - queueID=156 address:8cb302d5-4f73-491e-873a-0b277b03b249 name:8cb302d5-4f73-491e-873a-0b277b03b249 filter:null .................................................. , transaction: null 2024-06-28 23:58:10,898 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=160, durable=true, userID=4616db44-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:10 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=823, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-a8152749-25fe-44bb-befa-135d53806214, JMSReplyTo=temp-queue://8cb302d5-4f73-491e-873a-0b277b03b249, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@538124112 to transaction: TransactionImpl [xid=null, txID=161, xid=null, state=ACTIVE, createTime=1719619090891(Fri Jun 28 23:58:10 UTC 2024), timeoutSeconds=-1, nr operations = 1]@6253d710 2024-06-28 23:58:10,898 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 8cb302d5-4f73-491e-873a-0b277b03b249: CoreMessage[messageID=164, durable=true, userID=461f3fb7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:10 UTC 2024, expiration=0, durable=true, address=8cb302d5-4f73-491e-873a-0b277b03b249, size=893, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-a8152749-25fe-44bb-befa-135d53806214, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=824e52e1-8351-4257-99ae-d5a9850efece]]@1153573005 to transaction: TransactionImpl [xid=null, txID=165, xid=null, state=ACTIVE, createTime=1719619090896(Fri Jun 28 23:58:10 UTC 2024), timeoutSeconds=-1, nr operations = 1]@4fe1a96f 2024-06-28 23:58:10,899 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 8cb302d5-4f73-491e-873a-0b277b03b249: CoreMessage[messageID=164, durable=true, userID=461f3fb7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:10 UTC 2024, expiration=0, durable=true, address=8cb302d5-4f73-491e-873a-0b277b03b249, size=893, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-a8152749-25fe-44bb-befa-135d53806214, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=824e52e1-8351-4257-99ae-d5a9850efece]]@1153573005, transaction: TransactionImpl [xid=null, txID=165, xid=null, state=COMMITTED, createTime=1719619090896(Fri Jun 28 23:58:10 UTC 2024), timeoutSeconds=-1, nr operations = 0]@4fe1a96f 2024-06-28 23:58:10,912 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=160, durable=true, userID=4616db44-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:10 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=823, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-a8152749-25fe-44bb-befa-135d53806214, JMSReplyTo=temp-queue://8cb302d5-4f73-491e-873a-0b277b03b249, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@538124112, transaction: TransactionImpl [xid=null, txID=161, xid=null, state=COMMITTED, createTime=1719619090891(Fri Jun 28 23:58:10 UTC 2024), timeoutSeconds=-1, nr operations = 0]@6253d710 2024-06-28 23:58:10,914 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46224cf8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=45bd97a9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=45bd97a9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7bc510eb, true, {}] 2024-06-28 23:58:10,916 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [8cb302d5-4f73-491e-873a-0b277b03b249] 2024-06-28 23:58:10,923 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@3167f2c8, org.eclipse.scout.rt.mom.jms.JmsSubscription@781ccddc] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:10,926 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4623faa9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=45bd97a9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=45bd97a9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6e06e388, true, {}] 2024-06-28 23:58:10,927 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:10,936 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46246fda-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=45bd97a9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=45bd97a9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3c2b65d7, true, {}] 2024-06-28 23:58:10,937 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=120fef4f-24ba-4a75-a6fb-ab18288230c6, address=120fef4f-24ba-4a75-a6fb-ab18288230c6, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:10,938 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@40bfeb2f 2024-06-28 23:58:10,939 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@39c25d80 2024-06-28 23:58:10,941 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 120fef4f-24ba-4a75-a6fb-ab18288230c6, null, 0, false, true, null] 2024-06-28 23:58:10,945 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=197, durable=true, userID=4626b9cd-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:10 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=916, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-7586c2d6-a24a-4904-a102-f8f2795bbd87, JMSReplyTo=temp-queue://120fef4f-24ba-4a75-a6fb-ab18288230c6, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1095045372, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:10,979 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[197]:RELIABLE:CoreMessage[messageID=197, durable=true, userID=4626b9cd-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:10 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=916, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-7586c2d6-a24a-4904-a102-f8f2795bbd87, JMSReplyTo=temp-queue://120fef4f-24ba-4a75-a6fb-ab18288230c6, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1095045372 2024-06-28 23:58:10,980 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=197, durable=true, userID=4626b9cd-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:10 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=916, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-7586c2d6-a24a-4904-a102-f8f2795bbd87, JMSReplyTo=temp-queue://120fef4f-24ba-4a75-a6fb-ab18288230c6, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1095045372 to transaction: TransactionImpl [xid=null, txID=198, xid=null, state=ACTIVE, createTime=1719619090980(Fri Jun 28 23:58:10 UTC 2024), timeoutSeconds=-1, nr operations = 1]@fb211db 2024-06-28 23:58:10,981 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [462c862e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=45bd97a9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=45bd97a9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@57a8a1a1, true, {}] 2024-06-28 23:58:10,984 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=201, durable=true, userID=462cd450-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:10 UTC 2024, expiration=0, durable=true, address=120fef4f-24ba-4a75-a6fb-ab18288230c6, size=986, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-7586c2d6-a24a-4904-a102-f8f2795bbd87, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=33dbf57b-f773-43b7-a8cb-651d5c21e45c]]@1693358878, context: RoutingContextImpl(Address=120fef4f-24ba-4a75-a6fb-ab18288230c6, routingType=ANYCAST, PreviousAddress=120fef4f-24ba-4a75-a6fb-ab18288230c6 previousRoute:ANYCAST, reusable=true, version=-2147483610) .................................................. ***** durable queues 120fef4f-24ba-4a75-a6fb-ab18288230c6: ***** non durable for 120fef4f-24ba-4a75-a6fb-ab18288230c6: - queueID=193 address:120fef4f-24ba-4a75-a6fb-ab18288230c6 name:120fef4f-24ba-4a75-a6fb-ab18288230c6 filter:null .................................................. , transaction: null 2024-06-28 23:58:10,984 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 120fef4f-24ba-4a75-a6fb-ab18288230c6: Reference[201]:RELIABLE:CoreMessage[messageID=201, durable=true, userID=462cd450-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:10 UTC 2024, expiration=0, durable=true, address=120fef4f-24ba-4a75-a6fb-ab18288230c6, size=986, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-7586c2d6-a24a-4904-a102-f8f2795bbd87, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=33dbf57b-f773-43b7-a8cb-651d5c21e45c]]@1693358878 2024-06-28 23:58:10,985 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 120fef4f-24ba-4a75-a6fb-ab18288230c6: CoreMessage[messageID=201, durable=true, userID=462cd450-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:10 UTC 2024, expiration=0, durable=true, address=120fef4f-24ba-4a75-a6fb-ab18288230c6, size=986, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-7586c2d6-a24a-4904-a102-f8f2795bbd87, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=33dbf57b-f773-43b7-a8cb-651d5c21e45c]]@1693358878 to transaction: TransactionImpl [xid=null, txID=204, xid=null, state=ACTIVE, createTime=1719619090985(Fri Jun 28 23:58:10 UTC 2024), timeoutSeconds=-1, nr operations = 1]@1566e56e 2024-06-28 23:58:10,985 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 120fef4f-24ba-4a75-a6fb-ab18288230c6: CoreMessage[messageID=201, durable=true, userID=462cd450-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:10 UTC 2024, expiration=0, durable=true, address=120fef4f-24ba-4a75-a6fb-ab18288230c6, size=986, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-7586c2d6-a24a-4904-a102-f8f2795bbd87, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=33dbf57b-f773-43b7-a8cb-651d5c21e45c]]@1693358878, transaction: TransactionImpl [xid=null, txID=204, xid=null, state=COMMITTED, createTime=1719619090985(Fri Jun 28 23:58:10 UTC 2024), timeoutSeconds=-1, nr operations = 0]@1566e56e 2024-06-28 23:58:10,986 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=197, durable=true, userID=4626b9cd-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:10 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=916, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-7586c2d6-a24a-4904-a102-f8f2795bbd87, JMSReplyTo=temp-queue://120fef4f-24ba-4a75-a6fb-ab18288230c6, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1095045372, transaction: TransactionImpl [xid=null, txID=198, xid=null, state=COMMITTED, createTime=1719619090980(Fri Jun 28 23:58:10 UTC 2024), timeoutSeconds=-1, nr operations = 0]@fb211db 2024-06-28 23:58:10,987 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [462d7091-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=45bd97a9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=45bd97a9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7ce1ce12, true, {}] 2024-06-28 23:58:10,988 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [120fef4f-24ba-4a75-a6fb-ab18288230c6] 2024-06-28 23:58:10,993 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@19d78de2, org.eclipse.scout.rt.mom.jms.JmsSubscription@6a9e82ff] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:10,995 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [462ea912-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=45bd97a9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=45bd97a9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@336e28a0, true, {}] 2024-06-28 23:58:10,996 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:10,997 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [462ef733-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=45bd97a9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=45bd97a9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@58fc537a, true, {}] 2024-06-28 23:58:10,998 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=fadbcd72-ed99-4c68-a606-a2fae8601b7d, address=fadbcd72-ed99-4c68-a606-a2fae8601b7d, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:10,998 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@b278f65 2024-06-28 23:58:10,999 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@7b6c125b 2024-06-28 23:58:11,000 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, fadbcd72-ed99-4c68-a606-a2fae8601b7d, null, 0, false, true, null] 2024-06-28 23:58:11,002 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=234, durable=true, userID=462f9376-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=925, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-07fe6704-44b4-4988-99d1-ef41c99c905a, JMSReplyTo=temp-queue://fadbcd72-ed99-4c68-a606-a2fae8601b7d, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1601350048, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:11,006 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[234]:RELIABLE:CoreMessage[messageID=234, durable=true, userID=462f9376-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=925, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-07fe6704-44b4-4988-99d1-ef41c99c905a, JMSReplyTo=temp-queue://fadbcd72-ed99-4c68-a606-a2fae8601b7d, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1601350048 2024-06-28 23:58:11,007 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=234, durable=true, userID=462f9376-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=925, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-07fe6704-44b4-4988-99d1-ef41c99c905a, JMSReplyTo=temp-queue://fadbcd72-ed99-4c68-a606-a2fae8601b7d, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1601350048 to transaction: TransactionImpl [xid=null, txID=235, xid=null, state=ACTIVE, createTime=1719619091007(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 1]@5af0a33e 2024-06-28 23:58:11,008 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46307dd7-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=45bd97a9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=45bd97a9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@68b7374, true, {}] 2024-06-28 23:58:11,011 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=238, durable=true, userID=4630f309-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=fadbcd72-ed99-4c68-a606-a2fae8601b7d, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-07fe6704-44b4-4988-99d1-ef41c99c905a, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=bc0841a0-648c-419c-b773-dbd0841fab6f]]@1596863222, context: RoutingContextImpl(Address=fadbcd72-ed99-4c68-a606-a2fae8601b7d, routingType=ANYCAST, PreviousAddress=fadbcd72-ed99-4c68-a606-a2fae8601b7d previousRoute:ANYCAST, reusable=true, version=-2147483608) .................................................. ***** durable queues fadbcd72-ed99-4c68-a606-a2fae8601b7d: ***** non durable for fadbcd72-ed99-4c68-a606-a2fae8601b7d: - queueID=230 address:fadbcd72-ed99-4c68-a606-a2fae8601b7d name:fadbcd72-ed99-4c68-a606-a2fae8601b7d filter:null .................................................. , transaction: null 2024-06-28 23:58:11,011 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from fadbcd72-ed99-4c68-a606-a2fae8601b7d: Reference[238]:RELIABLE:CoreMessage[messageID=238, durable=true, userID=4630f309-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=fadbcd72-ed99-4c68-a606-a2fae8601b7d, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-07fe6704-44b4-4988-99d1-ef41c99c905a, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=bc0841a0-648c-419c-b773-dbd0841fab6f]]@1596863222 2024-06-28 23:58:11,012 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from fadbcd72-ed99-4c68-a606-a2fae8601b7d: CoreMessage[messageID=238, durable=true, userID=4630f309-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=fadbcd72-ed99-4c68-a606-a2fae8601b7d, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-07fe6704-44b4-4988-99d1-ef41c99c905a, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=bc0841a0-648c-419c-b773-dbd0841fab6f]]@1596863222 to transaction: TransactionImpl [xid=null, txID=241, xid=null, state=ACTIVE, createTime=1719619091012(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 1]@781f609b 2024-06-28 23:58:11,012 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from fadbcd72-ed99-4c68-a606-a2fae8601b7d: CoreMessage[messageID=238, durable=true, userID=4630f309-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=fadbcd72-ed99-4c68-a606-a2fae8601b7d, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-07fe6704-44b4-4988-99d1-ef41c99c905a, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=bc0841a0-648c-419c-b773-dbd0841fab6f]]@1596863222, transaction: TransactionImpl [xid=null, txID=241, xid=null, state=COMMITTED, createTime=1719619091012(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 0]@781f609b 2024-06-28 23:58:11,013 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4631683a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=45bd97a9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=45bd97a9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@36850b1f, true, {}] 2024-06-28 23:58:11,014 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [fadbcd72-ed99-4c68-a606-a2fae8601b7d] 2024-06-28 23:58:11,028 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=234, durable=true, userID=462f9376-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=925, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-07fe6704-44b4-4988-99d1-ef41c99c905a, JMSReplyTo=temp-queue://fadbcd72-ed99-4c68-a606-a2fae8601b7d, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1601350048, transaction: TransactionImpl [xid=null, txID=235, xid=null, state=COMMITTED, createTime=1719619091007(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 0]@5af0a33e 2024-06-28 23:58:11,053 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@250dfa0b, org.eclipse.scout.rt.mom.jms.JmsSubscription@755ad73e] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:11,056 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4637d0db-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=45bd97a9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=45bd97a9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@41309821, true, {}] 2024-06-28 23:58:11,057 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:11,058 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46381efc-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=45bd97a9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=45bd97a9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7eb64576, true, {}] 2024-06-28 23:58:11,059 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=530759b2-2de3-4538-9613-fa65054de062, address=530759b2-2de3-4538-9613-fa65054de062, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:11,059 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@3af66c10 2024-06-28 23:58:11,060 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@650e2226 2024-06-28 23:58:11,061 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 530759b2-2de3-4538-9613-fa65054de062, null, 0, false, true, null] 2024-06-28 23:58:11,063 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=271, durable=true, userID=4638e24f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=851, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-3dab9c2d-eb82-4c12-8fc4-0d8fb416419c, JMSReplyTo=temp-queue://530759b2-2de3-4538-9613-fa65054de062, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@939678110, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:11,068 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[271]:RELIABLE:CoreMessage[messageID=271, durable=true, userID=4638e24f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=851, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-3dab9c2d-eb82-4c12-8fc4-0d8fb416419c, JMSReplyTo=temp-queue://530759b2-2de3-4538-9613-fa65054de062, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@939678110 2024-06-28 23:58:11,069 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=271, durable=true, userID=4638e24f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=851, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-3dab9c2d-eb82-4c12-8fc4-0d8fb416419c, JMSReplyTo=temp-queue://530759b2-2de3-4538-9613-fa65054de062, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@939678110 to transaction: TransactionImpl [xid=null, txID=272, xid=null, state=ACTIVE, createTime=1719619091068(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 1]@44b5688a 2024-06-28 23:58:11,069 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4639f3c0-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=45bd97a9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=45bd97a9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@28627560, true, {}] 2024-06-28 23:58:11,072 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=275, durable=true, userID=463a41e2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=530759b2-2de3-4538-9613-fa65054de062, size=921, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-3dab9c2d-eb82-4c12-8fc4-0d8fb416419c, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=0d221b95-9eef-4d0e-93a7-efc102aa927f]]@1456722787, context: RoutingContextImpl(Address=530759b2-2de3-4538-9613-fa65054de062, routingType=ANYCAST, PreviousAddress=530759b2-2de3-4538-9613-fa65054de062 previousRoute:ANYCAST, reusable=true, version=-2147483606) .................................................. ***** durable queues 530759b2-2de3-4538-9613-fa65054de062: ***** non durable for 530759b2-2de3-4538-9613-fa65054de062: - queueID=267 address:530759b2-2de3-4538-9613-fa65054de062 name:530759b2-2de3-4538-9613-fa65054de062 filter:null .................................................. , transaction: null 2024-06-28 23:58:11,072 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 530759b2-2de3-4538-9613-fa65054de062: Reference[275]:RELIABLE:CoreMessage[messageID=275, durable=true, userID=463a41e2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=530759b2-2de3-4538-9613-fa65054de062, size=921, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-3dab9c2d-eb82-4c12-8fc4-0d8fb416419c, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=0d221b95-9eef-4d0e-93a7-efc102aa927f]]@1456722787 2024-06-28 23:58:11,073 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 530759b2-2de3-4538-9613-fa65054de062: CoreMessage[messageID=275, durable=true, userID=463a41e2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=530759b2-2de3-4538-9613-fa65054de062, size=921, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-3dab9c2d-eb82-4c12-8fc4-0d8fb416419c, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=0d221b95-9eef-4d0e-93a7-efc102aa927f]]@1456722787 to transaction: TransactionImpl [xid=null, txID=278, xid=null, state=ACTIVE, createTime=1719619091073(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 1]@5425b312 2024-06-28 23:58:11,073 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 530759b2-2de3-4538-9613-fa65054de062: CoreMessage[messageID=275, durable=true, userID=463a41e2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=530759b2-2de3-4538-9613-fa65054de062, size=921, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-3dab9c2d-eb82-4c12-8fc4-0d8fb416419c, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=0d221b95-9eef-4d0e-93a7-efc102aa927f]]@1456722787, transaction: TransactionImpl [xid=null, txID=278, xid=null, state=COMMITTED, createTime=1719619091073(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 0]@5425b312 2024-06-28 23:58:11,074 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [463ab713-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=45bd97a9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=45bd97a9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@111e9a1f, true, {}] 2024-06-28 23:58:11,075 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [530759b2-2de3-4538-9613-fa65054de062] 2024-06-28 23:58:11,110 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=271, durable=true, userID=4638e24f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=851, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-3dab9c2d-eb82-4c12-8fc4-0d8fb416419c, JMSReplyTo=temp-queue://530759b2-2de3-4538-9613-fa65054de062, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@939678110, transaction: TransactionImpl [xid=null, txID=272, xid=null, state=COMMITTED, createTime=1719619091068(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 0]@44b5688a 2024-06-28 23:58:11,140 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@50e99741, org.eclipse.scout.rt.mom.jms.JmsSubscription@47655aff] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:11,142 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4644f044-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=45bd97a9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=45bd97a9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6f3013c1, true, {}] 2024-06-28 23:58:11,143 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:11,144 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46456575-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=45bd97a9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=45bd97a9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7ec1cea1, true, {}] 2024-06-28 23:58:11,145 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=f310b87e-2f8c-45e2-bb49-69a302f5b798, address=f310b87e-2f8c-45e2-bb49-69a302f5b798, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:11,145 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@29c255f5 2024-06-28 23:58:11,146 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@6513384e 2024-06-28 23:58:11,147 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, f310b87e-2f8c-45e2-bb49-69a302f5b798, null, 0, false, true, null] 2024-06-28 23:58:11,149 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=308, durable=true, userID=464628c8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=807, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-676f9e3d-da6d-424d-a15e-199c95a8f652, JMSReplyTo=temp-queue://f310b87e-2f8c-45e2-bb49-69a302f5b798, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@958410910, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:11,174 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[308]:RELIABLE:CoreMessage[messageID=308, durable=true, userID=464628c8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=807, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-676f9e3d-da6d-424d-a15e-199c95a8f652, JMSReplyTo=temp-queue://f310b87e-2f8c-45e2-bb49-69a302f5b798, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@958410910 2024-06-28 23:58:11,175 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=308, durable=true, userID=464628c8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=807, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-676f9e3d-da6d-424d-a15e-199c95a8f652, JMSReplyTo=temp-queue://f310b87e-2f8c-45e2-bb49-69a302f5b798, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@958410910 to transaction: TransactionImpl [xid=null, txID=309, xid=null, state=ACTIVE, createTime=1719619091175(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 1]@433eca6f 2024-06-28 23:58:11,176 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [464a4779-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=45bd97a9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=45bd97a9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@30bf4d46, true, {}] 2024-06-28 23:58:11,179 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=312, durable=true, userID=464a959b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=f310b87e-2f8c-45e2-bb49-69a302f5b798, size=877, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-676f9e3d-da6d-424d-a15e-199c95a8f652, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=f6aa4aaa-a2dc-43f3-8268-ba332e35471e]]@558533205, context: RoutingContextImpl(Address=f310b87e-2f8c-45e2-bb49-69a302f5b798, routingType=ANYCAST, PreviousAddress=f310b87e-2f8c-45e2-bb49-69a302f5b798 previousRoute:ANYCAST, reusable=true, version=-2147483604) .................................................. ***** durable queues f310b87e-2f8c-45e2-bb49-69a302f5b798: ***** non durable for f310b87e-2f8c-45e2-bb49-69a302f5b798: - queueID=304 address:f310b87e-2f8c-45e2-bb49-69a302f5b798 name:f310b87e-2f8c-45e2-bb49-69a302f5b798 filter:null .................................................. , transaction: null 2024-06-28 23:58:11,179 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from f310b87e-2f8c-45e2-bb49-69a302f5b798: Reference[312]:RELIABLE:CoreMessage[messageID=312, durable=true, userID=464a959b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=f310b87e-2f8c-45e2-bb49-69a302f5b798, size=877, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-676f9e3d-da6d-424d-a15e-199c95a8f652, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=f6aa4aaa-a2dc-43f3-8268-ba332e35471e]]@558533205 2024-06-28 23:58:11,180 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from f310b87e-2f8c-45e2-bb49-69a302f5b798: CoreMessage[messageID=312, durable=true, userID=464a959b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=f310b87e-2f8c-45e2-bb49-69a302f5b798, size=877, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-676f9e3d-da6d-424d-a15e-199c95a8f652, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=f6aa4aaa-a2dc-43f3-8268-ba332e35471e]]@558533205 to transaction: TransactionImpl [xid=null, txID=315, xid=null, state=ACTIVE, createTime=1719619091180(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 1]@2c200bba 2024-06-28 23:58:11,180 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from f310b87e-2f8c-45e2-bb49-69a302f5b798: CoreMessage[messageID=312, durable=true, userID=464a959b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=f310b87e-2f8c-45e2-bb49-69a302f5b798, size=877, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-676f9e3d-da6d-424d-a15e-199c95a8f652, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=f6aa4aaa-a2dc-43f3-8268-ba332e35471e]]@558533205, transaction: TransactionImpl [xid=null, txID=315, xid=null, state=COMMITTED, createTime=1719619091180(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 0]@2c200bba 2024-06-28 23:58:11,181 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [464b0acc-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=45bd97a9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=45bd97a9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5ad519dd, true, {}] 2024-06-28 23:58:11,182 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [f310b87e-2f8c-45e2-bb49-69a302f5b798] 2024-06-28 23:58:11,195 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=308, durable=true, userID=464628c8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=807, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-676f9e3d-da6d-424d-a15e-199c95a8f652, JMSReplyTo=temp-queue://f310b87e-2f8c-45e2-bb49-69a302f5b798, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@958410910, transaction: TransactionImpl [xid=null, txID=309, xid=null, state=COMMITTED, createTime=1719619091175(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 0]@433eca6f 2024-06-28 23:58:11,225 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@47d7d778, org.eclipse.scout.rt.mom.jms.JmsSubscription@3bf1911b] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:11,227 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46520fad-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=45bd97a9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=45bd97a9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@18b6d4ee, true, {}] 2024-06-28 23:58:11,229 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:11,230 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [465284de-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=45bd97a9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=45bd97a9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@11b62790, true, {}] 2024-06-28 23:58:11,231 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=0ac69d53-d724-4184-a3e6-76a5c877c4f8, address=0ac69d53-d724-4184-a3e6-76a5c877c4f8, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:11,231 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@2856d2ab 2024-06-28 23:58:11,232 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@2e57beaa 2024-06-28 23:58:11,233 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 0ac69d53-d724-4184-a3e6-76a5c877c4f8, null, 0, false, true, null] 2024-06-28 23:58:11,235 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=345, durable=true, userID=46532021-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=823, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-ba61f9cd-873d-4bd6-becd-1e99125f6794, JMSReplyTo=temp-queue://0ac69d53-d724-4184-a3e6-76a5c877c4f8, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1805187224, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:11,256 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[345]:RELIABLE:CoreMessage[messageID=345, durable=true, userID=46532021-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=823, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-ba61f9cd-873d-4bd6-becd-1e99125f6794, JMSReplyTo=temp-queue://0ac69d53-d724-4184-a3e6-76a5c877c4f8, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1805187224 2024-06-28 23:58:11,257 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=345, durable=true, userID=46532021-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=823, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-ba61f9cd-873d-4bd6-becd-1e99125f6794, JMSReplyTo=temp-queue://0ac69d53-d724-4184-a3e6-76a5c877c4f8, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1805187224 to transaction: TransactionImpl [xid=null, txID=346, xid=null, state=ACTIVE, createTime=1719619091257(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 1]@43e1abe4 2024-06-28 23:58:11,258 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4656c9a2-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=45bd97a9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=45bd97a9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@23186643, true, {}] 2024-06-28 23:58:11,261 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 0ac69d53-d724-4184-a3e6-76a5c877c4f8: Reference[349]:RELIABLE:CoreMessage[messageID=349, durable=true, userID=465717c4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=0ac69d53-d724-4184-a3e6-76a5c877c4f8, size=893, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-ba61f9cd-873d-4bd6-becd-1e99125f6794, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=f65a93d7-7ea1-4d84-ad6f-5abe40f4d469]]@1547587916 2024-06-28 23:58:11,261 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=349, durable=true, userID=465717c4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=0ac69d53-d724-4184-a3e6-76a5c877c4f8, size=893, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-ba61f9cd-873d-4bd6-becd-1e99125f6794, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=f65a93d7-7ea1-4d84-ad6f-5abe40f4d469]]@1547587916, context: RoutingContextImpl(Address=0ac69d53-d724-4184-a3e6-76a5c877c4f8, routingType=ANYCAST, PreviousAddress=0ac69d53-d724-4184-a3e6-76a5c877c4f8 previousRoute:ANYCAST, reusable=true, version=-2147483602) .................................................. ***** durable queues 0ac69d53-d724-4184-a3e6-76a5c877c4f8: ***** non durable for 0ac69d53-d724-4184-a3e6-76a5c877c4f8: - queueID=341 address:0ac69d53-d724-4184-a3e6-76a5c877c4f8 name:0ac69d53-d724-4184-a3e6-76a5c877c4f8 filter:null .................................................. , transaction: null 2024-06-28 23:58:11,262 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 0ac69d53-d724-4184-a3e6-76a5c877c4f8: CoreMessage[messageID=349, durable=true, userID=465717c4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=0ac69d53-d724-4184-a3e6-76a5c877c4f8, size=893, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-ba61f9cd-873d-4bd6-becd-1e99125f6794, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=f65a93d7-7ea1-4d84-ad6f-5abe40f4d469]]@1547587916 to transaction: TransactionImpl [xid=null, txID=350, xid=null, state=ACTIVE, createTime=1719619091262(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 1]@64636827 2024-06-28 23:58:11,262 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 0ac69d53-d724-4184-a3e6-76a5c877c4f8: CoreMessage[messageID=349, durable=true, userID=465717c4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=0ac69d53-d724-4184-a3e6-76a5c877c4f8, size=893, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-ba61f9cd-873d-4bd6-becd-1e99125f6794, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=f65a93d7-7ea1-4d84-ad6f-5abe40f4d469]]@1547587916, transaction: TransactionImpl [xid=null, txID=350, xid=null, state=COMMITTED, createTime=1719619091262(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 0]@64636827 2024-06-28 23:58:11,263 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46578cf5-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=45bd97a9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=45bd97a9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@610fcc7b, true, {}] 2024-06-28 23:58:11,264 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [0ac69d53-d724-4184-a3e6-76a5c877c4f8] 2024-06-28 23:58:11,280 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=345, durable=true, userID=46532021-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=823, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-ba61f9cd-873d-4bd6-becd-1e99125f6794, JMSReplyTo=temp-queue://0ac69d53-d724-4184-a3e6-76a5c877c4f8, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1805187224, transaction: TransactionImpl [xid=null, txID=346, xid=null, state=COMMITTED, createTime=1719619091257(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 0]@43e1abe4 2024-06-28 23:58:11,303 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@17572129, org.eclipse.scout.rt.mom.jms.JmsSubscription@7e957a2e] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:11,305 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [465df596-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=45bd97a9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=45bd97a9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4813100b, true, {}] 2024-06-28 23:58:11,306 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:11,308 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [465e43b7-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=45bd97a9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=45bd97a9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@32ea52fd, true, {}] 2024-06-28 23:58:11,308 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=4cb50153-f380-437b-ab21-d3711d28b9db, address=4cb50153-f380-437b-ab21-d3711d28b9db, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:11,309 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@75e88bbc 2024-06-28 23:58:11,310 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@6bb5dc20 2024-06-28 23:58:11,311 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 4cb50153-f380-437b-ab21-d3711d28b9db, null, 0, false, true, null] 2024-06-28 23:58:11,313 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=382, durable=true, userID=465f070a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=916, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e5672080-b5e6-42dd-a951-1e1339d6d67f, JMSReplyTo=temp-queue://4cb50153-f380-437b-ab21-d3711d28b9db, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1142037152, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:11,326 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[382]:RELIABLE:CoreMessage[messageID=382, durable=true, userID=465f070a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=916, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e5672080-b5e6-42dd-a951-1e1339d6d67f, JMSReplyTo=temp-queue://4cb50153-f380-437b-ab21-d3711d28b9db, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1142037152 2024-06-28 23:58:11,327 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=382, durable=true, userID=465f070a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=916, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e5672080-b5e6-42dd-a951-1e1339d6d67f, JMSReplyTo=temp-queue://4cb50153-f380-437b-ab21-d3711d28b9db, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1142037152 to transaction: TransactionImpl [xid=null, txID=383, xid=null, state=ACTIVE, createTime=1719619091326(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 1]@15c28b82 2024-06-28 23:58:11,327 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [466150fb-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=45bd97a9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=45bd97a9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@71cacdff, true, {}] 2024-06-28 23:58:11,330 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=386, durable=true, userID=46619f1d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=4cb50153-f380-437b-ab21-d3711d28b9db, size=986, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e5672080-b5e6-42dd-a951-1e1339d6d67f, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=5922b373-68e8-4adb-ae64-00f51857ea89]]@1642286466, context: RoutingContextImpl(Address=4cb50153-f380-437b-ab21-d3711d28b9db, routingType=ANYCAST, PreviousAddress=4cb50153-f380-437b-ab21-d3711d28b9db previousRoute:ANYCAST, reusable=true, version=-2147483600) .................................................. ***** durable queues 4cb50153-f380-437b-ab21-d3711d28b9db: ***** non durable for 4cb50153-f380-437b-ab21-d3711d28b9db: - queueID=378 address:4cb50153-f380-437b-ab21-d3711d28b9db name:4cb50153-f380-437b-ab21-d3711d28b9db filter:null .................................................. , transaction: null 2024-06-28 23:58:11,330 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 4cb50153-f380-437b-ab21-d3711d28b9db: Reference[386]:RELIABLE:CoreMessage[messageID=386, durable=true, userID=46619f1d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=4cb50153-f380-437b-ab21-d3711d28b9db, size=986, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e5672080-b5e6-42dd-a951-1e1339d6d67f, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=5922b373-68e8-4adb-ae64-00f51857ea89]]@1642286466 2024-06-28 23:58:11,331 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 4cb50153-f380-437b-ab21-d3711d28b9db: CoreMessage[messageID=386, durable=true, userID=46619f1d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=4cb50153-f380-437b-ab21-d3711d28b9db, size=986, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e5672080-b5e6-42dd-a951-1e1339d6d67f, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=5922b373-68e8-4adb-ae64-00f51857ea89]]@1642286466 to transaction: TransactionImpl [xid=null, txID=389, xid=null, state=ACTIVE, createTime=1719619091330(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 1]@136b4b6b 2024-06-28 23:58:11,331 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 4cb50153-f380-437b-ab21-d3711d28b9db: CoreMessage[messageID=386, durable=true, userID=46619f1d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=4cb50153-f380-437b-ab21-d3711d28b9db, size=986, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e5672080-b5e6-42dd-a951-1e1339d6d67f, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=5922b373-68e8-4adb-ae64-00f51857ea89]]@1642286466, transaction: TransactionImpl [xid=null, txID=389, xid=null, state=COMMITTED, createTime=1719619091330(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 0]@136b4b6b 2024-06-28 23:58:11,332 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4662144e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=45bd97a9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=45bd97a9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@70de10d1, true, {}] 2024-06-28 23:58:11,333 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [4cb50153-f380-437b-ab21-d3711d28b9db] 2024-06-28 23:58:11,341 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=382, durable=true, userID=465f070a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=916, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e5672080-b5e6-42dd-a951-1e1339d6d67f, JMSReplyTo=temp-queue://4cb50153-f380-437b-ab21-d3711d28b9db, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1142037152, transaction: TransactionImpl [xid=null, txID=383, xid=null, state=COMMITTED, createTime=1719619091326(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 0]@15c28b82 2024-06-28 23:58:11,373 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@6cad3c2c, org.eclipse.scout.rt.mom.jms.JmsSubscription@684e4640] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:11,376 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4668a3ff-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=45bd97a9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=45bd97a9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6ffdc8e8, true, {}] 2024-06-28 23:58:11,377 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:11,378 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46691930-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=45bd97a9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=45bd97a9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@476935b5, true, {}] 2024-06-28 23:58:11,379 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=d9d65aa3-4ed0-47a7-b279-441687a6aae8, address=d9d65aa3-4ed0-47a7-b279-441687a6aae8, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:11,379 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@78849d12 2024-06-28 23:58:11,380 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@569e077f 2024-06-28 23:58:11,381 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, d9d65aa3-4ed0-47a7-b279-441687a6aae8, null, 0, false, true, null] 2024-06-28 23:58:11,383 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=419, durable=true, userID=4669b573-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=925, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-6813d327-29b2-43b0-b83f-1236fd4bde21, JMSReplyTo=temp-queue://d9d65aa3-4ed0-47a7-b279-441687a6aae8, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@340907264, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:11,396 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[419]:RELIABLE:CoreMessage[messageID=419, durable=true, userID=4669b573-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=925, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-6813d327-29b2-43b0-b83f-1236fd4bde21, JMSReplyTo=temp-queue://d9d65aa3-4ed0-47a7-b279-441687a6aae8, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@340907264 2024-06-28 23:58:11,397 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=419, durable=true, userID=4669b573-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=925, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-6813d327-29b2-43b0-b83f-1236fd4bde21, JMSReplyTo=temp-queue://d9d65aa3-4ed0-47a7-b279-441687a6aae8, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@340907264 to transaction: TransactionImpl [xid=null, txID=420, xid=null, state=ACTIVE, createTime=1719619091397(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 1]@70e93547 2024-06-28 23:58:11,397 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [466bff64-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=45bd97a9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=45bd97a9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1a50e9a6, true, {}] 2024-06-28 23:58:11,400 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=423, durable=true, userID=466c4d86-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=d9d65aa3-4ed0-47a7-b279-441687a6aae8, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-6813d327-29b2-43b0-b83f-1236fd4bde21, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=0b1b6a18-c438-4e1f-845e-df91754cf5dd]]@1752662906, context: RoutingContextImpl(Address=d9d65aa3-4ed0-47a7-b279-441687a6aae8, routingType=ANYCAST, PreviousAddress=d9d65aa3-4ed0-47a7-b279-441687a6aae8 previousRoute:ANYCAST, reusable=true, version=-2147483598) .................................................. ***** durable queues d9d65aa3-4ed0-47a7-b279-441687a6aae8: ***** non durable for d9d65aa3-4ed0-47a7-b279-441687a6aae8: - queueID=415 address:d9d65aa3-4ed0-47a7-b279-441687a6aae8 name:d9d65aa3-4ed0-47a7-b279-441687a6aae8 filter:null .................................................. , transaction: null 2024-06-28 23:58:11,400 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from d9d65aa3-4ed0-47a7-b279-441687a6aae8: Reference[423]:RELIABLE:CoreMessage[messageID=423, durable=true, userID=466c4d86-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=d9d65aa3-4ed0-47a7-b279-441687a6aae8, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-6813d327-29b2-43b0-b83f-1236fd4bde21, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=0b1b6a18-c438-4e1f-845e-df91754cf5dd]]@1752662906 2024-06-28 23:58:11,400 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from d9d65aa3-4ed0-47a7-b279-441687a6aae8: CoreMessage[messageID=423, durable=true, userID=466c4d86-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=d9d65aa3-4ed0-47a7-b279-441687a6aae8, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-6813d327-29b2-43b0-b83f-1236fd4bde21, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=0b1b6a18-c438-4e1f-845e-df91754cf5dd]]@1752662906 to transaction: TransactionImpl [xid=null, txID=426, xid=null, state=ACTIVE, createTime=1719619091400(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 1]@4700ab7e 2024-06-28 23:58:11,401 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from d9d65aa3-4ed0-47a7-b279-441687a6aae8: CoreMessage[messageID=423, durable=true, userID=466c4d86-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=d9d65aa3-4ed0-47a7-b279-441687a6aae8, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-6813d327-29b2-43b0-b83f-1236fd4bde21, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=0b1b6a18-c438-4e1f-845e-df91754cf5dd]]@1752662906, transaction: TransactionImpl [xid=null, txID=426, xid=null, state=COMMITTED, createTime=1719619091400(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 0]@4700ab7e 2024-06-28 23:58:11,402 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [466c9ba7-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=45bd97a9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=45bd97a9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@679ad37b, true, {}] 2024-06-28 23:58:11,403 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [d9d65aa3-4ed0-47a7-b279-441687a6aae8] 2024-06-28 23:58:11,414 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=419, durable=true, userID=4669b573-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=925, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-6813d327-29b2-43b0-b83f-1236fd4bde21, JMSReplyTo=temp-queue://d9d65aa3-4ed0-47a7-b279-441687a6aae8, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@340907264, transaction: TransactionImpl [xid=null, txID=420, xid=null, state=COMMITTED, createTime=1719619091397(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 0]@70e93547 2024-06-28 23:58:11,445 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@51f92811, org.eclipse.scout.rt.mom.jms.JmsSubscription@665ad640] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:11,447 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4673a088-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=45bd97a9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=45bd97a9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2084bf1, true, {}] 2024-06-28 23:58:11,448 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:11,449 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4673eea9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=45bd97a9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=45bd97a9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@aa553bd, true, {}] 2024-06-28 23:58:11,450 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=fcb357f7-8416-4b71-bf72-c51f663812fd, address=fcb357f7-8416-4b71-bf72-c51f663812fd, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:11,450 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@5de39f4b 2024-06-28 23:58:11,451 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@40634088 2024-06-28 23:58:11,452 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, fcb357f7-8416-4b71-bf72-c51f663812fd, null, 0, false, true, null] 2024-06-28 23:58:11,454 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=456, durable=true, userID=46748aec-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=851, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-7708d8c2-3fe1-4e93-85dc-4db4cc022341, JMSReplyTo=temp-queue://fcb357f7-8416-4b71-bf72-c51f663812fd, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1199080636, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:11,479 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[456]:RELIABLE:CoreMessage[messageID=456, durable=true, userID=46748aec-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=851, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-7708d8c2-3fe1-4e93-85dc-4db4cc022341, JMSReplyTo=temp-queue://fcb357f7-8416-4b71-bf72-c51f663812fd, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1199080636 2024-06-28 23:58:11,480 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=456, durable=true, userID=46748aec-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=851, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-7708d8c2-3fe1-4e93-85dc-4db4cc022341, JMSReplyTo=temp-queue://fcb357f7-8416-4b71-bf72-c51f663812fd, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1199080636 to transaction: TransactionImpl [xid=null, txID=457, xid=null, state=ACTIVE, createTime=1719619091480(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 1]@767a7a32 2024-06-28 23:58:11,481 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4678a99d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=45bd97a9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=45bd97a9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@607a1c99, true, {}] 2024-06-28 23:58:11,483 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=460, durable=true, userID=46791ecf-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=fcb357f7-8416-4b71-bf72-c51f663812fd, size=921, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-7708d8c2-3fe1-4e93-85dc-4db4cc022341, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=9bf2cd41-671e-4d1c-9b7b-dcf5f1dde5fd]]@2126193194, context: RoutingContextImpl(Address=fcb357f7-8416-4b71-bf72-c51f663812fd, routingType=ANYCAST, PreviousAddress=fcb357f7-8416-4b71-bf72-c51f663812fd previousRoute:ANYCAST, reusable=true, version=-2147483596) .................................................. ***** durable queues fcb357f7-8416-4b71-bf72-c51f663812fd: ***** non durable for fcb357f7-8416-4b71-bf72-c51f663812fd: - queueID=452 address:fcb357f7-8416-4b71-bf72-c51f663812fd name:fcb357f7-8416-4b71-bf72-c51f663812fd filter:null .................................................. , transaction: null 2024-06-28 23:58:11,484 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from fcb357f7-8416-4b71-bf72-c51f663812fd: Reference[460]:RELIABLE:CoreMessage[messageID=460, durable=true, userID=46791ecf-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=fcb357f7-8416-4b71-bf72-c51f663812fd, size=921, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-7708d8c2-3fe1-4e93-85dc-4db4cc022341, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=9bf2cd41-671e-4d1c-9b7b-dcf5f1dde5fd]]@2126193194 2024-06-28 23:58:11,484 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from fcb357f7-8416-4b71-bf72-c51f663812fd: CoreMessage[messageID=460, durable=true, userID=46791ecf-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=fcb357f7-8416-4b71-bf72-c51f663812fd, size=921, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-7708d8c2-3fe1-4e93-85dc-4db4cc022341, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=9bf2cd41-671e-4d1c-9b7b-dcf5f1dde5fd]]@2126193194 to transaction: TransactionImpl [xid=null, txID=463, xid=null, state=ACTIVE, createTime=1719619091484(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 1]@2fb3d4cd 2024-06-28 23:58:11,485 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from fcb357f7-8416-4b71-bf72-c51f663812fd: CoreMessage[messageID=460, durable=true, userID=46791ecf-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=fcb357f7-8416-4b71-bf72-c51f663812fd, size=921, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-7708d8c2-3fe1-4e93-85dc-4db4cc022341, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=9bf2cd41-671e-4d1c-9b7b-dcf5f1dde5fd]]@2126193194, transaction: TransactionImpl [xid=null, txID=463, xid=null, state=COMMITTED, createTime=1719619091484(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 0]@2fb3d4cd 2024-06-28 23:58:11,485 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=456, durable=true, userID=46748aec-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=851, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-7708d8c2-3fe1-4e93-85dc-4db4cc022341, JMSReplyTo=temp-queue://fcb357f7-8416-4b71-bf72-c51f663812fd, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1199080636, transaction: TransactionImpl [xid=null, txID=457, xid=null, state=COMMITTED, createTime=1719619091480(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 0]@767a7a32 2024-06-28 23:58:11,486 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46799400-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=45bd97a9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=45bd97a9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@58b8677d, true, {}] 2024-06-28 23:58:11,487 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [fcb357f7-8416-4b71-bf72-c51f663812fd] 2024-06-28 23:58:11,492 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@3eab0d7, org.eclipse.scout.rt.mom.jms.JmsSubscription@3cf4514d] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:11,494 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [467acc81-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=45bd97a9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=45bd97a9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@11c0bcb8, true, {}] 2024-06-28 23:58:11,495 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:11,496 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [467b1aa2-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=45bd97a9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=45bd97a9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4f002ab7, true, {}] 2024-06-28 23:58:11,496 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=7a2aacfe-c473-47be-a2a0-cfa63f42450a, address=7a2aacfe-c473-47be-a2a0-cfa63f42450a, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:11,497 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@2c6df8e3 2024-06-28 23:58:11,498 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@1cc3b723 2024-06-28 23:58:11,499 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 7a2aacfe-c473-47be-a2a0-cfa63f42450a, null, 0, false, true, null] 2024-06-28 23:58:11,500 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=493, durable=true, userID=467b8fd5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=807, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-46b93808-181b-47d3-891e-4a8d0f1ef866, JMSReplyTo=temp-queue://7a2aacfe-c473-47be-a2a0-cfa63f42450a, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@760573155, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:11,518 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[493]:RELIABLE:CoreMessage[messageID=493, durable=true, userID=467b8fd5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=807, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-46b93808-181b-47d3-891e-4a8d0f1ef866, JMSReplyTo=temp-queue://7a2aacfe-c473-47be-a2a0-cfa63f42450a, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@760573155 2024-06-28 23:58:11,519 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=493, durable=true, userID=467b8fd5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=807, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-46b93808-181b-47d3-891e-4a8d0f1ef866, JMSReplyTo=temp-queue://7a2aacfe-c473-47be-a2a0-cfa63f42450a, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@760573155 to transaction: TransactionImpl [xid=null, txID=494, xid=null, state=ACTIVE, createTime=1719619091519(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 1]@509dfb0 2024-06-28 23:58:11,520 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [467ec426-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=45bd97a9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=45bd97a9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7c777e5, true, {}] 2024-06-28 23:58:11,523 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=497, durable=true, userID=467f1248-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=7a2aacfe-c473-47be-a2a0-cfa63f42450a, size=877, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-46b93808-181b-47d3-891e-4a8d0f1ef866, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=0919ff6b-7998-4311-a8c1-585ce993b0d2]]@1402999817, context: RoutingContextImpl(Address=7a2aacfe-c473-47be-a2a0-cfa63f42450a, routingType=ANYCAST, PreviousAddress=7a2aacfe-c473-47be-a2a0-cfa63f42450a previousRoute:ANYCAST, reusable=true, version=-2147483594) .................................................. ***** durable queues 7a2aacfe-c473-47be-a2a0-cfa63f42450a: ***** non durable for 7a2aacfe-c473-47be-a2a0-cfa63f42450a: - queueID=489 address:7a2aacfe-c473-47be-a2a0-cfa63f42450a name:7a2aacfe-c473-47be-a2a0-cfa63f42450a filter:null .................................................. , transaction: null 2024-06-28 23:58:11,523 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 7a2aacfe-c473-47be-a2a0-cfa63f42450a: Reference[497]:RELIABLE:CoreMessage[messageID=497, durable=true, userID=467f1248-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=7a2aacfe-c473-47be-a2a0-cfa63f42450a, size=877, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-46b93808-181b-47d3-891e-4a8d0f1ef866, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=0919ff6b-7998-4311-a8c1-585ce993b0d2]]@1402999817 2024-06-28 23:58:11,524 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 7a2aacfe-c473-47be-a2a0-cfa63f42450a: CoreMessage[messageID=497, durable=true, userID=467f1248-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=7a2aacfe-c473-47be-a2a0-cfa63f42450a, size=877, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-46b93808-181b-47d3-891e-4a8d0f1ef866, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=0919ff6b-7998-4311-a8c1-585ce993b0d2]]@1402999817 to transaction: TransactionImpl [xid=null, txID=500, xid=null, state=ACTIVE, createTime=1719619091523(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 1]@4ed0f1d9 2024-06-28 23:58:11,524 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 7a2aacfe-c473-47be-a2a0-cfa63f42450a: CoreMessage[messageID=497, durable=true, userID=467f1248-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=7a2aacfe-c473-47be-a2a0-cfa63f42450a, size=877, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-46b93808-181b-47d3-891e-4a8d0f1ef866, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=0919ff6b-7998-4311-a8c1-585ce993b0d2]]@1402999817, transaction: TransactionImpl [xid=null, txID=500, xid=null, state=COMMITTED, createTime=1719619091523(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 0]@4ed0f1d9 2024-06-28 23:58:11,525 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [467f8779-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=45bd97a9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=45bd97a9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4790df34, true, {}] 2024-06-28 23:58:11,526 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [7a2aacfe-c473-47be-a2a0-cfa63f42450a] 2024-06-28 23:58:11,540 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=493, durable=true, userID=467b8fd5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=807, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-46b93808-181b-47d3-891e-4a8d0f1ef866, JMSReplyTo=temp-queue://7a2aacfe-c473-47be-a2a0-cfa63f42450a, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@760573155, transaction: TransactionImpl [xid=null, txID=494, xid=null, state=COMMITTED, createTime=1719619091519(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 0]@509dfb0 2024-06-28 23:58:11,562 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@64f93d96, org.eclipse.scout.rt.mom.jms.JmsSubscription@558f3854] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:11,564 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@7dd24c86[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:11,564 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.030080 ms 2024-06-28 23:58:11,565 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [754021de-cb7c-48b7-a36d-dcebcb4c39c1] 2024-06-28 23:58:11,575 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:58:11,575 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:58:11,576 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 45bd97a9-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:11,578 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:11,578 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 1410.498401 ms 2024-06-28 23:58:11,578 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:11,579 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:11,579 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:11,579 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 2067478013'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom57] 2024-06-28 23:58:11,581 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom57] 2024-06-28 23:58:11,582 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 46883a0b-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom84] 2024-06-28 23:58:11,583 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4688611e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46883a0b-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46883a0b-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1eb8f154, true, {}] 2024-06-28 23:58:11,585 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4fd0729d - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom84] 2024-06-28 23:58:11,585 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4688af3f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46883a0b-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46883a0b-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6a9847fc, true, {}] 2024-06-28 23:58:11,586 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 4688af3f-35aa-11ef-ab26-0a580a2845c5 with parameters: [scout.mom.requestreply.cancellation, [MULTICAST], true] 2024-06-28 23:58:11,586 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@762e4fa5 2024-06-28 23:58:11,588 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=23672a0a-9bd3-41e4-8798-ff77d6c7f4ba, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:11,589 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@48e4ae94 2024-06-28 23:58:11,589 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 23672a0a-9bd3-41e4-8798-ff77d6c7f4ba, null, 0, false, true, null] 2024-06-28 23:58:11,590 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46897291-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46883a0b-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46883a0b-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4f3e19b2, true, {}] 2024-06-28 23:58:11,592 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=test/mom/testRequestReplyWithBlockingCondition, address=test/mom/testRequestReplyWithBlockingCondition, routingType=ANYCAST, filterString=null, durable=true, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=false, autoCreateAddress=null, internal=null, transient=null, autoCreated=true, fqqn=null]] 2024-06-28 23:58:11,592 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@5c757e0b 2024-06-28 23:58:11,592 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@17cade6a 2024-06-28 23:58:11,593 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyWithBlockingCondition, null, 0, false, true, null] 2024-06-28 23:58:11,594 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [468a0ed3-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46883a0b-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46883a0b-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@38b59645, true, {}] 2024-06-28 23:58:11,595 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=8a82937b-e2df-449d-a53b-e8c8e681a508, address=8a82937b-e2df-449d-a53b-e8c8e681a508, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:11,595 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@2b90604a 2024-06-28 23:58:11,596 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@163b6345 2024-06-28 23:58:11,597 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 8a82937b-e2df-449d-a53b-e8c8e681a508, null, 0, false, true, null] 2024-06-28 23:58:11,599 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=558, durable=true, userID=468aab16-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyWithBlockingCondition, size=951, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e6fa41be-ea17-4e70-a435-5329c68a76f7, JMSReplyTo=temp-queue://8a82937b-e2df-449d-a53b-e8c8e681a508, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@474452481, context: RoutingContextImpl(Address=test/mom/testRequestReplyWithBlockingCondition, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyWithBlockingCondition previousRoute:ANYCAST, reusable=true, version=-2147483590) .................................................. ***** durable queues test/mom/testRequestReplyWithBlockingCondition: - queueID=547 address:test/mom/testRequestReplyWithBlockingCondition name:test/mom/testRequestReplyWithBlockingCondition filter:null ***** non durable for test/mom/testRequestReplyWithBlockingCondition: .................................................. , transaction: null 2024-06-28 23:58:11,600 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyWithBlockingCondition: Reference[558]:RELIABLE:CoreMessage[messageID=558, durable=true, userID=468aab16-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyWithBlockingCondition, size=951, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e6fa41be-ea17-4e70-a435-5329c68a76f7, JMSReplyTo=temp-queue://8a82937b-e2df-449d-a53b-e8c8e681a508, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@474452481 2024-06-28 23:58:11,600 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyWithBlockingCondition: CoreMessage[messageID=558, durable=true, userID=468aab16-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyWithBlockingCondition, size=951, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e6fa41be-ea17-4e70-a435-5329c68a76f7, JMSReplyTo=temp-queue://8a82937b-e2df-449d-a53b-e8c8e681a508, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@474452481 to transaction: TransactionImpl [xid=null, txID=559, xid=null, state=ACTIVE, createTime=1719619091600(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 1]@74209032 2024-06-28 23:58:11,601 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [468b2047-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46883a0b-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46883a0b-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5faedb8a, true, {}] 2024-06-28 23:58:11,603 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyWithBlockingCondition: CoreMessage[messageID=558, durable=true, userID=468aab16-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyWithBlockingCondition, size=951, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e6fa41be-ea17-4e70-a435-5329c68a76f7, JMSReplyTo=temp-queue://8a82937b-e2df-449d-a53b-e8c8e681a508, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@474452481, transaction: TransactionImpl [xid=null, txID=559, xid=null, state=COMMITTED, createTime=1719619091600(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 0]@74209032 2024-06-28 23:58:11,603 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=562, durable=true, userID=468b4759-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=8a82937b-e2df-449d-a53b-e8c8e681a508, size=989, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e6fa41be-ea17-4e70-a435-5329c68a76f7, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=1980fd77-7a7a-4424-a616-40bbe6e96971]]@704056249, context: RoutingContextImpl(Address=8a82937b-e2df-449d-a53b-e8c8e681a508, routingType=ANYCAST, PreviousAddress=8a82937b-e2df-449d-a53b-e8c8e681a508 previousRoute:ANYCAST, reusable=true, version=-2147483589) .................................................. ***** durable queues 8a82937b-e2df-449d-a53b-e8c8e681a508: ***** non durable for 8a82937b-e2df-449d-a53b-e8c8e681a508: - queueID=554 address:8a82937b-e2df-449d-a53b-e8c8e681a508 name:8a82937b-e2df-449d-a53b-e8c8e681a508 filter:null .................................................. , transaction: null 2024-06-28 23:58:11,603 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 8a82937b-e2df-449d-a53b-e8c8e681a508: Reference[562]:RELIABLE:CoreMessage[messageID=562, durable=true, userID=468b4759-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=8a82937b-e2df-449d-a53b-e8c8e681a508, size=989, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e6fa41be-ea17-4e70-a435-5329c68a76f7, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=1980fd77-7a7a-4424-a616-40bbe6e96971]]@704056249 2024-06-28 23:58:11,604 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 8a82937b-e2df-449d-a53b-e8c8e681a508: CoreMessage[messageID=562, durable=true, userID=468b4759-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=8a82937b-e2df-449d-a53b-e8c8e681a508, size=989, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e6fa41be-ea17-4e70-a435-5329c68a76f7, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=1980fd77-7a7a-4424-a616-40bbe6e96971]]@704056249 to transaction: TransactionImpl [xid=null, txID=565, xid=null, state=ACTIVE, createTime=1719619091604(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 1]@59786fb9 2024-06-28 23:58:11,604 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 8a82937b-e2df-449d-a53b-e8c8e681a508: CoreMessage[messageID=562, durable=true, userID=468b4759-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=8a82937b-e2df-449d-a53b-e8c8e681a508, size=989, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e6fa41be-ea17-4e70-a435-5329c68a76f7, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=1980fd77-7a7a-4424-a616-40bbe6e96971]]@704056249, transaction: TransactionImpl [xid=null, txID=565, xid=null, state=COMMITTED, createTime=1719619091604(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 0]@59786fb9 2024-06-28 23:58:11,605 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [468bbc8a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46883a0b-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46883a0b-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@56e2cad8, true, {}] 2024-06-28 23:58:11,606 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [8a82937b-e2df-449d-a53b-e8c8e681a508] Reply: TheReply 2024-06-28 23:58:11,608 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2b27d5d3] 2024-06-28 23:58:11,610 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@5aaab89c[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:11,610 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.007564 ms 2024-06-28 23:58:11,611 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [23672a0a-9bd3-41e4-8798-ff77d6c7f4ba] 2024-06-28 23:58:11,612 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:58:11,612 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:58:11,613 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 46883a0b-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:11,613 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:11,614 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 34.792023 ms 2024-06-28 23:58:11,614 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:11,614 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:11,614 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:11,615 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 550407601'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:11,617 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:11,618 INFO [scout-thread-19] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 468db85c-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom85] 2024-06-28 23:58:11,618 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [468db85f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=468db85c-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=468db85c-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6a74452b, true, {}] 2024-06-28 23:58:11,620 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@66ffe106 - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom85] 2024-06-28 23:58:11,620 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [468e0680-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=468db85c-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=468db85c-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@63d8f5af, true, {}] 2024-06-28 23:58:11,622 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 468e0680-35aa-11ef-ab26-0a580a2845c5 with parameters: [scout.mom.requestreply.cancellation, [MULTICAST], true] 2024-06-28 23:58:11,622 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@56026899 2024-06-28 23:58:11,623 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=a91e41ab-5bb4-4c8c-8eb6-78b6691850cb, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:11,624 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@5d41cc36 2024-06-28 23:58:11,625 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, a91e41ab-5bb4-4c8c-8eb6-78b6691850cb, null, 0, false, true, null] 2024-06-28 23:58:11,626 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [468ef0e2-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=468db85c-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=468db85c-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6754aa2e, true, {}] 2024-06-28 23:58:11,628 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=test/mom/testRequestReply_StringMarshaller_Exception, address=test/mom/testRequestReply_StringMarshaller_Exception, routingType=ANYCAST, filterString=null, durable=true, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=false, autoCreateAddress=null, internal=null, transient=null, autoCreated=true, fqqn=null]] 2024-06-28 23:58:11,628 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@1f1505b9 2024-06-28 23:58:11,629 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@726898c1 2024-06-28 23:58:11,629 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReply_StringMarshaller_Exception, null, 0, false, true, null] 2024-06-28 23:58:11,630 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [468f8d24-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=468db85c-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=468db85c-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5daf4054, true, {}] 2024-06-28 23:58:11,631 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=ec817dd5-6ff0-40e2-8685-bc45505ee932, address=ec817dd5-6ff0-40e2-8685-bc45505ee932, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:11,631 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@79a9dacd 2024-06-28 23:58:11,632 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@34c5bff6 2024-06-28 23:58:11,633 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, ec817dd5-6ff0-40e2-8685-bc45505ee932, null, 0, false, true, null] 2024-06-28 23:58:11,637 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=623, durable=true, userID=46900257-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReply_StringMarshaller_Exception, size=833, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-d7593f9d-c48a-4085-9f8a-512ba021891c, JMSReplyTo=temp-queue://ec817dd5-6ff0-40e2-8685-bc45505ee932, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@264216213, context: RoutingContextImpl(Address=test/mom/testRequestReply_StringMarshaller_Exception, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReply_StringMarshaller_Exception previousRoute:ANYCAST, reusable=true, version=-2147483585) .................................................. ***** durable queues test/mom/testRequestReply_StringMarshaller_Exception: - queueID=612 address:test/mom/testRequestReply_StringMarshaller_Exception name:test/mom/testRequestReply_StringMarshaller_Exception filter:null ***** non durable for test/mom/testRequestReply_StringMarshaller_Exception: .................................................. , transaction: null 2024-06-28 23:58:11,637 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReply_StringMarshaller_Exception: Reference[623]:RELIABLE:CoreMessage[messageID=623, durable=true, userID=46900257-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReply_StringMarshaller_Exception, size=833, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-d7593f9d-c48a-4085-9f8a-512ba021891c, JMSReplyTo=temp-queue://ec817dd5-6ff0-40e2-8685-bc45505ee932, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@264216213 2024-06-28 23:58:11,638 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReply_StringMarshaller_Exception: CoreMessage[messageID=623, durable=true, userID=46900257-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReply_StringMarshaller_Exception, size=833, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-d7593f9d-c48a-4085-9f8a-512ba021891c, JMSReplyTo=temp-queue://ec817dd5-6ff0-40e2-8685-bc45505ee932, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@264216213 to transaction: TransactionImpl [xid=null, txID=624, xid=null, state=ACTIVE, createTime=1719619091638(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 1]@257ed014 2024-06-28 23:58:11,639 ERROR [scout-thread-24] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:137) - 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=55bef22e-1269-47a3-8f1d-98f04b06ae04, activemq.broker=mom86] org.eclipse.scout.rt.mom.jms.JmsMomWithRequestReplyTest$SomethingWrongException: expected-expected-junit-exception at org.eclipse.scout.rt.mom.jms.JmsMomWithRequestReplyTest.testRequestReply_StringMarshaller_Exception(JmsMomWithRequestReplyTest.java:701) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:75) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:37) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) 2024-06-28 23:58:11,639 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4690ecb8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=468db85c-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=468db85c-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2b6e6740, true, {}] 2024-06-28 23:58:11,641 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReply_StringMarshaller_Exception: CoreMessage[messageID=623, durable=true, userID=46900257-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReply_StringMarshaller_Exception, size=833, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-d7593f9d-c48a-4085-9f8a-512ba021891c, JMSReplyTo=temp-queue://ec817dd5-6ff0-40e2-8685-bc45505ee932, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@264216213, transaction: TransactionImpl [xid=null, txID=624, xid=null, state=COMMITTED, createTime=1719619091638(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 0]@257ed014 2024-06-28 23:58:11,641 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from ec817dd5-6ff0-40e2-8685-bc45505ee932: Reference[627]:RELIABLE:CoreMessage[messageID=627, durable=true, userID=46913ada-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=ec817dd5-6ff0-40e2-8685-bc45505ee932, size=1101, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-d7593f9d-c48a-4085-9f8a-512ba021891c, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"false"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=55bef22e-1269-47a3-8f1d-98f04b06ae04]]@45688766 2024-06-28 23:58:11,641 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=627, durable=true, userID=46913ada-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=ec817dd5-6ff0-40e2-8685-bc45505ee932, size=1101, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-d7593f9d-c48a-4085-9f8a-512ba021891c, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"false"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=55bef22e-1269-47a3-8f1d-98f04b06ae04]]@45688766, context: RoutingContextImpl(Address=ec817dd5-6ff0-40e2-8685-bc45505ee932, routingType=ANYCAST, PreviousAddress=ec817dd5-6ff0-40e2-8685-bc45505ee932 previousRoute:ANYCAST, reusable=true, version=-2147483584) .................................................. ***** durable queues ec817dd5-6ff0-40e2-8685-bc45505ee932: ***** non durable for ec817dd5-6ff0-40e2-8685-bc45505ee932: - queueID=619 address:ec817dd5-6ff0-40e2-8685-bc45505ee932 name:ec817dd5-6ff0-40e2-8685-bc45505ee932 filter:null .................................................. , transaction: null 2024-06-28 23:58:11,642 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from ec817dd5-6ff0-40e2-8685-bc45505ee932: CoreMessage[messageID=627, durable=true, userID=46913ada-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=ec817dd5-6ff0-40e2-8685-bc45505ee932, size=1101, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-d7593f9d-c48a-4085-9f8a-512ba021891c, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"false"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=55bef22e-1269-47a3-8f1d-98f04b06ae04]]@45688766 to transaction: TransactionImpl [xid=null, txID=629, xid=null, state=ACTIVE, createTime=1719619091642(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 1]@66d8ab37 2024-06-28 23:58:11,642 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from ec817dd5-6ff0-40e2-8685-bc45505ee932: CoreMessage[messageID=627, durable=true, userID=46913ada-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=ec817dd5-6ff0-40e2-8685-bc45505ee932, size=1101, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-d7593f9d-c48a-4085-9f8a-512ba021891c, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"false"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=55bef22e-1269-47a3-8f1d-98f04b06ae04]]@45688766, transaction: TransactionImpl [xid=null, txID=629, xid=null, state=COMMITTED, createTime=1719619091642(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 0]@66d8ab37 2024-06-28 23:58:11,643 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [469188fb-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=468db85c-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=468db85c-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1a512f7e, true, {}] 2024-06-28 23:58:11,644 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [ec817dd5-6ff0-40e2-8685-bc45505ee932] 2024-06-28 23:58:11,646 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@fdeec12] 2024-06-28 23:58:11,647 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@73c3a777[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:11,647 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.008000 ms 2024-06-28 23:58:11,648 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [a91e41ab-5bb4-4c8c-8eb6-78b6691850cb] 2024-06-28 23:58:11,650 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:58:11,650 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:58:11,651 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 468db85c-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:11,651 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:11,651 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 36.781759 ms 2024-06-28 23:58:11,651 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:11,652 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:11,652 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:11,653 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1206572425'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:11,655 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:11,655 INFO [scout-thread-21] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 46935dbd-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom57] 2024-06-28 23:58:11,657 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [469384d0-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46935dbd-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46935dbd-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@27c4c397, true, {}] 2024-06-28 23:58:11,658 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4b1f5f4a - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom57] 2024-06-28 23:58:11,658 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4693d2f1-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46935dbd-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46935dbd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1a7fbdde, true, {}] 2024-06-28 23:58:11,660 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 4693d2f1-35aa-11ef-ab26-0a580a2845c5 with parameters: [scout.mom.requestreply.cancellation, [MULTICAST], true] 2024-06-28 23:58:11,660 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@47bad1d0 2024-06-28 23:58:11,661 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=15c646f2-2e9f-4fdc-b11b-be7ecc13a309, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:11,661 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@6f6d715f 2024-06-28 23:58:11,662 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 15c646f2-2e9f-4fdc-b11b-be7ecc13a309, null, 0, false, true, null] 2024-06-28 23:58:11,663 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46949643-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46935dbd-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46935dbd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6fb31974, true, {}] 2024-06-28 23:58:11,664 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:11,665 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4694e464-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46935dbd-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46935dbd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@490d52dc, true, {}] 2024-06-28 23:58:11,666 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=7ea372c7-473e-4c09-9a5f-939fedb16725, address=7ea372c7-473e-4c09-9a5f-939fedb16725, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:11,666 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@4c13dfc 2024-06-28 23:58:11,666 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@42220945 2024-06-28 23:58:11,667 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 7ea372c7-473e-4c09-9a5f-939fedb16725, null, 0, false, true, null] 2024-06-28 23:58:11,669 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=683, durable=true, userID=46955997-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=801, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-7754c91c-c161-4a56-b855-3f2ed84dea6f, JMSReplyTo=temp-queue://7ea372c7-473e-4c09-9a5f-939fedb16725, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1104733979, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:11,669 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[683]:RELIABLE:CoreMessage[messageID=683, durable=true, userID=46955997-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=801, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-7754c91c-c161-4a56-b855-3f2ed84dea6f, JMSReplyTo=temp-queue://7ea372c7-473e-4c09-9a5f-939fedb16725, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1104733979 2024-06-28 23:58:11,670 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=683, durable=true, userID=46955997-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=801, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-7754c91c-c161-4a56-b855-3f2ed84dea6f, JMSReplyTo=temp-queue://7ea372c7-473e-4c09-9a5f-939fedb16725, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1104733979 to transaction: TransactionImpl [xid=null, txID=684, xid=null, state=ACTIVE, createTime=1719619091670(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 1]@545a0104 2024-06-28 23:58:11,671 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4695a7b8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46935dbd-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46935dbd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@12f56144, true, {}] 2024-06-28 23:58:11,673 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=683, durable=true, userID=46955997-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=801, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-7754c91c-c161-4a56-b855-3f2ed84dea6f, JMSReplyTo=temp-queue://7ea372c7-473e-4c09-9a5f-939fedb16725, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1104733979, transaction: TransactionImpl [xid=null, txID=684, xid=null, state=COMMITTED, createTime=1719619091670(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 0]@545a0104 2024-06-28 23:58:11,673 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 7ea372c7-473e-4c09-9a5f-939fedb16725: Reference[687]:RELIABLE:CoreMessage[messageID=687, durable=true, userID=4695f5da-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=7ea372c7-473e-4c09-9a5f-939fedb16725, size=871, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-7754c91c-c161-4a56-b855-3f2ed84dea6f, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cf146472-7fc7-4899-9334-1c2fa9e1ced7]]@1882537043 2024-06-28 23:58:11,673 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=687, durable=true, userID=4695f5da-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=7ea372c7-473e-4c09-9a5f-939fedb16725, size=871, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-7754c91c-c161-4a56-b855-3f2ed84dea6f, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cf146472-7fc7-4899-9334-1c2fa9e1ced7]]@1882537043, context: RoutingContextImpl(Address=7ea372c7-473e-4c09-9a5f-939fedb16725, routingType=ANYCAST, PreviousAddress=7ea372c7-473e-4c09-9a5f-939fedb16725 previousRoute:ANYCAST, reusable=true, version=-2147483580) .................................................. ***** durable queues 7ea372c7-473e-4c09-9a5f-939fedb16725: ***** non durable for 7ea372c7-473e-4c09-9a5f-939fedb16725: - queueID=679 address:7ea372c7-473e-4c09-9a5f-939fedb16725 name:7ea372c7-473e-4c09-9a5f-939fedb16725 filter:null .................................................. , transaction: null 2024-06-28 23:58:11,673 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 7ea372c7-473e-4c09-9a5f-939fedb16725: CoreMessage[messageID=687, durable=true, userID=4695f5da-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=7ea372c7-473e-4c09-9a5f-939fedb16725, size=871, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-7754c91c-c161-4a56-b855-3f2ed84dea6f, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cf146472-7fc7-4899-9334-1c2fa9e1ced7]]@1882537043 to transaction: TransactionImpl [xid=null, txID=688, xid=null, state=ACTIVE, createTime=1719619091673(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 1]@63c8bbb4 2024-06-28 23:58:11,674 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 7ea372c7-473e-4c09-9a5f-939fedb16725: CoreMessage[messageID=687, durable=true, userID=4695f5da-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=7ea372c7-473e-4c09-9a5f-939fedb16725, size=871, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-7754c91c-c161-4a56-b855-3f2ed84dea6f, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cf146472-7fc7-4899-9334-1c2fa9e1ced7]]@1882537043, transaction: TransactionImpl [xid=null, txID=688, xid=null, state=COMMITTED, createTime=1719619091673(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 0]@63c8bbb4 2024-06-28 23:58:11,675 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [469643fb-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46935dbd-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46935dbd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@462d0c04, true, {}] 2024-06-28 23:58:11,675 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [7ea372c7-473e-4c09-9a5f-939fedb16725] 2024-06-28 23:58:11,678 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@1ecfc931, org.eclipse.scout.rt.mom.jms.JmsSubscription@1ad3f2cd] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:11,679 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4697074c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46935dbd-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46935dbd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@61809325, true, {}] 2024-06-28 23:58:11,680 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:11,681 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46972e5d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46935dbd-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46935dbd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1cc73395, true, {}] 2024-06-28 23:58:11,681 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=26f79da7-6da4-4927-a229-3fe6c100e270, address=26f79da7-6da4-4927-a229-3fe6c100e270, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:11,681 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@33acd71c 2024-06-28 23:58:11,682 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@7bab696b 2024-06-28 23:58:11,683 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 26f79da7-6da4-4927-a229-3fe6c100e270, null, 0, false, true, null] 2024-06-28 23:58:11,684 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=720, durable=true, userID=4697caa0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=905, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-adb56bac-b210-4ce1-998f-b5c5ff498c36, JMSReplyTo=temp-queue://26f79da7-6da4-4927-a229-3fe6c100e270, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@495064274, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:11,688 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[720]:RELIABLE:CoreMessage[messageID=720, durable=true, userID=4697caa0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=905, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-adb56bac-b210-4ce1-998f-b5c5ff498c36, JMSReplyTo=temp-queue://26f79da7-6da4-4927-a229-3fe6c100e270, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@495064274 2024-06-28 23:58:11,689 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=720, durable=true, userID=4697caa0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=905, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-adb56bac-b210-4ce1-998f-b5c5ff498c36, JMSReplyTo=temp-queue://26f79da7-6da4-4927-a229-3fe6c100e270, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@495064274 to transaction: TransactionImpl [xid=null, txID=721, xid=null, state=ACTIVE, createTime=1719619091689(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 1]@6239022f 2024-06-28 23:58:11,690 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46988df1-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46935dbd-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46935dbd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4fb85e06, true, {}] 2024-06-28 23:58:11,691 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=724, durable=true, userID=4698dc13-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=26f79da7-6da4-4927-a229-3fe6c100e270, size=975, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-adb56bac-b210-4ce1-998f-b5c5ff498c36, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=289cf970-7ce8-440d-819c-1368fb83a7c6]]@1705933033, context: RoutingContextImpl(Address=26f79da7-6da4-4927-a229-3fe6c100e270, routingType=ANYCAST, PreviousAddress=26f79da7-6da4-4927-a229-3fe6c100e270 previousRoute:ANYCAST, reusable=true, version=-2147483578) .................................................. ***** durable queues 26f79da7-6da4-4927-a229-3fe6c100e270: ***** non durable for 26f79da7-6da4-4927-a229-3fe6c100e270: - queueID=716 address:26f79da7-6da4-4927-a229-3fe6c100e270 name:26f79da7-6da4-4927-a229-3fe6c100e270 filter:null .................................................. , transaction: null 2024-06-28 23:58:11,692 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 26f79da7-6da4-4927-a229-3fe6c100e270: Reference[724]:RELIABLE:CoreMessage[messageID=724, durable=true, userID=4698dc13-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=26f79da7-6da4-4927-a229-3fe6c100e270, size=975, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-adb56bac-b210-4ce1-998f-b5c5ff498c36, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=289cf970-7ce8-440d-819c-1368fb83a7c6]]@1705933033 2024-06-28 23:58:11,692 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=720, durable=true, userID=4697caa0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=905, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-adb56bac-b210-4ce1-998f-b5c5ff498c36, JMSReplyTo=temp-queue://26f79da7-6da4-4927-a229-3fe6c100e270, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@495064274, transaction: TransactionImpl [xid=null, txID=721, xid=null, state=COMMITTED, createTime=1719619091689(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 0]@6239022f 2024-06-28 23:58:11,692 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 26f79da7-6da4-4927-a229-3fe6c100e270: CoreMessage[messageID=724, durable=true, userID=4698dc13-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=26f79da7-6da4-4927-a229-3fe6c100e270, size=975, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-adb56bac-b210-4ce1-998f-b5c5ff498c36, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=289cf970-7ce8-440d-819c-1368fb83a7c6]]@1705933033 to transaction: TransactionImpl [xid=null, txID=727, xid=null, state=ACTIVE, createTime=1719619091692(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 1]@5c68ca59 2024-06-28 23:58:11,692 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 26f79da7-6da4-4927-a229-3fe6c100e270: CoreMessage[messageID=724, durable=true, userID=4698dc13-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=26f79da7-6da4-4927-a229-3fe6c100e270, size=975, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-adb56bac-b210-4ce1-998f-b5c5ff498c36, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=289cf970-7ce8-440d-819c-1368fb83a7c6]]@1705933033, transaction: TransactionImpl [xid=null, txID=727, xid=null, state=COMMITTED, createTime=1719619091692(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 0]@5c68ca59 2024-06-28 23:58:11,693 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46992a34-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46935dbd-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46935dbd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@35d5338d, true, {}] 2024-06-28 23:58:11,694 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [26f79da7-6da4-4927-a229-3fe6c100e270] 2024-06-28 23:58:11,697 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@7c59548e, org.eclipse.scout.rt.mom.jms.JmsSubscription@34d6910e] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:11,698 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4699ed85-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46935dbd-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46935dbd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6c342709, true, {}] 2024-06-28 23:58:11,699 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:11,700 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [469a3ba6-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46935dbd-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46935dbd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7fc818c8, true, {}] 2024-06-28 23:58:11,700 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=eccbc059-a59d-4739-bb84-7c9e56510134, address=eccbc059-a59d-4739-bb84-7c9e56510134, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:11,701 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@6b2a3a6b 2024-06-28 23:58:11,701 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@746affa1 2024-06-28 23:58:11,702 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, eccbc059-a59d-4739-bb84-7c9e56510134, null, 0, false, true, null] 2024-06-28 23:58:11,704 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=757, durable=true, userID=469ab0d9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=903, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-7942fbd4-6c4c-446a-84c4-9af210835bcd, JMSReplyTo=temp-queue://eccbc059-a59d-4739-bb84-7c9e56510134, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@892974102, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:11,707 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[757]:RELIABLE:CoreMessage[messageID=757, durable=true, userID=469ab0d9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=903, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-7942fbd4-6c4c-446a-84c4-9af210835bcd, JMSReplyTo=temp-queue://eccbc059-a59d-4739-bb84-7c9e56510134, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@892974102 2024-06-28 23:58:11,708 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=757, durable=true, userID=469ab0d9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=903, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-7942fbd4-6c4c-446a-84c4-9af210835bcd, JMSReplyTo=temp-queue://eccbc059-a59d-4739-bb84-7c9e56510134, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@892974102 to transaction: TransactionImpl [xid=null, txID=758, xid=null, state=ACTIVE, createTime=1719619091708(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 1]@5cf864a9 2024-06-28 23:58:11,736 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [469b742a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46935dbd-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46935dbd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@385b5053, true, {}] 2024-06-28 23:58:11,736 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=757, durable=true, userID=469ab0d9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=903, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-7942fbd4-6c4c-446a-84c4-9af210835bcd, JMSReplyTo=temp-queue://eccbc059-a59d-4739-bb84-7c9e56510134, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@892974102, transaction: TransactionImpl [xid=null, txID=758, xid=null, state=COMMITTED, createTime=1719619091708(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 0]@5cf864a9 2024-06-28 23:58:11,739 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=761, durable=true, userID=46a0080c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=eccbc059-a59d-4739-bb84-7c9e56510134, size=973, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-7942fbd4-6c4c-446a-84c4-9af210835bcd, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=6681d2ae-bd23-41c1-a365-b69d86670975]]@1368666402, context: RoutingContextImpl(Address=eccbc059-a59d-4739-bb84-7c9e56510134, routingType=ANYCAST, PreviousAddress=eccbc059-a59d-4739-bb84-7c9e56510134 previousRoute:ANYCAST, reusable=true, version=-2147483576) .................................................. ***** durable queues eccbc059-a59d-4739-bb84-7c9e56510134: ***** non durable for eccbc059-a59d-4739-bb84-7c9e56510134: - queueID=753 address:eccbc059-a59d-4739-bb84-7c9e56510134 name:eccbc059-a59d-4739-bb84-7c9e56510134 filter:null .................................................. , transaction: null 2024-06-28 23:58:11,739 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from eccbc059-a59d-4739-bb84-7c9e56510134: Reference[761]:RELIABLE:CoreMessage[messageID=761, durable=true, userID=46a0080c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=eccbc059-a59d-4739-bb84-7c9e56510134, size=973, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-7942fbd4-6c4c-446a-84c4-9af210835bcd, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=6681d2ae-bd23-41c1-a365-b69d86670975]]@1368666402 2024-06-28 23:58:11,740 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from eccbc059-a59d-4739-bb84-7c9e56510134: CoreMessage[messageID=761, durable=true, userID=46a0080c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=eccbc059-a59d-4739-bb84-7c9e56510134, size=973, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-7942fbd4-6c4c-446a-84c4-9af210835bcd, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=6681d2ae-bd23-41c1-a365-b69d86670975]]@1368666402 to transaction: TransactionImpl [xid=null, txID=764, xid=null, state=ACTIVE, createTime=1719619091740(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 1]@2e5f585c 2024-06-28 23:58:11,740 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from eccbc059-a59d-4739-bb84-7c9e56510134: CoreMessage[messageID=761, durable=true, userID=46a0080c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=eccbc059-a59d-4739-bb84-7c9e56510134, size=973, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-7942fbd4-6c4c-446a-84c4-9af210835bcd, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=6681d2ae-bd23-41c1-a365-b69d86670975]]@1368666402, transaction: TransactionImpl [xid=null, txID=764, xid=null, state=COMMITTED, createTime=1719619091740(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 0]@2e5f585c 2024-06-28 23:58:11,741 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46a07d3d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46935dbd-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46935dbd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5ecdfe69, true, {}] 2024-06-28 23:58:11,742 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [eccbc059-a59d-4739-bb84-7c9e56510134] 2024-06-28 23:58:11,744 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@54510582, org.eclipse.scout.rt.mom.jms.JmsSubscription@7b9ba71c] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:11,746 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46a1408e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46935dbd-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46935dbd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@78851be3, true, {}] 2024-06-28 23:58:11,747 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:11,748 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46a18eaf-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46935dbd-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46935dbd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@473a127e, true, {}] 2024-06-28 23:58:11,749 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=5fd68e5f-5185-49af-85cf-694ad6a8ad40, address=5fd68e5f-5185-49af-85cf-694ad6a8ad40, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:11,749 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@e1f9ccd 2024-06-28 23:58:11,750 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@312ecb9e 2024-06-28 23:58:11,751 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 5fd68e5f-5185-49af-85cf-694ad6a8ad40, null, 0, false, true, null] 2024-06-28 23:58:11,752 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=794, durable=true, userID=46a203e2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=805, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e0b240d9-152d-4df1-b705-03486ae42540, JMSReplyTo=temp-queue://5fd68e5f-5185-49af-85cf-694ad6a8ad40, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1188583277, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:11,756 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[794]:RELIABLE:CoreMessage[messageID=794, durable=true, userID=46a203e2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=805, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e0b240d9-152d-4df1-b705-03486ae42540, JMSReplyTo=temp-queue://5fd68e5f-5185-49af-85cf-694ad6a8ad40, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1188583277 2024-06-28 23:58:11,757 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=794, durable=true, userID=46a203e2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=805, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e0b240d9-152d-4df1-b705-03486ae42540, JMSReplyTo=temp-queue://5fd68e5f-5185-49af-85cf-694ad6a8ad40, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1188583277 to transaction: TransactionImpl [xid=null, txID=795, xid=null, state=ACTIVE, createTime=1719619091757(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 1]@62df8866 2024-06-28 23:58:11,758 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46a2ee43-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46935dbd-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46935dbd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@b993cd0, true, {}] 2024-06-28 23:58:11,759 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=794, durable=true, userID=46a203e2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=805, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e0b240d9-152d-4df1-b705-03486ae42540, JMSReplyTo=temp-queue://5fd68e5f-5185-49af-85cf-694ad6a8ad40, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1188583277, transaction: TransactionImpl [xid=null, txID=795, xid=null, state=COMMITTED, createTime=1719619091757(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 0]@62df8866 2024-06-28 23:58:11,760 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=798, durable=true, userID=46a33c65-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=5fd68e5f-5185-49af-85cf-694ad6a8ad40, size=875, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e0b240d9-152d-4df1-b705-03486ae42540, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=b080a7fb-db7c-4cda-9d4f-cdc82f688464]]@957888363, context: RoutingContextImpl(Address=5fd68e5f-5185-49af-85cf-694ad6a8ad40, routingType=ANYCAST, PreviousAddress=5fd68e5f-5185-49af-85cf-694ad6a8ad40 previousRoute:ANYCAST, reusable=true, version=-2147483574) .................................................. ***** durable queues 5fd68e5f-5185-49af-85cf-694ad6a8ad40: ***** non durable for 5fd68e5f-5185-49af-85cf-694ad6a8ad40: - queueID=790 address:5fd68e5f-5185-49af-85cf-694ad6a8ad40 name:5fd68e5f-5185-49af-85cf-694ad6a8ad40 filter:null .................................................. , transaction: null 2024-06-28 23:58:11,760 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 5fd68e5f-5185-49af-85cf-694ad6a8ad40: Reference[798]:RELIABLE:CoreMessage[messageID=798, durable=true, userID=46a33c65-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=5fd68e5f-5185-49af-85cf-694ad6a8ad40, size=875, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e0b240d9-152d-4df1-b705-03486ae42540, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=b080a7fb-db7c-4cda-9d4f-cdc82f688464]]@957888363 2024-06-28 23:58:11,761 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 5fd68e5f-5185-49af-85cf-694ad6a8ad40: CoreMessage[messageID=798, durable=true, userID=46a33c65-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=5fd68e5f-5185-49af-85cf-694ad6a8ad40, size=875, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e0b240d9-152d-4df1-b705-03486ae42540, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=b080a7fb-db7c-4cda-9d4f-cdc82f688464]]@957888363 to transaction: TransactionImpl [xid=null, txID=801, xid=null, state=ACTIVE, createTime=1719619091760(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 1]@678ed12b 2024-06-28 23:58:11,761 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 5fd68e5f-5185-49af-85cf-694ad6a8ad40: CoreMessage[messageID=798, durable=true, userID=46a33c65-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=5fd68e5f-5185-49af-85cf-694ad6a8ad40, size=875, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e0b240d9-152d-4df1-b705-03486ae42540, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=b080a7fb-db7c-4cda-9d4f-cdc82f688464]]@957888363, transaction: TransactionImpl [xid=null, txID=801, xid=null, state=COMMITTED, createTime=1719619091760(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 0]@678ed12b 2024-06-28 23:58:11,762 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46a3b196-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46935dbd-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46935dbd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6d8a8af, true, {}] 2024-06-28 23:58:11,763 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [5fd68e5f-5185-49af-85cf-694ad6a8ad40] 2024-06-28 23:58:11,765 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@69b309c6, org.eclipse.scout.rt.mom.jms.JmsSubscription@65824865] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:11,767 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46a44dd7-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46935dbd-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46935dbd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@68a2cd1, true, {}] 2024-06-28 23:58:11,767 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:11,768 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46a49bf8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46935dbd-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46935dbd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@34ab9386, true, {}] 2024-06-28 23:58:11,769 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=e1bcf3b9-39d6-4e6d-9412-b299dbd02f7f, address=e1bcf3b9-39d6-4e6d-9412-b299dbd02f7f, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:11,769 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@6dd115ac 2024-06-28 23:58:11,770 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@1fda152f 2024-06-28 23:58:11,770 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, e1bcf3b9-39d6-4e6d-9412-b299dbd02f7f, null, 0, false, true, null] 2024-06-28 23:58:11,772 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=831, durable=true, userID=46a5112b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=796, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-4379addb-a3be-463d-9770-b502ca605977, JMSReplyTo=temp-queue://e1bcf3b9-39d6-4e6d-9412-b299dbd02f7f, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1667862920, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:11,776 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[831]:RELIABLE:CoreMessage[messageID=831, durable=true, userID=46a5112b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=796, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-4379addb-a3be-463d-9770-b502ca605977, JMSReplyTo=temp-queue://e1bcf3b9-39d6-4e6d-9412-b299dbd02f7f, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1667862920 2024-06-28 23:58:11,777 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=831, durable=true, userID=46a5112b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=796, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-4379addb-a3be-463d-9770-b502ca605977, JMSReplyTo=temp-queue://e1bcf3b9-39d6-4e6d-9412-b299dbd02f7f, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1667862920 to transaction: TransactionImpl [xid=null, txID=832, xid=null, state=ACTIVE, createTime=1719619091777(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 1]@4bb9e51f 2024-06-28 23:58:11,778 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46a5fb8c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46935dbd-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46935dbd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@21d45e89, true, {}] 2024-06-28 23:58:11,779 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=831, durable=true, userID=46a5112b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=796, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-4379addb-a3be-463d-9770-b502ca605977, JMSReplyTo=temp-queue://e1bcf3b9-39d6-4e6d-9412-b299dbd02f7f, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1667862920, transaction: TransactionImpl [xid=null, txID=832, xid=null, state=COMMITTED, createTime=1719619091777(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 0]@4bb9e51f 2024-06-28 23:58:11,780 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=835, durable=true, userID=46a649ae-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=e1bcf3b9-39d6-4e6d-9412-b299dbd02f7f, size=866, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-4379addb-a3be-463d-9770-b502ca605977, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=29715d5f-9247-4207-9346-197ca71b794f]]@1492078449, context: RoutingContextImpl(Address=e1bcf3b9-39d6-4e6d-9412-b299dbd02f7f, routingType=ANYCAST, PreviousAddress=e1bcf3b9-39d6-4e6d-9412-b299dbd02f7f previousRoute:ANYCAST, reusable=true, version=-2147483572) .................................................. ***** durable queues e1bcf3b9-39d6-4e6d-9412-b299dbd02f7f: ***** non durable for e1bcf3b9-39d6-4e6d-9412-b299dbd02f7f: - queueID=827 address:e1bcf3b9-39d6-4e6d-9412-b299dbd02f7f name:e1bcf3b9-39d6-4e6d-9412-b299dbd02f7f filter:null .................................................. , transaction: null 2024-06-28 23:58:11,780 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from e1bcf3b9-39d6-4e6d-9412-b299dbd02f7f: Reference[835]:RELIABLE:CoreMessage[messageID=835, durable=true, userID=46a649ae-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=e1bcf3b9-39d6-4e6d-9412-b299dbd02f7f, size=866, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-4379addb-a3be-463d-9770-b502ca605977, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=29715d5f-9247-4207-9346-197ca71b794f]]@1492078449 2024-06-28 23:58:11,780 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from e1bcf3b9-39d6-4e6d-9412-b299dbd02f7f: CoreMessage[messageID=835, durable=true, userID=46a649ae-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=e1bcf3b9-39d6-4e6d-9412-b299dbd02f7f, size=866, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-4379addb-a3be-463d-9770-b502ca605977, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=29715d5f-9247-4207-9346-197ca71b794f]]@1492078449 to transaction: TransactionImpl [xid=null, txID=838, xid=null, state=ACTIVE, createTime=1719619091780(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 1]@40aeea07 2024-06-28 23:58:11,780 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from e1bcf3b9-39d6-4e6d-9412-b299dbd02f7f: CoreMessage[messageID=835, durable=true, userID=46a649ae-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=e1bcf3b9-39d6-4e6d-9412-b299dbd02f7f, size=866, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-4379addb-a3be-463d-9770-b502ca605977, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=29715d5f-9247-4207-9346-197ca71b794f]]@1492078449, transaction: TransactionImpl [xid=null, txID=838, xid=null, state=COMMITTED, createTime=1719619091780(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 0]@40aeea07 2024-06-28 23:58:11,781 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46a697cf-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46935dbd-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46935dbd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@20b49868, true, {}] 2024-06-28 23:58:11,782 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [e1bcf3b9-39d6-4e6d-9412-b299dbd02f7f] 2024-06-28 23:58:11,784 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@34999270, org.eclipse.scout.rt.mom.jms.JmsSubscription@8a666a7] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:11,785 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46a73410-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46935dbd-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46935dbd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@29eaf53e, true, {}] 2024-06-28 23:58:11,786 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:11,787 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46a78231-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46935dbd-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46935dbd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5eacd6cc, true, {}] 2024-06-28 23:58:11,788 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=91e96b74-af8a-4128-a306-e55eedad0f8a, address=91e96b74-af8a-4128-a306-e55eedad0f8a, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:11,788 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@79944ebe 2024-06-28 23:58:11,788 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@2e2f19f9 2024-06-28 23:58:11,789 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 91e96b74-af8a-4128-a306-e55eedad0f8a, null, 0, false, true, null] 2024-06-28 23:58:11,791 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=868, durable=true, userID=46a7f764-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=801, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-46163f78-d909-406f-ab03-43a03196c296, JMSReplyTo=temp-queue://91e96b74-af8a-4128-a306-e55eedad0f8a, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@147020644, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:11,795 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[868]:RELIABLE:CoreMessage[messageID=868, durable=true, userID=46a7f764-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=801, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-46163f78-d909-406f-ab03-43a03196c296, JMSReplyTo=temp-queue://91e96b74-af8a-4128-a306-e55eedad0f8a, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@147020644 2024-06-28 23:58:11,795 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=868, durable=true, userID=46a7f764-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=801, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-46163f78-d909-406f-ab03-43a03196c296, JMSReplyTo=temp-queue://91e96b74-af8a-4128-a306-e55eedad0f8a, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@147020644 to transaction: TransactionImpl [xid=null, txID=869, xid=null, state=ACTIVE, createTime=1719619091795(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 1]@a119340 2024-06-28 23:58:11,796 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46a8bab5-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46935dbd-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46935dbd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2bfb6312, true, {}] 2024-06-28 23:58:11,797 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=872, durable=true, userID=46a908d7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=91e96b74-af8a-4128-a306-e55eedad0f8a, size=871, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-46163f78-d909-406f-ab03-43a03196c296, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=23470a9c-f3ef-401f-8822-45c34451b176]]@1549786437, context: RoutingContextImpl(Address=91e96b74-af8a-4128-a306-e55eedad0f8a, routingType=ANYCAST, PreviousAddress=91e96b74-af8a-4128-a306-e55eedad0f8a previousRoute:ANYCAST, reusable=true, version=-2147483570) .................................................. ***** durable queues 91e96b74-af8a-4128-a306-e55eedad0f8a: ***** non durable for 91e96b74-af8a-4128-a306-e55eedad0f8a: - queueID=864 address:91e96b74-af8a-4128-a306-e55eedad0f8a name:91e96b74-af8a-4128-a306-e55eedad0f8a filter:null .................................................. , transaction: null 2024-06-28 23:58:11,797 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 91e96b74-af8a-4128-a306-e55eedad0f8a: Reference[872]:RELIABLE:CoreMessage[messageID=872, durable=true, userID=46a908d7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=91e96b74-af8a-4128-a306-e55eedad0f8a, size=871, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-46163f78-d909-406f-ab03-43a03196c296, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=23470a9c-f3ef-401f-8822-45c34451b176]]@1549786437 2024-06-28 23:58:11,798 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=868, durable=true, userID=46a7f764-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=801, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-46163f78-d909-406f-ab03-43a03196c296, JMSReplyTo=temp-queue://91e96b74-af8a-4128-a306-e55eedad0f8a, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@147020644, transaction: TransactionImpl [xid=null, txID=869, xid=null, state=COMMITTED, createTime=1719619091795(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 0]@a119340 2024-06-28 23:58:11,798 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 91e96b74-af8a-4128-a306-e55eedad0f8a: CoreMessage[messageID=872, durable=true, userID=46a908d7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=91e96b74-af8a-4128-a306-e55eedad0f8a, size=871, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-46163f78-d909-406f-ab03-43a03196c296, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=23470a9c-f3ef-401f-8822-45c34451b176]]@1549786437 to transaction: TransactionImpl [xid=null, txID=875, xid=null, state=ACTIVE, createTime=1719619091798(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 1]@2827d1b4 2024-06-28 23:58:11,798 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 91e96b74-af8a-4128-a306-e55eedad0f8a: CoreMessage[messageID=872, durable=true, userID=46a908d7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=91e96b74-af8a-4128-a306-e55eedad0f8a, size=871, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-46163f78-d909-406f-ab03-43a03196c296, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=23470a9c-f3ef-401f-8822-45c34451b176]]@1549786437, transaction: TransactionImpl [xid=null, txID=875, xid=null, state=COMMITTED, createTime=1719619091798(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 0]@2827d1b4 2024-06-28 23:58:11,799 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46a956f8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46935dbd-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46935dbd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@503f201, true, {}] 2024-06-28 23:58:11,800 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [91e96b74-af8a-4128-a306-e55eedad0f8a] 2024-06-28 23:58:11,802 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@5cf2babb, org.eclipse.scout.rt.mom.jms.JmsSubscription@505e61ec] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:11,803 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46a9f339-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46935dbd-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46935dbd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6b16fa1b, true, {}] 2024-06-28 23:58:11,804 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:11,804 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46aa1a4a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46935dbd-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46935dbd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7f2242f0, true, {}] 2024-06-28 23:58:11,805 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=71bdc857-e975-427e-bf5b-001756a89ad6, address=71bdc857-e975-427e-bf5b-001756a89ad6, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:11,805 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@207d5335 2024-06-28 23:58:11,806 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@207f4174 2024-06-28 23:58:11,806 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 71bdc857-e975-427e-bf5b-001756a89ad6, null, 0, false, true, null] 2024-06-28 23:58:11,808 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=905, durable=true, userID=46aa8f7d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=905, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5e5ff9c8-b0bf-4faa-b5e1-ea800830b93e, JMSReplyTo=temp-queue://71bdc857-e975-427e-bf5b-001756a89ad6, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@309191341, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:11,811 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[905]:RELIABLE:CoreMessage[messageID=905, durable=true, userID=46aa8f7d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=905, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5e5ff9c8-b0bf-4faa-b5e1-ea800830b93e, JMSReplyTo=temp-queue://71bdc857-e975-427e-bf5b-001756a89ad6, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@309191341 2024-06-28 23:58:11,812 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=905, durable=true, userID=46aa8f7d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=905, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5e5ff9c8-b0bf-4faa-b5e1-ea800830b93e, JMSReplyTo=temp-queue://71bdc857-e975-427e-bf5b-001756a89ad6, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@309191341 to transaction: TransactionImpl [xid=null, txID=906, xid=null, state=ACTIVE, createTime=1719619091812(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 1]@2cd47b00 2024-06-28 23:58:11,813 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46ab52ce-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46935dbd-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46935dbd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@e793ff, true, {}] 2024-06-28 23:58:11,836 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=905, durable=true, userID=46aa8f7d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=905, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5e5ff9c8-b0bf-4faa-b5e1-ea800830b93e, JMSReplyTo=temp-queue://71bdc857-e975-427e-bf5b-001756a89ad6, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@309191341, transaction: TransactionImpl [xid=null, txID=906, xid=null, state=COMMITTED, createTime=1719619091812(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 0]@2cd47b00 2024-06-28 23:58:11,837 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=909, durable=true, userID=46af2360-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=71bdc857-e975-427e-bf5b-001756a89ad6, size=975, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5e5ff9c8-b0bf-4faa-b5e1-ea800830b93e, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=c449d445-93a5-40fd-842c-f3d58a57cea5]]@895599334, context: RoutingContextImpl(Address=71bdc857-e975-427e-bf5b-001756a89ad6, routingType=ANYCAST, PreviousAddress=71bdc857-e975-427e-bf5b-001756a89ad6 previousRoute:ANYCAST, reusable=true, version=-2147483568) .................................................. ***** durable queues 71bdc857-e975-427e-bf5b-001756a89ad6: ***** non durable for 71bdc857-e975-427e-bf5b-001756a89ad6: - queueID=901 address:71bdc857-e975-427e-bf5b-001756a89ad6 name:71bdc857-e975-427e-bf5b-001756a89ad6 filter:null .................................................. , transaction: null 2024-06-28 23:58:11,838 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 71bdc857-e975-427e-bf5b-001756a89ad6: Reference[909]:RELIABLE:CoreMessage[messageID=909, durable=true, userID=46af2360-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=71bdc857-e975-427e-bf5b-001756a89ad6, size=975, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5e5ff9c8-b0bf-4faa-b5e1-ea800830b93e, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=c449d445-93a5-40fd-842c-f3d58a57cea5]]@895599334 2024-06-28 23:58:11,838 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 71bdc857-e975-427e-bf5b-001756a89ad6: CoreMessage[messageID=909, durable=true, userID=46af2360-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=71bdc857-e975-427e-bf5b-001756a89ad6, size=975, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5e5ff9c8-b0bf-4faa-b5e1-ea800830b93e, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=c449d445-93a5-40fd-842c-f3d58a57cea5]]@895599334 to transaction: TransactionImpl [xid=null, txID=912, xid=null, state=ACTIVE, createTime=1719619091838(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 1]@5fd4390 2024-06-28 23:58:11,838 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 71bdc857-e975-427e-bf5b-001756a89ad6: CoreMessage[messageID=909, durable=true, userID=46af2360-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=71bdc857-e975-427e-bf5b-001756a89ad6, size=975, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5e5ff9c8-b0bf-4faa-b5e1-ea800830b93e, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=c449d445-93a5-40fd-842c-f3d58a57cea5]]@895599334, transaction: TransactionImpl [xid=null, txID=912, xid=null, state=COMMITTED, createTime=1719619091838(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 0]@5fd4390 2024-06-28 23:58:11,839 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46af7181-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46935dbd-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46935dbd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@48e4366d, true, {}] 2024-06-28 23:58:11,840 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [71bdc857-e975-427e-bf5b-001756a89ad6] 2024-06-28 23:58:11,843 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@52047b5f, org.eclipse.scout.rt.mom.jms.JmsSubscription@6bc6cc] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:11,844 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46b034d2-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46935dbd-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46935dbd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3af62c80, true, {}] 2024-06-28 23:58:11,845 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:11,846 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46b082f3-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46935dbd-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46935dbd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@20185de0, true, {}] 2024-06-28 23:58:11,847 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=6de4cc79-6ad8-4a36-9e47-1e7697d947a8, address=6de4cc79-6ad8-4a36-9e47-1e7697d947a8, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:11,847 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@3705bfc 2024-06-28 23:58:11,848 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@15cc8057 2024-06-28 23:58:11,848 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 6de4cc79-6ad8-4a36-9e47-1e7697d947a8, null, 0, false, true, null] 2024-06-28 23:58:11,850 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=942, durable=true, userID=46b0f826-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=903, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-acdb12c3-64f7-4837-b1b0-822dcb542e71, JMSReplyTo=temp-queue://6de4cc79-6ad8-4a36-9e47-1e7697d947a8, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@28308027, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:11,854 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[942]:RELIABLE:CoreMessage[messageID=942, durable=true, userID=46b0f826-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=903, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-acdb12c3-64f7-4837-b1b0-822dcb542e71, JMSReplyTo=temp-queue://6de4cc79-6ad8-4a36-9e47-1e7697d947a8, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@28308027 2024-06-28 23:58:11,855 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=942, durable=true, userID=46b0f826-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=903, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-acdb12c3-64f7-4837-b1b0-822dcb542e71, JMSReplyTo=temp-queue://6de4cc79-6ad8-4a36-9e47-1e7697d947a8, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@28308027 to transaction: TransactionImpl [xid=null, txID=943, xid=null, state=ACTIVE, createTime=1719619091855(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 1]@2e30a07b 2024-06-28 23:58:11,856 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46b20997-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46935dbd-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46935dbd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@70b2dd5e, true, {}] 2024-06-28 23:58:11,857 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=942, durable=true, userID=46b0f826-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=903, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-acdb12c3-64f7-4837-b1b0-822dcb542e71, JMSReplyTo=temp-queue://6de4cc79-6ad8-4a36-9e47-1e7697d947a8, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@28308027, transaction: TransactionImpl [xid=null, txID=943, xid=null, state=COMMITTED, createTime=1719619091855(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 0]@2e30a07b 2024-06-28 23:58:11,858 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=946, durable=true, userID=46b230a9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=6de4cc79-6ad8-4a36-9e47-1e7697d947a8, size=973, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-acdb12c3-64f7-4837-b1b0-822dcb542e71, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=05032bf9-ebd1-416d-b0d7-15fef4f324a1]]@449836437, context: RoutingContextImpl(Address=6de4cc79-6ad8-4a36-9e47-1e7697d947a8, routingType=ANYCAST, PreviousAddress=6de4cc79-6ad8-4a36-9e47-1e7697d947a8 previousRoute:ANYCAST, reusable=true, version=-2147483566) .................................................. ***** durable queues 6de4cc79-6ad8-4a36-9e47-1e7697d947a8: ***** non durable for 6de4cc79-6ad8-4a36-9e47-1e7697d947a8: - queueID=938 address:6de4cc79-6ad8-4a36-9e47-1e7697d947a8 name:6de4cc79-6ad8-4a36-9e47-1e7697d947a8 filter:null .................................................. , transaction: null 2024-06-28 23:58:11,858 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 6de4cc79-6ad8-4a36-9e47-1e7697d947a8: Reference[946]:RELIABLE:CoreMessage[messageID=946, durable=true, userID=46b230a9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=6de4cc79-6ad8-4a36-9e47-1e7697d947a8, size=973, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-acdb12c3-64f7-4837-b1b0-822dcb542e71, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=05032bf9-ebd1-416d-b0d7-15fef4f324a1]]@449836437 2024-06-28 23:58:11,859 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 6de4cc79-6ad8-4a36-9e47-1e7697d947a8: CoreMessage[messageID=946, durable=true, userID=46b230a9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=6de4cc79-6ad8-4a36-9e47-1e7697d947a8, size=973, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-acdb12c3-64f7-4837-b1b0-822dcb542e71, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=05032bf9-ebd1-416d-b0d7-15fef4f324a1]]@449836437 to transaction: TransactionImpl [xid=null, txID=949, xid=null, state=ACTIVE, createTime=1719619091858(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 1]@68c7524e 2024-06-28 23:58:11,859 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 6de4cc79-6ad8-4a36-9e47-1e7697d947a8: CoreMessage[messageID=946, durable=true, userID=46b230a9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=6de4cc79-6ad8-4a36-9e47-1e7697d947a8, size=973, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-acdb12c3-64f7-4837-b1b0-822dcb542e71, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=05032bf9-ebd1-416d-b0d7-15fef4f324a1]]@449836437, transaction: TransactionImpl [xid=null, txID=949, xid=null, state=COMMITTED, createTime=1719619091858(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 0]@68c7524e 2024-06-28 23:58:11,860 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46b2a5da-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46935dbd-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46935dbd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@75c1d49f, true, {}] 2024-06-28 23:58:11,860 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [6de4cc79-6ad8-4a36-9e47-1e7697d947a8] 2024-06-28 23:58:11,863 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@14049b7c, org.eclipse.scout.rt.mom.jms.JmsSubscription@7a46160f] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:11,865 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46b3692b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46935dbd-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46935dbd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@72ebd7ae, true, {}] 2024-06-28 23:58:11,866 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:11,867 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46b3903c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46935dbd-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46935dbd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@749e2028, true, {}] 2024-06-28 23:58:11,867 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=e91de349-8a27-4b21-8a1b-336ee690529a, address=e91de349-8a27-4b21-8a1b-336ee690529a, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:11,868 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@5502692 2024-06-28 23:58:11,868 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@605618f0 2024-06-28 23:58:11,869 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, e91de349-8a27-4b21-8a1b-336ee690529a, null, 0, false, true, null] 2024-06-28 23:58:11,871 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=979, durable=true, userID=46b42c7f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=805, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-f1cb6c17-88f0-4370-bf62-2790a9b229cc, JMSReplyTo=temp-queue://e91de349-8a27-4b21-8a1b-336ee690529a, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@456554889, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:11,875 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[979]:RELIABLE:CoreMessage[messageID=979, durable=true, userID=46b42c7f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=805, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-f1cb6c17-88f0-4370-bf62-2790a9b229cc, JMSReplyTo=temp-queue://e91de349-8a27-4b21-8a1b-336ee690529a, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@456554889 2024-06-28 23:58:11,876 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=979, durable=true, userID=46b42c7f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=805, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-f1cb6c17-88f0-4370-bf62-2790a9b229cc, JMSReplyTo=temp-queue://e91de349-8a27-4b21-8a1b-336ee690529a, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@456554889 to transaction: TransactionImpl [xid=null, txID=980, xid=null, state=ACTIVE, createTime=1719619091875(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 1]@65cc3054 2024-06-28 23:58:11,876 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46b516e0-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46935dbd-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46935dbd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1fa3f6ed, true, {}] 2024-06-28 23:58:11,878 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=979, durable=true, userID=46b42c7f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=805, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-f1cb6c17-88f0-4370-bf62-2790a9b229cc, JMSReplyTo=temp-queue://e91de349-8a27-4b21-8a1b-336ee690529a, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@456554889, transaction: TransactionImpl [xid=null, txID=980, xid=null, state=COMMITTED, createTime=1719619091875(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 0]@65cc3054 2024-06-28 23:58:11,878 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=983, durable=true, userID=46b56502-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=e91de349-8a27-4b21-8a1b-336ee690529a, size=875, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-f1cb6c17-88f0-4370-bf62-2790a9b229cc, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=3fce7de7-0cb3-4aaa-a4d9-e4dc2ddf2999]]@369580871, context: RoutingContextImpl(Address=e91de349-8a27-4b21-8a1b-336ee690529a, routingType=ANYCAST, PreviousAddress=e91de349-8a27-4b21-8a1b-336ee690529a previousRoute:ANYCAST, reusable=true, version=-2147483564) .................................................. ***** durable queues e91de349-8a27-4b21-8a1b-336ee690529a: ***** non durable for e91de349-8a27-4b21-8a1b-336ee690529a: - queueID=975 address:e91de349-8a27-4b21-8a1b-336ee690529a name:e91de349-8a27-4b21-8a1b-336ee690529a filter:null .................................................. , transaction: null 2024-06-28 23:58:11,879 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from e91de349-8a27-4b21-8a1b-336ee690529a: Reference[983]:RELIABLE:CoreMessage[messageID=983, durable=true, userID=46b56502-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=e91de349-8a27-4b21-8a1b-336ee690529a, size=875, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-f1cb6c17-88f0-4370-bf62-2790a9b229cc, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=3fce7de7-0cb3-4aaa-a4d9-e4dc2ddf2999]]@369580871 2024-06-28 23:58:11,879 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from e91de349-8a27-4b21-8a1b-336ee690529a: CoreMessage[messageID=983, durable=true, userID=46b56502-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=e91de349-8a27-4b21-8a1b-336ee690529a, size=875, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-f1cb6c17-88f0-4370-bf62-2790a9b229cc, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=3fce7de7-0cb3-4aaa-a4d9-e4dc2ddf2999]]@369580871 to transaction: TransactionImpl [xid=null, txID=986, xid=null, state=ACTIVE, createTime=1719619091879(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 1]@122f93b2 2024-06-28 23:58:11,879 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from e91de349-8a27-4b21-8a1b-336ee690529a: CoreMessage[messageID=983, durable=true, userID=46b56502-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=e91de349-8a27-4b21-8a1b-336ee690529a, size=875, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-f1cb6c17-88f0-4370-bf62-2790a9b229cc, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=3fce7de7-0cb3-4aaa-a4d9-e4dc2ddf2999]]@369580871, transaction: TransactionImpl [xid=null, txID=986, xid=null, state=COMMITTED, createTime=1719619091879(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 0]@122f93b2 2024-06-28 23:58:11,880 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46b5b323-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46935dbd-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46935dbd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1bc85d49, true, {}] 2024-06-28 23:58:11,881 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [e91de349-8a27-4b21-8a1b-336ee690529a] 2024-06-28 23:58:11,883 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@1ae9a803, org.eclipse.scout.rt.mom.jms.JmsSubscription@1dec02b9] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:11,885 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46b67674-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46935dbd-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46935dbd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@70392cf4, true, {}] 2024-06-28 23:58:11,886 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:11,887 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46b6c495-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46935dbd-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46935dbd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6e910bd2, true, {}] 2024-06-28 23:58:11,887 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=f4812e54-7276-4ba0-8c84-f8f64d0ad510, address=f4812e54-7276-4ba0-8c84-f8f64d0ad510, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:11,888 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@153e4c91 2024-06-28 23:58:11,888 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@457f475e 2024-06-28 23:58:11,889 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, f4812e54-7276-4ba0-8c84-f8f64d0ad510, null, 0, false, true, null] 2024-06-28 23:58:11,890 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1016, durable=true, userID=46b739c8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=796, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-161cf6ec-f00e-4496-85b1-d437c5d343c5, JMSReplyTo=temp-queue://f4812e54-7276-4ba0-8c84-f8f64d0ad510, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@981289551, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:11,894 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[1016]:RELIABLE:CoreMessage[messageID=1016, durable=true, userID=46b739c8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=796, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-161cf6ec-f00e-4496-85b1-d437c5d343c5, JMSReplyTo=temp-queue://f4812e54-7276-4ba0-8c84-f8f64d0ad510, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@981289551 2024-06-28 23:58:11,895 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=1016, durable=true, userID=46b739c8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=796, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-161cf6ec-f00e-4496-85b1-d437c5d343c5, JMSReplyTo=temp-queue://f4812e54-7276-4ba0-8c84-f8f64d0ad510, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@981289551 to transaction: TransactionImpl [xid=null, txID=1017, xid=null, state=ACTIVE, createTime=1719619091895(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 1]@6e3bef96 2024-06-28 23:58:11,896 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46b7fd19-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46935dbd-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46935dbd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3a69c773, true, {}] 2024-06-28 23:58:11,898 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from f4812e54-7276-4ba0-8c84-f8f64d0ad510: Reference[1020]:RELIABLE:CoreMessage[messageID=1020, durable=true, userID=46b84b3b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=f4812e54-7276-4ba0-8c84-f8f64d0ad510, size=866, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-161cf6ec-f00e-4496-85b1-d437c5d343c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=39325278-24f4-4e6b-be8b-5142a17f17c0]]@1354982255 2024-06-28 23:58:11,898 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=1016, durable=true, userID=46b739c8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=796, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-161cf6ec-f00e-4496-85b1-d437c5d343c5, JMSReplyTo=temp-queue://f4812e54-7276-4ba0-8c84-f8f64d0ad510, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@981289551, transaction: TransactionImpl [xid=null, txID=1017, xid=null, state=COMMITTED, createTime=1719619091895(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 0]@6e3bef96 2024-06-28 23:58:11,898 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1020, durable=true, userID=46b84b3b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=f4812e54-7276-4ba0-8c84-f8f64d0ad510, size=866, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-161cf6ec-f00e-4496-85b1-d437c5d343c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=39325278-24f4-4e6b-be8b-5142a17f17c0]]@1354982255, context: RoutingContextImpl(Address=f4812e54-7276-4ba0-8c84-f8f64d0ad510, routingType=ANYCAST, PreviousAddress=f4812e54-7276-4ba0-8c84-f8f64d0ad510 previousRoute:ANYCAST, reusable=true, version=-2147483562) .................................................. ***** durable queues f4812e54-7276-4ba0-8c84-f8f64d0ad510: ***** non durable for f4812e54-7276-4ba0-8c84-f8f64d0ad510: - queueID=1012 address:f4812e54-7276-4ba0-8c84-f8f64d0ad510 name:f4812e54-7276-4ba0-8c84-f8f64d0ad510 filter:null .................................................. , transaction: null 2024-06-28 23:58:11,899 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from f4812e54-7276-4ba0-8c84-f8f64d0ad510: CoreMessage[messageID=1020, durable=true, userID=46b84b3b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=f4812e54-7276-4ba0-8c84-f8f64d0ad510, size=866, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-161cf6ec-f00e-4496-85b1-d437c5d343c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=39325278-24f4-4e6b-be8b-5142a17f17c0]]@1354982255 to transaction: TransactionImpl [xid=null, txID=1022, xid=null, state=ACTIVE, createTime=1719619091898(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 1]@4093bafa 2024-06-28 23:58:11,899 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from f4812e54-7276-4ba0-8c84-f8f64d0ad510: CoreMessage[messageID=1020, durable=true, userID=46b84b3b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=f4812e54-7276-4ba0-8c84-f8f64d0ad510, size=866, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-161cf6ec-f00e-4496-85b1-d437c5d343c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=39325278-24f4-4e6b-be8b-5142a17f17c0]]@1354982255, transaction: TransactionImpl [xid=null, txID=1022, xid=null, state=COMMITTED, createTime=1719619091898(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 0]@4093bafa 2024-06-28 23:58:11,900 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46b8995c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46935dbd-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46935dbd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1c8468ad, true, {}] 2024-06-28 23:58:11,900 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [f4812e54-7276-4ba0-8c84-f8f64d0ad510] 2024-06-28 23:58:11,903 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@5e651fe1, org.eclipse.scout.rt.mom.jms.JmsSubscription@6fb7fa38] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:11,904 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@39e1c73f[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:11,904 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.009119 ms 2024-06-28 23:58:11,905 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [15c646f2-2e9f-4fdc-b11b-be7ecc13a309] 2024-06-28 23:58:11,906 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:58:11,906 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:58:11,907 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 46935dbd-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:11,907 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:11,907 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 255.206805 ms 2024-06-28 23:58:11,907 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:11,908 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:11,908 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:11,909 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 187070017'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom57] 2024-06-28 23:58:11,911 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom57] 2024-06-28 23:58:11,911 INFO [scout-thread-19] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 46ba6e1e-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom85] 2024-06-28 23:58:11,912 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46ba9531-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46ba6e1e-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46ba6e1e-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1ee6bc31, true, {}] 2024-06-28 23:58:11,937 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@6e098f6d - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom85] 2024-06-28 23:58:11,937 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46be65c2-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46ba6e1e-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46ba6e1e-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1e62889a, true, {}] 2024-06-28 23:58:11,939 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 46be65c2-35aa-11ef-ab26-0a580a2845c5 with parameters: [scout.mom.requestreply.cancellation, [MULTICAST], true] 2024-06-28 23:58:11,939 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@42ca5c75 2024-06-28 23:58:11,939 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=ecb80712-76b1-480f-9da5-58e7673c29c1, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:11,940 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@d0a5a42 2024-06-28 23:58:11,941 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, ecb80712-76b1-480f-9da5-58e7673c29c1, null, 0, false, true, null] 2024-06-28 23:58:11,942 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46bf2914-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46ba6e1e-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46ba6e1e-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@155fcb97, true, {}] 2024-06-28 23:58:11,943 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=test/mom/testQueueRequestReplyMultipleSubscriptions, address=test/mom/testQueueRequestReplyMultipleSubscriptions, routingType=ANYCAST, filterString=null, durable=true, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=false, autoCreateAddress=null, internal=null, transient=null, autoCreated=true, fqqn=null]] 2024-06-28 23:58:11,943 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@7cb9887e 2024-06-28 23:58:11,944 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@37fb0471 2024-06-28 23:58:11,945 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:58:11,946 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46bf9e46-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46ba6e1e-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46ba6e1e-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7b2d8654, true, {}] 2024-06-28 23:58:11,947 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:58:11,948 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46c01377-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46ba6e1e-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46ba6e1e-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1244b504, true, {}] 2024-06-28 23:58:11,949 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=e0b821d2-8a5d-45cd-8254-d24a469d8323, address=e0b821d2-8a5d-45cd-8254-d24a469d8323, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:11,949 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@3331cc4a 2024-06-28 23:58:11,950 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@78220958 2024-06-28 23:58:11,950 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, e0b821d2-8a5d-45cd-8254-d24a469d8323, null, 0, false, true, null] 2024-06-28 23:58:11,952 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1085, durable=true, userID=46c088aa-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=961, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-bec3c6af-afed-43bf-af34-1575740a40ec, JMSReplyTo=temp-queue://e0b821d2-8a5d-45cd-8254-d24a469d8323, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2032944847, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyMultipleSubscriptions, routingType=ANYCAST, PreviousAddress=test/mom/testQueueRequestReplyMultipleSubscriptions previousRoute:ANYCAST, reusable=true, version=-2147483558) .................................................. ***** durable queues test/mom/testQueueRequestReplyMultipleSubscriptions: - queueID=1070 address:test/mom/testQueueRequestReplyMultipleSubscriptions name:test/mom/testQueueRequestReplyMultipleSubscriptions filter:null ***** non durable for test/mom/testQueueRequestReplyMultipleSubscriptions: .................................................. , transaction: null 2024-06-28 23:58:11,953 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueueRequestReplyMultipleSubscriptions: Reference[1085]:RELIABLE:CoreMessage[messageID=1085, durable=true, userID=46c088aa-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=961, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-bec3c6af-afed-43bf-af34-1575740a40ec, JMSReplyTo=temp-queue://e0b821d2-8a5d-45cd-8254-d24a469d8323, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2032944847 2024-06-28 23:58:11,953 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueueRequestReplyMultipleSubscriptions: CoreMessage[messageID=1085, durable=true, userID=46c088aa-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=961, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-bec3c6af-afed-43bf-af34-1575740a40ec, JMSReplyTo=temp-queue://e0b821d2-8a5d-45cd-8254-d24a469d8323, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2032944847 to transaction: TransactionImpl [xid=null, txID=1086, xid=null, state=ACTIVE, createTime=1719619091953(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 1]@5cc4b44a 2024-06-28 23:58:11,954 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46c0fddb-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46ba6e1e-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46ba6e1e-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@523696c, true, {}] 2024-06-28 23:58:11,956 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1089, durable=true, userID=46c124ed-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=e0b821d2-8a5d-45cd-8254-d24a469d8323, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-bec3c6af-afed-43bf-af34-1575740a40ec, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=8d20d032-9c5f-454e-9c9d-059b6a07c950]]@368399344, context: RoutingContextImpl(Address=e0b821d2-8a5d-45cd-8254-d24a469d8323, routingType=ANYCAST, PreviousAddress=e0b821d2-8a5d-45cd-8254-d24a469d8323 previousRoute:ANYCAST, reusable=true, version=-2147483557) .................................................. ***** durable queues e0b821d2-8a5d-45cd-8254-d24a469d8323: ***** non durable for e0b821d2-8a5d-45cd-8254-d24a469d8323: - queueID=1081 address:e0b821d2-8a5d-45cd-8254-d24a469d8323 name:e0b821d2-8a5d-45cd-8254-d24a469d8323 filter:null .................................................. , transaction: null 2024-06-28 23:58:11,956 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueueRequestReplyMultipleSubscriptions: CoreMessage[messageID=1085, durable=true, userID=46c088aa-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=961, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-bec3c6af-afed-43bf-af34-1575740a40ec, JMSReplyTo=temp-queue://e0b821d2-8a5d-45cd-8254-d24a469d8323, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2032944847, transaction: TransactionImpl [xid=null, txID=1086, xid=null, state=COMMITTED, createTime=1719619091953(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 0]@5cc4b44a 2024-06-28 23:58:11,956 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from e0b821d2-8a5d-45cd-8254-d24a469d8323: Reference[1089]:RELIABLE:CoreMessage[messageID=1089, durable=true, userID=46c124ed-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=e0b821d2-8a5d-45cd-8254-d24a469d8323, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-bec3c6af-afed-43bf-af34-1575740a40ec, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=8d20d032-9c5f-454e-9c9d-059b6a07c950]]@368399344 2024-06-28 23:58:11,957 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from e0b821d2-8a5d-45cd-8254-d24a469d8323: CoreMessage[messageID=1089, durable=true, userID=46c124ed-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=e0b821d2-8a5d-45cd-8254-d24a469d8323, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-bec3c6af-afed-43bf-af34-1575740a40ec, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=8d20d032-9c5f-454e-9c9d-059b6a07c950]]@368399344 to transaction: TransactionImpl [xid=null, txID=1092, xid=null, state=ACTIVE, createTime=1719619091957(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 1]@23bc5f94 2024-06-28 23:58:11,957 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from e0b821d2-8a5d-45cd-8254-d24a469d8323: CoreMessage[messageID=1089, durable=true, userID=46c124ed-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:11 UTC 2024, expiration=0, durable=true, address=e0b821d2-8a5d-45cd-8254-d24a469d8323, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-bec3c6af-afed-43bf-af34-1575740a40ec, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=8d20d032-9c5f-454e-9c9d-059b6a07c950]]@368399344, transaction: TransactionImpl [xid=null, txID=1092, xid=null, state=COMMITTED, createTime=1719619091957(Fri Jun 28 23:58:11 UTC 2024), timeoutSeconds=-1, nr operations = 0]@23bc5f94 2024-06-28 23:58:11,958 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46c19a1e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46ba6e1e-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46ba6e1e-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3578dd7, true, {}] 2024-06-28 23:58:11,958 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [e0b821d2-8a5d-45cd-8254-d24a469d8323] 2024-06-28 23:58:12,010 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@16df0ebd, org.eclipse.scout.rt.mom.jms.JmsSubscription@29becf8b] 2024-06-28 23:58:12,013 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@7f6437d7[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:12,013 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.009341 ms 2024-06-28 23:58:12,014 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [ecb80712-76b1-480f-9da5-58e7673c29c1] 2024-06-28 23:58:12,015 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:58:12,015 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:58:12,016 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 46ba6e1e-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:12,016 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:12,016 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 107.921495 ms 2024-06-28 23:58:12,016 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:12,017 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:12,017 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:12,017 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1793070545'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:12,019 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:12,020 INFO [scout-thread-22] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 46cb1000-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom82] 2024-06-28 23:58:12,021 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46cb1003-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46cb1000-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46cb1000-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6a90710d, true, {}] 2024-06-28 23:58:12,022 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@58354497 - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom82] 2024-06-28 23:58:12,022 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46cb5e24-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46cb1000-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46cb1000-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@80f58dc, true, {}] 2024-06-28 23:58:12,023 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 46cb5e24-35aa-11ef-ab26-0a580a2845c5 with parameters: [scout.mom.requestreply.cancellation, [MULTICAST], true] 2024-06-28 23:58:12,023 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@1ab10287 2024-06-28 23:58:12,024 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=b746a26a-0e43-4c2e-b6e3-3a5c85bb70d4, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:12,025 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@2d42304d 2024-06-28 23:58:12,026 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, b746a26a-0e43-4c2e-b6e3-3a5c85bb70d4, null, 0, false, true, null] 2024-06-28 23:58:12,026 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46cbfa66-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46cb1000-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46cb1000-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@72dc9331, true, {}] 2024-06-28 23:58:12,027 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:58:12,028 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46cc4887-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46cb1000-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46cb1000-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7da50931, true, {}] 2024-06-28 23:58:12,029 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:58:12,030 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46cc96a8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46cb1000-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46cb1000-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7231a040, true, {}] 2024-06-28 23:58:12,030 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=61efb47e-1b0d-4c29-a3d7-23970ad1d2da, address=61efb47e-1b0d-4c29-a3d7-23970ad1d2da, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:12,031 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@67e4635 2024-06-28 23:58:12,031 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@7f61c454 2024-06-28 23:58:12,032 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 61efb47e-1b0d-4c29-a3d7-23970ad1d2da, null, 0, false, true, null] 2024-06-28 23:58:12,034 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1153, durable=true, userID=46cd0bdb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=961, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-6511f166-f188-4eff-83ad-3d3dadc4861a, JMSReplyTo=temp-queue://61efb47e-1b0d-4c29-a3d7-23970ad1d2da, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@66128019, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyMultipleSubscriptions, routingType=ANYCAST, PreviousAddress=test/mom/testQueueRequestReplyMultipleSubscriptions previousRoute:ANYCAST, reusable=true, version=-2147483558) .................................................. ***** durable queues test/mom/testQueueRequestReplyMultipleSubscriptions: - queueID=1070 address:test/mom/testQueueRequestReplyMultipleSubscriptions name:test/mom/testQueueRequestReplyMultipleSubscriptions filter:null ***** non durable for test/mom/testQueueRequestReplyMultipleSubscriptions: .................................................. , transaction: null 2024-06-28 23:58:12,038 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueueRequestReplyMultipleSubscriptions: Reference[1153]:RELIABLE:CoreMessage[messageID=1153, durable=true, userID=46cd0bdb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=961, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-6511f166-f188-4eff-83ad-3d3dadc4861a, JMSReplyTo=temp-queue://61efb47e-1b0d-4c29-a3d7-23970ad1d2da, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@66128019 2024-06-28 23:58:12,038 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueueRequestReplyMultipleSubscriptions: CoreMessage[messageID=1153, durable=true, userID=46cd0bdb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=961, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-6511f166-f188-4eff-83ad-3d3dadc4861a, JMSReplyTo=temp-queue://61efb47e-1b0d-4c29-a3d7-23970ad1d2da, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@66128019 to transaction: TransactionImpl [xid=null, txID=1154, xid=null, state=ACTIVE, createTime=1719619092038(Fri Jun 28 23:58:12 UTC 2024), timeoutSeconds=-1, nr operations = 1]@36c31114 2024-06-28 23:58:12,039 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46cdf63c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46cb1000-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46cb1000-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2ea85e3d, true, {}] 2024-06-28 23:58:12,041 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueueRequestReplyMultipleSubscriptions: CoreMessage[messageID=1153, durable=true, userID=46cd0bdb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=961, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-6511f166-f188-4eff-83ad-3d3dadc4861a, JMSReplyTo=temp-queue://61efb47e-1b0d-4c29-a3d7-23970ad1d2da, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@66128019, transaction: TransactionImpl [xid=null, txID=1154, xid=null, state=COMMITTED, createTime=1719619092038(Fri Jun 28 23:58:12 UTC 2024), timeoutSeconds=-1, nr operations = 0]@36c31114 2024-06-28 23:58:12,041 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1157, durable=true, userID=46ce1d4e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=61efb47e-1b0d-4c29-a3d7-23970ad1d2da, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-6511f166-f188-4eff-83ad-3d3dadc4861a, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=c49dd86b-4d9b-47a0-992f-ca4c0f22245d]]@2097502220, context: RoutingContextImpl(Address=61efb47e-1b0d-4c29-a3d7-23970ad1d2da, routingType=ANYCAST, PreviousAddress=61efb47e-1b0d-4c29-a3d7-23970ad1d2da previousRoute:ANYCAST, reusable=true, version=-2147483553) .................................................. ***** durable queues 61efb47e-1b0d-4c29-a3d7-23970ad1d2da: ***** non durable for 61efb47e-1b0d-4c29-a3d7-23970ad1d2da: - queueID=1149 address:61efb47e-1b0d-4c29-a3d7-23970ad1d2da name:61efb47e-1b0d-4c29-a3d7-23970ad1d2da filter:null .................................................. , transaction: null 2024-06-28 23:58:12,041 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 61efb47e-1b0d-4c29-a3d7-23970ad1d2da: Reference[1157]:RELIABLE:CoreMessage[messageID=1157, durable=true, userID=46ce1d4e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=61efb47e-1b0d-4c29-a3d7-23970ad1d2da, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-6511f166-f188-4eff-83ad-3d3dadc4861a, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=c49dd86b-4d9b-47a0-992f-ca4c0f22245d]]@2097502220 2024-06-28 23:58:12,042 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 61efb47e-1b0d-4c29-a3d7-23970ad1d2da: CoreMessage[messageID=1157, durable=true, userID=46ce1d4e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=61efb47e-1b0d-4c29-a3d7-23970ad1d2da, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-6511f166-f188-4eff-83ad-3d3dadc4861a, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=c49dd86b-4d9b-47a0-992f-ca4c0f22245d]]@2097502220 to transaction: TransactionImpl [xid=null, txID=1160, xid=null, state=ACTIVE, createTime=1719619092042(Fri Jun 28 23:58:12 UTC 2024), timeoutSeconds=-1, nr operations = 1]@273c2475 2024-06-28 23:58:12,042 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 61efb47e-1b0d-4c29-a3d7-23970ad1d2da: CoreMessage[messageID=1157, durable=true, userID=46ce1d4e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=61efb47e-1b0d-4c29-a3d7-23970ad1d2da, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-6511f166-f188-4eff-83ad-3d3dadc4861a, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=c49dd86b-4d9b-47a0-992f-ca4c0f22245d]]@2097502220, transaction: TransactionImpl [xid=null, txID=1160, xid=null, state=COMMITTED, createTime=1719619092042(Fri Jun 28 23:58:12 UTC 2024), timeoutSeconds=-1, nr operations = 0]@273c2475 2024-06-28 23:58:12,043 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46ce927f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46cb1000-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46cb1000-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@63d9ce98, true, {}] 2024-06-28 23:58:12,043 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [61efb47e-1b0d-4c29-a3d7-23970ad1d2da] 2024-06-28 23:58:12,095 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@58dd1d0c, org.eclipse.scout.rt.mom.jms.JmsSubscription@740530b] 2024-06-28 23:58:12,098 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@3607878a[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:12,098 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.009017 ms 2024-06-28 23:58:12,098 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [b746a26a-0e43-4c2e-b6e3-3a5c85bb70d4] 2024-06-28 23:58:12,100 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:58:12,100 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:58:12,100 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 46cb1000-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:12,101 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:12,101 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 84.058109 ms 2024-06-28 23:58:12,101 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:12,101 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:12,102 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:12,102 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 272753635'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom82] 2024-06-28 23:58:12,104 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom82] 2024-06-28 23:58:12,105 INFO [scout-thread-21] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 46d80861-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom57] 2024-06-28 23:58:12,105 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46d80864-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46d80861-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46d80861-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@23e0499d, true, {}] 2024-06-28 23:58:12,107 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@36a323ea - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom57] 2024-06-28 23:58:12,107 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46d85685-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46d80861-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46d80861-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7f52c31d, true, {}] 2024-06-28 23:58:12,108 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 46d85685-35aa-11ef-ab26-0a580a2845c5 with parameters: [scout.mom.requestreply.cancellation, [MULTICAST], true] 2024-06-28 23:58:12,108 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@28b566a9 2024-06-28 23:58:12,109 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=4c569568-0c6f-47bc-a451-2a1eb1cfd257, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:12,109 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@56991b1e 2024-06-28 23:58:12,110 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 4c569568-0c6f-47bc-a451-2a1eb1cfd257, null, 0, false, true, null] 2024-06-28 23:58:12,111 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46d8cbb7-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46d80861-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46d80861-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@77cf0266, true, {}] 2024-06-28 23:58:12,112 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:58:12,113 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46d919d8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46d80861-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46d80861-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@17dcf7ee, true, {}] 2024-06-28 23:58:12,113 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:58:12,114 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46d967f9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46d80861-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46d80861-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@350bbf2f, true, {}] 2024-06-28 23:58:12,115 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=4f42a0d7-0df3-4191-829f-10975ca956eb, address=4f42a0d7-0df3-4191-829f-10975ca956eb, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:12,115 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@3cdbbb13 2024-06-28 23:58:12,116 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@37e5998b 2024-06-28 23:58:12,116 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 4f42a0d7-0df3-4191-829f-10975ca956eb, null, 0, false, true, null] 2024-06-28 23:58:12,118 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1221, durable=true, userID=46d9dd2c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=961, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-33058db4-9b9b-4eea-b202-5764be3f9dcf, JMSReplyTo=temp-queue://4f42a0d7-0df3-4191-829f-10975ca956eb, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1708549961, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyMultipleSubscriptions, routingType=ANYCAST, PreviousAddress=test/mom/testQueueRequestReplyMultipleSubscriptions previousRoute:ANYCAST, reusable=true, version=-2147483558) .................................................. ***** durable queues test/mom/testQueueRequestReplyMultipleSubscriptions: - queueID=1070 address:test/mom/testQueueRequestReplyMultipleSubscriptions name:test/mom/testQueueRequestReplyMultipleSubscriptions filter:null ***** non durable for test/mom/testQueueRequestReplyMultipleSubscriptions: .................................................. , transaction: null 2024-06-28 23:58:12,122 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueueRequestReplyMultipleSubscriptions: Reference[1221]:RELIABLE:CoreMessage[messageID=1221, durable=true, userID=46d9dd2c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=961, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-33058db4-9b9b-4eea-b202-5764be3f9dcf, JMSReplyTo=temp-queue://4f42a0d7-0df3-4191-829f-10975ca956eb, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1708549961 2024-06-28 23:58:12,122 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueueRequestReplyMultipleSubscriptions: CoreMessage[messageID=1221, durable=true, userID=46d9dd2c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=961, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-33058db4-9b9b-4eea-b202-5764be3f9dcf, JMSReplyTo=temp-queue://4f42a0d7-0df3-4191-829f-10975ca956eb, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1708549961 to transaction: TransactionImpl [xid=null, txID=1222, xid=null, state=ACTIVE, createTime=1719619092122(Fri Jun 28 23:58:12 UTC 2024), timeoutSeconds=-1, nr operations = 1]@297a51b4 2024-06-28 23:58:12,123 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46dac78d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46d80861-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46d80861-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6655d574, true, {}] 2024-06-28 23:58:12,125 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1225, durable=true, userID=46daee9f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=4f42a0d7-0df3-4191-829f-10975ca956eb, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-33058db4-9b9b-4eea-b202-5764be3f9dcf, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=1515e817-f573-459d-9c71-d342eb6d30b3]]@1531994364, context: RoutingContextImpl(Address=4f42a0d7-0df3-4191-829f-10975ca956eb, routingType=ANYCAST, PreviousAddress=4f42a0d7-0df3-4191-829f-10975ca956eb previousRoute:ANYCAST, reusable=true, version=-2147483549) .................................................. ***** durable queues 4f42a0d7-0df3-4191-829f-10975ca956eb: ***** non durable for 4f42a0d7-0df3-4191-829f-10975ca956eb: - queueID=1217 address:4f42a0d7-0df3-4191-829f-10975ca956eb name:4f42a0d7-0df3-4191-829f-10975ca956eb filter:null .................................................. , transaction: null 2024-06-28 23:58:12,125 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 4f42a0d7-0df3-4191-829f-10975ca956eb: Reference[1225]:RELIABLE:CoreMessage[messageID=1225, durable=true, userID=46daee9f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=4f42a0d7-0df3-4191-829f-10975ca956eb, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-33058db4-9b9b-4eea-b202-5764be3f9dcf, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=1515e817-f573-459d-9c71-d342eb6d30b3]]@1531994364 2024-06-28 23:58:12,125 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueueRequestReplyMultipleSubscriptions: CoreMessage[messageID=1221, durable=true, userID=46d9dd2c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=961, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-33058db4-9b9b-4eea-b202-5764be3f9dcf, JMSReplyTo=temp-queue://4f42a0d7-0df3-4191-829f-10975ca956eb, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1708549961, transaction: TransactionImpl [xid=null, txID=1222, xid=null, state=COMMITTED, createTime=1719619092122(Fri Jun 28 23:58:12 UTC 2024), timeoutSeconds=-1, nr operations = 0]@297a51b4 2024-06-28 23:58:12,125 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 4f42a0d7-0df3-4191-829f-10975ca956eb: CoreMessage[messageID=1225, durable=true, userID=46daee9f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=4f42a0d7-0df3-4191-829f-10975ca956eb, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-33058db4-9b9b-4eea-b202-5764be3f9dcf, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=1515e817-f573-459d-9c71-d342eb6d30b3]]@1531994364 to transaction: TransactionImpl [xid=null, txID=1228, xid=null, state=ACTIVE, createTime=1719619092125(Fri Jun 28 23:58:12 UTC 2024), timeoutSeconds=-1, nr operations = 1]@3725fe6e 2024-06-28 23:58:12,125 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 4f42a0d7-0df3-4191-829f-10975ca956eb: CoreMessage[messageID=1225, durable=true, userID=46daee9f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=4f42a0d7-0df3-4191-829f-10975ca956eb, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-33058db4-9b9b-4eea-b202-5764be3f9dcf, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=1515e817-f573-459d-9c71-d342eb6d30b3]]@1531994364, transaction: TransactionImpl [xid=null, txID=1228, xid=null, state=COMMITTED, createTime=1719619092125(Fri Jun 28 23:58:12 UTC 2024), timeoutSeconds=-1, nr operations = 0]@3725fe6e 2024-06-28 23:58:12,126 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46db3cc0-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46d80861-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46d80861-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1c863e8d, true, {}] 2024-06-28 23:58:12,127 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [4f42a0d7-0df3-4191-829f-10975ca956eb] 2024-06-28 23:58:12,179 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7104b117, org.eclipse.scout.rt.mom.jms.JmsSubscription@74597c37] 2024-06-28 23:58:12,181 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@39cd4344[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:12,181 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.008448 ms 2024-06-28 23:58:12,182 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [4c569568-0c6f-47bc-a451-2a1eb1cfd257] 2024-06-28 23:58:12,183 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:58:12,183 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:58:12,183 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 46d80861-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:12,184 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:12,184 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 82.464946 ms 2024-06-28 23:58:12,184 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:12,185 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:12,185 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:12,185 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 394819269'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom57] 2024-06-28 23:58:12,187 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom57] 2024-06-28 23:58:12,187 INFO [scout-thread-19] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 46e48b92-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom85] 2024-06-28 23:58:12,188 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46e4b2a5-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46e48b92-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46e48b92-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@35907626, true, {}] 2024-06-28 23:58:12,189 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@16817f4b - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom85] 2024-06-28 23:58:12,189 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46e4d9b6-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46e48b92-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46e48b92-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@39349536, true, {}] 2024-06-28 23:58:12,190 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 46e4d9b6-35aa-11ef-ab26-0a580a2845c5 with parameters: [scout.mom.requestreply.cancellation, [MULTICAST], true] 2024-06-28 23:58:12,191 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@3ec66994 2024-06-28 23:58:12,191 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=e5a48105-acfb-47fb-be38-d5cda28d2301, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:12,192 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@79edd35a 2024-06-28 23:58:12,192 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, e5a48105-acfb-47fb-be38-d5cda28d2301, null, 0, false, true, null] 2024-06-28 23:58:12,193 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46e575f8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46e48b92-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46e48b92-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@687cad2a, true, {}] 2024-06-28 23:58:12,194 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:58:12,195 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46e5c419-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46e48b92-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46e48b92-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@30541fa4, true, {}] 2024-06-28 23:58:12,195 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:58:12,196 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46e5eb2a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46e48b92-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46e48b92-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@375ab547, true, {}] 2024-06-28 23:58:12,196 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=72dc4b6c-975c-4bb0-befb-2fcb59465497, address=72dc4b6c-975c-4bb0-befb-2fcb59465497, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:12,197 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@48e38b38 2024-06-28 23:58:12,197 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@53517a6e 2024-06-28 23:58:12,198 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 72dc4b6c-975c-4bb0-befb-2fcb59465497, null, 0, false, true, null] 2024-06-28 23:58:12,199 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1289, durable=true, userID=46e6605d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=961, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-abce8e25-ed6c-4a02-b0a3-fe6a0eebb9a1, JMSReplyTo=temp-queue://72dc4b6c-975c-4bb0-befb-2fcb59465497, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1194728675, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyMultipleSubscriptions, routingType=ANYCAST, PreviousAddress=test/mom/testQueueRequestReplyMultipleSubscriptions previousRoute:ANYCAST, reusable=true, version=-2147483558) .................................................. ***** durable queues test/mom/testQueueRequestReplyMultipleSubscriptions: - queueID=1070 address:test/mom/testQueueRequestReplyMultipleSubscriptions name:test/mom/testQueueRequestReplyMultipleSubscriptions filter:null ***** non durable for test/mom/testQueueRequestReplyMultipleSubscriptions: .................................................. , transaction: null 2024-06-28 23:58:12,200 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueueRequestReplyMultipleSubscriptions: Reference[1289]:RELIABLE:CoreMessage[messageID=1289, durable=true, userID=46e6605d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=961, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-abce8e25-ed6c-4a02-b0a3-fe6a0eebb9a1, JMSReplyTo=temp-queue://72dc4b6c-975c-4bb0-befb-2fcb59465497, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1194728675 2024-06-28 23:58:12,200 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueueRequestReplyMultipleSubscriptions: CoreMessage[messageID=1289, durable=true, userID=46e6605d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=961, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-abce8e25-ed6c-4a02-b0a3-fe6a0eebb9a1, JMSReplyTo=temp-queue://72dc4b6c-975c-4bb0-befb-2fcb59465497, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1194728675 to transaction: TransactionImpl [xid=null, txID=1290, xid=null, state=ACTIVE, createTime=1719619092200(Fri Jun 28 23:58:12 UTC 2024), timeoutSeconds=-1, nr operations = 1]@78abe1a0 2024-06-28 23:58:12,201 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46e6ae7e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46e48b92-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46e48b92-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@45ea56ba, true, {}] 2024-06-28 23:58:12,203 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1293, durable=true, userID=46e6d590-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=72dc4b6c-975c-4bb0-befb-2fcb59465497, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-abce8e25-ed6c-4a02-b0a3-fe6a0eebb9a1, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=e1b70f3b-c6d6-4b06-91c2-1043c88aee67]]@813909369, context: RoutingContextImpl(Address=72dc4b6c-975c-4bb0-befb-2fcb59465497, routingType=ANYCAST, PreviousAddress=72dc4b6c-975c-4bb0-befb-2fcb59465497 previousRoute:ANYCAST, reusable=true, version=-2147483545) .................................................. ***** durable queues 72dc4b6c-975c-4bb0-befb-2fcb59465497: ***** non durable for 72dc4b6c-975c-4bb0-befb-2fcb59465497: - queueID=1285 address:72dc4b6c-975c-4bb0-befb-2fcb59465497 name:72dc4b6c-975c-4bb0-befb-2fcb59465497 filter:null .................................................. , transaction: null 2024-06-28 23:58:12,203 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 72dc4b6c-975c-4bb0-befb-2fcb59465497: Reference[1293]:RELIABLE:CoreMessage[messageID=1293, durable=true, userID=46e6d590-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=72dc4b6c-975c-4bb0-befb-2fcb59465497, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-abce8e25-ed6c-4a02-b0a3-fe6a0eebb9a1, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=e1b70f3b-c6d6-4b06-91c2-1043c88aee67]]@813909369 2024-06-28 23:58:12,203 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 72dc4b6c-975c-4bb0-befb-2fcb59465497: CoreMessage[messageID=1293, durable=true, userID=46e6d590-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=72dc4b6c-975c-4bb0-befb-2fcb59465497, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-abce8e25-ed6c-4a02-b0a3-fe6a0eebb9a1, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=e1b70f3b-c6d6-4b06-91c2-1043c88aee67]]@813909369 to transaction: TransactionImpl [xid=null, txID=1296, xid=null, state=ACTIVE, createTime=1719619092203(Fri Jun 28 23:58:12 UTC 2024), timeoutSeconds=-1, nr operations = 1]@2628177e 2024-06-28 23:58:12,203 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueueRequestReplyMultipleSubscriptions: CoreMessage[messageID=1289, durable=true, userID=46e6605d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=961, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-abce8e25-ed6c-4a02-b0a3-fe6a0eebb9a1, JMSReplyTo=temp-queue://72dc4b6c-975c-4bb0-befb-2fcb59465497, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1194728675, transaction: TransactionImpl [xid=null, txID=1290, xid=null, state=COMMITTED, createTime=1719619092200(Fri Jun 28 23:58:12 UTC 2024), timeoutSeconds=-1, nr operations = 0]@78abe1a0 2024-06-28 23:58:12,203 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 72dc4b6c-975c-4bb0-befb-2fcb59465497: CoreMessage[messageID=1293, durable=true, userID=46e6d590-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=72dc4b6c-975c-4bb0-befb-2fcb59465497, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-abce8e25-ed6c-4a02-b0a3-fe6a0eebb9a1, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=e1b70f3b-c6d6-4b06-91c2-1043c88aee67]]@813909369, transaction: TransactionImpl [xid=null, txID=1296, xid=null, state=COMMITTED, createTime=1719619092203(Fri Jun 28 23:58:12 UTC 2024), timeoutSeconds=-1, nr operations = 0]@2628177e 2024-06-28 23:58:12,204 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46e723b1-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46e48b92-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46e48b92-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@752cbde8, true, {}] 2024-06-28 23:58:12,205 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [72dc4b6c-975c-4bb0-befb-2fcb59465497] 2024-06-28 23:58:12,256 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@16448827, org.eclipse.scout.rt.mom.jms.JmsSubscription@2943e61c] 2024-06-28 23:58:12,259 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@655b8399[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:12,259 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.008293 ms 2024-06-28 23:58:12,259 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [e5a48105-acfb-47fb-be38-d5cda28d2301] 2024-06-28 23:58:12,261 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:58:12,261 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:58:12,262 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 46e48b92-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:12,262 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:12,262 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 77.538111 ms 2024-06-28 23:58:12,262 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:12,263 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:12,263 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:12,263 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 617412413'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:12,265 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:12,265 INFO [scout-thread-22] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 46f07283-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom82] 2024-06-28 23:58:12,266 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46f09996-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46f07283-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46f07283-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@510ed65c, true, {}] 2024-06-28 23:58:12,267 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@2f357c92 - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom82] 2024-06-28 23:58:12,267 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46f0c0a7-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46f07283-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46f07283-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4aee6183, true, {}] 2024-06-28 23:58:12,268 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 46f0c0a7-35aa-11ef-ab26-0a580a2845c5 with parameters: [scout.mom.requestreply.cancellation, [MULTICAST], true] 2024-06-28 23:58:12,269 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@956dca3 2024-06-28 23:58:12,269 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=6d21a90f-4a84-417a-bb2b-9b7b0adc2824, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:12,270 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@9f3244e 2024-06-28 23:58:12,271 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 6d21a90f-4a84-417a-bb2b-9b7b0adc2824, null, 0, false, true, null] 2024-06-28 23:58:12,271 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46f15ce9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46f07283-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46f07283-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2e579ac8, true, {}] 2024-06-28 23:58:12,272 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:58:12,273 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46f1ab0a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46f07283-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46f07283-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@b0083be, true, {}] 2024-06-28 23:58:12,274 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:58:12,275 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46f1f92b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46f07283-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46f07283-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@444177cb, true, {}] 2024-06-28 23:58:12,275 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=4d1bc4d3-6d7e-4773-982f-89539b09ce85, address=4d1bc4d3-6d7e-4773-982f-89539b09ce85, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:12,276 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@2f8a28c5 2024-06-28 23:58:12,276 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@7be4cc47 2024-06-28 23:58:12,277 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 4d1bc4d3-6d7e-4773-982f-89539b09ce85, null, 0, false, true, null] 2024-06-28 23:58:12,279 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1357, durable=true, userID=46f26e5e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=961, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-52c8b2a8-3711-41db-936a-0392dd3966a8, JMSReplyTo=temp-queue://4d1bc4d3-6d7e-4773-982f-89539b09ce85, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1681311190, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyMultipleSubscriptions, routingType=ANYCAST, PreviousAddress=test/mom/testQueueRequestReplyMultipleSubscriptions previousRoute:ANYCAST, reusable=true, version=-2147483558) .................................................. ***** durable queues test/mom/testQueueRequestReplyMultipleSubscriptions: - queueID=1070 address:test/mom/testQueueRequestReplyMultipleSubscriptions name:test/mom/testQueueRequestReplyMultipleSubscriptions filter:null ***** non durable for test/mom/testQueueRequestReplyMultipleSubscriptions: .................................................. , transaction: null 2024-06-28 23:58:12,280 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueueRequestReplyMultipleSubscriptions: Reference[1357]:RELIABLE:CoreMessage[messageID=1357, durable=true, userID=46f26e5e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=961, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-52c8b2a8-3711-41db-936a-0392dd3966a8, JMSReplyTo=temp-queue://4d1bc4d3-6d7e-4773-982f-89539b09ce85, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1681311190 2024-06-28 23:58:12,281 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueueRequestReplyMultipleSubscriptions: CoreMessage[messageID=1357, durable=true, userID=46f26e5e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=961, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-52c8b2a8-3711-41db-936a-0392dd3966a8, JMSReplyTo=temp-queue://4d1bc4d3-6d7e-4773-982f-89539b09ce85, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1681311190 to transaction: TransactionImpl [xid=null, txID=1358, xid=null, state=ACTIVE, createTime=1719619092280(Fri Jun 28 23:58:12 UTC 2024), timeoutSeconds=-1, nr operations = 1]@4f2ab689 2024-06-28 23:58:12,281 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46f2e38f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46f07283-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46f07283-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5b3aae37, true, {}] 2024-06-28 23:58:12,283 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueueRequestReplyMultipleSubscriptions: CoreMessage[messageID=1357, durable=true, userID=46f26e5e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=961, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-52c8b2a8-3711-41db-936a-0392dd3966a8, JMSReplyTo=temp-queue://4d1bc4d3-6d7e-4773-982f-89539b09ce85, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1681311190, transaction: TransactionImpl [xid=null, txID=1358, xid=null, state=COMMITTED, createTime=1719619092280(Fri Jun 28 23:58:12 UTC 2024), timeoutSeconds=-1, nr operations = 0]@4f2ab689 2024-06-28 23:58:12,283 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1361, durable=true, userID=46f309a1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=4d1bc4d3-6d7e-4773-982f-89539b09ce85, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-52c8b2a8-3711-41db-936a-0392dd3966a8, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=817fd324-1a5d-43ac-99c8-ca9dfd7cbe1f]]@599673695, context: RoutingContextImpl(Address=4d1bc4d3-6d7e-4773-982f-89539b09ce85, routingType=ANYCAST, PreviousAddress=4d1bc4d3-6d7e-4773-982f-89539b09ce85 previousRoute:ANYCAST, reusable=true, version=-2147483541) .................................................. ***** durable queues 4d1bc4d3-6d7e-4773-982f-89539b09ce85: ***** non durable for 4d1bc4d3-6d7e-4773-982f-89539b09ce85: - queueID=1353 address:4d1bc4d3-6d7e-4773-982f-89539b09ce85 name:4d1bc4d3-6d7e-4773-982f-89539b09ce85 filter:null .................................................. , transaction: null 2024-06-28 23:58:12,283 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 4d1bc4d3-6d7e-4773-982f-89539b09ce85: Reference[1361]:RELIABLE:CoreMessage[messageID=1361, durable=true, userID=46f309a1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=4d1bc4d3-6d7e-4773-982f-89539b09ce85, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-52c8b2a8-3711-41db-936a-0392dd3966a8, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=817fd324-1a5d-43ac-99c8-ca9dfd7cbe1f]]@599673695 2024-06-28 23:58:12,284 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 4d1bc4d3-6d7e-4773-982f-89539b09ce85: CoreMessage[messageID=1361, durable=true, userID=46f309a1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=4d1bc4d3-6d7e-4773-982f-89539b09ce85, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-52c8b2a8-3711-41db-936a-0392dd3966a8, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=817fd324-1a5d-43ac-99c8-ca9dfd7cbe1f]]@599673695 to transaction: TransactionImpl [xid=null, txID=1364, xid=null, state=ACTIVE, createTime=1719619092284(Fri Jun 28 23:58:12 UTC 2024), timeoutSeconds=-1, nr operations = 1]@5ac0b94d 2024-06-28 23:58:12,284 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 4d1bc4d3-6d7e-4773-982f-89539b09ce85: CoreMessage[messageID=1361, durable=true, userID=46f309a1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=4d1bc4d3-6d7e-4773-982f-89539b09ce85, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-52c8b2a8-3711-41db-936a-0392dd3966a8, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=817fd324-1a5d-43ac-99c8-ca9dfd7cbe1f]]@599673695, transaction: TransactionImpl [xid=null, txID=1364, xid=null, state=COMMITTED, createTime=1719619092284(Fri Jun 28 23:58:12 UTC 2024), timeoutSeconds=-1, nr operations = 0]@5ac0b94d 2024-06-28 23:58:12,285 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46f37ed2-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46f07283-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46f07283-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5d25dd37, true, {}] 2024-06-28 23:58:12,285 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [4d1bc4d3-6d7e-4773-982f-89539b09ce85] 2024-06-28 23:58:12,337 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7b897456, org.eclipse.scout.rt.mom.jms.JmsSubscription@4dcc0e3d] 2024-06-28 23:58:12,339 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@d6ae6f4[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:12,339 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.008407 ms 2024-06-28 23:58:12,340 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [6d21a90f-4a84-417a-bb2b-9b7b0adc2824] 2024-06-28 23:58:12,347 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:58:12,347 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:58:12,348 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 46f07283-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:12,348 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:12,348 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 85.684559 ms 2024-06-28 23:58:12,349 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:12,349 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:12,349 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:12,350 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1990360489'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom82] 2024-06-28 23:58:12,351 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom82] 2024-06-28 23:58:12,352 INFO [scout-thread-21] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 46fdb804-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom57] 2024-06-28 23:58:12,353 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46fdb807-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46fdb804-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46fdb804-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2c33588f, true, {}] 2024-06-28 23:58:12,354 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@2d1def14 - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom57] 2024-06-28 23:58:12,354 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46fe0628-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46fdb804-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46fdb804-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@28d10d8d, true, {}] 2024-06-28 23:58:12,355 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 46fe0628-35aa-11ef-ab26-0a580a2845c5 with parameters: [scout.mom.requestreply.cancellation, [MULTICAST], true] 2024-06-28 23:58:12,355 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@3f5ecaf4 2024-06-28 23:58:12,356 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=31acc33e-0480-47e1-9408-8470d38d4e45, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:12,357 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@27309a84 2024-06-28 23:58:12,357 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 31acc33e-0480-47e1-9408-8470d38d4e45, null, 0, false, true, null] 2024-06-28 23:58:12,358 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46fea26a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46fdb804-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46fdb804-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@41c50a54, true, {}] 2024-06-28 23:58:12,359 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:58:12,360 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46fef08b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46fdb804-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46fdb804-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@54574046, true, {}] 2024-06-28 23:58:12,361 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:58:12,362 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [46ff3eac-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46fdb804-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46fdb804-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@15f2b8fe, true, {}] 2024-06-28 23:58:12,363 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=c690594b-42c3-4c92-abf6-1a62002c637c, address=c690594b-42c3-4c92-abf6-1a62002c637c, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:12,363 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@74158d 2024-06-28 23:58:12,364 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@eb148a2 2024-06-28 23:58:12,365 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, c690594b-42c3-4c92-abf6-1a62002c637c, null, 0, false, true, null] 2024-06-28 23:58:12,367 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1425, durable=true, userID=46ffdaef-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=961, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-f9926e13-03dd-44e9-bc15-6674d48e13fc, JMSReplyTo=temp-queue://c690594b-42c3-4c92-abf6-1a62002c637c, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1814242670, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyMultipleSubscriptions, routingType=ANYCAST, PreviousAddress=test/mom/testQueueRequestReplyMultipleSubscriptions previousRoute:ANYCAST, reusable=true, version=-2147483558) .................................................. ***** durable queues test/mom/testQueueRequestReplyMultipleSubscriptions: - queueID=1070 address:test/mom/testQueueRequestReplyMultipleSubscriptions name:test/mom/testQueueRequestReplyMultipleSubscriptions filter:null ***** non durable for test/mom/testQueueRequestReplyMultipleSubscriptions: .................................................. , transaction: null 2024-06-28 23:58:12,371 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueueRequestReplyMultipleSubscriptions: Reference[1425]:RELIABLE:CoreMessage[messageID=1425, durable=true, userID=46ffdaef-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=961, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-f9926e13-03dd-44e9-bc15-6674d48e13fc, JMSReplyTo=temp-queue://c690594b-42c3-4c92-abf6-1a62002c637c, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1814242670 2024-06-28 23:58:12,372 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueueRequestReplyMultipleSubscriptions: CoreMessage[messageID=1425, durable=true, userID=46ffdaef-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=961, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-f9926e13-03dd-44e9-bc15-6674d48e13fc, JMSReplyTo=temp-queue://c690594b-42c3-4c92-abf6-1a62002c637c, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1814242670 to transaction: TransactionImpl [xid=null, txID=1426, xid=null, state=ACTIVE, createTime=1719619092371(Fri Jun 28 23:58:12 UTC 2024), timeoutSeconds=-1, nr operations = 1]@7ecc7c87 2024-06-28 23:58:12,372 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4700c550-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46fdb804-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46fdb804-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3d6eaf6a, true, {}] 2024-06-28 23:58:12,374 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from c690594b-42c3-4c92-abf6-1a62002c637c: Reference[1429]:RELIABLE:CoreMessage[messageID=1429, durable=true, userID=4700ec62-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=c690594b-42c3-4c92-abf6-1a62002c637c, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-f9926e13-03dd-44e9-bc15-6674d48e13fc, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=394d5366-611a-4b78-aa13-bd40888b87fd]]@264900334 2024-06-28 23:58:12,374 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueueRequestReplyMultipleSubscriptions: CoreMessage[messageID=1425, durable=true, userID=46ffdaef-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=961, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-f9926e13-03dd-44e9-bc15-6674d48e13fc, JMSReplyTo=temp-queue://c690594b-42c3-4c92-abf6-1a62002c637c, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1814242670, transaction: TransactionImpl [xid=null, txID=1426, xid=null, state=COMMITTED, createTime=1719619092371(Fri Jun 28 23:58:12 UTC 2024), timeoutSeconds=-1, nr operations = 0]@7ecc7c87 2024-06-28 23:58:12,374 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1429, durable=true, userID=4700ec62-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=c690594b-42c3-4c92-abf6-1a62002c637c, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-f9926e13-03dd-44e9-bc15-6674d48e13fc, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=394d5366-611a-4b78-aa13-bd40888b87fd]]@264900334, context: RoutingContextImpl(Address=c690594b-42c3-4c92-abf6-1a62002c637c, routingType=ANYCAST, PreviousAddress=c690594b-42c3-4c92-abf6-1a62002c637c previousRoute:ANYCAST, reusable=true, version=-2147483537) .................................................. ***** durable queues c690594b-42c3-4c92-abf6-1a62002c637c: ***** non durable for c690594b-42c3-4c92-abf6-1a62002c637c: - queueID=1421 address:c690594b-42c3-4c92-abf6-1a62002c637c name:c690594b-42c3-4c92-abf6-1a62002c637c filter:null .................................................. , transaction: null 2024-06-28 23:58:12,375 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from c690594b-42c3-4c92-abf6-1a62002c637c: CoreMessage[messageID=1429, durable=true, userID=4700ec62-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=c690594b-42c3-4c92-abf6-1a62002c637c, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-f9926e13-03dd-44e9-bc15-6674d48e13fc, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=394d5366-611a-4b78-aa13-bd40888b87fd]]@264900334 to transaction: TransactionImpl [xid=null, txID=1431, xid=null, state=ACTIVE, createTime=1719619092375(Fri Jun 28 23:58:12 UTC 2024), timeoutSeconds=-1, nr operations = 1]@5e12b723 2024-06-28 23:58:12,375 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from c690594b-42c3-4c92-abf6-1a62002c637c: CoreMessage[messageID=1429, durable=true, userID=4700ec62-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=c690594b-42c3-4c92-abf6-1a62002c637c, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-f9926e13-03dd-44e9-bc15-6674d48e13fc, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=394d5366-611a-4b78-aa13-bd40888b87fd]]@264900334, transaction: TransactionImpl [xid=null, txID=1431, xid=null, state=COMMITTED, createTime=1719619092375(Fri Jun 28 23:58:12 UTC 2024), timeoutSeconds=-1, nr operations = 0]@5e12b723 2024-06-28 23:58:12,376 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [47016193-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=46fdb804-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=46fdb804-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2f7924b2, true, {}] 2024-06-28 23:58:12,377 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [c690594b-42c3-4c92-abf6-1a62002c637c] 2024-06-28 23:58:12,429 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@70313b0b, org.eclipse.scout.rt.mom.jms.JmsSubscription@5da16ed6] 2024-06-28 23:58:12,431 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@73ef8294[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:12,431 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.016481 ms 2024-06-28 23:58:12,432 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [31acc33e-0480-47e1-9408-8470d38d4e45] 2024-06-28 23:58:12,433 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:58:12,433 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:58:12,434 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 46fdb804-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:12,434 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:12,434 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 85.229079 ms 2024-06-28 23:58:12,434 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:12,435 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:12,435 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:12,436 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 2021688013'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom57] 2024-06-28 23:58:12,437 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom57] 2024-06-28 23:58:12,438 INFO [scout-thread-19] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 470ad775-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom85] 2024-06-28 23:58:12,439 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [470ad778-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=470ad775-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=470ad775-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7d55f2df, true, {}] 2024-06-28 23:58:12,440 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@231d541a - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom85] 2024-06-28 23:58:12,440 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [470b2599-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=470ad775-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=470ad775-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@61745d97, true, {}] 2024-06-28 23:58:12,441 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 470b2599-35aa-11ef-ab26-0a580a2845c5 with parameters: [scout.mom.requestreply.cancellation, [MULTICAST], true] 2024-06-28 23:58:12,441 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@47986c6b 2024-06-28 23:58:12,442 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=3fb8a3e3-7d14-4527-b268-34dca43c5e6d, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:12,442 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@6f35ed46 2024-06-28 23:58:12,443 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 3fb8a3e3-7d14-4527-b268-34dca43c5e6d, null, 0, false, true, null] 2024-06-28 23:58:12,444 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [470bc1db-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=470ad775-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=470ad775-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@788599b2, true, {}] 2024-06-28 23:58:12,445 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:58:12,446 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [470c0ffc-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=470ad775-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=470ad775-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@29e06a96, true, {}] 2024-06-28 23:58:12,446 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:58:12,447 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [470c370d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=470ad775-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=470ad775-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@460a6c89, true, {}] 2024-06-28 23:58:12,448 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=c53bef03-319a-4554-9880-aaa8696c80a9, address=c53bef03-319a-4554-9880-aaa8696c80a9, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:12,448 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@5e9784fa 2024-06-28 23:58:12,449 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@5622dff0 2024-06-28 23:58:12,450 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, c53bef03-319a-4554-9880-aaa8696c80a9, null, 0, false, true, null] 2024-06-28 23:58:12,451 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1493, durable=true, userID=470cac40-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=961, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-a5805760-4963-4555-9940-f71608db65ae, JMSReplyTo=temp-queue://c53bef03-319a-4554-9880-aaa8696c80a9, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@449359259, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyMultipleSubscriptions, routingType=ANYCAST, PreviousAddress=test/mom/testQueueRequestReplyMultipleSubscriptions previousRoute:ANYCAST, reusable=true, version=-2147483558) .................................................. ***** durable queues test/mom/testQueueRequestReplyMultipleSubscriptions: - queueID=1070 address:test/mom/testQueueRequestReplyMultipleSubscriptions name:test/mom/testQueueRequestReplyMultipleSubscriptions filter:null ***** non durable for test/mom/testQueueRequestReplyMultipleSubscriptions: .................................................. , transaction: null 2024-06-28 23:58:12,462 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueueRequestReplyMultipleSubscriptions: Reference[1493]:RELIABLE:CoreMessage[messageID=1493, durable=true, userID=470cac40-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=961, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-a5805760-4963-4555-9940-f71608db65ae, JMSReplyTo=temp-queue://c53bef03-319a-4554-9880-aaa8696c80a9, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@449359259 2024-06-28 23:58:12,463 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueueRequestReplyMultipleSubscriptions: CoreMessage[messageID=1493, durable=true, userID=470cac40-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=961, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-a5805760-4963-4555-9940-f71608db65ae, JMSReplyTo=temp-queue://c53bef03-319a-4554-9880-aaa8696c80a9, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@449359259 to transaction: TransactionImpl [xid=null, txID=1494, xid=null, state=ACTIVE, createTime=1719619092463(Fri Jun 28 23:58:12 UTC 2024), timeoutSeconds=-1, nr operations = 1]@d687793 2024-06-28 23:58:12,464 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [470ecf21-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=470ad775-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=470ad775-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@52154457, true, {}] 2024-06-28 23:58:12,466 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1497, durable=true, userID=470ef633-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=c53bef03-319a-4554-9880-aaa8696c80a9, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-a5805760-4963-4555-9940-f71608db65ae, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=4cad072d-92ea-4402-95a4-38a6666b6b2d]]@258038983, context: RoutingContextImpl(Address=c53bef03-319a-4554-9880-aaa8696c80a9, routingType=ANYCAST, PreviousAddress=c53bef03-319a-4554-9880-aaa8696c80a9 previousRoute:ANYCAST, reusable=true, version=-2147483533) .................................................. ***** durable queues c53bef03-319a-4554-9880-aaa8696c80a9: ***** non durable for c53bef03-319a-4554-9880-aaa8696c80a9: - queueID=1489 address:c53bef03-319a-4554-9880-aaa8696c80a9 name:c53bef03-319a-4554-9880-aaa8696c80a9 filter:null .................................................. , transaction: null 2024-06-28 23:58:12,466 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from c53bef03-319a-4554-9880-aaa8696c80a9: Reference[1497]:RELIABLE:CoreMessage[messageID=1497, durable=true, userID=470ef633-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=c53bef03-319a-4554-9880-aaa8696c80a9, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-a5805760-4963-4555-9940-f71608db65ae, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=4cad072d-92ea-4402-95a4-38a6666b6b2d]]@258038983 2024-06-28 23:58:12,467 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from c53bef03-319a-4554-9880-aaa8696c80a9: CoreMessage[messageID=1497, durable=true, userID=470ef633-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=c53bef03-319a-4554-9880-aaa8696c80a9, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-a5805760-4963-4555-9940-f71608db65ae, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=4cad072d-92ea-4402-95a4-38a6666b6b2d]]@258038983 to transaction: TransactionImpl [xid=null, txID=1500, xid=null, state=ACTIVE, createTime=1719619092467(Fri Jun 28 23:58:12 UTC 2024), timeoutSeconds=-1, nr operations = 1]@42e3a8a5 2024-06-28 23:58:12,467 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from c53bef03-319a-4554-9880-aaa8696c80a9: CoreMessage[messageID=1497, durable=true, userID=470ef633-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=c53bef03-319a-4554-9880-aaa8696c80a9, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-a5805760-4963-4555-9940-f71608db65ae, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=4cad072d-92ea-4402-95a4-38a6666b6b2d]]@258038983, transaction: TransactionImpl [xid=null, txID=1500, xid=null, state=COMMITTED, createTime=1719619092467(Fri Jun 28 23:58:12 UTC 2024), timeoutSeconds=-1, nr operations = 0]@42e3a8a5 2024-06-28 23:58:12,467 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueueRequestReplyMultipleSubscriptions: CoreMessage[messageID=1493, durable=true, userID=470cac40-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=961, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-a5805760-4963-4555-9940-f71608db65ae, JMSReplyTo=temp-queue://c53bef03-319a-4554-9880-aaa8696c80a9, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@449359259, transaction: TransactionImpl [xid=null, txID=1494, xid=null, state=COMMITTED, createTime=1719619092463(Fri Jun 28 23:58:12 UTC 2024), timeoutSeconds=-1, nr operations = 0]@d687793 2024-06-28 23:58:12,468 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [470f4454-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=470ad775-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=470ad775-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@23e948f, true, {}] 2024-06-28 23:58:12,468 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [c53bef03-319a-4554-9880-aaa8696c80a9] 2024-06-28 23:58:12,520 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2b8f5aa4, org.eclipse.scout.rt.mom.jms.JmsSubscription@7d0e46dd] 2024-06-28 23:58:12,522 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@6e1d79be[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:12,522 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.008073 ms 2024-06-28 23:58:12,523 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [3fb8a3e3-7d14-4527-b268-34dca43c5e6d] 2024-06-28 23:58:12,525 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:58:12,525 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:58:12,525 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 470ad775-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:12,526 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:12,526 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 90.621262 ms 2024-06-28 23:58:12,526 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:12,526 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:12,526 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:12,527 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 722297063'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:12,528 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:12,529 INFO [scout-thread-22] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 4718ba36-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom82] 2024-06-28 23:58:12,530 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4718ba39-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4718ba36-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4718ba36-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5aad085b, true, {}] 2024-06-28 23:58:12,530 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@3412c1b7 - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom82] 2024-06-28 23:58:12,531 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4718e14a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4718ba36-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4718ba36-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@54f90a75, true, {}] 2024-06-28 23:58:12,531 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 4718e14a-35aa-11ef-ab26-0a580a2845c5 with parameters: [scout.mom.requestreply.cancellation, [MULTICAST], true] 2024-06-28 23:58:12,532 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@620dc0ca 2024-06-28 23:58:12,532 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=c4e8dcb3-f362-4bae-b3e0-beb4d1423712, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:12,533 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@4578de06 2024-06-28 23:58:12,533 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, c4e8dcb3-f362-4bae-b3e0-beb4d1423712, null, 0, false, true, null] 2024-06-28 23:58:12,534 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [47197d8c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4718ba36-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4718ba36-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@625bea2e, true, {}] 2024-06-28 23:58:12,535 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:58:12,535 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4719a49d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4718ba36-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4718ba36-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6557b91f, true, {}] 2024-06-28 23:58:12,536 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:58:12,536 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4719cbae-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4718ba36-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4718ba36-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@59e20e10, true, {}] 2024-06-28 23:58:12,537 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=c7bc3494-526c-4122-b82d-9732c3c29660, address=c7bc3494-526c-4122-b82d-9732c3c29660, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:12,537 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@1a8b10ae 2024-06-28 23:58:12,537 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@5a168150 2024-06-28 23:58:12,538 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, c7bc3494-526c-4122-b82d-9732c3c29660, null, 0, false, true, null] 2024-06-28 23:58:12,539 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1561, durable=true, userID=471a40e1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=961, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-fd612e05-fe4f-4ed7-a3cc-fffcea6a8243, JMSReplyTo=temp-queue://c7bc3494-526c-4122-b82d-9732c3c29660, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2067161006, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyMultipleSubscriptions, routingType=ANYCAST, PreviousAddress=test/mom/testQueueRequestReplyMultipleSubscriptions previousRoute:ANYCAST, reusable=true, version=-2147483558) .................................................. ***** durable queues test/mom/testQueueRequestReplyMultipleSubscriptions: - queueID=1070 address:test/mom/testQueueRequestReplyMultipleSubscriptions name:test/mom/testQueueRequestReplyMultipleSubscriptions filter:null ***** non durable for test/mom/testQueueRequestReplyMultipleSubscriptions: .................................................. , transaction: null 2024-06-28 23:58:12,553 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueueRequestReplyMultipleSubscriptions: Reference[1561]:RELIABLE:CoreMessage[messageID=1561, durable=true, userID=471a40e1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=961, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-fd612e05-fe4f-4ed7-a3cc-fffcea6a8243, JMSReplyTo=temp-queue://c7bc3494-526c-4122-b82d-9732c3c29660, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2067161006 2024-06-28 23:58:12,554 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueueRequestReplyMultipleSubscriptions: CoreMessage[messageID=1561, durable=true, userID=471a40e1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=961, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-fd612e05-fe4f-4ed7-a3cc-fffcea6a8243, JMSReplyTo=temp-queue://c7bc3494-526c-4122-b82d-9732c3c29660, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2067161006 to transaction: TransactionImpl [xid=null, txID=1562, xid=null, state=ACTIVE, createTime=1719619092553(Fri Jun 28 23:58:12 UTC 2024), timeoutSeconds=-1, nr operations = 1]@7d210633 2024-06-28 23:58:12,554 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [471c8ad2-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4718ba36-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4718ba36-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7e34b36b, true, {}] 2024-06-28 23:58:12,556 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1565, durable=true, userID=471cb1e4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=c7bc3494-526c-4122-b82d-9732c3c29660, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-fd612e05-fe4f-4ed7-a3cc-fffcea6a8243, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=9ee53c2a-bb7c-4605-8b83-6152ff95bb58]]@1609273945, context: RoutingContextImpl(Address=c7bc3494-526c-4122-b82d-9732c3c29660, routingType=ANYCAST, PreviousAddress=c7bc3494-526c-4122-b82d-9732c3c29660 previousRoute:ANYCAST, reusable=true, version=-2147483529) .................................................. ***** durable queues c7bc3494-526c-4122-b82d-9732c3c29660: ***** non durable for c7bc3494-526c-4122-b82d-9732c3c29660: - queueID=1557 address:c7bc3494-526c-4122-b82d-9732c3c29660 name:c7bc3494-526c-4122-b82d-9732c3c29660 filter:null .................................................. , transaction: null 2024-06-28 23:58:12,556 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from c7bc3494-526c-4122-b82d-9732c3c29660: Reference[1565]:RELIABLE:CoreMessage[messageID=1565, durable=true, userID=471cb1e4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=c7bc3494-526c-4122-b82d-9732c3c29660, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-fd612e05-fe4f-4ed7-a3cc-fffcea6a8243, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=9ee53c2a-bb7c-4605-8b83-6152ff95bb58]]@1609273945 2024-06-28 23:58:12,557 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from c7bc3494-526c-4122-b82d-9732c3c29660: CoreMessage[messageID=1565, durable=true, userID=471cb1e4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=c7bc3494-526c-4122-b82d-9732c3c29660, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-fd612e05-fe4f-4ed7-a3cc-fffcea6a8243, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=9ee53c2a-bb7c-4605-8b83-6152ff95bb58]]@1609273945 to transaction: TransactionImpl [xid=null, txID=1568, xid=null, state=ACTIVE, createTime=1719619092557(Fri Jun 28 23:58:12 UTC 2024), timeoutSeconds=-1, nr operations = 1]@1b3c9545 2024-06-28 23:58:12,557 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from c7bc3494-526c-4122-b82d-9732c3c29660: CoreMessage[messageID=1565, durable=true, userID=471cb1e4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=c7bc3494-526c-4122-b82d-9732c3c29660, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-fd612e05-fe4f-4ed7-a3cc-fffcea6a8243, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=9ee53c2a-bb7c-4605-8b83-6152ff95bb58]]@1609273945, transaction: TransactionImpl [xid=null, txID=1568, xid=null, state=COMMITTED, createTime=1719619092557(Fri Jun 28 23:58:12 UTC 2024), timeoutSeconds=-1, nr operations = 0]@1b3c9545 2024-06-28 23:58:12,557 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueueRequestReplyMultipleSubscriptions: CoreMessage[messageID=1561, durable=true, userID=471a40e1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=961, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-fd612e05-fe4f-4ed7-a3cc-fffcea6a8243, JMSReplyTo=temp-queue://c7bc3494-526c-4122-b82d-9732c3c29660, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2067161006, transaction: TransactionImpl [xid=null, txID=1562, xid=null, state=COMMITTED, createTime=1719619092553(Fri Jun 28 23:58:12 UTC 2024), timeoutSeconds=-1, nr operations = 0]@7d210633 2024-06-28 23:58:12,558 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [471d2715-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4718ba36-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4718ba36-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4893a2c7, true, {}] 2024-06-28 23:58:12,559 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [c7bc3494-526c-4122-b82d-9732c3c29660] 2024-06-28 23:58:12,611 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7d5ddfac, org.eclipse.scout.rt.mom.jms.JmsSubscription@72ea5674] 2024-06-28 23:58:12,613 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@1cd84ed2[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:12,613 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.008195 ms 2024-06-28 23:58:12,614 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [c4e8dcb3-f362-4bae-b3e0-beb4d1423712] 2024-06-28 23:58:12,615 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:58:12,615 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:58:12,616 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 4718ba36-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:12,616 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:12,616 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 89.934247 ms 2024-06-28 23:58:12,616 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:12,617 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:12,617 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:12,617 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 130458128'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom82] 2024-06-28 23:58:12,619 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom82] 2024-06-28 23:58:12,619 INFO [scout-thread-21] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 472675e7-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom57] 2024-06-28 23:58:12,620 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [47269cfa-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=472675e7-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=472675e7-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@260b1696, true, {}] 2024-06-28 23:58:12,621 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@75549233 - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom57] 2024-06-28 23:58:12,621 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4726c40b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=472675e7-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=472675e7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@ab630e4, true, {}] 2024-06-28 23:58:12,622 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 4726c40b-35aa-11ef-ab26-0a580a2845c5 with parameters: [scout.mom.requestreply.cancellation, [MULTICAST], true] 2024-06-28 23:58:12,622 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@2c7aec71 2024-06-28 23:58:12,623 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=eb5fd8b0-ea08-4554-b861-b9cb613f0ebd, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:12,624 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@4933d149 2024-06-28 23:58:12,624 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, eb5fd8b0-ea08-4554-b861-b9cb613f0ebd, null, 0, false, true, null] 2024-06-28 23:58:12,625 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4727604d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=472675e7-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=472675e7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@b1e0dd1, true, {}] 2024-06-28 23:58:12,626 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:58:12,627 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4727ae6e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=472675e7-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=472675e7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2c9dcf41, true, {}] 2024-06-28 23:58:12,627 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:58:12,628 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4727d57f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=472675e7-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=472675e7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@692777ea, true, {}] 2024-06-28 23:58:12,628 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=5b56e5b6-93a2-4050-95e5-99bd6b2983e2, address=5b56e5b6-93a2-4050-95e5-99bd6b2983e2, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:12,628 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@31056ce9 2024-06-28 23:58:12,629 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@78079e48 2024-06-28 23:58:12,630 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 5b56e5b6-93a2-4050-95e5-99bd6b2983e2, null, 0, false, true, null] 2024-06-28 23:58:12,631 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1629, durable=true, userID=472823a2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=961, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-9e57ee1e-8a95-427d-b449-99be4c15e036, JMSReplyTo=temp-queue://5b56e5b6-93a2-4050-95e5-99bd6b2983e2, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1386792952, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyMultipleSubscriptions, routingType=ANYCAST, PreviousAddress=test/mom/testQueueRequestReplyMultipleSubscriptions previousRoute:ANYCAST, reusable=true, version=-2147483558) .................................................. ***** durable queues test/mom/testQueueRequestReplyMultipleSubscriptions: - queueID=1070 address:test/mom/testQueueRequestReplyMultipleSubscriptions name:test/mom/testQueueRequestReplyMultipleSubscriptions filter:null ***** non durable for test/mom/testQueueRequestReplyMultipleSubscriptions: .................................................. , transaction: null 2024-06-28 23:58:12,631 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueueRequestReplyMultipleSubscriptions: Reference[1629]:RELIABLE:CoreMessage[messageID=1629, durable=true, userID=472823a2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=961, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-9e57ee1e-8a95-427d-b449-99be4c15e036, JMSReplyTo=temp-queue://5b56e5b6-93a2-4050-95e5-99bd6b2983e2, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1386792952 2024-06-28 23:58:12,632 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueueRequestReplyMultipleSubscriptions: CoreMessage[messageID=1629, durable=true, userID=472823a2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=961, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-9e57ee1e-8a95-427d-b449-99be4c15e036, JMSReplyTo=temp-queue://5b56e5b6-93a2-4050-95e5-99bd6b2983e2, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1386792952 to transaction: TransactionImpl [xid=null, txID=1630, xid=null, state=ACTIVE, createTime=1719619092632(Fri Jun 28 23:58:12 UTC 2024), timeoutSeconds=-1, nr operations = 1]@1bcccbc6 2024-06-28 23:58:12,632 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [472871c3-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=472675e7-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=472675e7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5fa89abd, true, {}] 2024-06-28 23:58:12,634 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1633, durable=true, userID=472898d5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=5b56e5b6-93a2-4050-95e5-99bd6b2983e2, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-9e57ee1e-8a95-427d-b449-99be4c15e036, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=fb93372e-7c77-4954-b0e1-7af1401118d6]]@2087480657, context: RoutingContextImpl(Address=5b56e5b6-93a2-4050-95e5-99bd6b2983e2, routingType=ANYCAST, PreviousAddress=5b56e5b6-93a2-4050-95e5-99bd6b2983e2 previousRoute:ANYCAST, reusable=true, version=-2147483525) .................................................. ***** durable queues 5b56e5b6-93a2-4050-95e5-99bd6b2983e2: ***** non durable for 5b56e5b6-93a2-4050-95e5-99bd6b2983e2: - queueID=1625 address:5b56e5b6-93a2-4050-95e5-99bd6b2983e2 name:5b56e5b6-93a2-4050-95e5-99bd6b2983e2 filter:null .................................................. , transaction: null 2024-06-28 23:58:12,634 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 5b56e5b6-93a2-4050-95e5-99bd6b2983e2: Reference[1633]:RELIABLE:CoreMessage[messageID=1633, durable=true, userID=472898d5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=5b56e5b6-93a2-4050-95e5-99bd6b2983e2, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-9e57ee1e-8a95-427d-b449-99be4c15e036, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=fb93372e-7c77-4954-b0e1-7af1401118d6]]@2087480657 2024-06-28 23:58:12,635 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 5b56e5b6-93a2-4050-95e5-99bd6b2983e2: CoreMessage[messageID=1633, durable=true, userID=472898d5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=5b56e5b6-93a2-4050-95e5-99bd6b2983e2, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-9e57ee1e-8a95-427d-b449-99be4c15e036, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=fb93372e-7c77-4954-b0e1-7af1401118d6]]@2087480657 to transaction: TransactionImpl [xid=null, txID=1636, xid=null, state=ACTIVE, createTime=1719619092634(Fri Jun 28 23:58:12 UTC 2024), timeoutSeconds=-1, nr operations = 1]@5aa6a08b 2024-06-28 23:58:12,635 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueueRequestReplyMultipleSubscriptions: CoreMessage[messageID=1629, durable=true, userID=472823a2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=961, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-9e57ee1e-8a95-427d-b449-99be4c15e036, JMSReplyTo=temp-queue://5b56e5b6-93a2-4050-95e5-99bd6b2983e2, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1386792952, transaction: TransactionImpl [xid=null, txID=1630, xid=null, state=COMMITTED, createTime=1719619092632(Fri Jun 28 23:58:12 UTC 2024), timeoutSeconds=-1, nr operations = 0]@1bcccbc6 2024-06-28 23:58:12,635 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 5b56e5b6-93a2-4050-95e5-99bd6b2983e2: CoreMessage[messageID=1633, durable=true, userID=472898d5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=5b56e5b6-93a2-4050-95e5-99bd6b2983e2, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-9e57ee1e-8a95-427d-b449-99be4c15e036, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=fb93372e-7c77-4954-b0e1-7af1401118d6]]@2087480657, transaction: TransactionImpl [xid=null, txID=1636, xid=null, state=COMMITTED, createTime=1719619092634(Fri Jun 28 23:58:12 UTC 2024), timeoutSeconds=-1, nr operations = 0]@5aa6a08b 2024-06-28 23:58:12,635 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4728e6f6-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=472675e7-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=472675e7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@23f3d5c8, true, {}] 2024-06-28 23:58:12,636 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [5b56e5b6-93a2-4050-95e5-99bd6b2983e2] 2024-06-28 23:58:12,687 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@76e4df53, org.eclipse.scout.rt.mom.jms.JmsSubscription@569d6e0d] 2024-06-28 23:58:12,690 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@72f25b52[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:12,690 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.008487 ms 2024-06-28 23:58:12,690 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [eb5fd8b0-ea08-4554-b861-b9cb613f0ebd] 2024-06-28 23:58:12,691 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:58:12,692 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:58:12,692 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 472675e7-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:12,693 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:12,693 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 75.835548 ms 2024-06-28 23:58:12,693 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:12,693 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:12,693 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:12,694 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 255849312'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom57] 2024-06-28 23:58:12,695 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom57] 2024-06-28 23:58:12,696 INFO [scout-thread-19] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 473235c8-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom85] 2024-06-28 23:58:12,697 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [473235cb-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=473235c8-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=473235c8-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4e252b20, true, {}] 2024-06-28 23:58:12,697 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@303182fa - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom85] 2024-06-28 23:58:12,698 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [473283ec-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=473235c8-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=473235c8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6affa01b, true, {}] 2024-06-28 23:58:12,698 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 473283ec-35aa-11ef-ab26-0a580a2845c5 with parameters: [scout.mom.requestreply.cancellation, [MULTICAST], true] 2024-06-28 23:58:12,699 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@6cd52a6c 2024-06-28 23:58:12,699 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=883d9d9b-376c-4fb6-a64b-43b34f1a6303, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:12,700 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@450bc270 2024-06-28 23:58:12,700 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 883d9d9b-376c-4fb6-a64b-43b34f1a6303, null, 0, false, true, null] 2024-06-28 23:58:12,701 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4732f91e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=473235c8-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=473235c8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6229b08a, true, {}] 2024-06-28 23:58:12,702 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:58:12,703 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4733202f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=473235c8-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=473235c8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@105bc58c, true, {}] 2024-06-28 23:58:12,703 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:58:12,704 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [47336e50-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=473235c8-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=473235c8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3772a000, true, {}] 2024-06-28 23:58:12,704 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=ed8057bb-1dac-4b65-bf1b-8c75ac9ae63a, address=ed8057bb-1dac-4b65-bf1b-8c75ac9ae63a, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:12,705 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@7b25fb0c 2024-06-28 23:58:12,705 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@3f94cffe 2024-06-28 23:58:12,706 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, ed8057bb-1dac-4b65-bf1b-8c75ac9ae63a, null, 0, false, true, null] 2024-06-28 23:58:12,708 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1697, durable=true, userID=4733e383-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=961, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-518b91d3-9551-4f38-bfae-2c593c28ef3c, JMSReplyTo=temp-queue://ed8057bb-1dac-4b65-bf1b-8c75ac9ae63a, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@260234838, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyMultipleSubscriptions, routingType=ANYCAST, PreviousAddress=test/mom/testQueueRequestReplyMultipleSubscriptions previousRoute:ANYCAST, reusable=true, version=-2147483558) .................................................. ***** durable queues test/mom/testQueueRequestReplyMultipleSubscriptions: - queueID=1070 address:test/mom/testQueueRequestReplyMultipleSubscriptions name:test/mom/testQueueRequestReplyMultipleSubscriptions filter:null ***** non durable for test/mom/testQueueRequestReplyMultipleSubscriptions: .................................................. , transaction: null 2024-06-28 23:58:12,708 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueueRequestReplyMultipleSubscriptions: Reference[1697]:RELIABLE:CoreMessage[messageID=1697, durable=true, userID=4733e383-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=961, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-518b91d3-9551-4f38-bfae-2c593c28ef3c, JMSReplyTo=temp-queue://ed8057bb-1dac-4b65-bf1b-8c75ac9ae63a, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@260234838 2024-06-28 23:58:12,709 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueueRequestReplyMultipleSubscriptions: CoreMessage[messageID=1697, durable=true, userID=4733e383-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=961, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-518b91d3-9551-4f38-bfae-2c593c28ef3c, JMSReplyTo=temp-queue://ed8057bb-1dac-4b65-bf1b-8c75ac9ae63a, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@260234838 to transaction: TransactionImpl [xid=null, txID=1698, xid=null, state=ACTIVE, createTime=1719619092708(Fri Jun 28 23:58:12 UTC 2024), timeoutSeconds=-1, nr operations = 1]@3927e12b 2024-06-28 23:58:12,709 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [473431a4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=473235c8-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=473235c8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@14018594, true, {}] 2024-06-28 23:58:12,711 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1701, durable=true, userID=473458b6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=ed8057bb-1dac-4b65-bf1b-8c75ac9ae63a, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-518b91d3-9551-4f38-bfae-2c593c28ef3c, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=bce60d7e-9ffa-4716-a4d2-ffdfec285ecd]]@41160785, context: RoutingContextImpl(Address=ed8057bb-1dac-4b65-bf1b-8c75ac9ae63a, routingType=ANYCAST, PreviousAddress=ed8057bb-1dac-4b65-bf1b-8c75ac9ae63a previousRoute:ANYCAST, reusable=true, version=-2147483521) .................................................. ***** durable queues ed8057bb-1dac-4b65-bf1b-8c75ac9ae63a: ***** non durable for ed8057bb-1dac-4b65-bf1b-8c75ac9ae63a: - queueID=1693 address:ed8057bb-1dac-4b65-bf1b-8c75ac9ae63a name:ed8057bb-1dac-4b65-bf1b-8c75ac9ae63a filter:null .................................................. , transaction: null 2024-06-28 23:58:12,711 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from ed8057bb-1dac-4b65-bf1b-8c75ac9ae63a: Reference[1701]:RELIABLE:CoreMessage[messageID=1701, durable=true, userID=473458b6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=ed8057bb-1dac-4b65-bf1b-8c75ac9ae63a, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-518b91d3-9551-4f38-bfae-2c593c28ef3c, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=bce60d7e-9ffa-4716-a4d2-ffdfec285ecd]]@41160785 2024-06-28 23:58:12,711 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from ed8057bb-1dac-4b65-bf1b-8c75ac9ae63a: CoreMessage[messageID=1701, durable=true, userID=473458b6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=ed8057bb-1dac-4b65-bf1b-8c75ac9ae63a, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-518b91d3-9551-4f38-bfae-2c593c28ef3c, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=bce60d7e-9ffa-4716-a4d2-ffdfec285ecd]]@41160785 to transaction: TransactionImpl [xid=null, txID=1704, xid=null, state=ACTIVE, createTime=1719619092711(Fri Jun 28 23:58:12 UTC 2024), timeoutSeconds=-1, nr operations = 1]@3e1f883b 2024-06-28 23:58:12,711 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueueRequestReplyMultipleSubscriptions: CoreMessage[messageID=1697, durable=true, userID=4733e383-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=961, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-518b91d3-9551-4f38-bfae-2c593c28ef3c, JMSReplyTo=temp-queue://ed8057bb-1dac-4b65-bf1b-8c75ac9ae63a, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@260234838, transaction: TransactionImpl [xid=null, txID=1698, xid=null, state=COMMITTED, createTime=1719619092708(Fri Jun 28 23:58:12 UTC 2024), timeoutSeconds=-1, nr operations = 0]@3927e12b 2024-06-28 23:58:12,711 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from ed8057bb-1dac-4b65-bf1b-8c75ac9ae63a: CoreMessage[messageID=1701, durable=true, userID=473458b6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=ed8057bb-1dac-4b65-bf1b-8c75ac9ae63a, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-518b91d3-9551-4f38-bfae-2c593c28ef3c, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=bce60d7e-9ffa-4716-a4d2-ffdfec285ecd]]@41160785, transaction: TransactionImpl [xid=null, txID=1704, xid=null, state=COMMITTED, createTime=1719619092711(Fri Jun 28 23:58:12 UTC 2024), timeoutSeconds=-1, nr operations = 0]@3e1f883b 2024-06-28 23:58:12,712 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4734a6d7-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=473235c8-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=473235c8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@eaa2384, true, {}] 2024-06-28 23:58:12,713 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [ed8057bb-1dac-4b65-bf1b-8c75ac9ae63a] 2024-06-28 23:58:12,764 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2d4aadc, org.eclipse.scout.rt.mom.jms.JmsSubscription@773ad729] 2024-06-28 23:58:12,766 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@436ca874[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:12,767 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.009285 ms 2024-06-28 23:58:12,767 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [883d9d9b-376c-4fb6-a64b-43b34f1a6303] 2024-06-28 23:58:12,768 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:58:12,768 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:58:12,769 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 473235c8-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:12,769 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:12,770 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 76.292952 ms 2024-06-28 23:58:12,770 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:12,771 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:12,771 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:12,771 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 206969067'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:12,774 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=requester (Q), activemq.broker=mom82] 2024-06-28 23:58:12,774 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 473e1cb9-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom84] 2024-06-28 23:58:12,775 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [473e43cc-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=473e1cb9-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=473e1cb9-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@43718b57, true, {}] 2024-06-28 23:58:12,776 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@3a009cd8 - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom84] 2024-06-28 23:58:12,776 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [473e6add-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=473e1cb9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=473e1cb9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3e4c4453, true, {}] 2024-06-28 23:58:12,777 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=d9c135ae-0de1-4234-bfd4-54e2c8415779, address=d9c135ae-0de1-4234-bfd4-54e2c8415779, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:12,777 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@556b46b6 2024-06-28 23:58:12,778 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@10a8803d 2024-06-28 23:58:12,779 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, d9c135ae-0de1-4234-bfd4-54e2c8415779, null, 0, false, true, null] 2024-06-28 23:58:12,780 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 473e6add-35aa-11ef-ab26-0a580a2845c5 with parameters: [test/mom/testQueueRequestReplyRequestFirst, [ANYCAST], true] 2024-06-28 23:58:12,780 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@2b3ea277 2024-06-28 23:58:12,781 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=test/mom/testQueueRequestReplyRequestFirst, address=test/mom/testQueueRequestReplyRequestFirst, routingType=ANYCAST, filterString=null, durable=true, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=false, autoCreateAddress=null, internal=null, transient=null, autoCreated=true, fqqn=null]] 2024-06-28 23:58:12,782 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@52b48c43 2024-06-28 23:58:12,783 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1754, durable=true, userID=473f5541-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5b52bdb7-8a57-4199-86ac-54383d97c11e, JMSReplyTo=temp-queue://d9c135ae-0de1-4234-bfd4-54e2c8415779, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@79489658, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyRequestFirst, routingType=ANYCAST, PreviousAddress=test/mom/testQueueRequestReplyRequestFirst previousRoute:ANYCAST, reusable=true, version=-2147483517) .................................................. ***** durable queues test/mom/testQueueRequestReplyRequestFirst: - queueID=1751 address:test/mom/testQueueRequestReplyRequestFirst name:test/mom/testQueueRequestReplyRequestFirst filter:null ***** non durable for test/mom/testQueueRequestReplyRequestFirst: .................................................. , transaction: null 2024-06-28 23:58:13,073 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [476b9562-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=473e1cb9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=473e1cb9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@31ffab54, true, {}] 2024-06-28 23:58:13,074 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 476b9562-35aa-11ef-ab26-0a580a2845c5 with parameters: [scout.mom.requestreply.cancellation, [MULTICAST], true] 2024-06-28 23:58:13,075 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@50e14b7d 2024-06-28 23:58:13,075 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=474d43f5-c293-4ccb-aaf5-ecc5c9c86b38, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:13,076 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@4fc0ff26 2024-06-28 23:58:13,076 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 474d43f5-c293-4ccb-aaf5-ecc5c9c86b38, null, 0, false, true, null] 2024-06-28 23:58:13,077 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [476c58b4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=473e1cb9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=473e1cb9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@49884f59, true, {}] 2024-06-28 23:58:13,078 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyRequestFirst, null, 0, false, true, null] 2024-06-28 23:58:13,078 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueueRequestReplyRequestFirst: Reference[1754]:RELIABLE:CoreMessage[messageID=1754, durable=true, userID=473f5541-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5b52bdb7-8a57-4199-86ac-54383d97c11e, JMSReplyTo=temp-queue://d9c135ae-0de1-4234-bfd4-54e2c8415779, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@79489658 2024-06-28 23:58:13,079 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueueRequestReplyRequestFirst: CoreMessage[messageID=1754, durable=true, userID=473f5541-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5b52bdb7-8a57-4199-86ac-54383d97c11e, JMSReplyTo=temp-queue://d9c135ae-0de1-4234-bfd4-54e2c8415779, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@79489658 to transaction: TransactionImpl [xid=null, txID=1767, xid=null, state=ACTIVE, createTime=1719619093079(Fri Jun 28 23:58:13 UTC 2024), timeoutSeconds=-1, nr operations = 1]@4934686e 2024-06-28 23:58:13,080 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [476ca6d5-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=473e1cb9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=473e1cb9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5c5aa26, true, {}] 2024-06-28 23:58:13,081 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1770, durable=true, userID=476cf4f7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:13 UTC 2024, expiration=0, durable=true, address=d9c135ae-0de1-4234-bfd4-54e2c8415779, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5b52bdb7-8a57-4199-86ac-54383d97c11e, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=eb0bb08d-59fd-48cf-87d0-d50b90c61e3f]]@226187925, context: RoutingContextImpl(Address=d9c135ae-0de1-4234-bfd4-54e2c8415779, routingType=ANYCAST, PreviousAddress=d9c135ae-0de1-4234-bfd4-54e2c8415779 previousRoute:ANYCAST, reusable=true, version=-2147483518) .................................................. ***** durable queues d9c135ae-0de1-4234-bfd4-54e2c8415779: ***** non durable for d9c135ae-0de1-4234-bfd4-54e2c8415779: - queueID=1745 address:d9c135ae-0de1-4234-bfd4-54e2c8415779 name:d9c135ae-0de1-4234-bfd4-54e2c8415779 filter:null .................................................. , transaction: null 2024-06-28 23:58:13,082 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from d9c135ae-0de1-4234-bfd4-54e2c8415779: Reference[1770]:RELIABLE:CoreMessage[messageID=1770, durable=true, userID=476cf4f7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:13 UTC 2024, expiration=0, durable=true, address=d9c135ae-0de1-4234-bfd4-54e2c8415779, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5b52bdb7-8a57-4199-86ac-54383d97c11e, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=eb0bb08d-59fd-48cf-87d0-d50b90c61e3f]]@226187925 2024-06-28 23:58:13,082 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from d9c135ae-0de1-4234-bfd4-54e2c8415779: CoreMessage[messageID=1770, durable=true, userID=476cf4f7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:13 UTC 2024, expiration=0, durable=true, address=d9c135ae-0de1-4234-bfd4-54e2c8415779, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5b52bdb7-8a57-4199-86ac-54383d97c11e, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=eb0bb08d-59fd-48cf-87d0-d50b90c61e3f]]@226187925 to transaction: TransactionImpl [xid=null, txID=1771, xid=null, state=ACTIVE, createTime=1719619093082(Fri Jun 28 23:58:13 UTC 2024), timeoutSeconds=-1, nr operations = 1]@25510cd0 2024-06-28 23:58:13,082 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from d9c135ae-0de1-4234-bfd4-54e2c8415779: CoreMessage[messageID=1770, durable=true, userID=476cf4f7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:13 UTC 2024, expiration=0, durable=true, address=d9c135ae-0de1-4234-bfd4-54e2c8415779, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5b52bdb7-8a57-4199-86ac-54383d97c11e, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=eb0bb08d-59fd-48cf-87d0-d50b90c61e3f]]@226187925, transaction: TransactionImpl [xid=null, txID=1771, xid=null, state=COMMITTED, createTime=1719619093082(Fri Jun 28 23:58:13 UTC 2024), timeoutSeconds=-1, nr operations = 0]@25510cd0 2024-06-28 23:58:13,083 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueueRequestReplyRequestFirst: CoreMessage[messageID=1754, durable=true, userID=473f5541-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:12 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5b52bdb7-8a57-4199-86ac-54383d97c11e, JMSReplyTo=temp-queue://d9c135ae-0de1-4234-bfd4-54e2c8415779, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@79489658, transaction: TransactionImpl [xid=null, txID=1767, xid=null, state=COMMITTED, createTime=1719619093079(Fri Jun 28 23:58:13 UTC 2024), timeoutSeconds=-1, nr operations = 0]@4934686e 2024-06-28 23:58:13,083 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [476d4318-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=473e1cb9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=473e1cb9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@31cd1599, true, {}] 2024-06-28 23:58:13,083 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [d9c135ae-0de1-4234-bfd4-54e2c8415779] 2024-06-28 23:58:13,085 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2a0d8df8] 2024-06-28 23:58:13,085 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@1d4c0cd0[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:13,086 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.008151 ms 2024-06-28 23:58:13,086 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [474d43f5-c293-4ccb-aaf5-ecc5c9c86b38] 2024-06-28 23:58:13,087 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:58:13,087 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:58:13,087 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 473e1cb9-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:13,088 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:13,088 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 317.387467 ms 2024-06-28 23:58:13,088 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:13,089 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:13,089 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:13,089 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 323540655'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:13,092 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=requester (Q)] 2024-06-28 23:58:13,093 INFO [scout-thread-19] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 476ec9ba-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom85] 2024-06-28 23:58:13,093 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [476ec9bd-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=476ec9ba-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=476ec9ba-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@237b995b, true, {}] 2024-06-28 23:58:13,094 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@69157836 - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom85] 2024-06-28 23:58:13,094 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [476ef0ce-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=476ec9ba-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=476ec9ba-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4ccdd924, true, {}] 2024-06-28 23:58:13,095 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=561bd9f8-9c66-47c1-b6a9-cde16fcd43da, address=561bd9f8-9c66-47c1-b6a9-cde16fcd43da, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:13,095 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@13546896 2024-06-28 23:58:13,096 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@182d1f22 2024-06-28 23:58:13,096 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 561bd9f8-9c66-47c1-b6a9-cde16fcd43da, null, 0, false, true, null] 2024-06-28 23:58:13,098 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1814, durable=true, userID=476f6601-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:13 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-ee33618c-ce8a-4a6a-b539-5e9a7fb3414a, JMSReplyTo=temp-queue://561bd9f8-9c66-47c1-b6a9-cde16fcd43da, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@36365178, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyRequestFirst, routingType=ANYCAST, PreviousAddress=test/mom/testQueueRequestReplyRequestFirst previousRoute:ANYCAST, reusable=true, version=-2147483517) .................................................. ***** durable queues test/mom/testQueueRequestReplyRequestFirst: - queueID=1751 address:test/mom/testQueueRequestReplyRequestFirst name:test/mom/testQueueRequestReplyRequestFirst filter:null ***** non durable for test/mom/testQueueRequestReplyRequestFirst: .................................................. , transaction: null 2024-06-28 23:58:13,391 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [479c1b52-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=476ec9ba-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=476ec9ba-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@459ced9b, true, {}] 2024-06-28 23:58:13,392 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 479c1b52-35aa-11ef-ab26-0a580a2845c5 with parameters: [scout.mom.requestreply.cancellation, [MULTICAST], true] 2024-06-28 23:58:13,392 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@235d5168 2024-06-28 23:58:13,393 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=484071d9-f25f-4255-8f47-4b39677f6af0, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:13,393 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@41a5453e 2024-06-28 23:58:13,394 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 484071d9-f25f-4255-8f47-4b39677f6af0, null, 0, false, true, null] 2024-06-28 23:58:13,395 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [479cb794-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=476ec9ba-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=476ec9ba-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5dd8b04, true, {}] 2024-06-28 23:58:13,395 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyRequestFirst, null, 0, false, true, null] 2024-06-28 23:58:13,396 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueueRequestReplyRequestFirst: Reference[1814]:RELIABLE:CoreMessage[messageID=1814, durable=true, userID=476f6601-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:13 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-ee33618c-ce8a-4a6a-b539-5e9a7fb3414a, JMSReplyTo=temp-queue://561bd9f8-9c66-47c1-b6a9-cde16fcd43da, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@36365178 2024-06-28 23:58:13,396 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueueRequestReplyRequestFirst: CoreMessage[messageID=1814, durable=true, userID=476f6601-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:13 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-ee33618c-ce8a-4a6a-b539-5e9a7fb3414a, JMSReplyTo=temp-queue://561bd9f8-9c66-47c1-b6a9-cde16fcd43da, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@36365178 to transaction: TransactionImpl [xid=null, txID=1827, xid=null, state=ACTIVE, createTime=1719619093396(Fri Jun 28 23:58:13 UTC 2024), timeoutSeconds=-1, nr operations = 1]@56d7326a 2024-06-28 23:58:13,397 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [479d2cc5-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=476ec9ba-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=476ec9ba-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2b1bffef, true, {}] 2024-06-28 23:58:13,398 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1830, durable=true, userID=479d53d7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:13 UTC 2024, expiration=0, durable=true, address=561bd9f8-9c66-47c1-b6a9-cde16fcd43da, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-ee33618c-ce8a-4a6a-b539-5e9a7fb3414a, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=be985b50-338d-48d6-a331-d06288fd9c2d]]@1228946037, context: RoutingContextImpl(Address=561bd9f8-9c66-47c1-b6a9-cde16fcd43da, routingType=ANYCAST, PreviousAddress=561bd9f8-9c66-47c1-b6a9-cde16fcd43da previousRoute:ANYCAST, reusable=true, version=-2147483513) .................................................. ***** durable queues 561bd9f8-9c66-47c1-b6a9-cde16fcd43da: ***** non durable for 561bd9f8-9c66-47c1-b6a9-cde16fcd43da: - queueID=1810 address:561bd9f8-9c66-47c1-b6a9-cde16fcd43da name:561bd9f8-9c66-47c1-b6a9-cde16fcd43da filter:null .................................................. , transaction: null 2024-06-28 23:58:13,398 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 561bd9f8-9c66-47c1-b6a9-cde16fcd43da: Reference[1830]:RELIABLE:CoreMessage[messageID=1830, durable=true, userID=479d53d7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:13 UTC 2024, expiration=0, durable=true, address=561bd9f8-9c66-47c1-b6a9-cde16fcd43da, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-ee33618c-ce8a-4a6a-b539-5e9a7fb3414a, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=be985b50-338d-48d6-a331-d06288fd9c2d]]@1228946037 2024-06-28 23:58:13,399 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 561bd9f8-9c66-47c1-b6a9-cde16fcd43da: CoreMessage[messageID=1830, durable=true, userID=479d53d7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:13 UTC 2024, expiration=0, durable=true, address=561bd9f8-9c66-47c1-b6a9-cde16fcd43da, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-ee33618c-ce8a-4a6a-b539-5e9a7fb3414a, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=be985b50-338d-48d6-a331-d06288fd9c2d]]@1228946037 to transaction: TransactionImpl [xid=null, txID=1833, xid=null, state=ACTIVE, createTime=1719619093399(Fri Jun 28 23:58:13 UTC 2024), timeoutSeconds=-1, nr operations = 1]@20f76a67 2024-06-28 23:58:13,399 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 561bd9f8-9c66-47c1-b6a9-cde16fcd43da: CoreMessage[messageID=1830, durable=true, userID=479d53d7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:13 UTC 2024, expiration=0, durable=true, address=561bd9f8-9c66-47c1-b6a9-cde16fcd43da, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-ee33618c-ce8a-4a6a-b539-5e9a7fb3414a, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=be985b50-338d-48d6-a331-d06288fd9c2d]]@1228946037, transaction: TransactionImpl [xid=null, txID=1833, xid=null, state=COMMITTED, createTime=1719619093399(Fri Jun 28 23:58:13 UTC 2024), timeoutSeconds=-1, nr operations = 0]@20f76a67 2024-06-28 23:58:13,399 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [479d7ae8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=476ec9ba-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=476ec9ba-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1a7ad5a5, true, {}] 2024-06-28 23:58:13,400 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [561bd9f8-9c66-47c1-b6a9-cde16fcd43da] 2024-06-28 23:58:13,400 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueueRequestReplyRequestFirst: CoreMessage[messageID=1814, durable=true, userID=476f6601-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:13 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-ee33618c-ce8a-4a6a-b539-5e9a7fb3414a, JMSReplyTo=temp-queue://561bd9f8-9c66-47c1-b6a9-cde16fcd43da, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@36365178, transaction: TransactionImpl [xid=null, txID=1827, xid=null, state=COMMITTED, createTime=1719619093396(Fri Jun 28 23:58:13 UTC 2024), timeoutSeconds=-1, nr operations = 0]@56d7326a 2024-06-28 23:58:13,401 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@522221e1] 2024-06-28 23:58:13,402 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@36adbfbb[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:13,402 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.007412 ms 2024-06-28 23:58:13,402 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [484071d9-f25f-4255-8f47-4b39677f6af0] 2024-06-28 23:58:13,403 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:58:13,403 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:58:13,404 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 476ec9ba-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:13,404 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:13,404 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 315.596208 ms 2024-06-28 23:58:13,404 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:13,405 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:13,405 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:13,406 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 470164388'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:13,408 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=requester (Q), activemq.broker=mom57] 2024-06-28 23:58:13,409 INFO [scout-thread-24] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 479f018a-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom86] 2024-06-28 23:58:13,409 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [479f018d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=479f018a-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=479f018a-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@51ba4217, true, {}] 2024-06-28 23:58:13,410 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4848b304 - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom86] 2024-06-28 23:58:13,410 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [479f289e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=479f018a-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=479f018a-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@961e22d, true, {}] 2024-06-28 23:58:13,411 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=10804a59-c207-41ca-81d8-66a241b0b261, address=10804a59-c207-41ca-81d8-66a241b0b261, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:13,411 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@770f331e 2024-06-28 23:58:13,412 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@22eb3fb6 2024-06-28 23:58:13,412 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 10804a59-c207-41ca-81d8-66a241b0b261, null, 0, false, true, null] 2024-06-28 23:58:13,414 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1874, durable=true, userID=479f9dd1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:13 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e49c4647-2498-4b78-8598-7a9864b1a7f5, JMSReplyTo=temp-queue://10804a59-c207-41ca-81d8-66a241b0b261, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@93164074, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyRequestFirst, routingType=ANYCAST, PreviousAddress=test/mom/testQueueRequestReplyRequestFirst previousRoute:ANYCAST, reusable=true, version=-2147483517) .................................................. ***** durable queues test/mom/testQueueRequestReplyRequestFirst: - queueID=1751 address:test/mom/testQueueRequestReplyRequestFirst name:test/mom/testQueueRequestReplyRequestFirst filter:null ***** non durable for test/mom/testQueueRequestReplyRequestFirst: .................................................. , transaction: null 2024-06-28 23:58:13,707 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [47cc7a32-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=479f018a-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=479f018a-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@45fd1d86, true, {}] 2024-06-28 23:58:13,708 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 47cc7a32-35aa-11ef-ab26-0a580a2845c5 with parameters: [scout.mom.requestreply.cancellation, [MULTICAST], true] 2024-06-28 23:58:13,709 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@9c43f02 2024-06-28 23:58:13,709 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=7e33254f-6742-45df-b174-a461d76f433d, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:13,710 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@4dc00de3 2024-06-28 23:58:13,710 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 7e33254f-6742-45df-b174-a461d76f433d, null, 0, false, true, null] 2024-06-28 23:58:13,711 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [47ccef64-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=479f018a-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=479f018a-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@171e2fdb, true, {}] 2024-06-28 23:58:13,711 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyRequestFirst, null, 0, false, true, null] 2024-06-28 23:58:13,712 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueueRequestReplyRequestFirst: Reference[1874]:RELIABLE:CoreMessage[messageID=1874, durable=true, userID=479f9dd1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:13 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e49c4647-2498-4b78-8598-7a9864b1a7f5, JMSReplyTo=temp-queue://10804a59-c207-41ca-81d8-66a241b0b261, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@93164074 2024-06-28 23:58:13,712 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueueRequestReplyRequestFirst: CoreMessage[messageID=1874, durable=true, userID=479f9dd1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:13 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e49c4647-2498-4b78-8598-7a9864b1a7f5, JMSReplyTo=temp-queue://10804a59-c207-41ca-81d8-66a241b0b261, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@93164074 to transaction: TransactionImpl [xid=null, txID=1887, xid=null, state=ACTIVE, createTime=1719619093712(Fri Jun 28 23:58:13 UTC 2024), timeoutSeconds=-1, nr operations = 1]@56ffe26e 2024-06-28 23:58:13,713 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [47cd6495-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=479f018a-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=479f018a-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@198e3dde, true, {}] 2024-06-28 23:58:13,714 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1890, durable=true, userID=47cd8ba7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:13 UTC 2024, expiration=0, durable=true, address=10804a59-c207-41ca-81d8-66a241b0b261, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e49c4647-2498-4b78-8598-7a9864b1a7f5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=d1a5e9b1-0a9a-44fa-b3f1-5ca771643f93]]@1088158019, context: RoutingContextImpl(Address=10804a59-c207-41ca-81d8-66a241b0b261, routingType=ANYCAST, PreviousAddress=10804a59-c207-41ca-81d8-66a241b0b261 previousRoute:ANYCAST, reusable=true, version=-2147483509) .................................................. ***** durable queues 10804a59-c207-41ca-81d8-66a241b0b261: ***** non durable for 10804a59-c207-41ca-81d8-66a241b0b261: - queueID=1870 address:10804a59-c207-41ca-81d8-66a241b0b261 name:10804a59-c207-41ca-81d8-66a241b0b261 filter:null .................................................. , transaction: null 2024-06-28 23:58:13,714 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 10804a59-c207-41ca-81d8-66a241b0b261: Reference[1890]:RELIABLE:CoreMessage[messageID=1890, durable=true, userID=47cd8ba7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:13 UTC 2024, expiration=0, durable=true, address=10804a59-c207-41ca-81d8-66a241b0b261, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e49c4647-2498-4b78-8598-7a9864b1a7f5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=d1a5e9b1-0a9a-44fa-b3f1-5ca771643f93]]@1088158019 2024-06-28 23:58:13,715 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 10804a59-c207-41ca-81d8-66a241b0b261: CoreMessage[messageID=1890, durable=true, userID=47cd8ba7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:13 UTC 2024, expiration=0, durable=true, address=10804a59-c207-41ca-81d8-66a241b0b261, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e49c4647-2498-4b78-8598-7a9864b1a7f5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=d1a5e9b1-0a9a-44fa-b3f1-5ca771643f93]]@1088158019 to transaction: TransactionImpl [xid=null, txID=1893, xid=null, state=ACTIVE, createTime=1719619093714(Fri Jun 28 23:58:13 UTC 2024), timeoutSeconds=-1, nr operations = 1]@5866bc6c 2024-06-28 23:58:13,715 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 10804a59-c207-41ca-81d8-66a241b0b261: CoreMessage[messageID=1890, durable=true, userID=47cd8ba7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:13 UTC 2024, expiration=0, durable=true, address=10804a59-c207-41ca-81d8-66a241b0b261, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e49c4647-2498-4b78-8598-7a9864b1a7f5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=d1a5e9b1-0a9a-44fa-b3f1-5ca771643f93]]@1088158019, transaction: TransactionImpl [xid=null, txID=1893, xid=null, state=COMMITTED, createTime=1719619093714(Fri Jun 28 23:58:13 UTC 2024), timeoutSeconds=-1, nr operations = 0]@5866bc6c 2024-06-28 23:58:13,715 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [47cdb2b8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=479f018a-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=479f018a-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1132aa03, true, {}] 2024-06-28 23:58:13,716 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [10804a59-c207-41ca-81d8-66a241b0b261] 2024-06-28 23:58:13,716 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueueRequestReplyRequestFirst: CoreMessage[messageID=1874, durable=true, userID=479f9dd1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:13 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e49c4647-2498-4b78-8598-7a9864b1a7f5, JMSReplyTo=temp-queue://10804a59-c207-41ca-81d8-66a241b0b261, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@93164074, transaction: TransactionImpl [xid=null, txID=1887, xid=null, state=COMMITTED, createTime=1719619093712(Fri Jun 28 23:58:13 UTC 2024), timeoutSeconds=-1, nr operations = 0]@56ffe26e 2024-06-28 23:58:13,717 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@620260ad] 2024-06-28 23:58:13,718 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@4c402960[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:13,718 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.007316 ms 2024-06-28 23:58:13,718 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [7e33254f-6742-45df-b174-a461d76f433d] 2024-06-28 23:58:13,719 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:58:13,719 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:58:13,720 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 479f018a-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:13,720 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:13,720 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 315.359179 ms 2024-06-28 23:58:13,720 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:13,721 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:13,721 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:13,722 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1647500215'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:13,723 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=requester (Q), activemq.broker=mom82] 2024-06-28 23:58:13,724 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 47cf124a-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom84] 2024-06-28 23:58:13,724 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [47cf124d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=47cf124a-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=47cf124a-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@238b2e59, true, {}] 2024-06-28 23:58:13,725 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@505f8159 - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom84] 2024-06-28 23:58:13,725 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [47cf395e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=47cf124a-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=47cf124a-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@47acf3ff, true, {}] 2024-06-28 23:58:13,726 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=84b01c13-f6cd-41ee-be53-6e148719fa36, address=84b01c13-f6cd-41ee-be53-6e148719fa36, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:13,726 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@800e0bf 2024-06-28 23:58:13,727 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@76c6aacf 2024-06-28 23:58:13,727 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 84b01c13-f6cd-41ee-be53-6e148719fa36, null, 0, false, true, null] 2024-06-28 23:58:13,729 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1934, durable=true, userID=47cfae91-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:13 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-aa6bfcc1-0947-4ff0-8bcc-7203def49d6e, JMSReplyTo=temp-queue://84b01c13-f6cd-41ee-be53-6e148719fa36, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@72641596, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyRequestFirst, routingType=ANYCAST, PreviousAddress=test/mom/testQueueRequestReplyRequestFirst previousRoute:ANYCAST, reusable=true, version=-2147483517) .................................................. ***** durable queues test/mom/testQueueRequestReplyRequestFirst: - queueID=1751 address:test/mom/testQueueRequestReplyRequestFirst name:test/mom/testQueueRequestReplyRequestFirst filter:null ***** non durable for test/mom/testQueueRequestReplyRequestFirst: .................................................. , transaction: null 2024-06-28 23:58:14,023 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [47fcb202-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=47cf124a-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=47cf124a-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6bf2f09a, true, {}] 2024-06-28 23:58:14,025 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 47fcb202-35aa-11ef-ab26-0a580a2845c5 with parameters: [scout.mom.requestreply.cancellation, [MULTICAST], true] 2024-06-28 23:58:14,025 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@5047b84d 2024-06-28 23:58:14,025 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=c98ca86d-d8f0-4c12-a42e-ad811eea32ec, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:14,026 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@69c47be1 2024-06-28 23:58:14,027 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, c98ca86d-d8f0-4c12-a42e-ad811eea32ec, null, 0, false, true, null] 2024-06-28 23:58:14,027 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [47fd4e44-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=47cf124a-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=47cf124a-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2ca0fdc5, true, {}] 2024-06-28 23:58:14,028 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyRequestFirst, null, 0, false, true, null] 2024-06-28 23:58:14,028 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueueRequestReplyRequestFirst: Reference[1934]:RELIABLE:CoreMessage[messageID=1934, durable=true, userID=47cfae91-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:13 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-aa6bfcc1-0947-4ff0-8bcc-7203def49d6e, JMSReplyTo=temp-queue://84b01c13-f6cd-41ee-be53-6e148719fa36, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@72641596 2024-06-28 23:58:14,029 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueueRequestReplyRequestFirst: CoreMessage[messageID=1934, durable=true, userID=47cfae91-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:13 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-aa6bfcc1-0947-4ff0-8bcc-7203def49d6e, JMSReplyTo=temp-queue://84b01c13-f6cd-41ee-be53-6e148719fa36, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@72641596 to transaction: TransactionImpl [xid=null, txID=1947, xid=null, state=ACTIVE, createTime=1719619094029(Fri Jun 28 23:58:14 UTC 2024), timeoutSeconds=-1, nr operations = 1]@3d15940e 2024-06-28 23:58:14,030 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [47fd9c65-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=47cf124a-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=47cf124a-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@286ad634, true, {}] 2024-06-28 23:58:14,031 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1950, durable=true, userID=47fdea87-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:14 UTC 2024, expiration=0, durable=true, address=84b01c13-f6cd-41ee-be53-6e148719fa36, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-aa6bfcc1-0947-4ff0-8bcc-7203def49d6e, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=81d01413-369d-4214-b032-5dd3a34b0ad2]]@148626594, context: RoutingContextImpl(Address=84b01c13-f6cd-41ee-be53-6e148719fa36, routingType=ANYCAST, PreviousAddress=84b01c13-f6cd-41ee-be53-6e148719fa36 previousRoute:ANYCAST, reusable=true, version=-2147483505) .................................................. ***** durable queues 84b01c13-f6cd-41ee-be53-6e148719fa36: ***** non durable for 84b01c13-f6cd-41ee-be53-6e148719fa36: - queueID=1930 address:84b01c13-f6cd-41ee-be53-6e148719fa36 name:84b01c13-f6cd-41ee-be53-6e148719fa36 filter:null .................................................. , transaction: null 2024-06-28 23:58:14,031 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 84b01c13-f6cd-41ee-be53-6e148719fa36: Reference[1950]:RELIABLE:CoreMessage[messageID=1950, durable=true, userID=47fdea87-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:14 UTC 2024, expiration=0, durable=true, address=84b01c13-f6cd-41ee-be53-6e148719fa36, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-aa6bfcc1-0947-4ff0-8bcc-7203def49d6e, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=81d01413-369d-4214-b032-5dd3a34b0ad2]]@148626594 2024-06-28 23:58:14,032 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 84b01c13-f6cd-41ee-be53-6e148719fa36: CoreMessage[messageID=1950, durable=true, userID=47fdea87-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:14 UTC 2024, expiration=0, durable=true, address=84b01c13-f6cd-41ee-be53-6e148719fa36, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-aa6bfcc1-0947-4ff0-8bcc-7203def49d6e, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=81d01413-369d-4214-b032-5dd3a34b0ad2]]@148626594 to transaction: TransactionImpl [xid=null, txID=1953, xid=null, state=ACTIVE, createTime=1719619094032(Fri Jun 28 23:58:14 UTC 2024), timeoutSeconds=-1, nr operations = 1]@13191b5e 2024-06-28 23:58:14,032 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 84b01c13-f6cd-41ee-be53-6e148719fa36: CoreMessage[messageID=1950, durable=true, userID=47fdea87-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:14 UTC 2024, expiration=0, durable=true, address=84b01c13-f6cd-41ee-be53-6e148719fa36, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-aa6bfcc1-0947-4ff0-8bcc-7203def49d6e, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=81d01413-369d-4214-b032-5dd3a34b0ad2]]@148626594, transaction: TransactionImpl [xid=null, txID=1953, xid=null, state=COMMITTED, createTime=1719619094032(Fri Jun 28 23:58:14 UTC 2024), timeoutSeconds=-1, nr operations = 0]@13191b5e 2024-06-28 23:58:14,032 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [47fe1198-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=47cf124a-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=47cf124a-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@cbd1d08, true, {}] 2024-06-28 23:58:14,033 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueueRequestReplyRequestFirst: CoreMessage[messageID=1934, durable=true, userID=47cfae91-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:13 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-aa6bfcc1-0947-4ff0-8bcc-7203def49d6e, JMSReplyTo=temp-queue://84b01c13-f6cd-41ee-be53-6e148719fa36, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@72641596, transaction: TransactionImpl [xid=null, txID=1947, xid=null, state=COMMITTED, createTime=1719619094029(Fri Jun 28 23:58:14 UTC 2024), timeoutSeconds=-1, nr operations = 0]@3d15940e 2024-06-28 23:58:14,033 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [84b01c13-f6cd-41ee-be53-6e148719fa36] 2024-06-28 23:58:14,034 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6d3c80bf] 2024-06-28 23:58:14,035 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@a6c3d40[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:14,035 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.007513 ms 2024-06-28 23:58:14,036 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [c98ca86d-d8f0-4c12-a42e-ad811eea32ec] 2024-06-28 23:58:14,036 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:58:14,037 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:58:14,037 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 47cf124a-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:14,037 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:14,038 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 316.404065 ms 2024-06-28 23:58:14,038 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:14,038 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:14,038 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:14,039 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1664896992'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:14,040 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=requester (Q)] 2024-06-28 23:58:14,041 INFO [scout-thread-19] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 47ff712a-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom85] 2024-06-28 23:58:14,042 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [47ff983d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=47ff712a-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=47ff712a-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@387c822d, true, {}] 2024-06-28 23:58:14,043 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@7905681e - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom85] 2024-06-28 23:58:14,043 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [47ffbf4e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=47ff712a-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=47ff712a-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@162c7dcc, true, {}] 2024-06-28 23:58:14,044 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=ba08c7a9-282f-4f7f-809a-aa4b4a85d570, address=ba08c7a9-282f-4f7f-809a-aa4b4a85d570, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:14,044 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@728a2deb 2024-06-28 23:58:14,045 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@52191b4e 2024-06-28 23:58:14,045 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, ba08c7a9-282f-4f7f-809a-aa4b4a85d570, null, 0, false, true, null] 2024-06-28 23:58:14,047 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1994, durable=true, userID=48005b91-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:14 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-1e90f55d-44bf-4ce1-968f-7287ca3fc43a, JMSReplyTo=temp-queue://ba08c7a9-282f-4f7f-809a-aa4b4a85d570, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@563896486, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyRequestFirst, routingType=ANYCAST, PreviousAddress=test/mom/testQueueRequestReplyRequestFirst previousRoute:ANYCAST, reusable=true, version=-2147483517) .................................................. ***** durable queues test/mom/testQueueRequestReplyRequestFirst: - queueID=1751 address:test/mom/testQueueRequestReplyRequestFirst name:test/mom/testQueueRequestReplyRequestFirst filter:null ***** non durable for test/mom/testQueueRequestReplyRequestFirst: .................................................. , transaction: null 2024-06-28 23:58:14,340 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [482d10e2-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=47ff712a-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=47ff712a-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6791a018, true, {}] 2024-06-28 23:58:14,341 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 482d10e2-35aa-11ef-ab26-0a580a2845c5 with parameters: [scout.mom.requestreply.cancellation, [MULTICAST], true] 2024-06-28 23:58:14,342 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@1185c9dd 2024-06-28 23:58:14,342 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=3043e15f-365d-44e9-a5b6-7c1947e538a0, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:14,343 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@5ed2b73a 2024-06-28 23:58:14,343 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 3043e15f-365d-44e9-a5b6-7c1947e538a0, null, 0, false, true, null] 2024-06-28 23:58:14,344 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [482dad24-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=47ff712a-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=47ff712a-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@562b0bc9, true, {}] 2024-06-28 23:58:14,345 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyRequestFirst, null, 0, false, true, null] 2024-06-28 23:58:14,345 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueueRequestReplyRequestFirst: Reference[1994]:RELIABLE:CoreMessage[messageID=1994, durable=true, userID=48005b91-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:14 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-1e90f55d-44bf-4ce1-968f-7287ca3fc43a, JMSReplyTo=temp-queue://ba08c7a9-282f-4f7f-809a-aa4b4a85d570, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@563896486 2024-06-28 23:58:14,346 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueueRequestReplyRequestFirst: CoreMessage[messageID=1994, durable=true, userID=48005b91-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:14 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-1e90f55d-44bf-4ce1-968f-7287ca3fc43a, JMSReplyTo=temp-queue://ba08c7a9-282f-4f7f-809a-aa4b4a85d570, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@563896486 to transaction: TransactionImpl [xid=null, txID=2007, xid=null, state=ACTIVE, createTime=1719619094346(Fri Jun 28 23:58:14 UTC 2024), timeoutSeconds=-1, nr operations = 1]@41dc4c42 2024-06-28 23:58:14,346 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [482dfb45-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=47ff712a-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=47ff712a-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@77f486fb, true, {}] 2024-06-28 23:58:14,348 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2010, durable=true, userID=482e2257-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:14 UTC 2024, expiration=0, durable=true, address=ba08c7a9-282f-4f7f-809a-aa4b4a85d570, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-1e90f55d-44bf-4ce1-968f-7287ca3fc43a, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=65c8b317-83ef-4b8c-9dfb-6985a74c46e9]]@580543642, context: RoutingContextImpl(Address=ba08c7a9-282f-4f7f-809a-aa4b4a85d570, routingType=ANYCAST, PreviousAddress=ba08c7a9-282f-4f7f-809a-aa4b4a85d570 previousRoute:ANYCAST, reusable=true, version=-2147483501) .................................................. ***** durable queues ba08c7a9-282f-4f7f-809a-aa4b4a85d570: ***** non durable for ba08c7a9-282f-4f7f-809a-aa4b4a85d570: - queueID=1990 address:ba08c7a9-282f-4f7f-809a-aa4b4a85d570 name:ba08c7a9-282f-4f7f-809a-aa4b4a85d570 filter:null .................................................. , transaction: null 2024-06-28 23:58:14,348 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from ba08c7a9-282f-4f7f-809a-aa4b4a85d570: Reference[2010]:RELIABLE:CoreMessage[messageID=2010, durable=true, userID=482e2257-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:14 UTC 2024, expiration=0, durable=true, address=ba08c7a9-282f-4f7f-809a-aa4b4a85d570, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-1e90f55d-44bf-4ce1-968f-7287ca3fc43a, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=65c8b317-83ef-4b8c-9dfb-6985a74c46e9]]@580543642 2024-06-28 23:58:14,348 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from ba08c7a9-282f-4f7f-809a-aa4b4a85d570: CoreMessage[messageID=2010, durable=true, userID=482e2257-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:14 UTC 2024, expiration=0, durable=true, address=ba08c7a9-282f-4f7f-809a-aa4b4a85d570, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-1e90f55d-44bf-4ce1-968f-7287ca3fc43a, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=65c8b317-83ef-4b8c-9dfb-6985a74c46e9]]@580543642 to transaction: TransactionImpl [xid=null, txID=2013, xid=null, state=ACTIVE, createTime=1719619094348(Fri Jun 28 23:58:14 UTC 2024), timeoutSeconds=-1, nr operations = 1]@4e5659de 2024-06-28 23:58:14,349 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from ba08c7a9-282f-4f7f-809a-aa4b4a85d570: CoreMessage[messageID=2010, durable=true, userID=482e2257-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:14 UTC 2024, expiration=0, durable=true, address=ba08c7a9-282f-4f7f-809a-aa4b4a85d570, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-1e90f55d-44bf-4ce1-968f-7287ca3fc43a, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=65c8b317-83ef-4b8c-9dfb-6985a74c46e9]]@580543642, transaction: TransactionImpl [xid=null, txID=2013, xid=null, state=COMMITTED, createTime=1719619094348(Fri Jun 28 23:58:14 UTC 2024), timeoutSeconds=-1, nr operations = 0]@4e5659de 2024-06-28 23:58:14,349 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueueRequestReplyRequestFirst: CoreMessage[messageID=1994, durable=true, userID=48005b91-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:14 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-1e90f55d-44bf-4ce1-968f-7287ca3fc43a, JMSReplyTo=temp-queue://ba08c7a9-282f-4f7f-809a-aa4b4a85d570, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@563896486, transaction: TransactionImpl [xid=null, txID=2007, xid=null, state=COMMITTED, createTime=1719619094346(Fri Jun 28 23:58:14 UTC 2024), timeoutSeconds=-1, nr operations = 0]@41dc4c42 2024-06-28 23:58:14,350 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [482e7078-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=47ff712a-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=47ff712a-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@d850209, true, {}] 2024-06-28 23:58:14,350 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [ba08c7a9-282f-4f7f-809a-aa4b4a85d570] 2024-06-28 23:58:14,351 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@145ce025] 2024-06-28 23:58:14,352 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@4fbac172[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:14,352 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.008241 ms 2024-06-28 23:58:14,353 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [3043e15f-365d-44e9-a5b6-7c1947e538a0] 2024-06-28 23:58:14,354 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:58:14,354 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:58:14,354 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 47ff712a-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:14,355 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:14,355 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 316.768378 ms 2024-06-28 23:58:14,355 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:14,355 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:14,356 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:14,356 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1844300036'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:14,358 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=requester (Q), activemq.broker=mom57] 2024-06-28 23:58:14,359 INFO [scout-thread-24] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 482ff71a-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom86] 2024-06-28 23:58:14,359 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [482ff71d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=482ff71a-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=482ff71a-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@17d20b2e, true, {}] 2024-06-28 23:58:14,360 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@22800dd6 - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom86] 2024-06-28 23:58:14,360 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [48301e2e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=482ff71a-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=482ff71a-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2029426d, true, {}] 2024-06-28 23:58:14,361 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=75cecbf5-f389-41b9-ac63-4721fc84f849, address=75cecbf5-f389-41b9-ac63-4721fc84f849, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:14,361 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@6538f53e 2024-06-28 23:58:14,362 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@19dcd8ee 2024-06-28 23:58:14,363 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 75cecbf5-f389-41b9-ac63-4721fc84f849, null, 0, false, true, null] 2024-06-28 23:58:14,364 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2054, durable=true, userID=4830ba71-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:14 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5ce23365-1363-4a56-b304-acf603ee78f8, JMSReplyTo=temp-queue://75cecbf5-f389-41b9-ac63-4721fc84f849, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1564979925, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyRequestFirst, routingType=ANYCAST, PreviousAddress=test/mom/testQueueRequestReplyRequestFirst previousRoute:ANYCAST, reusable=true, version=-2147483517) .................................................. ***** durable queues test/mom/testQueueRequestReplyRequestFirst: - queueID=1751 address:test/mom/testQueueRequestReplyRequestFirst name:test/mom/testQueueRequestReplyRequestFirst filter:null ***** non durable for test/mom/testQueueRequestReplyRequestFirst: .................................................. , transaction: null 2024-06-28 23:58:14,658 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [485d6fc2-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=482ff71a-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=482ff71a-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7288bd91, true, {}] 2024-06-28 23:58:14,659 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 485d6fc2-35aa-11ef-ab26-0a580a2845c5 with parameters: [scout.mom.requestreply.cancellation, [MULTICAST], true] 2024-06-28 23:58:14,659 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@3cec1496 2024-06-28 23:58:14,660 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=a8cfe504-a489-47e6-af22-34ab9a96b2a3, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:14,660 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@395dd183 2024-06-28 23:58:14,661 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, a8cfe504-a489-47e6-af22-34ab9a96b2a3, null, 0, false, true, null] 2024-06-28 23:58:14,662 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [485e0c04-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=482ff71a-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=482ff71a-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@15915ff0, true, {}] 2024-06-28 23:58:14,662 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyRequestFirst, null, 0, false, true, null] 2024-06-28 23:58:14,663 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueueRequestReplyRequestFirst: Reference[2054]:RELIABLE:CoreMessage[messageID=2054, durable=true, userID=4830ba71-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:14 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5ce23365-1363-4a56-b304-acf603ee78f8, JMSReplyTo=temp-queue://75cecbf5-f389-41b9-ac63-4721fc84f849, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1564979925 2024-06-28 23:58:14,663 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueueRequestReplyRequestFirst: CoreMessage[messageID=2054, durable=true, userID=4830ba71-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:14 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5ce23365-1363-4a56-b304-acf603ee78f8, JMSReplyTo=temp-queue://75cecbf5-f389-41b9-ac63-4721fc84f849, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1564979925 to transaction: TransactionImpl [xid=null, txID=2067, xid=null, state=ACTIVE, createTime=1719619094663(Fri Jun 28 23:58:14 UTC 2024), timeoutSeconds=-1, nr operations = 1]@16780224 2024-06-28 23:58:14,664 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [485e8135-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=482ff71a-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=482ff71a-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@30afece0, true, {}] 2024-06-28 23:58:14,666 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2070, durable=true, userID=485ea847-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:14 UTC 2024, expiration=0, durable=true, address=75cecbf5-f389-41b9-ac63-4721fc84f849, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5ce23365-1363-4a56-b304-acf603ee78f8, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=6fe924a2-8e65-402d-98d1-8dc4632cd9a8]]@1381562064, context: RoutingContextImpl(Address=75cecbf5-f389-41b9-ac63-4721fc84f849, routingType=ANYCAST, PreviousAddress=75cecbf5-f389-41b9-ac63-4721fc84f849 previousRoute:ANYCAST, reusable=true, version=-2147483497) .................................................. ***** durable queues 75cecbf5-f389-41b9-ac63-4721fc84f849: ***** non durable for 75cecbf5-f389-41b9-ac63-4721fc84f849: - queueID=2050 address:75cecbf5-f389-41b9-ac63-4721fc84f849 name:75cecbf5-f389-41b9-ac63-4721fc84f849 filter:null .................................................. , transaction: null 2024-06-28 23:58:14,666 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 75cecbf5-f389-41b9-ac63-4721fc84f849: Reference[2070]:RELIABLE:CoreMessage[messageID=2070, durable=true, userID=485ea847-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:14 UTC 2024, expiration=0, durable=true, address=75cecbf5-f389-41b9-ac63-4721fc84f849, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5ce23365-1363-4a56-b304-acf603ee78f8, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=6fe924a2-8e65-402d-98d1-8dc4632cd9a8]]@1381562064 2024-06-28 23:58:14,666 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 75cecbf5-f389-41b9-ac63-4721fc84f849: CoreMessage[messageID=2070, durable=true, userID=485ea847-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:14 UTC 2024, expiration=0, durable=true, address=75cecbf5-f389-41b9-ac63-4721fc84f849, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5ce23365-1363-4a56-b304-acf603ee78f8, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=6fe924a2-8e65-402d-98d1-8dc4632cd9a8]]@1381562064 to transaction: TransactionImpl [xid=null, txID=2073, xid=null, state=ACTIVE, createTime=1719619094666(Fri Jun 28 23:58:14 UTC 2024), timeoutSeconds=-1, nr operations = 1]@212b514f 2024-06-28 23:58:14,666 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 75cecbf5-f389-41b9-ac63-4721fc84f849: CoreMessage[messageID=2070, durable=true, userID=485ea847-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:14 UTC 2024, expiration=0, durable=true, address=75cecbf5-f389-41b9-ac63-4721fc84f849, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5ce23365-1363-4a56-b304-acf603ee78f8, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=6fe924a2-8e65-402d-98d1-8dc4632cd9a8]]@1381562064, transaction: TransactionImpl [xid=null, txID=2073, xid=null, state=COMMITTED, createTime=1719619094666(Fri Jun 28 23:58:14 UTC 2024), timeoutSeconds=-1, nr operations = 0]@212b514f 2024-06-28 23:58:14,667 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [485ef668-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=482ff71a-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=482ff71a-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@70eb68a0, true, {}] 2024-06-28 23:58:14,667 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueueRequestReplyRequestFirst: CoreMessage[messageID=2054, durable=true, userID=4830ba71-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:14 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5ce23365-1363-4a56-b304-acf603ee78f8, JMSReplyTo=temp-queue://75cecbf5-f389-41b9-ac63-4721fc84f849, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1564979925, transaction: TransactionImpl [xid=null, txID=2067, xid=null, state=COMMITTED, createTime=1719619094663(Fri Jun 28 23:58:14 UTC 2024), timeoutSeconds=-1, nr operations = 0]@16780224 2024-06-28 23:58:14,667 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [75cecbf5-f389-41b9-ac63-4721fc84f849] 2024-06-28 23:58:14,669 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2735a7dc] 2024-06-28 23:58:14,670 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@4871e02f[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:14,670 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.007557 ms 2024-06-28 23:58:14,671 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [a8cfe504-a489-47e6-af22-34ab9a96b2a3] 2024-06-28 23:58:14,672 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:58:14,672 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:58:14,673 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 482ff71a-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:14,673 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:14,673 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 317.579091 ms 2024-06-28 23:58:14,673 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:14,674 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:14,674 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:14,674 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 2114373188'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:14,676 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=requester (Q), activemq.broker=mom82] 2024-06-28 23:58:14,677 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 486055fa-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom84] 2024-06-28 23:58:14,677 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [48607d0d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=486055fa-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=486055fa-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6375239e, true, {}] 2024-06-28 23:58:14,678 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4c66265a - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom84] 2024-06-28 23:58:14,678 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4860a41e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=486055fa-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=486055fa-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@723e7f96, true, {}] 2024-06-28 23:58:14,679 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=5d5c498c-b1eb-46df-80d7-33c2e9960a37, address=5d5c498c-b1eb-46df-80d7-33c2e9960a37, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:14,679 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@7f72786f 2024-06-28 23:58:14,680 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@28f47fcb 2024-06-28 23:58:14,680 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 5d5c498c-b1eb-46df-80d7-33c2e9960a37, null, 0, false, true, null] 2024-06-28 23:58:14,682 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2114, durable=true, userID=48611951-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:14 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-708aebb8-7c9b-4a34-9d85-5e2288345798, JMSReplyTo=temp-queue://5d5c498c-b1eb-46df-80d7-33c2e9960a37, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1189128941, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyRequestFirst, routingType=ANYCAST, PreviousAddress=test/mom/testQueueRequestReplyRequestFirst previousRoute:ANYCAST, reusable=true, version=-2147483517) .................................................. ***** durable queues test/mom/testQueueRequestReplyRequestFirst: - queueID=1751 address:test/mom/testQueueRequestReplyRequestFirst name:test/mom/testQueueRequestReplyRequestFirst filter:null ***** non durable for test/mom/testQueueRequestReplyRequestFirst: .................................................. , transaction: null 2024-06-28 23:58:14,976 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [488df5b2-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=486055fa-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=486055fa-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@9b0d023, true, {}] 2024-06-28 23:58:14,977 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 488df5b2-35aa-11ef-ab26-0a580a2845c5 with parameters: [scout.mom.requestreply.cancellation, [MULTICAST], true] 2024-06-28 23:58:14,977 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@7e4b21d3 2024-06-28 23:58:14,978 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=3abd2b5b-7a6e-42ac-b8e9-b0fa541e718d, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:14,978 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@268633f6 2024-06-28 23:58:14,979 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 3abd2b5b-7a6e-42ac-b8e9-b0fa541e718d, null, 0, false, true, null] 2024-06-28 23:58:14,980 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [488e91f4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=486055fa-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=486055fa-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7e58564, true, {}] 2024-06-28 23:58:14,980 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyRequestFirst, null, 0, false, true, null] 2024-06-28 23:58:14,981 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueueRequestReplyRequestFirst: Reference[2114]:RELIABLE:CoreMessage[messageID=2114, durable=true, userID=48611951-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:14 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-708aebb8-7c9b-4a34-9d85-5e2288345798, JMSReplyTo=temp-queue://5d5c498c-b1eb-46df-80d7-33c2e9960a37, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1189128941 2024-06-28 23:58:14,981 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueueRequestReplyRequestFirst: CoreMessage[messageID=2114, durable=true, userID=48611951-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:14 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-708aebb8-7c9b-4a34-9d85-5e2288345798, JMSReplyTo=temp-queue://5d5c498c-b1eb-46df-80d7-33c2e9960a37, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1189128941 to transaction: TransactionImpl [xid=null, txID=2127, xid=null, state=ACTIVE, createTime=1719619094981(Fri Jun 28 23:58:14 UTC 2024), timeoutSeconds=-1, nr operations = 1]@50ee4a24 2024-06-28 23:58:14,982 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [488f0725-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=486055fa-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=486055fa-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7e64af6f, true, {}] 2024-06-28 23:58:14,983 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2130, durable=true, userID=488f2e37-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:14 UTC 2024, expiration=0, durable=true, address=5d5c498c-b1eb-46df-80d7-33c2e9960a37, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-708aebb8-7c9b-4a34-9d85-5e2288345798, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=14db6d56-e283-4982-87b7-46a1a2259ec5]]@1835365625, context: RoutingContextImpl(Address=5d5c498c-b1eb-46df-80d7-33c2e9960a37, routingType=ANYCAST, PreviousAddress=5d5c498c-b1eb-46df-80d7-33c2e9960a37 previousRoute:ANYCAST, reusable=true, version=-2147483493) .................................................. ***** durable queues 5d5c498c-b1eb-46df-80d7-33c2e9960a37: ***** non durable for 5d5c498c-b1eb-46df-80d7-33c2e9960a37: - queueID=2110 address:5d5c498c-b1eb-46df-80d7-33c2e9960a37 name:5d5c498c-b1eb-46df-80d7-33c2e9960a37 filter:null .................................................. , transaction: null 2024-06-28 23:58:14,983 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 5d5c498c-b1eb-46df-80d7-33c2e9960a37: Reference[2130]:RELIABLE:CoreMessage[messageID=2130, durable=true, userID=488f2e37-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:14 UTC 2024, expiration=0, durable=true, address=5d5c498c-b1eb-46df-80d7-33c2e9960a37, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-708aebb8-7c9b-4a34-9d85-5e2288345798, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=14db6d56-e283-4982-87b7-46a1a2259ec5]]@1835365625 2024-06-28 23:58:14,984 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 5d5c498c-b1eb-46df-80d7-33c2e9960a37: CoreMessage[messageID=2130, durable=true, userID=488f2e37-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:14 UTC 2024, expiration=0, durable=true, address=5d5c498c-b1eb-46df-80d7-33c2e9960a37, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-708aebb8-7c9b-4a34-9d85-5e2288345798, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=14db6d56-e283-4982-87b7-46a1a2259ec5]]@1835365625 to transaction: TransactionImpl [xid=null, txID=2133, xid=null, state=ACTIVE, createTime=1719619094984(Fri Jun 28 23:58:14 UTC 2024), timeoutSeconds=-1, nr operations = 1]@2ce09c16 2024-06-28 23:58:14,984 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 5d5c498c-b1eb-46df-80d7-33c2e9960a37: CoreMessage[messageID=2130, durable=true, userID=488f2e37-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:14 UTC 2024, expiration=0, durable=true, address=5d5c498c-b1eb-46df-80d7-33c2e9960a37, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-708aebb8-7c9b-4a34-9d85-5e2288345798, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=14db6d56-e283-4982-87b7-46a1a2259ec5]]@1835365625, transaction: TransactionImpl [xid=null, txID=2133, xid=null, state=COMMITTED, createTime=1719619094984(Fri Jun 28 23:58:14 UTC 2024), timeoutSeconds=-1, nr operations = 0]@2ce09c16 2024-06-28 23:58:14,985 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [488f5548-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=486055fa-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=486055fa-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1c3444a3, true, {}] 2024-06-28 23:58:14,985 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueueRequestReplyRequestFirst: CoreMessage[messageID=2114, durable=true, userID=48611951-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:14 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-708aebb8-7c9b-4a34-9d85-5e2288345798, JMSReplyTo=temp-queue://5d5c498c-b1eb-46df-80d7-33c2e9960a37, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1189128941, transaction: TransactionImpl [xid=null, txID=2127, xid=null, state=COMMITTED, createTime=1719619094981(Fri Jun 28 23:58:14 UTC 2024), timeoutSeconds=-1, nr operations = 0]@50ee4a24 2024-06-28 23:58:14,985 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [5d5c498c-b1eb-46df-80d7-33c2e9960a37] 2024-06-28 23:58:14,986 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@66978c15] 2024-06-28 23:58:14,987 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@9ed7712[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:14,987 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.007533 ms 2024-06-28 23:58:14,988 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [3abd2b5b-7a6e-42ac-b8e9-b0fa541e718d] 2024-06-28 23:58:14,989 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:58:14,989 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:58:14,989 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 486055fa-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:14,990 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:14,990 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 315.996832 ms 2024-06-28 23:58:14,990 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:14,990 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:14,990 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:14,991 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 656475771'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:14,993 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=requester (Q)] 2024-06-28 23:58:14,993 INFO [scout-thread-19] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 4890b4da-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom85] 2024-06-28 23:58:14,994 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4890dbed-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4890b4da-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4890b4da-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@591a67c, true, {}] 2024-06-28 23:58:14,995 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@29d753d5 - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom85] 2024-06-28 23:58:14,995 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [489102fe-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4890b4da-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4890b4da-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@624d3764, true, {}] 2024-06-28 23:58:14,995 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=5f5b2e99-d636-4b3b-bb6e-188c928a85a6, address=5f5b2e99-d636-4b3b-bb6e-188c928a85a6, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:14,996 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@1394e6e1 2024-06-28 23:58:14,996 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@2dbba96c 2024-06-28 23:58:14,997 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 5f5b2e99-d636-4b3b-bb6e-188c928a85a6, null, 0, false, true, null] 2024-06-28 23:58:14,998 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2174, durable=true, userID=48917831-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:14 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-62323e41-4a39-4c15-a4af-2ad896c3a8fc, JMSReplyTo=temp-queue://5f5b2e99-d636-4b3b-bb6e-188c928a85a6, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1292184536, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyRequestFirst, routingType=ANYCAST, PreviousAddress=test/mom/testQueueRequestReplyRequestFirst previousRoute:ANYCAST, reusable=true, version=-2147483517) .................................................. ***** durable queues test/mom/testQueueRequestReplyRequestFirst: - queueID=1751 address:test/mom/testQueueRequestReplyRequestFirst name:test/mom/testQueueRequestReplyRequestFirst filter:null ***** non durable for test/mom/testQueueRequestReplyRequestFirst: .................................................. , transaction: null 2024-06-28 23:58:15,293 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [48be5492-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4890b4da-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4890b4da-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@42271a3f, true, {}] 2024-06-28 23:58:15,294 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 48be5492-35aa-11ef-ab26-0a580a2845c5 with parameters: [scout.mom.requestreply.cancellation, [MULTICAST], true] 2024-06-28 23:58:15,294 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@705e24b 2024-06-28 23:58:15,294 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=63335c48-98cd-4f1b-aa03-fc3c47c84156, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:15,295 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@22dbdb0a 2024-06-28 23:58:15,295 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 63335c48-98cd-4f1b-aa03-fc3c47c84156, null, 0, false, true, null] 2024-06-28 23:58:15,296 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [48bef0d4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4890b4da-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4890b4da-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1cc13ae3, true, {}] 2024-06-28 23:58:15,297 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyRequestFirst, null, 0, false, true, null] 2024-06-28 23:58:15,297 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueueRequestReplyRequestFirst: Reference[2174]:RELIABLE:CoreMessage[messageID=2174, durable=true, userID=48917831-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:14 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-62323e41-4a39-4c15-a4af-2ad896c3a8fc, JMSReplyTo=temp-queue://5f5b2e99-d636-4b3b-bb6e-188c928a85a6, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1292184536 2024-06-28 23:58:15,298 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueueRequestReplyRequestFirst: CoreMessage[messageID=2174, durable=true, userID=48917831-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:14 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-62323e41-4a39-4c15-a4af-2ad896c3a8fc, JMSReplyTo=temp-queue://5f5b2e99-d636-4b3b-bb6e-188c928a85a6, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1292184536 to transaction: TransactionImpl [xid=null, txID=2187, xid=null, state=ACTIVE, createTime=1719619095298(Fri Jun 28 23:58:15 UTC 2024), timeoutSeconds=-1, nr operations = 1]@44fddcc6 2024-06-28 23:58:15,298 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [48bf3ef5-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4890b4da-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4890b4da-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@32c76c08, true, {}] 2024-06-28 23:58:15,300 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2190, durable=true, userID=48bf6607-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:15 UTC 2024, expiration=0, durable=true, address=5f5b2e99-d636-4b3b-bb6e-188c928a85a6, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-62323e41-4a39-4c15-a4af-2ad896c3a8fc, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cd7218ae-115d-449b-9db4-85e97cf77f31]]@1014605934, context: RoutingContextImpl(Address=5f5b2e99-d636-4b3b-bb6e-188c928a85a6, routingType=ANYCAST, PreviousAddress=5f5b2e99-d636-4b3b-bb6e-188c928a85a6 previousRoute:ANYCAST, reusable=true, version=-2147483489) .................................................. ***** durable queues 5f5b2e99-d636-4b3b-bb6e-188c928a85a6: ***** non durable for 5f5b2e99-d636-4b3b-bb6e-188c928a85a6: - queueID=2170 address:5f5b2e99-d636-4b3b-bb6e-188c928a85a6 name:5f5b2e99-d636-4b3b-bb6e-188c928a85a6 filter:null .................................................. , transaction: null 2024-06-28 23:58:15,300 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 5f5b2e99-d636-4b3b-bb6e-188c928a85a6: Reference[2190]:RELIABLE:CoreMessage[messageID=2190, durable=true, userID=48bf6607-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:15 UTC 2024, expiration=0, durable=true, address=5f5b2e99-d636-4b3b-bb6e-188c928a85a6, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-62323e41-4a39-4c15-a4af-2ad896c3a8fc, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cd7218ae-115d-449b-9db4-85e97cf77f31]]@1014605934 2024-06-28 23:58:15,300 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 5f5b2e99-d636-4b3b-bb6e-188c928a85a6: CoreMessage[messageID=2190, durable=true, userID=48bf6607-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:15 UTC 2024, expiration=0, durable=true, address=5f5b2e99-d636-4b3b-bb6e-188c928a85a6, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-62323e41-4a39-4c15-a4af-2ad896c3a8fc, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cd7218ae-115d-449b-9db4-85e97cf77f31]]@1014605934 to transaction: TransactionImpl [xid=null, txID=2193, xid=null, state=ACTIVE, createTime=1719619095300(Fri Jun 28 23:58:15 UTC 2024), timeoutSeconds=-1, nr operations = 1]@4f00252a 2024-06-28 23:58:15,301 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 5f5b2e99-d636-4b3b-bb6e-188c928a85a6: CoreMessage[messageID=2190, durable=true, userID=48bf6607-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:15 UTC 2024, expiration=0, durable=true, address=5f5b2e99-d636-4b3b-bb6e-188c928a85a6, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-62323e41-4a39-4c15-a4af-2ad896c3a8fc, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cd7218ae-115d-449b-9db4-85e97cf77f31]]@1014605934, transaction: TransactionImpl [xid=null, txID=2193, xid=null, state=COMMITTED, createTime=1719619095300(Fri Jun 28 23:58:15 UTC 2024), timeoutSeconds=-1, nr operations = 0]@4f00252a 2024-06-28 23:58:15,301 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [48bfb428-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4890b4da-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4890b4da-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@26e3dc69, true, {}] 2024-06-28 23:58:15,301 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueueRequestReplyRequestFirst: CoreMessage[messageID=2174, durable=true, userID=48917831-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:14 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-62323e41-4a39-4c15-a4af-2ad896c3a8fc, JMSReplyTo=temp-queue://5f5b2e99-d636-4b3b-bb6e-188c928a85a6, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1292184536, transaction: TransactionImpl [xid=null, txID=2187, xid=null, state=COMMITTED, createTime=1719619095298(Fri Jun 28 23:58:15 UTC 2024), timeoutSeconds=-1, nr operations = 0]@44fddcc6 2024-06-28 23:58:15,302 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [5f5b2e99-d636-4b3b-bb6e-188c928a85a6] 2024-06-28 23:58:15,303 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6ca9ec77] 2024-06-28 23:58:15,304 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@50ec99a4[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:15,304 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.007889 ms 2024-06-28 23:58:15,304 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [63335c48-98cd-4f1b-aa03-fc3c47c84156] 2024-06-28 23:58:15,305 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:58:15,305 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:58:15,306 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 4890b4da-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:15,306 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:15,306 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 315.997220 ms 2024-06-28 23:58:15,307 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:15,307 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:15,307 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:15,308 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 2128807020'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:15,310 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=requester (Q), activemq.broker=mom57] 2024-06-28 23:58:15,311 INFO [scout-thread-24] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 48c13aca-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom86] 2024-06-28 23:58:15,311 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [48c13acd-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=48c13aca-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=48c13aca-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@742ed672, true, {}] 2024-06-28 23:58:15,312 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4b8ef54b - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom86] 2024-06-28 23:58:15,312 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [48c161de-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=48c13aca-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=48c13aca-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3aa08dfc, true, {}] 2024-06-28 23:58:15,313 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=66a357f6-b138-49e1-ad06-a6c66e66ae26, address=66a357f6-b138-49e1-ad06-a6c66e66ae26, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:15,313 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@7907cff2 2024-06-28 23:58:15,314 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@907e977 2024-06-28 23:58:15,314 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 66a357f6-b138-49e1-ad06-a6c66e66ae26, null, 0, false, true, null] 2024-06-28 23:58:15,316 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2234, durable=true, userID=48c1d711-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:15 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-520b7d59-bd15-4043-a3ce-d3edce24b7df, JMSReplyTo=temp-queue://66a357f6-b138-49e1-ad06-a6c66e66ae26, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1395834963, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyRequestFirst, routingType=ANYCAST, PreviousAddress=test/mom/testQueueRequestReplyRequestFirst previousRoute:ANYCAST, reusable=true, version=-2147483517) .................................................. ***** durable queues test/mom/testQueueRequestReplyRequestFirst: - queueID=1751 address:test/mom/testQueueRequestReplyRequestFirst name:test/mom/testQueueRequestReplyRequestFirst filter:null ***** non durable for test/mom/testQueueRequestReplyRequestFirst: .................................................. , transaction: null 2024-06-28 23:58:15,609 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [48eeb372-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=48c13aca-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=48c13aca-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@36cc4559, true, {}] 2024-06-28 23:58:15,610 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 48eeb372-35aa-11ef-ab26-0a580a2845c5 with parameters: [scout.mom.requestreply.cancellation, [MULTICAST], true] 2024-06-28 23:58:15,610 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@1c04dc96 2024-06-28 23:58:15,611 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=b0aca7d8-fef3-4327-8fa4-d6bdf66549a8, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:15,612 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@7658134b 2024-06-28 23:58:15,612 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, b0aca7d8-fef3-4327-8fa4-d6bdf66549a8, null, 0, false, true, null] 2024-06-28 23:58:15,613 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [48ef4fb4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=48c13aca-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=48c13aca-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6fb81f09, true, {}] 2024-06-28 23:58:15,613 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyRequestFirst, null, 0, false, true, null] 2024-06-28 23:58:15,614 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueueRequestReplyRequestFirst: Reference[2234]:RELIABLE:CoreMessage[messageID=2234, durable=true, userID=48c1d711-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:15 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-520b7d59-bd15-4043-a3ce-d3edce24b7df, JMSReplyTo=temp-queue://66a357f6-b138-49e1-ad06-a6c66e66ae26, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1395834963 2024-06-28 23:58:15,614 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueueRequestReplyRequestFirst: CoreMessage[messageID=2234, durable=true, userID=48c1d711-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:15 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-520b7d59-bd15-4043-a3ce-d3edce24b7df, JMSReplyTo=temp-queue://66a357f6-b138-49e1-ad06-a6c66e66ae26, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1395834963 to transaction: TransactionImpl [xid=null, txID=2247, xid=null, state=ACTIVE, createTime=1719619095614(Fri Jun 28 23:58:15 UTC 2024), timeoutSeconds=-1, nr operations = 1]@606d0d1 2024-06-28 23:58:15,615 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [48ef76c5-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=48c13aca-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=48c13aca-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6d94121c, true, {}] 2024-06-28 23:58:15,616 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2250, durable=true, userID=48ef9dd7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:15 UTC 2024, expiration=0, durable=true, address=66a357f6-b138-49e1-ad06-a6c66e66ae26, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-520b7d59-bd15-4043-a3ce-d3edce24b7df, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=e2417760-2ff4-4cda-8069-9e6c300f3730]]@1084122046, context: RoutingContextImpl(Address=66a357f6-b138-49e1-ad06-a6c66e66ae26, routingType=ANYCAST, PreviousAddress=66a357f6-b138-49e1-ad06-a6c66e66ae26 previousRoute:ANYCAST, reusable=true, version=-2147483485) .................................................. ***** durable queues 66a357f6-b138-49e1-ad06-a6c66e66ae26: ***** non durable for 66a357f6-b138-49e1-ad06-a6c66e66ae26: - queueID=2230 address:66a357f6-b138-49e1-ad06-a6c66e66ae26 name:66a357f6-b138-49e1-ad06-a6c66e66ae26 filter:null .................................................. , transaction: null 2024-06-28 23:58:15,616 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 66a357f6-b138-49e1-ad06-a6c66e66ae26: Reference[2250]:RELIABLE:CoreMessage[messageID=2250, durable=true, userID=48ef9dd7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:15 UTC 2024, expiration=0, durable=true, address=66a357f6-b138-49e1-ad06-a6c66e66ae26, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-520b7d59-bd15-4043-a3ce-d3edce24b7df, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=e2417760-2ff4-4cda-8069-9e6c300f3730]]@1084122046 2024-06-28 23:58:15,616 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 66a357f6-b138-49e1-ad06-a6c66e66ae26: CoreMessage[messageID=2250, durable=true, userID=48ef9dd7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:15 UTC 2024, expiration=0, durable=true, address=66a357f6-b138-49e1-ad06-a6c66e66ae26, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-520b7d59-bd15-4043-a3ce-d3edce24b7df, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=e2417760-2ff4-4cda-8069-9e6c300f3730]]@1084122046 to transaction: TransactionImpl [xid=null, txID=2253, xid=null, state=ACTIVE, createTime=1719619095616(Fri Jun 28 23:58:15 UTC 2024), timeoutSeconds=-1, nr operations = 1]@707a606 2024-06-28 23:58:15,617 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 66a357f6-b138-49e1-ad06-a6c66e66ae26: CoreMessage[messageID=2250, durable=true, userID=48ef9dd7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:15 UTC 2024, expiration=0, durable=true, address=66a357f6-b138-49e1-ad06-a6c66e66ae26, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-520b7d59-bd15-4043-a3ce-d3edce24b7df, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=e2417760-2ff4-4cda-8069-9e6c300f3730]]@1084122046, transaction: TransactionImpl [xid=null, txID=2253, xid=null, state=COMMITTED, createTime=1719619095616(Fri Jun 28 23:58:15 UTC 2024), timeoutSeconds=-1, nr operations = 0]@707a606 2024-06-28 23:58:15,617 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [48efebf8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=48c13aca-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=48c13aca-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@195f29ca, true, {}] 2024-06-28 23:58:15,618 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [66a357f6-b138-49e1-ad06-a6c66e66ae26] 2024-06-28 23:58:15,618 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueueRequestReplyRequestFirst: CoreMessage[messageID=2234, durable=true, userID=48c1d711-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:15 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-520b7d59-bd15-4043-a3ce-d3edce24b7df, JMSReplyTo=temp-queue://66a357f6-b138-49e1-ad06-a6c66e66ae26, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1395834963, transaction: TransactionImpl [xid=null, txID=2247, xid=null, state=COMMITTED, createTime=1719619095614(Fri Jun 28 23:58:15 UTC 2024), timeoutSeconds=-1, nr operations = 0]@606d0d1 2024-06-28 23:58:15,619 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3ade99bb] 2024-06-28 23:58:15,619 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@38fc2d69[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:15,620 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.007833 ms 2024-06-28 23:58:15,620 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [b0aca7d8-fef3-4327-8fa4-d6bdf66549a8] 2024-06-28 23:58:15,621 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:58:15,621 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:58:15,621 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 48c13aca-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:15,622 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:15,622 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 314.923623 ms 2024-06-28 23:58:15,622 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:15,623 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:15,623 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:15,623 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 345322268'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:15,625 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=requester (Q), activemq.broker=mom82] 2024-06-28 23:58:15,625 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 48f1247a-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom84] 2024-06-28 23:58:15,626 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [48f14b8d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=48f1247a-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=48f1247a-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@626240ea, true, {}] 2024-06-28 23:58:15,627 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@709477ae - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom84] 2024-06-28 23:58:15,627 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [48f1729e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=48f1247a-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=48f1247a-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7c616eed, true, {}] 2024-06-28 23:58:15,628 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=c1ac0b5a-9903-4e21-9151-699fcadf234b, address=c1ac0b5a-9903-4e21-9151-699fcadf234b, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:15,628 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@40831d80 2024-06-28 23:58:15,628 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@5f66d9b 2024-06-28 23:58:15,629 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, c1ac0b5a-9903-4e21-9151-699fcadf234b, null, 0, false, true, null] 2024-06-28 23:58:15,630 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2294, durable=true, userID=48f1e7d1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:15 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-236ee138-e843-4a29-a379-35fb53ae2a13, JMSReplyTo=temp-queue://c1ac0b5a-9903-4e21-9151-699fcadf234b, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2117245445, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyRequestFirst, routingType=ANYCAST, PreviousAddress=test/mom/testQueueRequestReplyRequestFirst previousRoute:ANYCAST, reusable=true, version=-2147483517) .................................................. ***** durable queues test/mom/testQueueRequestReplyRequestFirst: - queueID=1751 address:test/mom/testQueueRequestReplyRequestFirst name:test/mom/testQueueRequestReplyRequestFirst filter:null ***** non durable for test/mom/testQueueRequestReplyRequestFirst: .................................................. , transaction: null 2024-06-28 23:58:15,925 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [491ec432-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=48f1247a-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=48f1247a-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@28e8a1b8, true, {}] 2024-06-28 23:58:15,926 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 491ec432-35aa-11ef-ab26-0a580a2845c5 with parameters: [scout.mom.requestreply.cancellation, [MULTICAST], true] 2024-06-28 23:58:15,926 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@62105e6a 2024-06-28 23:58:15,926 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=7af27880-78f8-430b-ba57-b19ce1d3509a, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:15,927 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@36466d08 2024-06-28 23:58:15,927 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 7af27880-78f8-430b-ba57-b19ce1d3509a, null, 0, false, true, null] 2024-06-28 23:58:15,928 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [491f6074-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=48f1247a-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=48f1247a-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6f11f0a2, true, {}] 2024-06-28 23:58:15,928 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyRequestFirst, null, 0, false, true, null] 2024-06-28 23:58:15,929 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueueRequestReplyRequestFirst: Reference[2294]:RELIABLE:CoreMessage[messageID=2294, durable=true, userID=48f1e7d1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:15 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-236ee138-e843-4a29-a379-35fb53ae2a13, JMSReplyTo=temp-queue://c1ac0b5a-9903-4e21-9151-699fcadf234b, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2117245445 2024-06-28 23:58:15,929 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueueRequestReplyRequestFirst: CoreMessage[messageID=2294, durable=true, userID=48f1e7d1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:15 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-236ee138-e843-4a29-a379-35fb53ae2a13, JMSReplyTo=temp-queue://c1ac0b5a-9903-4e21-9151-699fcadf234b, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2117245445 to transaction: TransactionImpl [xid=null, txID=2307, xid=null, state=ACTIVE, createTime=1719619095929(Fri Jun 28 23:58:15 UTC 2024), timeoutSeconds=-1, nr operations = 1]@795548ff 2024-06-28 23:58:15,930 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [491fae95-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=48f1247a-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=48f1247a-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1238db27, true, {}] 2024-06-28 23:58:15,931 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2310, durable=true, userID=491fd5a7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:15 UTC 2024, expiration=0, durable=true, address=c1ac0b5a-9903-4e21-9151-699fcadf234b, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-236ee138-e843-4a29-a379-35fb53ae2a13, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=8d64a458-c3a8-46e1-9c73-790017ad618d]]@368132803, context: RoutingContextImpl(Address=c1ac0b5a-9903-4e21-9151-699fcadf234b, routingType=ANYCAST, PreviousAddress=c1ac0b5a-9903-4e21-9151-699fcadf234b previousRoute:ANYCAST, reusable=true, version=-2147483481) .................................................. ***** durable queues c1ac0b5a-9903-4e21-9151-699fcadf234b: ***** non durable for c1ac0b5a-9903-4e21-9151-699fcadf234b: - queueID=2290 address:c1ac0b5a-9903-4e21-9151-699fcadf234b name:c1ac0b5a-9903-4e21-9151-699fcadf234b filter:null .................................................. , transaction: null 2024-06-28 23:58:15,931 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from c1ac0b5a-9903-4e21-9151-699fcadf234b: Reference[2310]:RELIABLE:CoreMessage[messageID=2310, durable=true, userID=491fd5a7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:15 UTC 2024, expiration=0, durable=true, address=c1ac0b5a-9903-4e21-9151-699fcadf234b, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-236ee138-e843-4a29-a379-35fb53ae2a13, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=8d64a458-c3a8-46e1-9c73-790017ad618d]]@368132803 2024-06-28 23:58:15,932 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from c1ac0b5a-9903-4e21-9151-699fcadf234b: CoreMessage[messageID=2310, durable=true, userID=491fd5a7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:15 UTC 2024, expiration=0, durable=true, address=c1ac0b5a-9903-4e21-9151-699fcadf234b, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-236ee138-e843-4a29-a379-35fb53ae2a13, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=8d64a458-c3a8-46e1-9c73-790017ad618d]]@368132803 to transaction: TransactionImpl [xid=null, txID=2313, xid=null, state=ACTIVE, createTime=1719619095932(Fri Jun 28 23:58:15 UTC 2024), timeoutSeconds=-1, nr operations = 1]@21e22548 2024-06-28 23:58:15,932 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from c1ac0b5a-9903-4e21-9151-699fcadf234b: CoreMessage[messageID=2310, durable=true, userID=491fd5a7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:15 UTC 2024, expiration=0, durable=true, address=c1ac0b5a-9903-4e21-9151-699fcadf234b, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-236ee138-e843-4a29-a379-35fb53ae2a13, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=8d64a458-c3a8-46e1-9c73-790017ad618d]]@368132803, transaction: TransactionImpl [xid=null, txID=2313, xid=null, state=COMMITTED, createTime=1719619095932(Fri Jun 28 23:58:15 UTC 2024), timeoutSeconds=-1, nr operations = 0]@21e22548 2024-06-28 23:58:15,932 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [491ffcb8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=48f1247a-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=48f1247a-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1e984c34, true, {}] 2024-06-28 23:58:15,933 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [c1ac0b5a-9903-4e21-9151-699fcadf234b] 2024-06-28 23:58:15,933 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueueRequestReplyRequestFirst: CoreMessage[messageID=2294, durable=true, userID=48f1e7d1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:15 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-236ee138-e843-4a29-a379-35fb53ae2a13, JMSReplyTo=temp-queue://c1ac0b5a-9903-4e21-9151-699fcadf234b, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2117245445, transaction: TransactionImpl [xid=null, txID=2307, xid=null, state=COMMITTED, createTime=1719619095929(Fri Jun 28 23:58:15 UTC 2024), timeoutSeconds=-1, nr operations = 0]@795548ff 2024-06-28 23:58:15,934 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@314407dd] 2024-06-28 23:58:15,935 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@3b73f99e[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:15,935 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.014470 ms 2024-06-28 23:58:15,935 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [7af27880-78f8-430b-ba57-b19ce1d3509a] 2024-06-28 23:58:15,936 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:58:15,937 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:58:15,937 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 48f1247a-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:15,937 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:15,938 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 314.910507 ms 2024-06-28 23:58:15,938 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:15,939 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:15,939 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:15,939 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1343473340'. 2024-06-28 23:58:15,941 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.initRequestReply(JmsMomImplementor.java:218) - Scout JUnit MOM [artemis]: 'request-reply' messaging is disabled 2024-06-28 23:58:15,941 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:58:15,941 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:15,941 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 2.191353 ms 2024-06-28 23:58:15,941 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:15,942 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:15,942 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:15,942 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 962126152'. 2024-06-28 23:58:15,944 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:58:15,944 INFO [scout-thread-24] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 4921d17b-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom86] 2024-06-28 23:58:15,945 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4921f88e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4921d17b-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4921d17b-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@20f1d3b7, true, {}] 2024-06-28 23:58:15,946 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@5647dcf - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom86] 2024-06-28 23:58:15,946 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [49221f9f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4921d17b-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4921d17b-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4e865497, true, {}] 2024-06-28 23:58:15,947 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 49221f9f-35aa-11ef-ab26-0a580a2845c5 with parameters: [scout.mom.requestreply.cancellation, [MULTICAST], true] 2024-06-28 23:58:15,947 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@3814c2ba 2024-06-28 23:58:15,948 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=18bf2e97-5520-49c9-9985-5b4a8af5bfdb, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:15,948 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@174e0e5a 2024-06-28 23:58:15,948 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 18bf2e97-5520-49c9-9985-5b4a8af5bfdb, null, 0, false, true, null] 2024-06-28 23:58:15,949 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [492293d1-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4921d17b-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4921d17b-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@322d657a, true, {}] 2024-06-28 23:58:15,950 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=test/mom/testCurrentMessageRequestReply, address=test/mom/testCurrentMessageRequestReply, routingType=ANYCAST, filterString=null, durable=true, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=false, autoCreateAddress=null, internal=null, transient=null, autoCreated=true, fqqn=null]] 2024-06-28 23:58:15,950 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@6e7da12c 2024-06-28 23:58:15,951 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@e89d8a1 2024-06-28 23:58:15,951 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testCurrentMessageRequestReply, null, 0, false, true, null] 2024-06-28 23:58:15,952 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [49230903-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4921d17b-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4921d17b-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4e9e74d5, true, {}] 2024-06-28 23:58:15,952 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=47a0c603-3a7a-462a-9557-c4bd2c6677a3, address=47a0c603-3a7a-462a-9557-c4bd2c6677a3, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:15,952 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@762d21b 2024-06-28 23:58:15,953 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@5c260a4f 2024-06-28 23:58:15,953 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 47a0c603-3a7a-462a-9557-c4bd2c6677a3, null, 0, false, true, null] 2024-06-28 23:58:15,955 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2371, durable=true, userID=49235726-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:15 UTC 2024, expiration=0, durable=true, address=test/mom/testCurrentMessageRequestReply, size=1195, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-4daf03b9-b816-4a5c-993c-330ed5c71a46, JMSReplyTo=temp-queue://47a0c603-3a7a-462a-9557-c4bd2c6677a3, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid_test]]@1178634903, context: RoutingContextImpl(Address=test/mom/testCurrentMessageRequestReply, routingType=ANYCAST, PreviousAddress=test/mom/testCurrentMessageRequestReply previousRoute:ANYCAST, reusable=true, version=-2147483476) .................................................. ***** durable queues test/mom/testCurrentMessageRequestReply: - queueID=2360 address:test/mom/testCurrentMessageRequestReply name:test/mom/testCurrentMessageRequestReply filter:null ***** non durable for test/mom/testCurrentMessageRequestReply: .................................................. , transaction: null 2024-06-28 23:58:15,955 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testCurrentMessageRequestReply: Reference[2371]:RELIABLE:CoreMessage[messageID=2371, durable=true, userID=49235726-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:15 UTC 2024, expiration=0, durable=true, address=test/mom/testCurrentMessageRequestReply, size=1195, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-4daf03b9-b816-4a5c-993c-330ed5c71a46, JMSReplyTo=temp-queue://47a0c603-3a7a-462a-9557-c4bd2c6677a3, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid_test]]@1178634903 2024-06-28 23:58:15,955 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testCurrentMessageRequestReply: CoreMessage[messageID=2371, durable=true, userID=49235726-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:15 UTC 2024, expiration=0, durable=true, address=test/mom/testCurrentMessageRequestReply, size=1195, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-4daf03b9-b816-4a5c-993c-330ed5c71a46, JMSReplyTo=temp-queue://47a0c603-3a7a-462a-9557-c4bd2c6677a3, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid_test]]@1178634903 to transaction: TransactionImpl [xid=null, txID=2372, xid=null, state=ACTIVE, createTime=1719619095955(Fri Jun 28 23:58:15 UTC 2024), timeoutSeconds=-1, nr operations = 1]@12e50f96 2024-06-28 23:58:15,956 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4923a547-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4921d17b-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4921d17b-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@21c1dddd, true, {}] 2024-06-28 23:58:15,958 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2375, durable=true, userID=4923cc59-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:15 UTC 2024, expiration=0, durable=true, address=47a0c603-3a7a-462a-9557-c4bd2c6677a3, size=808, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-4daf03b9-b816-4a5c-993c-330ed5c71a46, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid_test]]@969207660, context: RoutingContextImpl(Address=47a0c603-3a7a-462a-9557-c4bd2c6677a3, routingType=ANYCAST, PreviousAddress=47a0c603-3a7a-462a-9557-c4bd2c6677a3 previousRoute:ANYCAST, reusable=true, version=-2147483475) .................................................. ***** durable queues 47a0c603-3a7a-462a-9557-c4bd2c6677a3: ***** non durable for 47a0c603-3a7a-462a-9557-c4bd2c6677a3: - queueID=2367 address:47a0c603-3a7a-462a-9557-c4bd2c6677a3 name:47a0c603-3a7a-462a-9557-c4bd2c6677a3 filter:null .................................................. , transaction: null 2024-06-28 23:58:15,958 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 47a0c603-3a7a-462a-9557-c4bd2c6677a3: Reference[2375]:RELIABLE:CoreMessage[messageID=2375, durable=true, userID=4923cc59-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:15 UTC 2024, expiration=0, durable=true, address=47a0c603-3a7a-462a-9557-c4bd2c6677a3, size=808, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-4daf03b9-b816-4a5c-993c-330ed5c71a46, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid_test]]@969207660 2024-06-28 23:58:15,958 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 47a0c603-3a7a-462a-9557-c4bd2c6677a3: CoreMessage[messageID=2375, durable=true, userID=4923cc59-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:15 UTC 2024, expiration=0, durable=true, address=47a0c603-3a7a-462a-9557-c4bd2c6677a3, size=808, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-4daf03b9-b816-4a5c-993c-330ed5c71a46, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid_test]]@969207660 to transaction: TransactionImpl [xid=null, txID=2378, xid=null, state=ACTIVE, createTime=1719619095958(Fri Jun 28 23:58:15 UTC 2024), timeoutSeconds=-1, nr operations = 1]@3055dd3d 2024-06-28 23:58:15,958 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testCurrentMessageRequestReply: CoreMessage[messageID=2371, durable=true, userID=49235726-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:15 UTC 2024, expiration=0, durable=true, address=test/mom/testCurrentMessageRequestReply, size=1195, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-4daf03b9-b816-4a5c-993c-330ed5c71a46, JMSReplyTo=temp-queue://47a0c603-3a7a-462a-9557-c4bd2c6677a3, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid_test]]@1178634903, transaction: TransactionImpl [xid=null, txID=2372, xid=null, state=COMMITTED, createTime=1719619095955(Fri Jun 28 23:58:15 UTC 2024), timeoutSeconds=-1, nr operations = 0]@12e50f96 2024-06-28 23:58:15,959 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 47a0c603-3a7a-462a-9557-c4bd2c6677a3: CoreMessage[messageID=2375, durable=true, userID=4923cc59-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:15 UTC 2024, expiration=0, durable=true, address=47a0c603-3a7a-462a-9557-c4bd2c6677a3, size=808, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-4daf03b9-b816-4a5c-993c-330ed5c71a46, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid_test]]@969207660, transaction: TransactionImpl [xid=null, txID=2378, xid=null, state=COMMITTED, createTime=1719619095958(Fri Jun 28 23:58:15 UTC 2024), timeoutSeconds=-1, nr operations = 0]@3055dd3d 2024-06-28 23:58:15,959 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [49241a7a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4921d17b-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4921d17b-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@275bebfc, true, {}] 2024-06-28 23:58:15,960 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [47a0c603-3a7a-462a-9557-c4bd2c6677a3] 2024-06-28 23:58:15,961 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@2d18d9ed, org.eclipse.scout.rt.mom.jms.JmsSubscription@7c9b0c16] 2024-06-28 23:58:15,962 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@23f9d0ce[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:15,962 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.007069 ms 2024-06-28 23:58:15,962 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [18bf2e97-5520-49c9-9985-5b4a8af5bfdb] 2024-06-28 23:58:15,963 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:58:15,964 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:58:15,964 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 4921d17b-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:15,965 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:15,965 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 22.756860 ms 2024-06-28 23:58:15,965 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:15,966 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:15,966 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:15,966 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1907986325'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:15,968 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:15,968 INFO [scout-thread-17] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 49257a0c-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS reply cancel message listener] 2024-06-28 23:58:15,969 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4925a11f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=49257a0c-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=49257a0c-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@31653828, true, {}] 2024-06-28 23:58:15,970 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@1871eab2 - MDC[jobName=JMS reply cancel message listener] 2024-06-28 23:58:15,970 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4925c830-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=49257a0c-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=49257a0c-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@19e47f41, true, {}] 2024-06-28 23:58:15,971 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 4925c830-35aa-11ef-ab26-0a580a2845c5 with parameters: [scout.mom.requestreply.cancellation, [MULTICAST], true] 2024-06-28 23:58:15,971 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@41a4bf85 2024-06-28 23:58:15,971 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=20955e22-40f1-4ee4-96f4-940d2b51e38c, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:15,972 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@7203ed92 2024-06-28 23:58:15,972 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 20955e22-40f1-4ee4-96f4-940d2b51e38c, null, 0, false, true, null] 2024-06-28 23:58:15,973 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [49263d62-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=49257a0c-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=49257a0c-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4304b5a8, true, {}] 2024-06-28 23:58:15,974 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 49263d62-35aa-11ef-ab26-0a580a2845c5 with parameters: [test/mom/testTopicRequestReplyTimeout, [MULTICAST], true] 2024-06-28 23:58:15,974 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@64a0d21e 2024-06-28 23:58:15,974 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=d2a06acb-1fef-4b43-8176-fed24f02f358, address=test/mom/testTopicRequestReplyTimeout, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:15,975 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@5d03e93a 2024-06-28 23:58:15,975 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, d2a06acb-1fef-4b43-8176-fed24f02f358, null, 0, false, true, null] 2024-06-28 23:58:15,976 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4926b294-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=49257a0c-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=49257a0c-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5117f973, true, {}] 2024-06-28 23:58:15,976 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=754653c1-9f9b-482e-9d6c-0cf18fc1f478, address=754653c1-9f9b-482e-9d6c-0cf18fc1f478, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:15,976 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@d58fa59 2024-06-28 23:58:15,977 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@1c3b03e3 2024-06-28 23:58:15,977 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 754653c1-9f9b-482e-9d6c-0cf18fc1f478, null, 0, false, true, null] 2024-06-28 23:58:15,978 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2435, durable=true, userID=492700b7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:15 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReplyTimeout, size=933, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-180316fd-f93d-41a2-b4cb-273d8f3aaafe, JMSReplyTo=temp-queue://754653c1-9f9b-482e-9d6c-0cf18fc1f478, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@1901857436, context: RoutingContextImpl(Address=test/mom/testTopicRequestReplyTimeout, routingType=MULTICAST, PreviousAddress=test/mom/testTopicRequestReplyTimeout previousRoute:MULTICAST, reusable=true, version=-2147483471) .................................................. ***** durable queues test/mom/testTopicRequestReplyTimeout: ***** non durable for test/mom/testTopicRequestReplyTimeout: - queueID=2425 address:test/mom/testTopicRequestReplyTimeout name:d2a06acb-1fef-4b43-8176-fed24f02f358 filter:null .................................................. , transaction: null 2024-06-28 23:58:15,979 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from d2a06acb-1fef-4b43-8176-fed24f02f358: Reference[2435]:RELIABLE:CoreMessage[messageID=2435, durable=true, userID=492700b7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:15 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReplyTimeout, size=933, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-180316fd-f93d-41a2-b4cb-273d8f3aaafe, JMSReplyTo=temp-queue://754653c1-9f9b-482e-9d6c-0cf18fc1f478, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@1901857436 2024-06-28 23:58:15,979 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from d2a06acb-1fef-4b43-8176-fed24f02f358: CoreMessage[messageID=2435, durable=true, userID=492700b7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:15 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReplyTimeout, size=933, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-180316fd-f93d-41a2-b4cb-273d8f3aaafe, JMSReplyTo=temp-queue://754653c1-9f9b-482e-9d6c-0cf18fc1f478, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@1901857436 to transaction: TransactionImpl [xid=null, txID=2436, xid=null, state=ACTIVE, createTime=1719619095979(Fri Jun 28 23:58:15 UTC 2024), timeoutSeconds=-1, nr operations = 1]@70a31659 2024-06-28 23:58:15,979 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from d2a06acb-1fef-4b43-8176-fed24f02f358: CoreMessage[messageID=2435, durable=true, userID=492700b7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:15 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReplyTimeout, size=933, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-180316fd-f93d-41a2-b4cb-273d8f3aaafe, JMSReplyTo=temp-queue://754653c1-9f9b-482e-9d6c-0cf18fc1f478, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@1901857436, transaction: TransactionImpl [xid=null, txID=2436, xid=null, state=COMMITTED, createTime=1719619095979(Fri Jun 28 23:58:15 UTC 2024), timeoutSeconds=-1, nr operations = 0]@70a31659 2024-06-28 23:58:20,976 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4c21a318-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=49257a0c-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=49257a0c-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2f6c80ad, true, {}] 2024-06-28 23:58:20,977 INFO [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:481) - Request job canceled; java.lang.InterruptedException - MDC[jobName=request on test/mom/testTopicRequestReplyTimeout, activemq.broker=mom82] 2024-06-28 23:58:20,978 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2441, durable=true, userID=4c21ca2a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:20 UTC 2024, expiration=0, durable=true, address=scout.mom.requestreply.cancellation, size=513, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-180316fd-f93d-41a2-b4cb-273d8f3aaafe, _AMQ_ROUTING_TYPE=0]]@656736543, context: RoutingContextImpl(Address=scout.mom.requestreply.cancellation, routingType=MULTICAST, PreviousAddress=scout.mom.requestreply.cancellation previousRoute:MULTICAST, reusable=true, version=-2147483472) .................................................. ***** durable queues scout.mom.requestreply.cancellation: ***** non durable for scout.mom.requestreply.cancellation: - queueID=2417 address:scout.mom.requestreply.cancellation name:20955e22-40f1-4ee4-96f4-940d2b51e38c filter:null .................................................. , transaction: null 2024-06-28 23:58:20,978 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 20955e22-40f1-4ee4-96f4-940d2b51e38c: Reference[2441]:RELIABLE:CoreMessage[messageID=2441, durable=true, userID=4c21ca2a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:20 UTC 2024, expiration=0, durable=true, address=scout.mom.requestreply.cancellation, size=513, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-180316fd-f93d-41a2-b4cb-273d8f3aaafe, _AMQ_ROUTING_TYPE=0]]@656736543 2024-06-28 23:58:20,978 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 20955e22-40f1-4ee4-96f4-940d2b51e38c: CoreMessage[messageID=2441, durable=true, userID=4c21ca2a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:20 UTC 2024, expiration=0, durable=true, address=scout.mom.requestreply.cancellation, size=513, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-180316fd-f93d-41a2-b4cb-273d8f3aaafe, _AMQ_ROUTING_TYPE=0]]@656736543 to transaction: TransactionImpl [xid=null, txID=2446, xid=null, state=ACTIVE, createTime=1719619100978(Fri Jun 28 23:58:20 UTC 2024), timeoutSeconds=-1, nr operations = 1]@36f3fcec 2024-06-28 23:58:20,979 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 20955e22-40f1-4ee4-96f4-940d2b51e38c: CoreMessage[messageID=2441, durable=true, userID=4c21ca2a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:20 UTC 2024, expiration=0, durable=true, address=scout.mom.requestreply.cancellation, size=513, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-180316fd-f93d-41a2-b4cb-273d8f3aaafe, _AMQ_ROUTING_TYPE=0]]@656736543, transaction: TransactionImpl [xid=null, txID=2446, xid=null, state=COMMITTED, createTime=1719619100978(Fri Jun 28 23:58:20 UTC 2024), timeoutSeconds=-1, nr operations = 0]@36f3fcec 2024-06-28 23:58:20,979 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@51a65f56] 2024-06-28 23:58:20,979 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [d2a06acb-1fef-4b43-8176-fed24f02f358] 2024-06-28 23:58:20,980 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@11f28471[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:20,980 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.006721 ms 2024-06-28 23:58:20,981 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [20955e22-40f1-4ee4-96f4-940d2b51e38c] 2024-06-28 23:58:20,982 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:58:20,982 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:58:20,982 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 49257a0c-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:20,983 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:20,983 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 5017.555553 ms 2024-06-28 23:58:20,983 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:20,984 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:20,984 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:20,985 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 980716662'. - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:20,986 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:20,987 INFO [scout-thread-19] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 4c2350cc-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom85] 2024-06-28 23:58:20,988 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4c2350cf-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4c2350cc-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4c2350cc-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1607f633, true, {}] 2024-06-28 23:58:20,988 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@30974c0b - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom85] 2024-06-28 23:58:20,989 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4c2377e0-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4c2350cc-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4c2350cc-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4898084c, true, {}] 2024-06-28 23:58:20,989 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 4c2377e0-35aa-11ef-ab26-0a580a2845c5 with parameters: [scout.mom.requestreply.cancellation, [MULTICAST], true] 2024-06-28 23:58:20,990 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@6d65bd90 2024-06-28 23:58:20,990 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=b798d346-f52f-4256-8ce3-90d8599264a0, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:20,991 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@709e3044 2024-06-28 23:58:20,991 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, b798d346-f52f-4256-8ce3-90d8599264a0, null, 0, false, true, null] 2024-06-28 23:58:20,992 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4c241422-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4c2350cc-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4c2350cc-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@29059fc4, true, {}] 2024-06-28 23:58:20,993 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 4c241422-35aa-11ef-ab26-0a580a2845c5 with parameters: [test/mom/testTopicRequestReplyMultipleSubscriptions, [MULTICAST], true] 2024-06-28 23:58:20,993 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@2a0b0fe3 2024-06-28 23:58:20,993 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=33dd5b89-f5ac-4df4-964d-ec993cff71aa, address=test/mom/testTopicRequestReplyMultipleSubscriptions, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:20,994 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@5647878a 2024-06-28 23:58:20,994 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 33dd5b89-f5ac-4df4-964d-ec993cff71aa, null, 0, false, true, null] 2024-06-28 23:58:20,995 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4c248954-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4c2350cc-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4c2350cc-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4e5e89aa, true, {}] 2024-06-28 23:58:20,995 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=61d4f9ec-6426-4cd0-b46d-b28a2a13cfdc, address=test/mom/testTopicRequestReplyMultipleSubscriptions, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:20,996 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@784ff6ae 2024-06-28 23:58:20,996 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 61d4f9ec-6426-4cd0-b46d-b28a2a13cfdc, null, 0, false, true, null] 2024-06-28 23:58:20,997 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4c24d776-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4c2350cc-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4c2350cc-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@48e5144a, true, {}] 2024-06-28 23:58:20,997 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=b335b90c-c9b7-4241-8a79-20eaea54b9cf, address=b335b90c-c9b7-4241-8a79-20eaea54b9cf, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:20,997 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@51f261d7 2024-06-28 23:58:20,998 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@7ce25ce0 2024-06-28 23:58:20,998 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, b335b90c-c9b7-4241-8a79-20eaea54b9cf, null, 0, false, true, null] 2024-06-28 23:58:20,999 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2508, durable=true, userID=4c252599-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:20 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReplyMultipleSubscriptions, size=961, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e4901535-30e7-433f-bb69-c9a8c725cd12, JMSReplyTo=temp-queue://b335b90c-c9b7-4241-8a79-20eaea54b9cf, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@191455605, context: RoutingContextImpl(Address=test/mom/testTopicRequestReplyMultipleSubscriptions, routingType=MULTICAST, PreviousAddress=test/mom/testTopicRequestReplyMultipleSubscriptions previousRoute:MULTICAST, reusable=true, version=-2147483464) .................................................. ***** durable queues test/mom/testTopicRequestReplyMultipleSubscriptions: ***** non durable for test/mom/testTopicRequestReplyMultipleSubscriptions: - queueID=2492 address:test/mom/testTopicRequestReplyMultipleSubscriptions name:33dd5b89-f5ac-4df4-964d-ec993cff71aa filter:null - queueID=2498 address:test/mom/testTopicRequestReplyMultipleSubscriptions name:61d4f9ec-6426-4cd0-b46d-b28a2a13cfdc filter:null .................................................. , transaction: null 2024-06-28 23:58:20,999 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 33dd5b89-f5ac-4df4-964d-ec993cff71aa: Reference[2508]:RELIABLE:CoreMessage[messageID=2508, durable=true, userID=4c252599-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:20 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReplyMultipleSubscriptions, size=961, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e4901535-30e7-433f-bb69-c9a8c725cd12, JMSReplyTo=temp-queue://b335b90c-c9b7-4241-8a79-20eaea54b9cf, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@191455605 2024-06-28 23:58:21,000 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 61d4f9ec-6426-4cd0-b46d-b28a2a13cfdc: Reference[2508]:RELIABLE:CoreMessage[messageID=2508, durable=true, userID=4c252599-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:20 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReplyMultipleSubscriptions, size=961, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e4901535-30e7-433f-bb69-c9a8c725cd12, JMSReplyTo=temp-queue://b335b90c-c9b7-4241-8a79-20eaea54b9cf, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@191455605 2024-06-28 23:58:21,000 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 61d4f9ec-6426-4cd0-b46d-b28a2a13cfdc: CoreMessage[messageID=2508, durable=true, userID=4c252599-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:20 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReplyMultipleSubscriptions, size=961, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e4901535-30e7-433f-bb69-c9a8c725cd12, JMSReplyTo=temp-queue://b335b90c-c9b7-4241-8a79-20eaea54b9cf, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@191455605 to transaction: TransactionImpl [xid=null, txID=2510, xid=null, state=ACTIVE, createTime=1719619101000(Fri Jun 28 23:58:21 UTC 2024), timeoutSeconds=-1, nr operations = 1]@7aa61e9f 2024-06-28 23:58:21,000 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 33dd5b89-f5ac-4df4-964d-ec993cff71aa: CoreMessage[messageID=2508, durable=true, userID=4c252599-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:20 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReplyMultipleSubscriptions, size=961, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e4901535-30e7-433f-bb69-c9a8c725cd12, JMSReplyTo=temp-queue://b335b90c-c9b7-4241-8a79-20eaea54b9cf, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@191455605 to transaction: TransactionImpl [xid=null, txID=2509, xid=null, state=ACTIVE, createTime=1719619101000(Fri Jun 28 23:58:21 UTC 2024), timeoutSeconds=-1, nr operations = 1]@9195d6c 2024-06-28 23:58:21,000 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 61d4f9ec-6426-4cd0-b46d-b28a2a13cfdc: CoreMessage[messageID=2508, durable=true, userID=4c252599-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:20 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReplyMultipleSubscriptions, size=961, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e4901535-30e7-433f-bb69-c9a8c725cd12, JMSReplyTo=temp-queue://b335b90c-c9b7-4241-8a79-20eaea54b9cf, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@191455605, transaction: TransactionImpl [xid=null, txID=2510, xid=null, state=COMMITTED, createTime=1719619101000(Fri Jun 28 23:58:21 UTC 2024), timeoutSeconds=-1, nr operations = 0]@7aa61e9f 2024-06-28 23:58:21,000 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 33dd5b89-f5ac-4df4-964d-ec993cff71aa: CoreMessage[messageID=2508, durable=true, userID=4c252599-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:20 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReplyMultipleSubscriptions, size=961, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e4901535-30e7-433f-bb69-c9a8c725cd12, JMSReplyTo=temp-queue://b335b90c-c9b7-4241-8a79-20eaea54b9cf, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@191455605, transaction: TransactionImpl [xid=null, txID=2509, xid=null, state=COMMITTED, createTime=1719619101000(Fri Jun 28 23:58:21 UTC 2024), timeoutSeconds=-1, nr operations = 0]@9195d6c 2024-06-28 23:58:21,000 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4c254caa-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4c2350cc-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4c2350cc-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@281d7a26, true, {}] 2024-06-28 23:58:21,001 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4c2573bb-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4c2350cc-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4c2350cc-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7274a3ef, true, {}] 2024-06-28 23:58:21,002 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2515, durable=true, userID=4c2573bd-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:21 UTC 2024, expiration=0, durable=true, address=b335b90c-c9b7-4241-8a79-20eaea54b9cf, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e4901535-30e7-433f-bb69-c9a8c725cd12, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=ead636cd-ff30-444d-a042-2b5c8ca4b6d9]]@1866442285, context: RoutingContextImpl(Address=b335b90c-c9b7-4241-8a79-20eaea54b9cf, routingType=ANYCAST, PreviousAddress=b335b90c-c9b7-4241-8a79-20eaea54b9cf previousRoute:ANYCAST, reusable=true, version=-2147483463) .................................................. ***** durable queues b335b90c-c9b7-4241-8a79-20eaea54b9cf: ***** non durable for b335b90c-c9b7-4241-8a79-20eaea54b9cf: - queueID=2504 address:b335b90c-c9b7-4241-8a79-20eaea54b9cf name:b335b90c-c9b7-4241-8a79-20eaea54b9cf filter:null .................................................. , transaction: null 2024-06-28 23:58:21,002 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from b335b90c-c9b7-4241-8a79-20eaea54b9cf: Reference[2515]:RELIABLE:CoreMessage[messageID=2515, durable=true, userID=4c2573bd-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:21 UTC 2024, expiration=0, durable=true, address=b335b90c-c9b7-4241-8a79-20eaea54b9cf, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e4901535-30e7-433f-bb69-c9a8c725cd12, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=ead636cd-ff30-444d-a042-2b5c8ca4b6d9]]@1866442285 2024-06-28 23:58:21,002 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from b335b90c-c9b7-4241-8a79-20eaea54b9cf: CoreMessage[messageID=2515, durable=true, userID=4c2573bd-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:21 UTC 2024, expiration=0, durable=true, address=b335b90c-c9b7-4241-8a79-20eaea54b9cf, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e4901535-30e7-433f-bb69-c9a8c725cd12, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=ead636cd-ff30-444d-a042-2b5c8ca4b6d9]]@1866442285 to transaction: TransactionImpl [xid=null, txID=2519, xid=null, state=ACTIVE, createTime=1719619101002(Fri Jun 28 23:58:21 UTC 2024), timeoutSeconds=-1, nr operations = 1]@38831bfe 2024-06-28 23:58:21,002 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from b335b90c-c9b7-4241-8a79-20eaea54b9cf: Reference[2516]:RELIABLE:CoreMessage[messageID=2516, durable=true, userID=4c259acf-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:21 UTC 2024, expiration=0, durable=true, address=b335b90c-c9b7-4241-8a79-20eaea54b9cf, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e4901535-30e7-433f-bb69-c9a8c725cd12, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=549fb197-4e18-4c3f-916b-b74fb39b3252]]@2055339625 2024-06-28 23:58:21,002 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2516, durable=true, userID=4c259acf-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:21 UTC 2024, expiration=0, durable=true, address=b335b90c-c9b7-4241-8a79-20eaea54b9cf, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e4901535-30e7-433f-bb69-c9a8c725cd12, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=549fb197-4e18-4c3f-916b-b74fb39b3252]]@2055339625, context: RoutingContextImpl(Address=b335b90c-c9b7-4241-8a79-20eaea54b9cf, routingType=ANYCAST, PreviousAddress=b335b90c-c9b7-4241-8a79-20eaea54b9cf previousRoute:ANYCAST, reusable=true, version=-2147483463) .................................................. ***** durable queues b335b90c-c9b7-4241-8a79-20eaea54b9cf: ***** non durable for b335b90c-c9b7-4241-8a79-20eaea54b9cf: - queueID=2504 address:b335b90c-c9b7-4241-8a79-20eaea54b9cf name:b335b90c-c9b7-4241-8a79-20eaea54b9cf filter:null .................................................. , transaction: null 2024-06-28 23:58:21,002 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from b335b90c-c9b7-4241-8a79-20eaea54b9cf: CoreMessage[messageID=2515, durable=true, userID=4c2573bd-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:21 UTC 2024, expiration=0, durable=true, address=b335b90c-c9b7-4241-8a79-20eaea54b9cf, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e4901535-30e7-433f-bb69-c9a8c725cd12, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=ead636cd-ff30-444d-a042-2b5c8ca4b6d9]]@1866442285, transaction: TransactionImpl [xid=null, txID=2519, xid=null, state=COMMITTED, createTime=1719619101002(Fri Jun 28 23:58:21 UTC 2024), timeoutSeconds=-1, nr operations = 0]@38831bfe 2024-06-28 23:58:21,003 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4c25c1e0-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4c2350cc-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4c2350cc-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@25b2c298, true, {}] 2024-06-28 23:58:21,004 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [b335b90c-c9b7-4241-8a79-20eaea54b9cf] 2024-06-28 23:58:21,004 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from b335b90c-c9b7-4241-8a79-20eaea54b9cf: CoreMessage[messageID=2516, durable=true, userID=4c259acf-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:21 UTC 2024, expiration=0, durable=true, address=b335b90c-c9b7-4241-8a79-20eaea54b9cf, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e4901535-30e7-433f-bb69-c9a8c725cd12, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=549fb197-4e18-4c3f-916b-b74fb39b3252]]@2055339625 to transaction: TransactionImpl [xid=null, txID=2529, xid=null, state=ACTIVE, createTime=1719619101004(Fri Jun 28 23:58:21 UTC 2024), timeoutSeconds=-1, nr operations = 1]@4b276941 2024-06-28 23:58:21,004 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from b335b90c-c9b7-4241-8a79-20eaea54b9cf: CoreMessage[messageID=2516, durable=true, userID=4c259acf-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:21 UTC 2024, expiration=0, durable=true, address=b335b90c-c9b7-4241-8a79-20eaea54b9cf, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e4901535-30e7-433f-bb69-c9a8c725cd12, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=549fb197-4e18-4c3f-916b-b74fb39b3252]]@2055339625, transaction: TransactionImpl [xid=null, txID=2529, xid=null, state=COMMITTED, createTime=1719619101004(Fri Jun 28 23:58:21 UTC 2024), timeoutSeconds=-1, nr operations = 0]@4b276941 2024-06-28 23:58:21,005 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1071f3ad, org.eclipse.scout.rt.mom.jms.JmsSubscription@6aaed880] 2024-06-28 23:58:21,006 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [33dd5b89-f5ac-4df4-964d-ec993cff71aa] 2024-06-28 23:58:21,007 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [61d4f9ec-6426-4cd0-b46d-b28a2a13cfdc] 2024-06-28 23:58:21,008 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@190d2460[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:21,008 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.007113 ms 2024-06-28 23:58:21,008 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [b798d346-f52f-4256-8ce3-90d8599264a0] 2024-06-28 23:58:21,009 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:58:21,009 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:58:21,010 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 4c2350cc-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:21,010 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:21,010 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 25.812841 ms 2024-06-28 23:58:21,010 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:21,011 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:21,011 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:21,012 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1883952845'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:21,013 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:21,014 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 4c276f92-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom84] 2024-06-28 23:58:21,015 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4c2796a5-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4c276f92-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4c276f92-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4c3c514b, true, {}] 2024-06-28 23:58:21,016 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@6c1d08e6 - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom84] 2024-06-28 23:58:21,016 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4c27bdb6-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4c276f92-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4c276f92-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@432d947f, true, {}] 2024-06-28 23:58:21,016 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 4c27bdb6-35aa-11ef-ab26-0a580a2845c5 with parameters: [scout.mom.requestreply.cancellation, [MULTICAST], true] 2024-06-28 23:58:21,017 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@269ff75c 2024-06-28 23:58:21,017 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=f6261cdd-824a-4490-84b4-b90603ed8221, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:21,018 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@27dfece 2024-06-28 23:58:21,018 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, f6261cdd-824a-4490-84b4-b90603ed8221, null, 0, false, true, null] 2024-06-28 23:58:21,019 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4c2832e8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4c276f92-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4c276f92-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4d498837, true, {}] 2024-06-28 23:58:21,019 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=test/mom/testRequestReply_ObjectMarshaller_Exception, address=test/mom/testRequestReply_ObjectMarshaller_Exception, routingType=ANYCAST, filterString=null, durable=true, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=false, autoCreateAddress=null, internal=null, transient=null, autoCreated=true, fqqn=null]] 2024-06-28 23:58:21,020 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@67ef6816 2024-06-28 23:58:21,020 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@d7ed8b6 2024-06-28 23:58:21,021 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReply_ObjectMarshaller_Exception, null, 0, false, true, null] 2024-06-28 23:58:21,021 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4c28810a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4c276f92-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4c276f92-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@11b6e8cc, true, {}] 2024-06-28 23:58:21,022 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=98ef7ad2-9298-46e8-addd-36119a1fa297, address=98ef7ad2-9298-46e8-addd-36119a1fa297, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:21,022 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@3977bbe3 2024-06-28 23:58:21,022 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@53947691 2024-06-28 23:58:21,023 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 98ef7ad2-9298-46e8-addd-36119a1fa297, null, 0, false, true, null] 2024-06-28 23:58:21,024 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2597, durable=true, userID=4c28cf2d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:21 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReply_ObjectMarshaller_Exception, size=833, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e3154b86-2b9c-44c9-abc0-4becb35f0c75, JMSReplyTo=temp-queue://98ef7ad2-9298-46e8-addd-36119a1fa297, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1153441777, context: RoutingContextImpl(Address=test/mom/testRequestReply_ObjectMarshaller_Exception, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReply_ObjectMarshaller_Exception previousRoute:ANYCAST, reusable=true, version=-2147483457) .................................................. ***** durable queues test/mom/testRequestReply_ObjectMarshaller_Exception: - queueID=2586 address:test/mom/testRequestReply_ObjectMarshaller_Exception name:test/mom/testRequestReply_ObjectMarshaller_Exception filter:null ***** non durable for test/mom/testRequestReply_ObjectMarshaller_Exception: .................................................. , transaction: null 2024-06-28 23:58:21,024 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReply_ObjectMarshaller_Exception: Reference[2597]:RELIABLE:CoreMessage[messageID=2597, durable=true, userID=4c28cf2d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:21 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReply_ObjectMarshaller_Exception, size=833, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e3154b86-2b9c-44c9-abc0-4becb35f0c75, JMSReplyTo=temp-queue://98ef7ad2-9298-46e8-addd-36119a1fa297, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1153441777 2024-06-28 23:58:21,025 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReply_ObjectMarshaller_Exception: CoreMessage[messageID=2597, durable=true, userID=4c28cf2d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:21 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReply_ObjectMarshaller_Exception, size=833, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e3154b86-2b9c-44c9-abc0-4becb35f0c75, JMSReplyTo=temp-queue://98ef7ad2-9298-46e8-addd-36119a1fa297, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1153441777 to transaction: TransactionImpl [xid=null, txID=2598, xid=null, state=ACTIVE, createTime=1719619101025(Fri Jun 28 23:58:21 UTC 2024), timeoutSeconds=-1, nr operations = 1]@a832dc8 2024-06-28 23:58:21,025 ERROR [scout-thread-21] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:137) - 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=8ebca8f6-4c2d-4d21-8ef5-35257019e367, activemq.broker=mom57] org.eclipse.scout.rt.mom.jms.JmsMomWithRequestReplyTest$SomethingWrongException: expected-expected-junit-exception at org.eclipse.scout.rt.mom.jms.JmsMomWithRequestReplyTest.testRequestReply_ObjectMarshaller_Exception(JmsMomWithRequestReplyTest.java:623) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:75) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:37) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) 2024-06-28 23:58:21,026 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4c291d4e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4c276f92-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4c276f92-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@26120555, true, {}] 2024-06-28 23:58:21,027 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 98ef7ad2-9298-46e8-addd-36119a1fa297: Reference[2601]:RELIABLE:CoreMessage[messageID=2601, durable=true, userID=4c296b70-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:21 UTC 2024, expiration=0, durable=true, address=98ef7ad2-9298-46e8-addd-36119a1fa297, size=1391, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e3154b86-2b9c-44c9-abc0-4becb35f0c75, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomWithRequestReplyTest$SomethingWrongException","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"false"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=8ebca8f6-4c2d-4d21-8ef5-35257019e367]]@1842993687 2024-06-28 23:58:21,027 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2601, durable=true, userID=4c296b70-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:21 UTC 2024, expiration=0, durable=true, address=98ef7ad2-9298-46e8-addd-36119a1fa297, size=1391, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e3154b86-2b9c-44c9-abc0-4becb35f0c75, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomWithRequestReplyTest$SomethingWrongException","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"false"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=8ebca8f6-4c2d-4d21-8ef5-35257019e367]]@1842993687, context: RoutingContextImpl(Address=98ef7ad2-9298-46e8-addd-36119a1fa297, routingType=ANYCAST, PreviousAddress=98ef7ad2-9298-46e8-addd-36119a1fa297 previousRoute:ANYCAST, reusable=true, version=-2147483456) .................................................. ***** durable queues 98ef7ad2-9298-46e8-addd-36119a1fa297: ***** non durable for 98ef7ad2-9298-46e8-addd-36119a1fa297: - queueID=2593 address:98ef7ad2-9298-46e8-addd-36119a1fa297 name:98ef7ad2-9298-46e8-addd-36119a1fa297 filter:null .................................................. , transaction: null 2024-06-28 23:58:21,027 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 98ef7ad2-9298-46e8-addd-36119a1fa297: CoreMessage[messageID=2601, durable=true, userID=4c296b70-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:21 UTC 2024, expiration=0, durable=true, address=98ef7ad2-9298-46e8-addd-36119a1fa297, size=1391, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e3154b86-2b9c-44c9-abc0-4becb35f0c75, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomWithRequestReplyTest$SomethingWrongException","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"false"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=8ebca8f6-4c2d-4d21-8ef5-35257019e367]]@1842993687 to transaction: TransactionImpl [xid=null, txID=2602, xid=null, state=ACTIVE, createTime=1719619101027(Fri Jun 28 23:58:21 UTC 2024), timeoutSeconds=-1, nr operations = 1]@4932f3c9 2024-06-28 23:58:21,028 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 98ef7ad2-9298-46e8-addd-36119a1fa297: CoreMessage[messageID=2601, durable=true, userID=4c296b70-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:21 UTC 2024, expiration=0, durable=true, address=98ef7ad2-9298-46e8-addd-36119a1fa297, size=1391, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e3154b86-2b9c-44c9-abc0-4becb35f0c75, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomWithRequestReplyTest$SomethingWrongException","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"false"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=8ebca8f6-4c2d-4d21-8ef5-35257019e367]]@1842993687, transaction: TransactionImpl [xid=null, txID=2602, xid=null, state=COMMITTED, createTime=1719619101027(Fri Jun 28 23:58:21 UTC 2024), timeoutSeconds=-1, nr operations = 0]@4932f3c9 2024-06-28 23:58:21,028 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReply_ObjectMarshaller_Exception: CoreMessage[messageID=2597, durable=true, userID=4c28cf2d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:21 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReply_ObjectMarshaller_Exception, size=833, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e3154b86-2b9c-44c9-abc0-4becb35f0c75, JMSReplyTo=temp-queue://98ef7ad2-9298-46e8-addd-36119a1fa297, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1153441777, transaction: TransactionImpl [xid=null, txID=2598, xid=null, state=COMMITTED, createTime=1719619101025(Fri Jun 28 23:58:21 UTC 2024), timeoutSeconds=-1, nr operations = 0]@a832dc8 2024-06-28 23:58:21,028 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4c299281-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4c276f92-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4c276f92-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@44b9db5b, true, {}] 2024-06-28 23:58:21,029 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [98ef7ad2-9298-46e8-addd-36119a1fa297] 2024-06-28 23:58:21,031 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@14a488ed] 2024-06-28 23:58:21,031 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@436ca2f0[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:21,031 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.007023 ms 2024-06-28 23:58:21,032 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [f6261cdd-824a-4490-84b4-b90603ed8221] 2024-06-28 23:58:21,033 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:58:21,033 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:58:21,033 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 4c276f92-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:21,034 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:21,034 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 22.526732 ms 2024-06-28 23:58:21,034 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:21,035 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:21,035 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:21,036 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1425943940'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:21,037 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:21,038 INFO [scout-thread-24] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 4c2b1923-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom86] 2024-06-28 23:58:21,039 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4c2b1926-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4c2b1923-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4c2b1923-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3b139a7b, true, {}] 2024-06-28 23:58:21,039 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@3d8d1069 - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom86] 2024-06-28 23:58:21,040 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4c2b4037-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4c2b1923-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4c2b1923-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@992f310, true, {}] 2024-06-28 23:58:21,040 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 4c2b4037-35aa-11ef-ab26-0a580a2845c5 with parameters: [scout.mom.requestreply.cancellation, [MULTICAST], true] 2024-06-28 23:58:21,041 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@392fe6cf 2024-06-28 23:58:21,041 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=ad647d11-c70f-4dd6-b1c8-d0479c09fe09, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:21,042 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@7a8875d2 2024-06-28 23:58:21,042 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, ad647d11-c70f-4dd6-b1c8-d0479c09fe09, null, 0, false, true, null] 2024-06-28 23:58:21,043 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4c2bb569-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4c2b1923-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4c2b1923-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1c0e6728, true, {}] 2024-06-28 23:58:21,043 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 4c2bb569-35aa-11ef-ab26-0a580a2845c5 with parameters: [test/mom/testTopicRequestReplyCorrelationId, [MULTICAST], true] 2024-06-28 23:58:21,043 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@7deb0082 2024-06-28 23:58:21,044 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=a85cefa9-b84b-4a7e-b52b-b3905816e626, address=test/mom/testTopicRequestReplyCorrelationId, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:21,045 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@5d274c20 2024-06-28 23:58:21,045 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, a85cefa9-b84b-4a7e-b52b-b3905816e626, null, 0, false, true, null] 2024-06-28 23:58:21,046 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4c2c2a9b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4c2b1923-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4c2b1923-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@76b6ca96, true, {}] 2024-06-28 23:58:21,046 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=9a311c66-902c-4e79-b2c8-ed857ac250fe, address=9a311c66-902c-4e79-b2c8-ed857ac250fe, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:21,046 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@4c86ff7b 2024-06-28 23:58:21,047 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@3144cc36 2024-06-28 23:58:21,047 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 9a311c66-902c-4e79-b2c8-ed857ac250fe, null, 0, false, true, null] 2024-06-28 23:58:21,048 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2661, durable=true, userID=4c2c9fce-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:21 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReplyCorrelationId, size=1000, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-3e6ada47-1956-4d4a-9f47-20bc5eb977e3, JMSReplyTo=temp-queue://9a311c66-902c-4e79-b2c8-ed857ac250fe, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0, JMSCorrelationID=cid:abc]]@1819140871, context: RoutingContextImpl(Address=test/mom/testTopicRequestReplyCorrelationId, routingType=MULTICAST, PreviousAddress=test/mom/testTopicRequestReplyCorrelationId previousRoute:MULTICAST, reusable=true, version=-2147483452) .................................................. ***** durable queues test/mom/testTopicRequestReplyCorrelationId: ***** non durable for test/mom/testTopicRequestReplyCorrelationId: - queueID=2651 address:test/mom/testTopicRequestReplyCorrelationId name:a85cefa9-b84b-4a7e-b52b-b3905816e626 filter:null .................................................. , transaction: null 2024-06-28 23:58:21,048 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from a85cefa9-b84b-4a7e-b52b-b3905816e626: Reference[2661]:RELIABLE:CoreMessage[messageID=2661, durable=true, userID=4c2c9fce-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:21 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReplyCorrelationId, size=1000, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-3e6ada47-1956-4d4a-9f47-20bc5eb977e3, JMSReplyTo=temp-queue://9a311c66-902c-4e79-b2c8-ed857ac250fe, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0, JMSCorrelationID=cid:abc]]@1819140871 2024-06-28 23:58:21,049 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from a85cefa9-b84b-4a7e-b52b-b3905816e626: CoreMessage[messageID=2661, durable=true, userID=4c2c9fce-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:21 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReplyCorrelationId, size=1000, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-3e6ada47-1956-4d4a-9f47-20bc5eb977e3, JMSReplyTo=temp-queue://9a311c66-902c-4e79-b2c8-ed857ac250fe, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0, JMSCorrelationID=cid:abc]]@1819140871 to transaction: TransactionImpl [xid=null, txID=2662, xid=null, state=ACTIVE, createTime=1719619101049(Fri Jun 28 23:58:21 UTC 2024), timeoutSeconds=-1, nr operations = 1]@24a1f2c 2024-06-28 23:58:21,049 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from a85cefa9-b84b-4a7e-b52b-b3905816e626: CoreMessage[messageID=2661, durable=true, userID=4c2c9fce-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:21 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReplyCorrelationId, size=1000, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-3e6ada47-1956-4d4a-9f47-20bc5eb977e3, JMSReplyTo=temp-queue://9a311c66-902c-4e79-b2c8-ed857ac250fe, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0, JMSCorrelationID=cid:abc]]@1819140871, transaction: TransactionImpl [xid=null, txID=2662, xid=null, state=COMMITTED, createTime=1719619101049(Fri Jun 28 23:58:21 UTC 2024), timeoutSeconds=-1, nr operations = 0]@24a1f2c 2024-06-28 23:58:21,050 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4c2cc6df-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4c2b1923-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4c2b1923-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@11c4e0ee, true, {}] 2024-06-28 23:58:21,051 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2665, durable=true, userID=4c2d1501-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:21 UTC 2024, expiration=0, durable=true, address=9a311c66-902c-4e79-b2c8-ed857ac250fe, size=929, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-3e6ada47-1956-4d4a-9f47-20bc5eb977e3, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid:abc]]@1855295386, context: RoutingContextImpl(Address=9a311c66-902c-4e79-b2c8-ed857ac250fe, routingType=ANYCAST, PreviousAddress=9a311c66-902c-4e79-b2c8-ed857ac250fe previousRoute:ANYCAST, reusable=true, version=-2147483451) .................................................. ***** durable queues 9a311c66-902c-4e79-b2c8-ed857ac250fe: ***** non durable for 9a311c66-902c-4e79-b2c8-ed857ac250fe: - queueID=2657 address:9a311c66-902c-4e79-b2c8-ed857ac250fe name:9a311c66-902c-4e79-b2c8-ed857ac250fe filter:null .................................................. , transaction: null 2024-06-28 23:58:21,051 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 9a311c66-902c-4e79-b2c8-ed857ac250fe: Reference[2665]:RELIABLE:CoreMessage[messageID=2665, durable=true, userID=4c2d1501-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:21 UTC 2024, expiration=0, durable=true, address=9a311c66-902c-4e79-b2c8-ed857ac250fe, size=929, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-3e6ada47-1956-4d4a-9f47-20bc5eb977e3, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid:abc]]@1855295386 2024-06-28 23:58:21,052 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 9a311c66-902c-4e79-b2c8-ed857ac250fe: CoreMessage[messageID=2665, durable=true, userID=4c2d1501-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:21 UTC 2024, expiration=0, durable=true, address=9a311c66-902c-4e79-b2c8-ed857ac250fe, size=929, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-3e6ada47-1956-4d4a-9f47-20bc5eb977e3, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid:abc]]@1855295386 to transaction: TransactionImpl [xid=null, txID=2668, xid=null, state=ACTIVE, createTime=1719619101052(Fri Jun 28 23:58:21 UTC 2024), timeoutSeconds=-1, nr operations = 1]@3a48d1f5 2024-06-28 23:58:21,052 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 9a311c66-902c-4e79-b2c8-ed857ac250fe: CoreMessage[messageID=2665, durable=true, userID=4c2d1501-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:21 UTC 2024, expiration=0, durable=true, address=9a311c66-902c-4e79-b2c8-ed857ac250fe, size=929, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-3e6ada47-1956-4d4a-9f47-20bc5eb977e3, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid:abc]]@1855295386, transaction: TransactionImpl [xid=null, txID=2668, xid=null, state=COMMITTED, createTime=1719619101052(Fri Jun 28 23:58:21 UTC 2024), timeoutSeconds=-1, nr operations = 0]@3a48d1f5 2024-06-28 23:58:21,053 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4c2d3c12-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4c2b1923-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4c2b1923-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@53dd6eb6, true, {}] 2024-06-28 23:58:21,053 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [9a311c66-902c-4e79-b2c8-ed857ac250fe] 2024-06-28 23:58:21,055 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7375ebe7] 2024-06-28 23:58:21,056 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [a85cefa9-b84b-4a7e-b52b-b3905816e626] 2024-06-28 23:58:21,057 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@6508efff[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:21,057 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.006747 ms 2024-06-28 23:58:21,057 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [ad647d11-c70f-4dd6-b1c8-d0479c09fe09] 2024-06-28 23:58:21,058 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:58:21,058 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:58:21,059 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 4c2b1923-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:21,059 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:21,060 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 24.290277 ms 2024-06-28 23:58:21,060 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:21,061 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:21,061 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:21,061 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 793753112'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:21,063 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:21,063 INFO [scout-thread-19] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 4c2ee9c4-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom85] 2024-06-28 23:58:21,064 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4c2f10d7-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4c2ee9c4-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4c2ee9c4-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@172d3d54, true, {}] 2024-06-28 23:58:21,065 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@6f66efa6 - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom85] 2024-06-28 23:58:21,065 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4c2f37e8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4c2ee9c4-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4c2ee9c4-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@300bc01c, true, {}] 2024-06-28 23:58:21,066 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 4c2f37e8-35aa-11ef-ab26-0a580a2845c5 with parameters: [scout.mom.requestreply.cancellation, [MULTICAST], true] 2024-06-28 23:58:21,066 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@721a7674 2024-06-28 23:58:21,066 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=26864b2e-d497-4e7a-82fe-3431e881b310, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:21,067 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@4d443467 2024-06-28 23:58:21,067 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 26864b2e-d497-4e7a-82fe-3431e881b310, null, 0, false, true, null] 2024-06-28 23:58:21,068 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4c2fad1a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4c2ee9c4-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4c2ee9c4-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2929bfea, true, {}] 2024-06-28 23:58:21,069 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=test/mom/testQueueRequestReplyCancellation, address=test/mom/testQueueRequestReplyCancellation, routingType=ANYCAST, filterString=null, durable=true, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=false, autoCreateAddress=null, internal=null, transient=null, autoCreated=true, fqqn=null]] 2024-06-28 23:58:21,069 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@76b81467 2024-06-28 23:58:21,069 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@5372e522 2024-06-28 23:58:21,070 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyCancellation, null, 0, false, true, null] 2024-06-28 23:58:21,071 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4c30224c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4c2ee9c4-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4c2ee9c4-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@33f85ef, true, {}] 2024-06-28 23:58:21,071 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=f39e3c4d-992e-4a7c-9bb2-912963d06f09, address=f39e3c4d-992e-4a7c-9bb2-912963d06f09, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:21,071 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@1c71fd2e 2024-06-28 23:58:21,072 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@7bd0f4cc 2024-06-28 23:58:21,072 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, f39e3c4d-992e-4a7c-9bb2-912963d06f09, null, 0, false, true, null] 2024-06-28 23:58:21,074 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2733, durable=true, userID=4c30706f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:21 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyCancellation, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-4f24d1e9-9244-404a-ab21-a369fe1fb3ee, JMSReplyTo=temp-queue://f39e3c4d-992e-4a7c-9bb2-912963d06f09, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1139505263, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyCancellation, routingType=ANYCAST, PreviousAddress=test/mom/testQueueRequestReplyCancellation previousRoute:ANYCAST, reusable=true, version=-2147483446) .................................................. ***** durable queues test/mom/testQueueRequestReplyCancellation: - queueID=2722 address:test/mom/testQueueRequestReplyCancellation name:test/mom/testQueueRequestReplyCancellation filter:null ***** non durable for test/mom/testQueueRequestReplyCancellation: .................................................. , transaction: null 2024-06-28 23:58:21,074 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueueRequestReplyCancellation: Reference[2733]:RELIABLE:CoreMessage[messageID=2733, durable=true, userID=4c30706f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:21 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyCancellation, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-4f24d1e9-9244-404a-ab21-a369fe1fb3ee, JMSReplyTo=temp-queue://f39e3c4d-992e-4a7c-9bb2-912963d06f09, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1139505263 2024-06-28 23:58:21,075 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueueRequestReplyCancellation: CoreMessage[messageID=2733, durable=true, userID=4c30706f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:21 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyCancellation, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-4f24d1e9-9244-404a-ab21-a369fe1fb3ee, JMSReplyTo=temp-queue://f39e3c4d-992e-4a7c-9bb2-912963d06f09, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1139505263 to transaction: TransactionImpl [xid=null, txID=2734, xid=null, state=ACTIVE, createTime=1719619101075(Fri Jun 28 23:58:21 UTC 2024), timeoutSeconds=-1, nr operations = 1]@7a6a5e50 2024-06-28 23:58:21,075 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:481) - Request job canceled; java.lang.InterruptedException - MDC[jobName=request on test/mom/testQueueRequestReplyCancellation, activemq.broker=mom57] 2024-06-28 23:58:21,076 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4c30be90-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4c2ee9c4-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4c2ee9c4-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@691e207, true, {}] 2024-06-28 23:58:21,076 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2739, durable=true, userID=4c30e5a2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:21 UTC 2024, expiration=0, durable=true, address=scout.mom.requestreply.cancellation, size=513, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-4f24d1e9-9244-404a-ab21-a369fe1fb3ee, _AMQ_ROUTING_TYPE=0]]@1492546694, context: RoutingContextImpl(Address=scout.mom.requestreply.cancellation, routingType=MULTICAST, PreviousAddress=scout.mom.requestreply.cancellation previousRoute:MULTICAST, reusable=true, version=-2147483447) .................................................. ***** durable queues scout.mom.requestreply.cancellation: ***** non durable for scout.mom.requestreply.cancellation: - queueID=2714 address:scout.mom.requestreply.cancellation name:26864b2e-d497-4e7a-82fe-3431e881b310 filter:null .................................................. , transaction: null 2024-06-28 23:58:21,077 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 26864b2e-d497-4e7a-82fe-3431e881b310: Reference[2739]:RELIABLE:CoreMessage[messageID=2739, durable=true, userID=4c30e5a2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:21 UTC 2024, expiration=0, durable=true, address=scout.mom.requestreply.cancellation, size=513, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-4f24d1e9-9244-404a-ab21-a369fe1fb3ee, _AMQ_ROUTING_TYPE=0]]@1492546694 2024-06-28 23:58:21,077 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 26864b2e-d497-4e7a-82fe-3431e881b310: CoreMessage[messageID=2739, durable=true, userID=4c30e5a2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:21 UTC 2024, expiration=0, durable=true, address=scout.mom.requestreply.cancellation, size=513, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-4f24d1e9-9244-404a-ab21-a369fe1fb3ee, _AMQ_ROUTING_TYPE=0]]@1492546694 to transaction: TransactionImpl [xid=null, txID=2744, xid=null, state=ACTIVE, createTime=1719619101077(Fri Jun 28 23:58:21 UTC 2024), timeoutSeconds=-1, nr operations = 1]@1f62d2b3 2024-06-28 23:58:21,077 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 26864b2e-d497-4e7a-82fe-3431e881b310: CoreMessage[messageID=2739, durable=true, userID=4c30e5a2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:21 UTC 2024, expiration=0, durable=true, address=scout.mom.requestreply.cancellation, size=513, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-4f24d1e9-9244-404a-ab21-a369fe1fb3ee, _AMQ_ROUTING_TYPE=0]]@1492546694, transaction: TransactionImpl [xid=null, txID=2744, xid=null, state=COMMITTED, createTime=1719619101077(Fri Jun 28 23:58:21 UTC 2024), timeoutSeconds=-1, nr operations = 0]@1f62d2b3 2024-06-28 23:58:21,077 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@492e9e87] 2024-06-28 23:58:21,077 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueueRequestReplyCancellation: CoreMessage[messageID=2733, durable=true, userID=4c30706f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:21 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyCancellation, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-4f24d1e9-9244-404a-ab21-a369fe1fb3ee, JMSReplyTo=temp-queue://f39e3c4d-992e-4a7c-9bb2-912963d06f09, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1139505263, transaction: TransactionImpl [xid=null, txID=2734, xid=null, state=COMMITTED, createTime=1719619101075(Fri Jun 28 23:58:21 UTC 2024), timeoutSeconds=-1, nr operations = 0]@7a6a5e50 2024-06-28 23:58:21,078 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@6b6dcb21[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:21,078 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.007825 ms 2024-06-28 23:58:21,078 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [26864b2e-d497-4e7a-82fe-3431e881b310] 2024-06-28 23:58:21,079 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:58:21,080 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:58:21,080 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 4c2ee9c4-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:21,081 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:21,081 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 20.241867 ms 2024-06-28 23:58:21,081 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:21,082 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:21,082 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:21,083 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1396011615'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:21,084 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:21,085 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 4c324534-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom84] 2024-06-28 23:58:21,085 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4c324537-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4c324534-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4c324534-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5eacfcd2, true, {}] 2024-06-28 23:58:21,086 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@65481ebb - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom84] 2024-06-28 23:58:21,086 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4c326c48-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4c324534-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4c324534-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@70768451, true, {}] 2024-06-28 23:58:21,087 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 4c326c48-35aa-11ef-ab26-0a580a2845c5 with parameters: [scout.mom.requestreply.cancellation, [MULTICAST], true] 2024-06-28 23:58:21,087 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@548e4c35 2024-06-28 23:58:21,087 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=cf643731-9d76-46de-b9fd-639751da55fc, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:21,088 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@2d0e4b2e 2024-06-28 23:58:21,088 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, cf643731-9d76-46de-b9fd-639751da55fc, null, 0, false, true, null] 2024-06-28 23:58:21,089 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4c32e17a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4c324534-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4c324534-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6135e177, true, {}] 2024-06-28 23:58:21,090 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=test/mom/testQueueRequestReplyTimeout, address=test/mom/testQueueRequestReplyTimeout, routingType=ANYCAST, filterString=null, durable=true, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=false, autoCreateAddress=null, internal=null, transient=null, autoCreated=true, fqqn=null]] 2024-06-28 23:58:21,090 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@47855307 2024-06-28 23:58:21,090 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@3b8fa9af 2024-06-28 23:58:21,090 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyTimeout, null, 0, false, true, null] 2024-06-28 23:58:21,091 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4c332f9c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4c324534-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4c324534-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1d1b40dd, true, {}] 2024-06-28 23:58:21,091 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=8933e75a-a623-4050-aa2f-6137784cea3f, address=8933e75a-a623-4050-aa2f-6137784cea3f, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:21,092 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@158ae4c6 2024-06-28 23:58:21,092 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@7e933125 2024-06-28 23:58:21,092 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 8933e75a-a623-4050-aa2f-6137784cea3f, null, 0, false, true, null] 2024-06-28 23:58:21,094 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2794, durable=true, userID=4c337dbf-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:21 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyTimeout, size=933, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-cd781826-d176-49e5-886b-0104404d09bb, JMSReplyTo=temp-queue://8933e75a-a623-4050-aa2f-6137784cea3f, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1079458123, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyTimeout, routingType=ANYCAST, PreviousAddress=test/mom/testQueueRequestReplyTimeout previousRoute:ANYCAST, reusable=true, version=-2147483441) .................................................. ***** durable queues test/mom/testQueueRequestReplyTimeout: - queueID=2783 address:test/mom/testQueueRequestReplyTimeout name:test/mom/testQueueRequestReplyTimeout filter:null ***** non durable for test/mom/testQueueRequestReplyTimeout: .................................................. , transaction: null 2024-06-28 23:58:21,097 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueueRequestReplyTimeout: Reference[2794]:RELIABLE:CoreMessage[messageID=2794, durable=true, userID=4c337dbf-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:21 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyTimeout, size=933, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-cd781826-d176-49e5-886b-0104404d09bb, JMSReplyTo=temp-queue://8933e75a-a623-4050-aa2f-6137784cea3f, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1079458123 2024-06-28 23:58:21,098 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueueRequestReplyTimeout: CoreMessage[messageID=2794, durable=true, userID=4c337dbf-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:21 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyTimeout, size=933, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-cd781826-d176-49e5-886b-0104404d09bb, JMSReplyTo=temp-queue://8933e75a-a623-4050-aa2f-6137784cea3f, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1079458123 to transaction: TransactionImpl [xid=null, txID=2795, xid=null, state=ACTIVE, createTime=1719619101098(Fri Jun 28 23:58:21 UTC 2024), timeoutSeconds=-1, nr operations = 1]@75ed853e 2024-06-28 23:58:21,101 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueueRequestReplyTimeout: CoreMessage[messageID=2794, durable=true, userID=4c337dbf-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:21 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyTimeout, size=933, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-cd781826-d176-49e5-886b-0104404d09bb, JMSReplyTo=temp-queue://8933e75a-a623-4050-aa2f-6137784cea3f, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1079458123, transaction: TransactionImpl [xid=null, txID=2795, xid=null, state=COMMITTED, createTime=1719619101098(Fri Jun 28 23:58:21 UTC 2024), timeoutSeconds=-1, nr operations = 0]@75ed853e 2024-06-28 23:58:26,092 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:481) - Request job canceled; java.lang.InterruptedException - MDC[jobName=request on test/mom/testQueueRequestReplyTimeout, activemq.broker=mom71] 2024-06-28 23:58:26,092 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f2e4730-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4c324534-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4c324534-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2e99c5d4, true, {}] 2024-06-28 23:58:26,093 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2802, durable=true, userID=4f2e6e42-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=scout.mom.requestreply.cancellation, size=513, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-cd781826-d176-49e5-886b-0104404d09bb, _AMQ_ROUTING_TYPE=0]]@1865011092, context: RoutingContextImpl(Address=scout.mom.requestreply.cancellation, routingType=MULTICAST, PreviousAddress=scout.mom.requestreply.cancellation previousRoute:MULTICAST, reusable=true, version=-2147483442) .................................................. ***** durable queues scout.mom.requestreply.cancellation: ***** non durable for scout.mom.requestreply.cancellation: - queueID=2775 address:scout.mom.requestreply.cancellation name:cf643731-9d76-46de-b9fd-639751da55fc filter:null .................................................. , transaction: null 2024-06-28 23:58:26,093 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from cf643731-9d76-46de-b9fd-639751da55fc: Reference[2802]:RELIABLE:CoreMessage[messageID=2802, durable=true, userID=4f2e6e42-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=scout.mom.requestreply.cancellation, size=513, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-cd781826-d176-49e5-886b-0104404d09bb, _AMQ_ROUTING_TYPE=0]]@1865011092 2024-06-28 23:58:26,094 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from cf643731-9d76-46de-b9fd-639751da55fc: CoreMessage[messageID=2802, durable=true, userID=4f2e6e42-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=scout.mom.requestreply.cancellation, size=513, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-cd781826-d176-49e5-886b-0104404d09bb, _AMQ_ROUTING_TYPE=0]]@1865011092 to transaction: TransactionImpl [xid=null, txID=2805, xid=null, state=ACTIVE, createTime=1719619106094(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 1]@196660e8 2024-06-28 23:58:26,094 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4667c6d9] 2024-06-28 23:58:26,094 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from cf643731-9d76-46de-b9fd-639751da55fc: CoreMessage[messageID=2802, durable=true, userID=4f2e6e42-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=scout.mom.requestreply.cancellation, size=513, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-cd781826-d176-49e5-886b-0104404d09bb, _AMQ_ROUTING_TYPE=0]]@1865011092, transaction: TransactionImpl [xid=null, txID=2805, xid=null, state=COMMITTED, createTime=1719619106094(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 0]@196660e8 2024-06-28 23:58:26,095 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@1570ba76[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:26,095 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.006509 ms 2024-06-28 23:58:26,095 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [cf643731-9d76-46de-b9fd-639751da55fc] 2024-06-28 23:58:26,096 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:58:26,096 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:58:26,097 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 4c324534-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:26,098 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:26,098 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 5015.541159 ms 2024-06-28 23:58:26,098 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:26,099 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:26,099 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:26,099 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1768806569'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:26,101 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:26,101 INFO [scout-thread-24] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 4f2fa6c4-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom86] 2024-06-28 23:58:26,102 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f2fcdd7-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f2fa6c4-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f2fa6c4-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@32f10327, true, {}] 2024-06-28 23:58:26,103 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@42965882 - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom86] 2024-06-28 23:58:26,103 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f2ff4e8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f2fa6c4-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f2fa6c4-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@79c87a43, true, {}] 2024-06-28 23:58:26,103 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 4f2ff4e8-35aa-11ef-ab26-0a580a2845c5 with parameters: [scout.mom.requestreply.cancellation, [MULTICAST], true] 2024-06-28 23:58:26,104 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@5f1d71ab 2024-06-28 23:58:26,104 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=7b2f6869-beb1-408a-9e09-d7ca3b0bcd74, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:26,105 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@15aa3835 2024-06-28 23:58:26,105 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 7b2f6869-beb1-408a-9e09-d7ca3b0bcd74, null, 0, false, true, null] 2024-06-28 23:58:26,106 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f30430a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f2fa6c4-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f2fa6c4-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@59ea2e1, true, {}] 2024-06-28 23:58:26,106 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=test/mom/testRequestReply_JsonMarshaller_Exception1, address=test/mom/testRequestReply_JsonMarshaller_Exception1, routingType=ANYCAST, filterString=null, durable=true, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=false, autoCreateAddress=null, internal=null, transient=null, autoCreated=true, fqqn=null]] 2024-06-28 23:58:26,106 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@26f99662 2024-06-28 23:58:26,107 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@462e500c 2024-06-28 23:58:26,107 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReply_JsonMarshaller_Exception1, null, 0, false, true, null] 2024-06-28 23:58:26,108 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f30b83c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f2fa6c4-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f2fa6c4-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@73bd6500, true, {}] 2024-06-28 23:58:26,109 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=75e605ff-8eda-4589-b6f5-d4c82ae3456b, address=75e605ff-8eda-4589-b6f5-d4c82ae3456b, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:26,109 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@1d64bab 2024-06-28 23:58:26,110 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@5ede3784 2024-06-28 23:58:26,110 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 75e605ff-8eda-4589-b6f5-d4c82ae3456b, null, 0, false, true, null] 2024-06-28 23:58:26,111 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2855, durable=true, userID=4f312d6f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReply_JsonMarshaller_Exception1, size=831, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-d8242079-4f1b-4eec-ac8b-5ef9d3103893, JMSReplyTo=temp-queue://75e605ff-8eda-4589-b6f5-d4c82ae3456b, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1806156725, context: RoutingContextImpl(Address=test/mom/testRequestReply_JsonMarshaller_Exception1, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReply_JsonMarshaller_Exception1 previousRoute:ANYCAST, reusable=true, version=-2147483436) .................................................. ***** durable queues test/mom/testRequestReply_JsonMarshaller_Exception1: - queueID=2844 address:test/mom/testRequestReply_JsonMarshaller_Exception1 name:test/mom/testRequestReply_JsonMarshaller_Exception1 filter:null ***** non durable for test/mom/testRequestReply_JsonMarshaller_Exception1: .................................................. , transaction: null 2024-06-28 23:58:26,112 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReply_JsonMarshaller_Exception1: Reference[2855]:RELIABLE:CoreMessage[messageID=2855, durable=true, userID=4f312d6f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReply_JsonMarshaller_Exception1, size=831, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-d8242079-4f1b-4eec-ac8b-5ef9d3103893, JMSReplyTo=temp-queue://75e605ff-8eda-4589-b6f5-d4c82ae3456b, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1806156725 2024-06-28 23:58:26,112 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReply_JsonMarshaller_Exception1: CoreMessage[messageID=2855, durable=true, userID=4f312d6f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReply_JsonMarshaller_Exception1, size=831, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-d8242079-4f1b-4eec-ac8b-5ef9d3103893, JMSReplyTo=temp-queue://75e605ff-8eda-4589-b6f5-d4c82ae3456b, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1806156725 to transaction: TransactionImpl [xid=null, txID=2856, xid=null, state=ACTIVE, createTime=1719619106112(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 1]@1cc538ff 2024-06-28 23:58:26,112 ERROR [scout-thread-21] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:137) - 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=96595c40-8cad-441e-9d44-eaf16ec18e73, activemq.broker=mom57] org.eclipse.scout.rt.mom.jms.JmsMomWithRequestReplyTest$SomethingWrongException: expected-expected-junit-exception at org.eclipse.scout.rt.mom.jms.JmsMomWithRequestReplyTest.testRequestReply_JsonMarshaller_Exception1(JmsMomWithRequestReplyTest.java:649) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:75) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:37) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) 2024-06-28 23:58:26,113 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f317b90-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f2fa6c4-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f2fa6c4-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3787f493, true, {}] 2024-06-28 23:58:26,114 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2859, durable=true, userID=4f31a2a2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=75e605ff-8eda-4589-b6f5-d4c82ae3456b, size=1391, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-d8242079-4f1b-4eec-ac8b-5ef9d3103893, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomWithRequestReplyTest$SomethingWrongException","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"false"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=96595c40-8cad-441e-9d44-eaf16ec18e73]]@1246107395, context: RoutingContextImpl(Address=75e605ff-8eda-4589-b6f5-d4c82ae3456b, routingType=ANYCAST, PreviousAddress=75e605ff-8eda-4589-b6f5-d4c82ae3456b previousRoute:ANYCAST, reusable=true, version=-2147483435) .................................................. ***** durable queues 75e605ff-8eda-4589-b6f5-d4c82ae3456b: ***** non durable for 75e605ff-8eda-4589-b6f5-d4c82ae3456b: - queueID=2851 address:75e605ff-8eda-4589-b6f5-d4c82ae3456b name:75e605ff-8eda-4589-b6f5-d4c82ae3456b filter:null .................................................. , transaction: null 2024-06-28 23:58:26,114 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 75e605ff-8eda-4589-b6f5-d4c82ae3456b: Reference[2859]:RELIABLE:CoreMessage[messageID=2859, durable=true, userID=4f31a2a2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=75e605ff-8eda-4589-b6f5-d4c82ae3456b, size=1391, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-d8242079-4f1b-4eec-ac8b-5ef9d3103893, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomWithRequestReplyTest$SomethingWrongException","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"false"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=96595c40-8cad-441e-9d44-eaf16ec18e73]]@1246107395 2024-06-28 23:58:26,115 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 75e605ff-8eda-4589-b6f5-d4c82ae3456b: CoreMessage[messageID=2859, durable=true, userID=4f31a2a2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=75e605ff-8eda-4589-b6f5-d4c82ae3456b, size=1391, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-d8242079-4f1b-4eec-ac8b-5ef9d3103893, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomWithRequestReplyTest$SomethingWrongException","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"false"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=96595c40-8cad-441e-9d44-eaf16ec18e73]]@1246107395 to transaction: TransactionImpl [xid=null, txID=2862, xid=null, state=ACTIVE, createTime=1719619106115(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 1]@5e2b4375 2024-06-28 23:58:26,115 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 75e605ff-8eda-4589-b6f5-d4c82ae3456b: CoreMessage[messageID=2859, durable=true, userID=4f31a2a2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=75e605ff-8eda-4589-b6f5-d4c82ae3456b, size=1391, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-d8242079-4f1b-4eec-ac8b-5ef9d3103893, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomWithRequestReplyTest$SomethingWrongException","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"false"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=96595c40-8cad-441e-9d44-eaf16ec18e73]]@1246107395, transaction: TransactionImpl [xid=null, txID=2862, xid=null, state=COMMITTED, createTime=1719619106115(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 0]@5e2b4375 2024-06-28 23:58:26,115 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReply_JsonMarshaller_Exception1: CoreMessage[messageID=2855, durable=true, userID=4f312d6f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReply_JsonMarshaller_Exception1, size=831, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-d8242079-4f1b-4eec-ac8b-5ef9d3103893, JMSReplyTo=temp-queue://75e605ff-8eda-4589-b6f5-d4c82ae3456b, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1806156725, transaction: TransactionImpl [xid=null, txID=2856, xid=null, state=COMMITTED, createTime=1719619106112(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 0]@1cc538ff 2024-06-28 23:58:26,115 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f31c9b3-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f2fa6c4-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f2fa6c4-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@401cd03c, true, {}] 2024-06-28 23:58:26,116 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [75e605ff-8eda-4589-b6f5-d4c82ae3456b] 2024-06-28 23:58:26,117 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2e10f765] 2024-06-28 23:58:26,118 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@f0b28ea[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:26,118 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.007435 ms 2024-06-28 23:58:26,118 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [7b2f6869-beb1-408a-9e09-d7ca3b0bcd74] 2024-06-28 23:58:26,119 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:58:26,119 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:58:26,120 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 4f2fa6c4-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:26,120 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:26,120 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 21.539827 ms 2024-06-28 23:58:26,120 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:26,121 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:26,122 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:26,122 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 277618521'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:26,124 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:26,124 INFO [scout-thread-19] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 4f332945-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom85] 2024-06-28 23:58:26,125 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f335058-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f332945-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f332945-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@39564b8c, true, {}] 2024-06-28 23:58:26,126 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@40f9e8e3 - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom85] 2024-06-28 23:58:26,126 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f337769-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f332945-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f332945-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@48ce6a83, true, {}] 2024-06-28 23:58:26,126 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 4f337769-35aa-11ef-ab26-0a580a2845c5 with parameters: [scout.mom.requestreply.cancellation, [MULTICAST], true] 2024-06-28 23:58:26,126 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@6bd3e71f 2024-06-28 23:58:26,127 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=9d96cb37-2ed3-429a-a801-42357d3812c6, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:26,127 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@2b984262 2024-06-28 23:58:26,128 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 9d96cb37-2ed3-429a-a801-42357d3812c6, null, 0, false, true, null] 2024-06-28 23:58:26,128 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f33c58b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f332945-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f332945-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@477b903c, true, {}] 2024-06-28 23:58:26,129 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=test/mom/testRequestReply_JsonMarshaller_Exception2, address=test/mom/testRequestReply_JsonMarshaller_Exception2, routingType=ANYCAST, filterString=null, durable=true, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=false, autoCreateAddress=null, internal=null, transient=null, autoCreated=true, fqqn=null]] 2024-06-28 23:58:26,129 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@225d4596 2024-06-28 23:58:26,130 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@58d9a0d1 2024-06-28 23:58:26,130 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReply_JsonMarshaller_Exception2, null, 0, false, true, null] 2024-06-28 23:58:26,131 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f343abd-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f332945-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f332945-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5f7753e7, true, {}] 2024-06-28 23:58:26,131 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=86747628-aeea-4de6-a69b-e1c74dbc5b1a, address=86747628-aeea-4de6-a69b-e1c74dbc5b1a, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:26,131 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@4c2b906f 2024-06-28 23:58:26,132 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@5588bb66 2024-06-28 23:58:26,132 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 86747628-aeea-4de6-a69b-e1c74dbc5b1a, null, 0, false, true, null] 2024-06-28 23:58:26,133 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2920, durable=true, userID=4f3488e0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReply_JsonMarshaller_Exception2, size=831, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5f588bb5-26da-4332-8830-8e3d27b85037, JMSReplyTo=temp-queue://86747628-aeea-4de6-a69b-e1c74dbc5b1a, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1833485372, context: RoutingContextImpl(Address=test/mom/testRequestReply_JsonMarshaller_Exception2, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReply_JsonMarshaller_Exception2 previousRoute:ANYCAST, reusable=true, version=-2147483431) .................................................. ***** durable queues test/mom/testRequestReply_JsonMarshaller_Exception2: - queueID=2909 address:test/mom/testRequestReply_JsonMarshaller_Exception2 name:test/mom/testRequestReply_JsonMarshaller_Exception2 filter:null ***** non durable for test/mom/testRequestReply_JsonMarshaller_Exception2: .................................................. , transaction: null 2024-06-28 23:58:26,134 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReply_JsonMarshaller_Exception2: Reference[2920]:RELIABLE:CoreMessage[messageID=2920, durable=true, userID=4f3488e0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReply_JsonMarshaller_Exception2, size=831, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5f588bb5-26da-4332-8830-8e3d27b85037, JMSReplyTo=temp-queue://86747628-aeea-4de6-a69b-e1c74dbc5b1a, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1833485372 2024-06-28 23:58:26,134 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReply_JsonMarshaller_Exception2: CoreMessage[messageID=2920, durable=true, userID=4f3488e0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReply_JsonMarshaller_Exception2, size=831, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5f588bb5-26da-4332-8830-8e3d27b85037, JMSReplyTo=temp-queue://86747628-aeea-4de6-a69b-e1c74dbc5b1a, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1833485372 to transaction: TransactionImpl [xid=null, txID=2921, xid=null, state=ACTIVE, createTime=1719619106134(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 1]@7ef786cf 2024-06-28 23:58:26,135 INFO [scout-thread-21] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:108) - VetoException: undefined [severity=ERROR] - MDC[jobName=Receiving JMS message [dest=Destination@dbe9510d[name=test/mom/testRequestReply_JsonMarshaller_Exception2, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=ba2e8417-bd6d-483b-9d87-83820bd64b90, activemq.broker=mom57] 2024-06-28 23:58:26,135 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f34d701-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f332945-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f332945-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5ef0412d, true, {}] 2024-06-28 23:58:26,136 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2924, durable=true, userID=4f34fe13-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=86747628-aeea-4de6-a69b-e1c74dbc5b1a, size=1257, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5f588bb5-26da-4332-8830-8e3d27b85037, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.RuntimeException","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"false"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=ba2e8417-bd6d-483b-9d87-83820bd64b90]]@2128746182, context: RoutingContextImpl(Address=86747628-aeea-4de6-a69b-e1c74dbc5b1a, routingType=ANYCAST, PreviousAddress=86747628-aeea-4de6-a69b-e1c74dbc5b1a previousRoute:ANYCAST, reusable=true, version=-2147483430) .................................................. ***** durable queues 86747628-aeea-4de6-a69b-e1c74dbc5b1a: ***** non durable for 86747628-aeea-4de6-a69b-e1c74dbc5b1a: - queueID=2916 address:86747628-aeea-4de6-a69b-e1c74dbc5b1a name:86747628-aeea-4de6-a69b-e1c74dbc5b1a filter:null .................................................. , transaction: null 2024-06-28 23:58:26,136 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 86747628-aeea-4de6-a69b-e1c74dbc5b1a: Reference[2924]:RELIABLE:CoreMessage[messageID=2924, durable=true, userID=4f34fe13-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=86747628-aeea-4de6-a69b-e1c74dbc5b1a, size=1257, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5f588bb5-26da-4332-8830-8e3d27b85037, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.RuntimeException","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"false"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=ba2e8417-bd6d-483b-9d87-83820bd64b90]]@2128746182 2024-06-28 23:58:26,137 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 86747628-aeea-4de6-a69b-e1c74dbc5b1a: CoreMessage[messageID=2924, durable=true, userID=4f34fe13-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=86747628-aeea-4de6-a69b-e1c74dbc5b1a, size=1257, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5f588bb5-26da-4332-8830-8e3d27b85037, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.RuntimeException","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"false"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=ba2e8417-bd6d-483b-9d87-83820bd64b90]]@2128746182 to transaction: TransactionImpl [xid=null, txID=2927, xid=null, state=ACTIVE, createTime=1719619106136(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 1]@765cc6ee 2024-06-28 23:58:26,137 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 86747628-aeea-4de6-a69b-e1c74dbc5b1a: CoreMessage[messageID=2924, durable=true, userID=4f34fe13-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=86747628-aeea-4de6-a69b-e1c74dbc5b1a, size=1257, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5f588bb5-26da-4332-8830-8e3d27b85037, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.RuntimeException","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"false"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=ba2e8417-bd6d-483b-9d87-83820bd64b90]]@2128746182, transaction: TransactionImpl [xid=null, txID=2927, xid=null, state=COMMITTED, createTime=1719619106136(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 0]@765cc6ee 2024-06-28 23:58:26,137 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReply_JsonMarshaller_Exception2: CoreMessage[messageID=2920, durable=true, userID=4f3488e0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReply_JsonMarshaller_Exception2, size=831, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5f588bb5-26da-4332-8830-8e3d27b85037, JMSReplyTo=temp-queue://86747628-aeea-4de6-a69b-e1c74dbc5b1a, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1833485372, transaction: TransactionImpl [xid=null, txID=2921, xid=null, state=COMMITTED, createTime=1719619106134(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 0]@7ef786cf 2024-06-28 23:58:26,137 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f352524-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f332945-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f332945-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2fe0b2b8, true, {}] 2024-06-28 23:58:26,138 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [86747628-aeea-4de6-a69b-e1c74dbc5b1a] 2024-06-28 23:58:26,139 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1d3bf0af] 2024-06-28 23:58:26,140 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@57f9cd56[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:26,140 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.006835 ms 2024-06-28 23:58:26,140 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [9d96cb37-2ed3-429a-a801-42357d3812c6] 2024-06-28 23:58:26,141 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:58:26,141 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:58:26,142 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 4f332945-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:26,142 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:26,142 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 20.663426 ms 2024-06-28 23:58:26,142 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:26,143 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:26,143 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:26,144 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 125576388'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:26,145 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:26,146 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 4f3684b6-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom84] 2024-06-28 23:58:26,146 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f3684b9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f3684b6-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f3684b6-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@14faf37, true, {}] 2024-06-28 23:58:26,147 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@22177dec - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom84] 2024-06-28 23:58:26,147 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f36abca-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f3684b6-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f3684b6-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@45349de8, true, {}] 2024-06-28 23:58:26,148 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 4f36abca-35aa-11ef-ab26-0a580a2845c5 with parameters: [scout.mom.requestreply.cancellation, [MULTICAST], true] 2024-06-28 23:58:26,148 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@4ee92b9b 2024-06-28 23:58:26,148 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=4d3357e1-2b1d-4cce-9664-2c119094a386, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:26,149 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@471a2e8c 2024-06-28 23:58:26,149 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 4d3357e1-2b1d-4cce-9664-2c119094a386, null, 0, false, true, null] 2024-06-28 23:58:26,150 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f3720fc-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f3684b6-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f3684b6-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7c0d151f, true, {}] 2024-06-28 23:58:26,150 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 4f3720fc-35aa-11ef-ab26-0a580a2845c5 with parameters: [test/mom/testQueueRequestReplyJsonObjectMarshaller, [MULTICAST], true] 2024-06-28 23:58:26,151 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@6a7415b7 2024-06-28 23:58:26,151 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=97e2af59-16af-4065-b286-7b198dc7fd3a, address=test/mom/testQueueRequestReplyJsonObjectMarshaller, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:26,151 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@13ab2f4c 2024-06-28 23:58:26,152 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 97e2af59-16af-4065-b286-7b198dc7fd3a, null, 0, false, true, null] 2024-06-28 23:58:26,152 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f376f1e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f3684b6-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f3684b6-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7213c825, true, {}] 2024-06-28 23:58:26,153 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=838d3725-bb7f-4fcf-a76b-84d1194d5597, address=838d3725-bb7f-4fcf-a76b-84d1194d5597, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:26,153 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@2ef8ef5f 2024-06-28 23:58:26,154 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@6cfbc5b1 2024-06-28 23:58:26,154 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 838d3725-bb7f-4fcf-a76b-84d1194d5597, null, 0, false, true, null] 2024-06-28 23:58:26,155 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2984, durable=true, userID=4f37e451-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyJsonObjectMarshaller, size=1097, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-8e87f231-0064-4275-a78b-e1aecf0938cb, JMSReplyTo=temp-queue://838d3725-bb7f-4fcf-a76b-84d1194d5597, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@1968367698, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyJsonObjectMarshaller, routingType=MULTICAST, PreviousAddress=test/mom/testQueueRequestReplyJsonObjectMarshaller previousRoute:MULTICAST, reusable=true, version=-2147483426) .................................................. ***** durable queues test/mom/testQueueRequestReplyJsonObjectMarshaller: ***** non durable for test/mom/testQueueRequestReplyJsonObjectMarshaller: - queueID=2974 address:test/mom/testQueueRequestReplyJsonObjectMarshaller name:97e2af59-16af-4065-b286-7b198dc7fd3a filter:null .................................................. , transaction: null 2024-06-28 23:58:26,156 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 97e2af59-16af-4065-b286-7b198dc7fd3a: Reference[2984]:RELIABLE:CoreMessage[messageID=2984, durable=true, userID=4f37e451-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyJsonObjectMarshaller, size=1097, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-8e87f231-0064-4275-a78b-e1aecf0938cb, JMSReplyTo=temp-queue://838d3725-bb7f-4fcf-a76b-84d1194d5597, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@1968367698 2024-06-28 23:58:26,156 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 97e2af59-16af-4065-b286-7b198dc7fd3a: CoreMessage[messageID=2984, durable=true, userID=4f37e451-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyJsonObjectMarshaller, size=1097, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-8e87f231-0064-4275-a78b-e1aecf0938cb, JMSReplyTo=temp-queue://838d3725-bb7f-4fcf-a76b-84d1194d5597, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@1968367698 to transaction: TransactionImpl [xid=null, txID=2985, xid=null, state=ACTIVE, createTime=1719619106156(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 1]@3676b0c8 2024-06-28 23:58:26,156 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 97e2af59-16af-4065-b286-7b198dc7fd3a: CoreMessage[messageID=2984, durable=true, userID=4f37e451-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyJsonObjectMarshaller, size=1097, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-8e87f231-0064-4275-a78b-e1aecf0938cb, JMSReplyTo=temp-queue://838d3725-bb7f-4fcf-a76b-84d1194d5597, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@1968367698, transaction: TransactionImpl [xid=null, txID=2985, xid=null, state=COMMITTED, createTime=1719619106156(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 0]@3676b0c8 2024-06-28 23:58:26,157 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f380b62-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f3684b6-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f3684b6-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7c801576, true, {}] 2024-06-28 23:58:26,158 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2988, durable=true, userID=4f383274-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=838d3725-bb7f-4fcf-a76b-84d1194d5597, size=1133, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-8e87f231-0064-4275-a78b-e1aecf0938cb, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=34bdb1c3-aa95-4918-9c3b-cfcf5b4bcbbd]]@2051823742, context: RoutingContextImpl(Address=838d3725-bb7f-4fcf-a76b-84d1194d5597, routingType=ANYCAST, PreviousAddress=838d3725-bb7f-4fcf-a76b-84d1194d5597 previousRoute:ANYCAST, reusable=true, version=-2147483425) .................................................. ***** durable queues 838d3725-bb7f-4fcf-a76b-84d1194d5597: ***** non durable for 838d3725-bb7f-4fcf-a76b-84d1194d5597: - queueID=2980 address:838d3725-bb7f-4fcf-a76b-84d1194d5597 name:838d3725-bb7f-4fcf-a76b-84d1194d5597 filter:null .................................................. , transaction: null 2024-06-28 23:58:26,158 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 838d3725-bb7f-4fcf-a76b-84d1194d5597: Reference[2988]:RELIABLE:CoreMessage[messageID=2988, durable=true, userID=4f383274-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=838d3725-bb7f-4fcf-a76b-84d1194d5597, size=1133, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-8e87f231-0064-4275-a78b-e1aecf0938cb, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=34bdb1c3-aa95-4918-9c3b-cfcf5b4bcbbd]]@2051823742 2024-06-28 23:58:26,158 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 838d3725-bb7f-4fcf-a76b-84d1194d5597: CoreMessage[messageID=2988, durable=true, userID=4f383274-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=838d3725-bb7f-4fcf-a76b-84d1194d5597, size=1133, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-8e87f231-0064-4275-a78b-e1aecf0938cb, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=34bdb1c3-aa95-4918-9c3b-cfcf5b4bcbbd]]@2051823742 to transaction: TransactionImpl [xid=null, txID=2991, xid=null, state=ACTIVE, createTime=1719619106158(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 1]@1898fd2a 2024-06-28 23:58:26,158 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 838d3725-bb7f-4fcf-a76b-84d1194d5597: CoreMessage[messageID=2988, durable=true, userID=4f383274-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=838d3725-bb7f-4fcf-a76b-84d1194d5597, size=1133, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-8e87f231-0064-4275-a78b-e1aecf0938cb, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=34bdb1c3-aa95-4918-9c3b-cfcf5b4bcbbd]]@2051823742, transaction: TransactionImpl [xid=null, txID=2991, xid=null, state=COMMITTED, createTime=1719619106158(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 0]@1898fd2a 2024-06-28 23:58:26,159 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f388095-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f3684b6-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f3684b6-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@313a233, true, {}] 2024-06-28 23:58:26,159 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [838d3725-bb7f-4fcf-a76b-84d1194d5597] 2024-06-28 23:58:26,161 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@7d6ccad7, org.eclipse.scout.rt.mom.jms.JmsSubscription@4d9ad37e] 2024-06-28 23:58:26,161 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [97e2af59-16af-4065-b286-7b198dc7fd3a] 2024-06-28 23:58:26,162 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@7e8608ec[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:26,162 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.006950 ms 2024-06-28 23:58:26,162 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [4d3357e1-2b1d-4cce-9664-2c119094a386] 2024-06-28 23:58:26,163 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:58:26,163 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:58:26,164 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 4f3684b6-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:26,164 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:26,164 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 20.883207 ms 2024-06-28 23:58:26,164 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:26,165 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:26,165 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:26,166 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1565630662'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:26,167 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:26,168 INFO [scout-thread-24] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 4f39e027-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom86] 2024-06-28 23:58:26,169 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f39e02a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f39e027-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f39e027-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4d20a150, true, {}] 2024-06-28 23:58:26,169 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@66324508 - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom86] 2024-06-28 23:58:26,170 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f3a073b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f39e027-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f39e027-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@783ebf17, true, {}] 2024-06-28 23:58:26,170 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 4f3a073b-35aa-11ef-ab26-0a580a2845c5 with parameters: [scout.mom.requestreply.cancellation, [MULTICAST], true] 2024-06-28 23:58:26,170 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@2af4c702 2024-06-28 23:58:26,171 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=c7011e68-981e-4fd8-9b9f-70a8cb58ded2, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:26,171 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@6a8f9fda 2024-06-28 23:58:26,172 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, c7011e68-981e-4fd8-9b9f-70a8cb58ded2, null, 0, false, true, null] 2024-06-28 23:58:26,172 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f3a7c6d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f39e027-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f39e027-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@386e5e8c, true, {}] 2024-06-28 23:58:26,173 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=test/momtestQueueRequestReply, address=test/momtestQueueRequestReply, routingType=ANYCAST, filterString=null, durable=true, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=false, autoCreateAddress=null, internal=null, transient=null, autoCreated=true, fqqn=null]] 2024-06-28 23:58:26,173 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@105f6574 2024-06-28 23:58:26,173 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@19267b6e 2024-06-28 23:58:26,174 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/momtestQueueRequestReply, null, 0, false, true, null] 2024-06-28 23:58:26,174 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f3aca8f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f39e027-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f39e027-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3e458aae, true, {}] 2024-06-28 23:58:26,175 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=edab068f-1ba9-482c-b5d9-e2a939398ffe, address=edab068f-1ba9-482c-b5d9-e2a939398ffe, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:26,175 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@472bb6dc 2024-06-28 23:58:26,175 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@556a46fe 2024-06-28 23:58:26,176 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, edab068f-1ba9-482c-b5d9-e2a939398ffe, null, 0, false, true, null] 2024-06-28 23:58:26,177 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3056, durable=true, userID=4f3b18b2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/momtestQueueRequestReply, size=917, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-cec3e461-c5d3-41ff-9091-ec5234acc39e, JMSReplyTo=temp-queue://edab068f-1ba9-482c-b5d9-e2a939398ffe, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@637162355, context: RoutingContextImpl(Address=test/momtestQueueRequestReply, routingType=ANYCAST, PreviousAddress=test/momtestQueueRequestReply previousRoute:ANYCAST, reusable=true, version=-2147483420) .................................................. ***** durable queues test/momtestQueueRequestReply: - queueID=3045 address:test/momtestQueueRequestReply name:test/momtestQueueRequestReply filter:null ***** non durable for test/momtestQueueRequestReply: .................................................. , transaction: null 2024-06-28 23:58:26,177 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/momtestQueueRequestReply: Reference[3056]:RELIABLE:CoreMessage[messageID=3056, durable=true, userID=4f3b18b2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/momtestQueueRequestReply, size=917, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-cec3e461-c5d3-41ff-9091-ec5234acc39e, JMSReplyTo=temp-queue://edab068f-1ba9-482c-b5d9-e2a939398ffe, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@637162355 2024-06-28 23:58:26,178 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/momtestQueueRequestReply: CoreMessage[messageID=3056, durable=true, userID=4f3b18b2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/momtestQueueRequestReply, size=917, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-cec3e461-c5d3-41ff-9091-ec5234acc39e, JMSReplyTo=temp-queue://edab068f-1ba9-482c-b5d9-e2a939398ffe, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@637162355 to transaction: TransactionImpl [xid=null, txID=3057, xid=null, state=ACTIVE, createTime=1719619106178(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 1]@6d3dd4e3 2024-06-28 23:58:26,178 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f3b66d3-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f39e027-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f39e027-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@268957f4, true, {}] 2024-06-28 23:58:26,180 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3060, durable=true, userID=4f3b8de5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=edab068f-1ba9-482c-b5d9-e2a939398ffe, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-cec3e461-c5d3-41ff-9091-ec5234acc39e, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=b5c716ae-4f60-457f-935d-6958f698abfb]]@1893827301, context: RoutingContextImpl(Address=edab068f-1ba9-482c-b5d9-e2a939398ffe, routingType=ANYCAST, PreviousAddress=edab068f-1ba9-482c-b5d9-e2a939398ffe previousRoute:ANYCAST, reusable=true, version=-2147483419) .................................................. ***** durable queues edab068f-1ba9-482c-b5d9-e2a939398ffe: ***** non durable for edab068f-1ba9-482c-b5d9-e2a939398ffe: - queueID=3052 address:edab068f-1ba9-482c-b5d9-e2a939398ffe name:edab068f-1ba9-482c-b5d9-e2a939398ffe filter:null .................................................. , transaction: null 2024-06-28 23:58:26,180 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from edab068f-1ba9-482c-b5d9-e2a939398ffe: Reference[3060]:RELIABLE:CoreMessage[messageID=3060, durable=true, userID=4f3b8de5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=edab068f-1ba9-482c-b5d9-e2a939398ffe, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-cec3e461-c5d3-41ff-9091-ec5234acc39e, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=b5c716ae-4f60-457f-935d-6958f698abfb]]@1893827301 2024-06-28 23:58:26,180 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from edab068f-1ba9-482c-b5d9-e2a939398ffe: CoreMessage[messageID=3060, durable=true, userID=4f3b8de5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=edab068f-1ba9-482c-b5d9-e2a939398ffe, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-cec3e461-c5d3-41ff-9091-ec5234acc39e, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=b5c716ae-4f60-457f-935d-6958f698abfb]]@1893827301 to transaction: TransactionImpl [xid=null, txID=3063, xid=null, state=ACTIVE, createTime=1719619106180(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 1]@272ead5e 2024-06-28 23:58:26,180 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from edab068f-1ba9-482c-b5d9-e2a939398ffe: CoreMessage[messageID=3060, durable=true, userID=4f3b8de5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=edab068f-1ba9-482c-b5d9-e2a939398ffe, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-cec3e461-c5d3-41ff-9091-ec5234acc39e, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=b5c716ae-4f60-457f-935d-6958f698abfb]]@1893827301, transaction: TransactionImpl [xid=null, txID=3063, xid=null, state=COMMITTED, createTime=1719619106180(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 0]@272ead5e 2024-06-28 23:58:26,181 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/momtestQueueRequestReply: CoreMessage[messageID=3056, durable=true, userID=4f3b18b2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/momtestQueueRequestReply, size=917, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-cec3e461-c5d3-41ff-9091-ec5234acc39e, JMSReplyTo=temp-queue://edab068f-1ba9-482c-b5d9-e2a939398ffe, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@637162355, transaction: TransactionImpl [xid=null, txID=3057, xid=null, state=COMMITTED, createTime=1719619106178(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 0]@6d3dd4e3 2024-06-28 23:58:26,181 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f3bdc06-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f39e027-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f39e027-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@f8d5c03, true, {}] 2024-06-28 23:58:26,181 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [edab068f-1ba9-482c-b5d9-e2a939398ffe] 2024-06-28 23:58:26,183 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7a5a26b7] 2024-06-28 23:58:26,184 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@5c59c095[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:26,184 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.016041 ms 2024-06-28 23:58:26,184 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [c7011e68-981e-4fd8-9b9f-70a8cb58ded2] 2024-06-28 23:58:26,185 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:58:26,185 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:58:26,186 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 4f39e027-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:26,186 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:26,186 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 20.846571 ms 2024-06-28 23:58:26,186 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:26,187 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:26,187 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:26,188 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 269259554'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:26,189 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:26,190 INFO [scout-thread-19] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 4f3d3b98-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom85] 2024-06-28 23:58:26,190 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f3d3b9b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f3d3b98-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f3d3b98-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3f399e6d, true, {}] 2024-06-28 23:58:26,191 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@501069f7 - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom85] 2024-06-28 23:58:26,191 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f3d62ac-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f3d3b98-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f3d3b98-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2a47f41b, true, {}] 2024-06-28 23:58:26,192 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 4f3d62ac-35aa-11ef-ab26-0a580a2845c5 with parameters: [scout.mom.requestreply.cancellation, [MULTICAST], true] 2024-06-28 23:58:26,192 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@11cfbc0a 2024-06-28 23:58:26,193 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=1e6e3728-5871-4208-b422-93e6451afc6f, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:26,193 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@be8cbd1 2024-06-28 23:58:26,193 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 1e6e3728-5871-4208-b422-93e6451afc6f, null, 0, false, true, null] 2024-06-28 23:58:26,194 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f3dd7de-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f3d3b98-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f3d3b98-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1213f4d3, true, {}] 2024-06-28 23:58:26,194 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 4f3dd7de-35aa-11ef-ab26-0a580a2845c5 with parameters: [test/mom/testTopicRequestReplyCancellation, [MULTICAST], true] 2024-06-28 23:58:26,195 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@62ff27db 2024-06-28 23:58:26,195 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=467f54ee-a5e7-4f2c-b53e-746f75bdb80d, address=test/mom/testTopicRequestReplyCancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:26,195 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@5752e3ec 2024-06-28 23:58:26,196 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 467f54ee-a5e7-4f2c-b53e-746f75bdb80d, null, 0, false, true, null] 2024-06-28 23:58:26,197 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f3e4d10-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f3d3b98-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f3d3b98-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@53dbbe64, true, {}] 2024-06-28 23:58:26,197 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=196c98a5-fccd-49fe-a2cd-ec81e431b898, address=196c98a5-fccd-49fe-a2cd-ec81e431b898, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:26,197 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@1fbaf8e1 2024-06-28 23:58:26,198 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@56e70178 2024-06-28 23:58:26,199 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 196c98a5-fccd-49fe-a2cd-ec81e431b898, null, 0, false, true, null] 2024-06-28 23:58:26,200 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3120, durable=true, userID=4f3e9b33-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReplyCancellation, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-f985d115-b590-4663-a740-0b592c85132f, JMSReplyTo=temp-queue://196c98a5-fccd-49fe-a2cd-ec81e431b898, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@125244099, context: RoutingContextImpl(Address=test/mom/testTopicRequestReplyCancellation, routingType=MULTICAST, PreviousAddress=test/mom/testTopicRequestReplyCancellation previousRoute:MULTICAST, reusable=true, version=-2147483415) .................................................. ***** durable queues test/mom/testTopicRequestReplyCancellation: ***** non durable for test/mom/testTopicRequestReplyCancellation: - queueID=3110 address:test/mom/testTopicRequestReplyCancellation name:467f54ee-a5e7-4f2c-b53e-746f75bdb80d filter:null .................................................. , transaction: null 2024-06-28 23:58:26,200 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 467f54ee-a5e7-4f2c-b53e-746f75bdb80d: Reference[3120]:RELIABLE:CoreMessage[messageID=3120, durable=true, userID=4f3e9b33-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReplyCancellation, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-f985d115-b590-4663-a740-0b592c85132f, JMSReplyTo=temp-queue://196c98a5-fccd-49fe-a2cd-ec81e431b898, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@125244099 2024-06-28 23:58:26,201 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 467f54ee-a5e7-4f2c-b53e-746f75bdb80d: CoreMessage[messageID=3120, durable=true, userID=4f3e9b33-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReplyCancellation, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-f985d115-b590-4663-a740-0b592c85132f, JMSReplyTo=temp-queue://196c98a5-fccd-49fe-a2cd-ec81e431b898, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@125244099 to transaction: TransactionImpl [xid=null, txID=3121, xid=null, state=ACTIVE, createTime=1719619106200(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 1]@42202231 2024-06-28 23:58:26,201 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 467f54ee-a5e7-4f2c-b53e-746f75bdb80d: CoreMessage[messageID=3120, durable=true, userID=4f3e9b33-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReplyCancellation, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-f985d115-b590-4663-a740-0b592c85132f, JMSReplyTo=temp-queue://196c98a5-fccd-49fe-a2cd-ec81e431b898, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@125244099, transaction: TransactionImpl [xid=null, txID=3121, xid=null, state=COMMITTED, createTime=1719619106200(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 0]@42202231 2024-06-28 23:58:26,201 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:481) - Request job canceled; java.lang.InterruptedException - MDC[jobName=request on test/mom/testTopicRequestReplyCancellation, activemq.broker=mom57] 2024-06-28 23:58:26,202 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f3ee954-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f3d3b98-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f3d3b98-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4c60d02e, true, {}] 2024-06-28 23:58:26,202 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3128, durable=true, userID=4f3f1066-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=scout.mom.requestreply.cancellation, size=513, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-f985d115-b590-4663-a740-0b592c85132f, _AMQ_ROUTING_TYPE=0]]@585704469, context: RoutingContextImpl(Address=scout.mom.requestreply.cancellation, routingType=MULTICAST, PreviousAddress=scout.mom.requestreply.cancellation previousRoute:MULTICAST, reusable=true, version=-2147483416) .................................................. ***** durable queues scout.mom.requestreply.cancellation: ***** non durable for scout.mom.requestreply.cancellation: - queueID=3102 address:scout.mom.requestreply.cancellation name:1e6e3728-5871-4208-b422-93e6451afc6f filter:null .................................................. , transaction: null 2024-06-28 23:58:26,203 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 1e6e3728-5871-4208-b422-93e6451afc6f: Reference[3128]:RELIABLE:CoreMessage[messageID=3128, durable=true, userID=4f3f1066-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=scout.mom.requestreply.cancellation, size=513, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-f985d115-b590-4663-a740-0b592c85132f, _AMQ_ROUTING_TYPE=0]]@585704469 2024-06-28 23:58:26,203 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 1e6e3728-5871-4208-b422-93e6451afc6f: CoreMessage[messageID=3128, durable=true, userID=4f3f1066-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=scout.mom.requestreply.cancellation, size=513, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-f985d115-b590-4663-a740-0b592c85132f, _AMQ_ROUTING_TYPE=0]]@585704469 to transaction: TransactionImpl [xid=null, txID=3131, xid=null, state=ACTIVE, createTime=1719619106203(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 1]@35c4515d 2024-06-28 23:58:26,203 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 1e6e3728-5871-4208-b422-93e6451afc6f: CoreMessage[messageID=3128, durable=true, userID=4f3f1066-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=scout.mom.requestreply.cancellation, size=513, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-f985d115-b590-4663-a740-0b592c85132f, _AMQ_ROUTING_TYPE=0]]@585704469, transaction: TransactionImpl [xid=null, txID=3131, xid=null, state=COMMITTED, createTime=1719619106203(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 0]@35c4515d 2024-06-28 23:58:26,203 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4690a37e] 2024-06-28 23:58:26,204 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [467f54ee-a5e7-4f2c-b53e-746f75bdb80d] 2024-06-28 23:58:26,205 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@6249487c[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:26,205 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.007006 ms 2024-06-28 23:58:26,205 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [1e6e3728-5871-4208-b422-93e6451afc6f] 2024-06-28 23:58:26,206 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:58:26,206 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:58:26,207 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 4f3d3b98-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:26,237 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:26,237 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 49.355528 ms 2024-06-28 23:58:26,237 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:26,238 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:26,238 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:26,239 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 95236409'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:26,240 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:26,241 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 4f44dcc8-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom84] 2024-06-28 23:58:26,241 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f4503db-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f44dcc8-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f44dcc8-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@39c7522f, true, {}] 2024-06-28 23:58:26,242 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@5de38391 - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom84] 2024-06-28 23:58:26,242 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f452aec-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f44dcc8-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f44dcc8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@17d20e39, true, {}] 2024-06-28 23:58:26,243 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 4f452aec-35aa-11ef-ab26-0a580a2845c5 with parameters: [scout.mom.requestreply.cancellation, [MULTICAST], true] 2024-06-28 23:58:26,243 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@48b6408a 2024-06-28 23:58:26,243 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=45d7c1e2-7308-4a26-b4ee-0e70ca1f5d03, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:26,244 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@78bfa277 2024-06-28 23:58:26,244 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 45d7c1e2-7308-4a26-b4ee-0e70ca1f5d03, null, 0, false, true, null] 2024-06-28 23:58:26,245 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f45a01e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f44dcc8-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f44dcc8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6e620064, true, {}] 2024-06-28 23:58:26,245 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:26,246 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f45c72f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f44dcc8-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f44dcc8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6d8d8b44, true, {}] 2024-06-28 23:58:26,246 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=1baf15d5-c4c3-40ba-b55f-8b1d74026b5d, address=1baf15d5-c4c3-40ba-b55f-8b1d74026b5d, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:26,246 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@7f253ad1 2024-06-28 23:58:26,247 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@47e3d053 2024-06-28 23:58:26,247 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 1baf15d5-c4c3-40ba-b55f-8b1d74026b5d, null, 0, false, true, null] 2024-06-28 23:58:26,248 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3183, durable=true, userID=4f461552-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=795, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-c4d3a484-9bfc-44c6-bc7e-cccb4cf0abf6, JMSReplyTo=temp-queue://1baf15d5-c4c3-40ba-b55f-8b1d74026b5d, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@435941422, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:26,249 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[3183]:RELIABLE:CoreMessage[messageID=3183, durable=true, userID=4f461552-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=795, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-c4d3a484-9bfc-44c6-bc7e-cccb4cf0abf6, JMSReplyTo=temp-queue://1baf15d5-c4c3-40ba-b55f-8b1d74026b5d, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@435941422 2024-06-28 23:58:26,249 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=3183, durable=true, userID=4f461552-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=795, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-c4d3a484-9bfc-44c6-bc7e-cccb4cf0abf6, JMSReplyTo=temp-queue://1baf15d5-c4c3-40ba-b55f-8b1d74026b5d, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@435941422 to transaction: TransactionImpl [xid=null, txID=3184, xid=null, state=ACTIVE, createTime=1719619106249(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 1]@3832730f 2024-06-28 23:58:26,249 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f463c63-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f44dcc8-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f44dcc8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@26a518d8, true, {}] 2024-06-28 23:58:26,251 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3187, durable=true, userID=4f466375-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=1baf15d5-c4c3-40ba-b55f-8b1d74026b5d, size=865, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-c4d3a484-9bfc-44c6-bc7e-cccb4cf0abf6, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=c6288215-f3dc-4b82-93e9-14f952d4f2d1]]@611092639, context: RoutingContextImpl(Address=1baf15d5-c4c3-40ba-b55f-8b1d74026b5d, routingType=ANYCAST, PreviousAddress=1baf15d5-c4c3-40ba-b55f-8b1d74026b5d previousRoute:ANYCAST, reusable=true, version=-2147483409) .................................................. ***** durable queues 1baf15d5-c4c3-40ba-b55f-8b1d74026b5d: ***** non durable for 1baf15d5-c4c3-40ba-b55f-8b1d74026b5d: - queueID=3179 address:1baf15d5-c4c3-40ba-b55f-8b1d74026b5d name:1baf15d5-c4c3-40ba-b55f-8b1d74026b5d filter:null .................................................. , transaction: null 2024-06-28 23:58:26,251 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 1baf15d5-c4c3-40ba-b55f-8b1d74026b5d: Reference[3187]:RELIABLE:CoreMessage[messageID=3187, durable=true, userID=4f466375-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=1baf15d5-c4c3-40ba-b55f-8b1d74026b5d, size=865, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-c4d3a484-9bfc-44c6-bc7e-cccb4cf0abf6, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=c6288215-f3dc-4b82-93e9-14f952d4f2d1]]@611092639 2024-06-28 23:58:26,251 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 1baf15d5-c4c3-40ba-b55f-8b1d74026b5d: CoreMessage[messageID=3187, durable=true, userID=4f466375-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=1baf15d5-c4c3-40ba-b55f-8b1d74026b5d, size=865, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-c4d3a484-9bfc-44c6-bc7e-cccb4cf0abf6, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=c6288215-f3dc-4b82-93e9-14f952d4f2d1]]@611092639 to transaction: TransactionImpl [xid=null, txID=3190, xid=null, state=ACTIVE, createTime=1719619106251(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 1]@7bc0ef92 2024-06-28 23:58:26,251 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 1baf15d5-c4c3-40ba-b55f-8b1d74026b5d: CoreMessage[messageID=3187, durable=true, userID=4f466375-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=1baf15d5-c4c3-40ba-b55f-8b1d74026b5d, size=865, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-c4d3a484-9bfc-44c6-bc7e-cccb4cf0abf6, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=c6288215-f3dc-4b82-93e9-14f952d4f2d1]]@611092639, transaction: TransactionImpl [xid=null, txID=3190, xid=null, state=COMMITTED, createTime=1719619106251(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 0]@7bc0ef92 2024-06-28 23:58:26,252 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f46b196-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f44dcc8-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f44dcc8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@61f3493f, true, {}] 2024-06-28 23:58:26,252 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=3183, durable=true, userID=4f461552-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=795, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-c4d3a484-9bfc-44c6-bc7e-cccb4cf0abf6, JMSReplyTo=temp-queue://1baf15d5-c4c3-40ba-b55f-8b1d74026b5d, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@435941422, transaction: TransactionImpl [xid=null, txID=3184, xid=null, state=COMMITTED, createTime=1719619106249(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 0]@3832730f 2024-06-28 23:58:26,252 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [1baf15d5-c4c3-40ba-b55f-8b1d74026b5d] 2024-06-28 23:58:26,254 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@53cf262c, org.eclipse.scout.rt.mom.jms.JmsSubscription@3582fd82] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:26,255 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f4726c7-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f44dcc8-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f44dcc8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@23cd7f30, true, {}] 2024-06-28 23:58:26,255 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:26,256 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f474dd8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f44dcc8-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f44dcc8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1864344c, true, {}] 2024-06-28 23:58:26,256 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=be9f020e-ee64-48aa-81b6-7ba4331e3ce0, address=be9f020e-ee64-48aa-81b6-7ba4331e3ce0, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:26,256 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@6c99070e 2024-06-28 23:58:26,257 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@6930acf0 2024-06-28 23:58:26,257 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, be9f020e-ee64-48aa-81b6-7ba4331e3ce0, null, 0, false, true, null] 2024-06-28 23:58:26,258 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3220, durable=true, userID=4f479bfb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=794, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-8fe854fb-57ee-4b8e-92c6-e20d02549d46, JMSReplyTo=temp-queue://be9f020e-ee64-48aa-81b6-7ba4331e3ce0, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1032915991, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:26,259 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[3220]:RELIABLE:CoreMessage[messageID=3220, durable=true, userID=4f479bfb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=794, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-8fe854fb-57ee-4b8e-92c6-e20d02549d46, JMSReplyTo=temp-queue://be9f020e-ee64-48aa-81b6-7ba4331e3ce0, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1032915991 2024-06-28 23:58:26,260 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=3220, durable=true, userID=4f479bfb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=794, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-8fe854fb-57ee-4b8e-92c6-e20d02549d46, JMSReplyTo=temp-queue://be9f020e-ee64-48aa-81b6-7ba4331e3ce0, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1032915991 to transaction: TransactionImpl [xid=null, txID=3221, xid=null, state=ACTIVE, createTime=1719619106259(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 1]@4047bd50 2024-06-28 23:58:26,260 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f47ea1c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f44dcc8-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f44dcc8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@435466ef, true, {}] 2024-06-28 23:58:26,261 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3224, durable=true, userID=4f48112e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=be9f020e-ee64-48aa-81b6-7ba4331e3ce0, size=864, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-8fe854fb-57ee-4b8e-92c6-e20d02549d46, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=365eff79-b444-43a9-87f3-c9dfe614737a]]@660489959, context: RoutingContextImpl(Address=be9f020e-ee64-48aa-81b6-7ba4331e3ce0, routingType=ANYCAST, PreviousAddress=be9f020e-ee64-48aa-81b6-7ba4331e3ce0 previousRoute:ANYCAST, reusable=true, version=-2147483407) .................................................. ***** durable queues be9f020e-ee64-48aa-81b6-7ba4331e3ce0: ***** non durable for be9f020e-ee64-48aa-81b6-7ba4331e3ce0: - queueID=3216 address:be9f020e-ee64-48aa-81b6-7ba4331e3ce0 name:be9f020e-ee64-48aa-81b6-7ba4331e3ce0 filter:null .................................................. , transaction: null 2024-06-28 23:58:26,261 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from be9f020e-ee64-48aa-81b6-7ba4331e3ce0: Reference[3224]:RELIABLE:CoreMessage[messageID=3224, durable=true, userID=4f48112e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=be9f020e-ee64-48aa-81b6-7ba4331e3ce0, size=864, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-8fe854fb-57ee-4b8e-92c6-e20d02549d46, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=365eff79-b444-43a9-87f3-c9dfe614737a]]@660489959 2024-06-28 23:58:26,261 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from be9f020e-ee64-48aa-81b6-7ba4331e3ce0: CoreMessage[messageID=3224, durable=true, userID=4f48112e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=be9f020e-ee64-48aa-81b6-7ba4331e3ce0, size=864, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-8fe854fb-57ee-4b8e-92c6-e20d02549d46, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=365eff79-b444-43a9-87f3-c9dfe614737a]]@660489959 to transaction: TransactionImpl [xid=null, txID=3227, xid=null, state=ACTIVE, createTime=1719619106261(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 1]@3e83868b 2024-06-28 23:58:26,261 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from be9f020e-ee64-48aa-81b6-7ba4331e3ce0: CoreMessage[messageID=3224, durable=true, userID=4f48112e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=be9f020e-ee64-48aa-81b6-7ba4331e3ce0, size=864, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-8fe854fb-57ee-4b8e-92c6-e20d02549d46, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=365eff79-b444-43a9-87f3-c9dfe614737a]]@660489959, transaction: TransactionImpl [xid=null, txID=3227, xid=null, state=COMMITTED, createTime=1719619106261(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 0]@3e83868b 2024-06-28 23:58:26,262 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f48383f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f44dcc8-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f44dcc8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@530e185e, true, {}] 2024-06-28 23:58:26,262 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=3220, durable=true, userID=4f479bfb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=794, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-8fe854fb-57ee-4b8e-92c6-e20d02549d46, JMSReplyTo=temp-queue://be9f020e-ee64-48aa-81b6-7ba4331e3ce0, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1032915991, transaction: TransactionImpl [xid=null, txID=3221, xid=null, state=COMMITTED, createTime=1719619106259(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 0]@4047bd50 2024-06-28 23:58:26,262 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [be9f020e-ee64-48aa-81b6-7ba4331e3ce0] 2024-06-28 23:58:26,264 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@61585b9b, org.eclipse.scout.rt.mom.jms.JmsSubscription@17371fe4] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:26,265 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f48ad70-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f44dcc8-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f44dcc8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@54e5bbaf, true, {}] 2024-06-28 23:58:26,265 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:26,266 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f48d481-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f44dcc8-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f44dcc8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1cb4e2d6, true, {}] 2024-06-28 23:58:26,266 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=9b521b0c-5477-46ad-9f2a-de8d3b368c7a, address=9b521b0c-5477-46ad-9f2a-de8d3b368c7a, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:26,267 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@6dac79b9 2024-06-28 23:58:26,267 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@5453e614 2024-06-28 23:58:26,268 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 9b521b0c-5477-46ad-9f2a-de8d3b368c7a, null, 0, false, true, null] 2024-06-28 23:58:26,268 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3257, durable=true, userID=4f4922a4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=795, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-0a5101e0-de74-449f-98ea-aa0e90c152f0, JMSReplyTo=temp-queue://9b521b0c-5477-46ad-9f2a-de8d3b368c7a, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1755758648, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:26,269 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[3257]:RELIABLE:CoreMessage[messageID=3257, durable=true, userID=4f4922a4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=795, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-0a5101e0-de74-449f-98ea-aa0e90c152f0, JMSReplyTo=temp-queue://9b521b0c-5477-46ad-9f2a-de8d3b368c7a, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1755758648 2024-06-28 23:58:26,270 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=3257, durable=true, userID=4f4922a4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=795, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-0a5101e0-de74-449f-98ea-aa0e90c152f0, JMSReplyTo=temp-queue://9b521b0c-5477-46ad-9f2a-de8d3b368c7a, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1755758648 to transaction: TransactionImpl [xid=null, txID=3258, xid=null, state=ACTIVE, createTime=1719619106270(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 1]@3e71db79 2024-06-28 23:58:26,270 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f4970c5-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f44dcc8-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f44dcc8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@319ef437, true, {}] 2024-06-28 23:58:26,271 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3261, durable=true, userID=4f4997d7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=9b521b0c-5477-46ad-9f2a-de8d3b368c7a, size=865, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-0a5101e0-de74-449f-98ea-aa0e90c152f0, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=08ef6557-018b-4531-9fdf-b7067380bd7c]]@789362850, context: RoutingContextImpl(Address=9b521b0c-5477-46ad-9f2a-de8d3b368c7a, routingType=ANYCAST, PreviousAddress=9b521b0c-5477-46ad-9f2a-de8d3b368c7a previousRoute:ANYCAST, reusable=true, version=-2147483405) .................................................. ***** durable queues 9b521b0c-5477-46ad-9f2a-de8d3b368c7a: ***** non durable for 9b521b0c-5477-46ad-9f2a-de8d3b368c7a: - queueID=3253 address:9b521b0c-5477-46ad-9f2a-de8d3b368c7a name:9b521b0c-5477-46ad-9f2a-de8d3b368c7a filter:null .................................................. , transaction: null 2024-06-28 23:58:26,271 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 9b521b0c-5477-46ad-9f2a-de8d3b368c7a: Reference[3261]:RELIABLE:CoreMessage[messageID=3261, durable=true, userID=4f4997d7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=9b521b0c-5477-46ad-9f2a-de8d3b368c7a, size=865, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-0a5101e0-de74-449f-98ea-aa0e90c152f0, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=08ef6557-018b-4531-9fdf-b7067380bd7c]]@789362850 2024-06-28 23:58:26,272 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 9b521b0c-5477-46ad-9f2a-de8d3b368c7a: CoreMessage[messageID=3261, durable=true, userID=4f4997d7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=9b521b0c-5477-46ad-9f2a-de8d3b368c7a, size=865, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-0a5101e0-de74-449f-98ea-aa0e90c152f0, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=08ef6557-018b-4531-9fdf-b7067380bd7c]]@789362850 to transaction: TransactionImpl [xid=null, txID=3264, xid=null, state=ACTIVE, createTime=1719619106272(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 1]@1af41ace 2024-06-28 23:58:26,272 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 9b521b0c-5477-46ad-9f2a-de8d3b368c7a: CoreMessage[messageID=3261, durable=true, userID=4f4997d7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=9b521b0c-5477-46ad-9f2a-de8d3b368c7a, size=865, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-0a5101e0-de74-449f-98ea-aa0e90c152f0, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=08ef6557-018b-4531-9fdf-b7067380bd7c]]@789362850, transaction: TransactionImpl [xid=null, txID=3264, xid=null, state=COMMITTED, createTime=1719619106272(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 0]@1af41ace 2024-06-28 23:58:26,272 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f49bee8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f44dcc8-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f44dcc8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@30a2b856, true, {}] 2024-06-28 23:58:26,273 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=3257, durable=true, userID=4f4922a4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=795, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-0a5101e0-de74-449f-98ea-aa0e90c152f0, JMSReplyTo=temp-queue://9b521b0c-5477-46ad-9f2a-de8d3b368c7a, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1755758648, transaction: TransactionImpl [xid=null, txID=3258, xid=null, state=COMMITTED, createTime=1719619106270(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 0]@3e71db79 2024-06-28 23:58:26,273 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [9b521b0c-5477-46ad-9f2a-de8d3b368c7a] 2024-06-28 23:58:26,274 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@1486bde4, org.eclipse.scout.rt.mom.jms.JmsSubscription@70e18259] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:26,275 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f4a3419-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f44dcc8-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f44dcc8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@49b924b1, true, {}] 2024-06-28 23:58:26,276 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:26,276 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f4a5b2a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f44dcc8-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f44dcc8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5a042e2f, true, {}] 2024-06-28 23:58:26,277 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=bb75a842-f533-466d-8360-3eb65a065b59, address=bb75a842-f533-466d-8360-3eb65a065b59, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:26,277 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@6c926b4 2024-06-28 23:58:26,277 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@548a6555 2024-06-28 23:58:26,278 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, bb75a842-f533-466d-8360-3eb65a065b59, null, 0, false, true, null] 2024-06-28 23:58:26,279 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3294, durable=true, userID=4f4aa94d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=795, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-4c987aab-1cd3-4c3b-a1e0-5bd940997ce1, JMSReplyTo=temp-queue://bb75a842-f533-466d-8360-3eb65a065b59, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1873790372, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:26,279 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[3294]:RELIABLE:CoreMessage[messageID=3294, durable=true, userID=4f4aa94d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=795, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-4c987aab-1cd3-4c3b-a1e0-5bd940997ce1, JMSReplyTo=temp-queue://bb75a842-f533-466d-8360-3eb65a065b59, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1873790372 2024-06-28 23:58:26,280 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=3294, durable=true, userID=4f4aa94d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=795, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-4c987aab-1cd3-4c3b-a1e0-5bd940997ce1, JMSReplyTo=temp-queue://bb75a842-f533-466d-8360-3eb65a065b59, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1873790372 to transaction: TransactionImpl [xid=null, txID=3295, xid=null, state=ACTIVE, createTime=1719619106280(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 1]@7a30bada 2024-06-28 23:58:26,280 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f4af76e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f44dcc8-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f44dcc8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@37f2fe7f, true, {}] 2024-06-28 23:58:26,282 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3298, durable=true, userID=4f4b1e80-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=bb75a842-f533-466d-8360-3eb65a065b59, size=865, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-4c987aab-1cd3-4c3b-a1e0-5bd940997ce1, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=dde46db0-a570-4c47-b311-78c5b0744bda]]@1921170445, context: RoutingContextImpl(Address=bb75a842-f533-466d-8360-3eb65a065b59, routingType=ANYCAST, PreviousAddress=bb75a842-f533-466d-8360-3eb65a065b59 previousRoute:ANYCAST, reusable=true, version=-2147483403) .................................................. ***** durable queues bb75a842-f533-466d-8360-3eb65a065b59: ***** non durable for bb75a842-f533-466d-8360-3eb65a065b59: - queueID=3290 address:bb75a842-f533-466d-8360-3eb65a065b59 name:bb75a842-f533-466d-8360-3eb65a065b59 filter:null .................................................. , transaction: null 2024-06-28 23:58:26,282 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from bb75a842-f533-466d-8360-3eb65a065b59: Reference[3298]:RELIABLE:CoreMessage[messageID=3298, durable=true, userID=4f4b1e80-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=bb75a842-f533-466d-8360-3eb65a065b59, size=865, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-4c987aab-1cd3-4c3b-a1e0-5bd940997ce1, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=dde46db0-a570-4c47-b311-78c5b0744bda]]@1921170445 2024-06-28 23:58:26,282 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from bb75a842-f533-466d-8360-3eb65a065b59: CoreMessage[messageID=3298, durable=true, userID=4f4b1e80-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=bb75a842-f533-466d-8360-3eb65a065b59, size=865, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-4c987aab-1cd3-4c3b-a1e0-5bd940997ce1, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=dde46db0-a570-4c47-b311-78c5b0744bda]]@1921170445 to transaction: TransactionImpl [xid=null, txID=3301, xid=null, state=ACTIVE, createTime=1719619106282(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 1]@6b820389 2024-06-28 23:58:26,282 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from bb75a842-f533-466d-8360-3eb65a065b59: CoreMessage[messageID=3298, durable=true, userID=4f4b1e80-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=bb75a842-f533-466d-8360-3eb65a065b59, size=865, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-4c987aab-1cd3-4c3b-a1e0-5bd940997ce1, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=dde46db0-a570-4c47-b311-78c5b0744bda]]@1921170445, transaction: TransactionImpl [xid=null, txID=3301, xid=null, state=COMMITTED, createTime=1719619106282(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 0]@6b820389 2024-06-28 23:58:26,283 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f4b6ca1-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f44dcc8-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f44dcc8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@745f7594, true, {}] 2024-06-28 23:58:26,283 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=3294, durable=true, userID=4f4aa94d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=795, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-4c987aab-1cd3-4c3b-a1e0-5bd940997ce1, JMSReplyTo=temp-queue://bb75a842-f533-466d-8360-3eb65a065b59, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1873790372, transaction: TransactionImpl [xid=null, txID=3295, xid=null, state=COMMITTED, createTime=1719619106280(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 0]@7a30bada 2024-06-28 23:58:26,283 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [bb75a842-f533-466d-8360-3eb65a065b59] 2024-06-28 23:58:26,284 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@363add5a, org.eclipse.scout.rt.mom.jms.JmsSubscription@5297fba3] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:26,285 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f4bbac2-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f44dcc8-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f44dcc8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@76cf724c, true, {}] 2024-06-28 23:58:26,286 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:26,286 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f4be1d3-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f44dcc8-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f44dcc8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@c28e53b, true, {}] 2024-06-28 23:58:26,287 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=0a60c4fd-9597-44bf-b25d-9bd1fa42666f, address=0a60c4fd-9597-44bf-b25d-9bd1fa42666f, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:26,287 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@7a1169b8 2024-06-28 23:58:26,287 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@5a306183 2024-06-28 23:58:26,288 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 0a60c4fd-9597-44bf-b25d-9bd1fa42666f, null, 0, false, true, null] 2024-06-28 23:58:26,289 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3331, durable=true, userID=4f4c2ff6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=794, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-888a04b3-484d-40f8-8d55-3b9b444a2692, JMSReplyTo=temp-queue://0a60c4fd-9597-44bf-b25d-9bd1fa42666f, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1978935481, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:26,290 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[3331]:RELIABLE:CoreMessage[messageID=3331, durable=true, userID=4f4c2ff6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=794, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-888a04b3-484d-40f8-8d55-3b9b444a2692, JMSReplyTo=temp-queue://0a60c4fd-9597-44bf-b25d-9bd1fa42666f, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1978935481 2024-06-28 23:58:26,290 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=3331, durable=true, userID=4f4c2ff6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=794, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-888a04b3-484d-40f8-8d55-3b9b444a2692, JMSReplyTo=temp-queue://0a60c4fd-9597-44bf-b25d-9bd1fa42666f, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1978935481 to transaction: TransactionImpl [xid=null, txID=3332, xid=null, state=ACTIVE, createTime=1719619106290(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 1]@7faae55 2024-06-28 23:58:26,291 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f4c7e17-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f44dcc8-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f44dcc8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@a6dbab7, true, {}] 2024-06-28 23:58:26,292 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3335, durable=true, userID=4f4ca529-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=0a60c4fd-9597-44bf-b25d-9bd1fa42666f, size=864, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-888a04b3-484d-40f8-8d55-3b9b444a2692, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=7c47c670-2ec1-4b99-9baf-1da30a0048ba]]@1004594562, context: RoutingContextImpl(Address=0a60c4fd-9597-44bf-b25d-9bd1fa42666f, routingType=ANYCAST, PreviousAddress=0a60c4fd-9597-44bf-b25d-9bd1fa42666f previousRoute:ANYCAST, reusable=true, version=-2147483401) .................................................. ***** durable queues 0a60c4fd-9597-44bf-b25d-9bd1fa42666f: ***** non durable for 0a60c4fd-9597-44bf-b25d-9bd1fa42666f: - queueID=3327 address:0a60c4fd-9597-44bf-b25d-9bd1fa42666f name:0a60c4fd-9597-44bf-b25d-9bd1fa42666f filter:null .................................................. , transaction: null 2024-06-28 23:58:26,292 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 0a60c4fd-9597-44bf-b25d-9bd1fa42666f: Reference[3335]:RELIABLE:CoreMessage[messageID=3335, durable=true, userID=4f4ca529-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=0a60c4fd-9597-44bf-b25d-9bd1fa42666f, size=864, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-888a04b3-484d-40f8-8d55-3b9b444a2692, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=7c47c670-2ec1-4b99-9baf-1da30a0048ba]]@1004594562 2024-06-28 23:58:26,292 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 0a60c4fd-9597-44bf-b25d-9bd1fa42666f: CoreMessage[messageID=3335, durable=true, userID=4f4ca529-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=0a60c4fd-9597-44bf-b25d-9bd1fa42666f, size=864, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-888a04b3-484d-40f8-8d55-3b9b444a2692, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=7c47c670-2ec1-4b99-9baf-1da30a0048ba]]@1004594562 to transaction: TransactionImpl [xid=null, txID=3338, xid=null, state=ACTIVE, createTime=1719619106292(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 1]@913e62 2024-06-28 23:58:26,292 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 0a60c4fd-9597-44bf-b25d-9bd1fa42666f: CoreMessage[messageID=3335, durable=true, userID=4f4ca529-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=0a60c4fd-9597-44bf-b25d-9bd1fa42666f, size=864, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-888a04b3-484d-40f8-8d55-3b9b444a2692, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=7c47c670-2ec1-4b99-9baf-1da30a0048ba]]@1004594562, transaction: TransactionImpl [xid=null, txID=3338, xid=null, state=COMMITTED, createTime=1719619106292(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 0]@913e62 2024-06-28 23:58:26,293 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=3331, durable=true, userID=4f4c2ff6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=794, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-888a04b3-484d-40f8-8d55-3b9b444a2692, JMSReplyTo=temp-queue://0a60c4fd-9597-44bf-b25d-9bd1fa42666f, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1978935481, transaction: TransactionImpl [xid=null, txID=3332, xid=null, state=COMMITTED, createTime=1719619106290(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 0]@7faae55 2024-06-28 23:58:26,293 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f4cf34a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f44dcc8-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f44dcc8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@77654b72, true, {}] 2024-06-28 23:58:26,294 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [0a60c4fd-9597-44bf-b25d-9bd1fa42666f] 2024-06-28 23:58:26,295 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@3966da86, org.eclipse.scout.rt.mom.jms.JmsSubscription@31041ce] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:26,296 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f4d687b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f44dcc8-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f44dcc8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@c94f6e3, true, {}] 2024-06-28 23:58:26,297 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:26,297 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f4d8f8c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f44dcc8-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f44dcc8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7c749dd3, true, {}] 2024-06-28 23:58:26,298 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=7cf28e90-262b-48bd-8ce9-15aa655982e9, address=7cf28e90-262b-48bd-8ce9-15aa655982e9, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:26,298 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@1522fd5a 2024-06-28 23:58:26,298 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@5e68c3f8 2024-06-28 23:58:26,299 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 7cf28e90-262b-48bd-8ce9-15aa655982e9, null, 0, false, true, null] 2024-06-28 23:58:26,300 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3368, durable=true, userID=4f4dddaf-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=795, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-bebc88ad-74dc-442c-bd41-38117ccff97c, JMSReplyTo=temp-queue://7cf28e90-262b-48bd-8ce9-15aa655982e9, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1416916777, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:26,304 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[3368]:RELIABLE:CoreMessage[messageID=3368, durable=true, userID=4f4dddaf-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=795, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-bebc88ad-74dc-442c-bd41-38117ccff97c, JMSReplyTo=temp-queue://7cf28e90-262b-48bd-8ce9-15aa655982e9, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1416916777 2024-06-28 23:58:26,304 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=3368, durable=true, userID=4f4dddaf-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=795, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-bebc88ad-74dc-442c-bd41-38117ccff97c, JMSReplyTo=temp-queue://7cf28e90-262b-48bd-8ce9-15aa655982e9, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1416916777 to transaction: TransactionImpl [xid=null, txID=3369, xid=null, state=ACTIVE, createTime=1719619106304(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 1]@56507e26 2024-06-28 23:58:26,305 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f4ea000-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f44dcc8-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f44dcc8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@332bdf12, true, {}] 2024-06-28 23:58:26,306 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3372, durable=true, userID=4f4ec712-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=7cf28e90-262b-48bd-8ce9-15aa655982e9, size=865, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-bebc88ad-74dc-442c-bd41-38117ccff97c, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=2b7a5c19-2677-4539-89a8-11e7659a9fb8]]@503000466, context: RoutingContextImpl(Address=7cf28e90-262b-48bd-8ce9-15aa655982e9, routingType=ANYCAST, PreviousAddress=7cf28e90-262b-48bd-8ce9-15aa655982e9 previousRoute:ANYCAST, reusable=true, version=-2147483399) .................................................. ***** durable queues 7cf28e90-262b-48bd-8ce9-15aa655982e9: ***** non durable for 7cf28e90-262b-48bd-8ce9-15aa655982e9: - queueID=3364 address:7cf28e90-262b-48bd-8ce9-15aa655982e9 name:7cf28e90-262b-48bd-8ce9-15aa655982e9 filter:null .................................................. , transaction: null 2024-06-28 23:58:26,306 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 7cf28e90-262b-48bd-8ce9-15aa655982e9: Reference[3372]:RELIABLE:CoreMessage[messageID=3372, durable=true, userID=4f4ec712-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=7cf28e90-262b-48bd-8ce9-15aa655982e9, size=865, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-bebc88ad-74dc-442c-bd41-38117ccff97c, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=2b7a5c19-2677-4539-89a8-11e7659a9fb8]]@503000466 2024-06-28 23:58:26,306 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 7cf28e90-262b-48bd-8ce9-15aa655982e9: CoreMessage[messageID=3372, durable=true, userID=4f4ec712-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=7cf28e90-262b-48bd-8ce9-15aa655982e9, size=865, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-bebc88ad-74dc-442c-bd41-38117ccff97c, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=2b7a5c19-2677-4539-89a8-11e7659a9fb8]]@503000466 to transaction: TransactionImpl [xid=null, txID=3375, xid=null, state=ACTIVE, createTime=1719619106306(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 1]@33353b8e 2024-06-28 23:58:26,306 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 7cf28e90-262b-48bd-8ce9-15aa655982e9: CoreMessage[messageID=3372, durable=true, userID=4f4ec712-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=7cf28e90-262b-48bd-8ce9-15aa655982e9, size=865, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-bebc88ad-74dc-442c-bd41-38117ccff97c, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=2b7a5c19-2677-4539-89a8-11e7659a9fb8]]@503000466, transaction: TransactionImpl [xid=null, txID=3375, xid=null, state=COMMITTED, createTime=1719619106306(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 0]@33353b8e 2024-06-28 23:58:26,307 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=3368, durable=true, userID=4f4dddaf-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=795, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-bebc88ad-74dc-442c-bd41-38117ccff97c, JMSReplyTo=temp-queue://7cf28e90-262b-48bd-8ce9-15aa655982e9, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1416916777, transaction: TransactionImpl [xid=null, txID=3369, xid=null, state=COMMITTED, createTime=1719619106304(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 0]@56507e26 2024-06-28 23:58:26,307 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f4f1533-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f44dcc8-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f44dcc8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@e4ff1f0, true, {}] 2024-06-28 23:58:26,307 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [7cf28e90-262b-48bd-8ce9-15aa655982e9] 2024-06-28 23:58:26,309 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@6b3adddb, org.eclipse.scout.rt.mom.jms.JmsSubscription@30584fab] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:26,310 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f4f8a64-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f44dcc8-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f44dcc8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@292d5a75, true, {}] 2024-06-28 23:58:26,310 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:26,311 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f4fb175-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f44dcc8-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f44dcc8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@15d6b432, true, {}] 2024-06-28 23:58:26,311 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=40b4ae3e-4bd8-4698-840d-0a95f97acad0, address=40b4ae3e-4bd8-4698-840d-0a95f97acad0, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:26,312 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@44cf17e6 2024-06-28 23:58:26,312 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@29f19322 2024-06-28 23:58:26,313 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 40b4ae3e-4bd8-4698-840d-0a95f97acad0, null, 0, false, true, null] 2024-06-28 23:58:26,314 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3405, durable=true, userID=4f4fff98-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=794, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-c72f7d8c-8008-4c4f-bef2-b18777f5dd7f, JMSReplyTo=temp-queue://40b4ae3e-4bd8-4698-840d-0a95f97acad0, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1837884499, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:26,317 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[3405]:RELIABLE:CoreMessage[messageID=3405, durable=true, userID=4f4fff98-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=794, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-c72f7d8c-8008-4c4f-bef2-b18777f5dd7f, JMSReplyTo=temp-queue://40b4ae3e-4bd8-4698-840d-0a95f97acad0, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1837884499 2024-06-28 23:58:26,318 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=3405, durable=true, userID=4f4fff98-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=794, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-c72f7d8c-8008-4c4f-bef2-b18777f5dd7f, JMSReplyTo=temp-queue://40b4ae3e-4bd8-4698-840d-0a95f97acad0, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1837884499 to transaction: TransactionImpl [xid=null, txID=3406, xid=null, state=ACTIVE, createTime=1719619106318(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 1]@4f21b07e 2024-06-28 23:58:26,318 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f50c2e9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f44dcc8-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f44dcc8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@51fbc095, true, {}] 2024-06-28 23:58:26,320 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 40b4ae3e-4bd8-4698-840d-0a95f97acad0: Reference[3409]:RELIABLE:CoreMessage[messageID=3409, durable=true, userID=4f50e9fb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=40b4ae3e-4bd8-4698-840d-0a95f97acad0, size=864, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-c72f7d8c-8008-4c4f-bef2-b18777f5dd7f, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=9c3b346f-2452-43cb-805e-2045293618bf]]@52383091 2024-06-28 23:58:26,320 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3409, durable=true, userID=4f50e9fb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=40b4ae3e-4bd8-4698-840d-0a95f97acad0, size=864, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-c72f7d8c-8008-4c4f-bef2-b18777f5dd7f, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=9c3b346f-2452-43cb-805e-2045293618bf]]@52383091, context: RoutingContextImpl(Address=40b4ae3e-4bd8-4698-840d-0a95f97acad0, routingType=ANYCAST, PreviousAddress=40b4ae3e-4bd8-4698-840d-0a95f97acad0 previousRoute:ANYCAST, reusable=true, version=-2147483397) .................................................. ***** durable queues 40b4ae3e-4bd8-4698-840d-0a95f97acad0: ***** non durable for 40b4ae3e-4bd8-4698-840d-0a95f97acad0: - queueID=3401 address:40b4ae3e-4bd8-4698-840d-0a95f97acad0 name:40b4ae3e-4bd8-4698-840d-0a95f97acad0 filter:null .................................................. , transaction: null 2024-06-28 23:58:26,320 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 40b4ae3e-4bd8-4698-840d-0a95f97acad0: CoreMessage[messageID=3409, durable=true, userID=4f50e9fb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=40b4ae3e-4bd8-4698-840d-0a95f97acad0, size=864, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-c72f7d8c-8008-4c4f-bef2-b18777f5dd7f, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=9c3b346f-2452-43cb-805e-2045293618bf]]@52383091 to transaction: TransactionImpl [xid=null, txID=3410, xid=null, state=ACTIVE, createTime=1719619106320(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 1]@1763364c 2024-06-28 23:58:26,320 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 40b4ae3e-4bd8-4698-840d-0a95f97acad0: CoreMessage[messageID=3409, durable=true, userID=4f50e9fb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=40b4ae3e-4bd8-4698-840d-0a95f97acad0, size=864, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-c72f7d8c-8008-4c4f-bef2-b18777f5dd7f, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=9c3b346f-2452-43cb-805e-2045293618bf]]@52383091, transaction: TransactionImpl [xid=null, txID=3410, xid=null, state=COMMITTED, createTime=1719619106320(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 0]@1763364c 2024-06-28 23:58:26,321 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=3405, durable=true, userID=4f4fff98-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=794, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-c72f7d8c-8008-4c4f-bef2-b18777f5dd7f, JMSReplyTo=temp-queue://40b4ae3e-4bd8-4698-840d-0a95f97acad0, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1837884499, transaction: TransactionImpl [xid=null, txID=3406, xid=null, state=COMMITTED, createTime=1719619106318(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 0]@4f21b07e 2024-06-28 23:58:26,321 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f51381c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f44dcc8-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f44dcc8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@19b3ce90, true, {}] 2024-06-28 23:58:26,336 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [40b4ae3e-4bd8-4698-840d-0a95f97acad0] 2024-06-28 23:58:26,338 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@1a18181b, org.eclipse.scout.rt.mom.jms.JmsSubscription@64a173ab] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:26,339 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f53f73d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f44dcc8-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f44dcc8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1f000e1b, true, {}] 2024-06-28 23:58:26,340 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:26,340 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f541e4e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f44dcc8-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f44dcc8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@169f0104, true, {}] 2024-06-28 23:58:26,341 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=f3e927b3-f247-49e3-adbe-a503c08e6d21, address=f3e927b3-f247-49e3-adbe-a503c08e6d21, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:26,341 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@4b5e5140 2024-06-28 23:58:26,341 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@79458d04 2024-06-28 23:58:26,342 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, f3e927b3-f247-49e3-adbe-a503c08e6d21, null, 0, false, true, null] 2024-06-28 23:58:26,343 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3442, durable=true, userID=4f546c71-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=795, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-04a43bba-d3a4-4869-93aa-34ff80030f82, JMSReplyTo=temp-queue://f3e927b3-f247-49e3-adbe-a503c08e6d21, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@763760695, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:26,343 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[3442]:RELIABLE:CoreMessage[messageID=3442, durable=true, userID=4f546c71-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=795, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-04a43bba-d3a4-4869-93aa-34ff80030f82, JMSReplyTo=temp-queue://f3e927b3-f247-49e3-adbe-a503c08e6d21, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@763760695 2024-06-28 23:58:26,344 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=3442, durable=true, userID=4f546c71-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=795, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-04a43bba-d3a4-4869-93aa-34ff80030f82, JMSReplyTo=temp-queue://f3e927b3-f247-49e3-adbe-a503c08e6d21, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@763760695 to transaction: TransactionImpl [xid=null, txID=3443, xid=null, state=ACTIVE, createTime=1719619106344(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 1]@407de5f 2024-06-28 23:58:26,344 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f54ba92-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f44dcc8-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f44dcc8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@d514691, true, {}] 2024-06-28 23:58:26,345 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3446, durable=true, userID=4f54e1a4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=f3e927b3-f247-49e3-adbe-a503c08e6d21, size=865, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-04a43bba-d3a4-4869-93aa-34ff80030f82, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=3bf631b6-3b3e-49a6-9f74-37d7a0489e8c]]@1617093677, context: RoutingContextImpl(Address=f3e927b3-f247-49e3-adbe-a503c08e6d21, routingType=ANYCAST, PreviousAddress=f3e927b3-f247-49e3-adbe-a503c08e6d21 previousRoute:ANYCAST, reusable=true, version=-2147483395) .................................................. ***** durable queues f3e927b3-f247-49e3-adbe-a503c08e6d21: ***** non durable for f3e927b3-f247-49e3-adbe-a503c08e6d21: - queueID=3438 address:f3e927b3-f247-49e3-adbe-a503c08e6d21 name:f3e927b3-f247-49e3-adbe-a503c08e6d21 filter:null .................................................. , transaction: null 2024-06-28 23:58:26,345 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from f3e927b3-f247-49e3-adbe-a503c08e6d21: Reference[3446]:RELIABLE:CoreMessage[messageID=3446, durable=true, userID=4f54e1a4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=f3e927b3-f247-49e3-adbe-a503c08e6d21, size=865, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-04a43bba-d3a4-4869-93aa-34ff80030f82, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=3bf631b6-3b3e-49a6-9f74-37d7a0489e8c]]@1617093677 2024-06-28 23:58:26,346 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from f3e927b3-f247-49e3-adbe-a503c08e6d21: CoreMessage[messageID=3446, durable=true, userID=4f54e1a4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=f3e927b3-f247-49e3-adbe-a503c08e6d21, size=865, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-04a43bba-d3a4-4869-93aa-34ff80030f82, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=3bf631b6-3b3e-49a6-9f74-37d7a0489e8c]]@1617093677 to transaction: TransactionImpl [xid=null, txID=3449, xid=null, state=ACTIVE, createTime=1719619106346(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 1]@26e3c9d9 2024-06-28 23:58:26,346 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from f3e927b3-f247-49e3-adbe-a503c08e6d21: CoreMessage[messageID=3446, durable=true, userID=4f54e1a4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=f3e927b3-f247-49e3-adbe-a503c08e6d21, size=865, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-04a43bba-d3a4-4869-93aa-34ff80030f82, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=3bf631b6-3b3e-49a6-9f74-37d7a0489e8c]]@1617093677, transaction: TransactionImpl [xid=null, txID=3449, xid=null, state=COMMITTED, createTime=1719619106346(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 0]@26e3c9d9 2024-06-28 23:58:26,347 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=3442, durable=true, userID=4f546c71-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=795, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-04a43bba-d3a4-4869-93aa-34ff80030f82, JMSReplyTo=temp-queue://f3e927b3-f247-49e3-adbe-a503c08e6d21, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@763760695, transaction: TransactionImpl [xid=null, txID=3443, xid=null, state=COMMITTED, createTime=1719619106344(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 0]@407de5f 2024-06-28 23:58:26,347 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f5508b5-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f44dcc8-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f44dcc8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3bf9629a, true, {}] 2024-06-28 23:58:26,347 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [f3e927b3-f247-49e3-adbe-a503c08e6d21] 2024-06-28 23:58:26,348 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@2af7e271, org.eclipse.scout.rt.mom.jms.JmsSubscription@71af6092] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:26,349 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f557de6-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f44dcc8-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f44dcc8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@104548d8, true, {}] 2024-06-28 23:58:26,350 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:26,350 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f55a4f7-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f44dcc8-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f44dcc8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@58cdbc3a, true, {}] 2024-06-28 23:58:26,351 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=3e47aa97-ffdc-4982-9282-d6e65ef9279c, address=3e47aa97-ffdc-4982-9282-d6e65ef9279c, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:26,351 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@7a114ae4 2024-06-28 23:58:26,352 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@46dd0267 2024-06-28 23:58:26,352 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 3e47aa97-ffdc-4982-9282-d6e65ef9279c, null, 0, false, true, null] 2024-06-28 23:58:26,353 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3479, durable=true, userID=4f561a2a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=795, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-38ec7989-9374-4864-9f38-c732a1ab7fbd, JMSReplyTo=temp-queue://3e47aa97-ffdc-4982-9282-d6e65ef9279c, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1983186385, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:26,357 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[3479]:RELIABLE:CoreMessage[messageID=3479, durable=true, userID=4f561a2a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=795, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-38ec7989-9374-4864-9f38-c732a1ab7fbd, JMSReplyTo=temp-queue://3e47aa97-ffdc-4982-9282-d6e65ef9279c, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1983186385 2024-06-28 23:58:26,357 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=3479, durable=true, userID=4f561a2a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=795, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-38ec7989-9374-4864-9f38-c732a1ab7fbd, JMSReplyTo=temp-queue://3e47aa97-ffdc-4982-9282-d6e65ef9279c, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1983186385 to transaction: TransactionImpl [xid=null, txID=3480, xid=null, state=ACTIVE, createTime=1719619106357(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 1]@5de29b25 2024-06-28 23:58:26,358 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f56dd7b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f44dcc8-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f44dcc8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2ca0830d, true, {}] 2024-06-28 23:58:26,359 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3483, durable=true, userID=4f57048d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=3e47aa97-ffdc-4982-9282-d6e65ef9279c, size=865, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-38ec7989-9374-4864-9f38-c732a1ab7fbd, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=0617cf05-e340-4e30-8dbf-0265a5470c79]]@16309135, context: RoutingContextImpl(Address=3e47aa97-ffdc-4982-9282-d6e65ef9279c, routingType=ANYCAST, PreviousAddress=3e47aa97-ffdc-4982-9282-d6e65ef9279c previousRoute:ANYCAST, reusable=true, version=-2147483393) .................................................. ***** durable queues 3e47aa97-ffdc-4982-9282-d6e65ef9279c: ***** non durable for 3e47aa97-ffdc-4982-9282-d6e65ef9279c: - queueID=3475 address:3e47aa97-ffdc-4982-9282-d6e65ef9279c name:3e47aa97-ffdc-4982-9282-d6e65ef9279c filter:null .................................................. , transaction: null 2024-06-28 23:58:26,359 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 3e47aa97-ffdc-4982-9282-d6e65ef9279c: Reference[3483]:RELIABLE:CoreMessage[messageID=3483, durable=true, userID=4f57048d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=3e47aa97-ffdc-4982-9282-d6e65ef9279c, size=865, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-38ec7989-9374-4864-9f38-c732a1ab7fbd, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=0617cf05-e340-4e30-8dbf-0265a5470c79]]@16309135 2024-06-28 23:58:26,360 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 3e47aa97-ffdc-4982-9282-d6e65ef9279c: CoreMessage[messageID=3483, durable=true, userID=4f57048d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=3e47aa97-ffdc-4982-9282-d6e65ef9279c, size=865, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-38ec7989-9374-4864-9f38-c732a1ab7fbd, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=0617cf05-e340-4e30-8dbf-0265a5470c79]]@16309135 to transaction: TransactionImpl [xid=null, txID=3486, xid=null, state=ACTIVE, createTime=1719619106360(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 1]@2cd33118 2024-06-28 23:58:26,360 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 3e47aa97-ffdc-4982-9282-d6e65ef9279c: CoreMessage[messageID=3483, durable=true, userID=4f57048d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=3e47aa97-ffdc-4982-9282-d6e65ef9279c, size=865, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-38ec7989-9374-4864-9f38-c732a1ab7fbd, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=0617cf05-e340-4e30-8dbf-0265a5470c79]]@16309135, transaction: TransactionImpl [xid=null, txID=3486, xid=null, state=COMMITTED, createTime=1719619106360(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 0]@2cd33118 2024-06-28 23:58:26,360 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f572b9e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f44dcc8-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f44dcc8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6310e11d, true, {}] 2024-06-28 23:58:26,360 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=3479, durable=true, userID=4f561a2a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=795, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-38ec7989-9374-4864-9f38-c732a1ab7fbd, JMSReplyTo=temp-queue://3e47aa97-ffdc-4982-9282-d6e65ef9279c, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1983186385, transaction: TransactionImpl [xid=null, txID=3480, xid=null, state=COMMITTED, createTime=1719619106357(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 0]@5de29b25 2024-06-28 23:58:26,361 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [3e47aa97-ffdc-4982-9282-d6e65ef9279c] 2024-06-28 23:58:26,362 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@4d523d6f, org.eclipse.scout.rt.mom.jms.JmsSubscription@192cde8] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:26,363 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f57a0cf-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f44dcc8-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f44dcc8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2fb79d3e, true, {}] 2024-06-28 23:58:26,364 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:26,364 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f57c7e0-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f44dcc8-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f44dcc8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2a63d933, true, {}] 2024-06-28 23:58:26,365 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=36cb8c18-4189-4ca6-b853-819ef3769666, address=36cb8c18-4189-4ca6-b853-819ef3769666, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:26,365 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@872dc94 2024-06-28 23:58:26,365 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@32bd1ee3 2024-06-28 23:58:26,366 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 36cb8c18-4189-4ca6-b853-819ef3769666, null, 0, false, true, null] 2024-06-28 23:58:26,367 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3516, durable=true, userID=4f581603-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=794, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-d9f87683-6146-46d5-bd9e-798e89a0ed92, JMSReplyTo=temp-queue://36cb8c18-4189-4ca6-b853-819ef3769666, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1077252504, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:26,371 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[3516]:RELIABLE:CoreMessage[messageID=3516, durable=true, userID=4f581603-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=794, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-d9f87683-6146-46d5-bd9e-798e89a0ed92, JMSReplyTo=temp-queue://36cb8c18-4189-4ca6-b853-819ef3769666, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1077252504 2024-06-28 23:58:26,372 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=3516, durable=true, userID=4f581603-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=794, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-d9f87683-6146-46d5-bd9e-798e89a0ed92, JMSReplyTo=temp-queue://36cb8c18-4189-4ca6-b853-819ef3769666, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1077252504 to transaction: TransactionImpl [xid=null, txID=3517, xid=null, state=ACTIVE, createTime=1719619106371(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 1]@53765faf 2024-06-28 23:58:26,372 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f590064-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f44dcc8-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f44dcc8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1ef01fc2, true, {}] 2024-06-28 23:58:26,373 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3520, durable=true, userID=4f592776-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=36cb8c18-4189-4ca6-b853-819ef3769666, size=864, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-d9f87683-6146-46d5-bd9e-798e89a0ed92, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=0dce9f36-8df6-4efe-885f-284ebc6c5e55]]@2144105872, context: RoutingContextImpl(Address=36cb8c18-4189-4ca6-b853-819ef3769666, routingType=ANYCAST, PreviousAddress=36cb8c18-4189-4ca6-b853-819ef3769666 previousRoute:ANYCAST, reusable=true, version=-2147483391) .................................................. ***** durable queues 36cb8c18-4189-4ca6-b853-819ef3769666: ***** non durable for 36cb8c18-4189-4ca6-b853-819ef3769666: - queueID=3512 address:36cb8c18-4189-4ca6-b853-819ef3769666 name:36cb8c18-4189-4ca6-b853-819ef3769666 filter:null .................................................. , transaction: null 2024-06-28 23:58:26,373 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 36cb8c18-4189-4ca6-b853-819ef3769666: Reference[3520]:RELIABLE:CoreMessage[messageID=3520, durable=true, userID=4f592776-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=36cb8c18-4189-4ca6-b853-819ef3769666, size=864, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-d9f87683-6146-46d5-bd9e-798e89a0ed92, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=0dce9f36-8df6-4efe-885f-284ebc6c5e55]]@2144105872 2024-06-28 23:58:26,374 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 36cb8c18-4189-4ca6-b853-819ef3769666: CoreMessage[messageID=3520, durable=true, userID=4f592776-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=36cb8c18-4189-4ca6-b853-819ef3769666, size=864, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-d9f87683-6146-46d5-bd9e-798e89a0ed92, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=0dce9f36-8df6-4efe-885f-284ebc6c5e55]]@2144105872 to transaction: TransactionImpl [xid=null, txID=3523, xid=null, state=ACTIVE, createTime=1719619106374(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 1]@3e13dfb2 2024-06-28 23:58:26,374 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 36cb8c18-4189-4ca6-b853-819ef3769666: CoreMessage[messageID=3520, durable=true, userID=4f592776-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=36cb8c18-4189-4ca6-b853-819ef3769666, size=864, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-d9f87683-6146-46d5-bd9e-798e89a0ed92, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=0dce9f36-8df6-4efe-885f-284ebc6c5e55]]@2144105872, transaction: TransactionImpl [xid=null, txID=3523, xid=null, state=COMMITTED, createTime=1719619106374(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 0]@3e13dfb2 2024-06-28 23:58:26,374 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=3516, durable=true, userID=4f581603-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=794, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-d9f87683-6146-46d5-bd9e-798e89a0ed92, JMSReplyTo=temp-queue://36cb8c18-4189-4ca6-b853-819ef3769666, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1077252504, transaction: TransactionImpl [xid=null, txID=3517, xid=null, state=COMMITTED, createTime=1719619106371(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 0]@53765faf 2024-06-28 23:58:26,375 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f594e87-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f44dcc8-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f44dcc8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@64120cd4, true, {}] 2024-06-28 23:58:26,375 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [36cb8c18-4189-4ca6-b853-819ef3769666] 2024-06-28 23:58:26,377 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@53d7dd0e, org.eclipse.scout.rt.mom.jms.JmsSubscription@121021cc] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:26,377 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@3228781f[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:26,377 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.006963 ms 2024-06-28 23:58:26,378 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [45d7c1e2-7308-4a26-b4ee-0e70ca1f5d03] 2024-06-28 23:58:26,379 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:58:26,379 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:58:26,379 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 4f44dcc8-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:26,380 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:26,380 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 141.939076 ms 2024-06-28 23:58:26,380 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:26,381 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:26,381 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:26,382 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 2006262075'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:26,383 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:26,384 INFO [scout-thread-19] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 4f5ad529-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom85] 2024-06-28 23:58:26,384 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f5ad52c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f5ad529-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f5ad529-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@13ca38cf, true, {}] 2024-06-28 23:58:26,385 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@7777ba56 - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom85] 2024-06-28 23:58:26,385 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f5afc3d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f5ad529-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f5ad529-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@41e94dbe, true, {}] 2024-06-28 23:58:26,386 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 4f5afc3d-35aa-11ef-ab26-0a580a2845c5 with parameters: [scout.mom.requestreply.cancellation, [MULTICAST], true] 2024-06-28 23:58:26,386 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@7b4f8022 2024-06-28 23:58:26,386 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=01b0810c-cfca-4f81-a907-f948eb52ba22, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:26,387 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@506a7e55 2024-06-28 23:58:26,387 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 01b0810c-cfca-4f81-a907-f948eb52ba22, null, 0, false, true, null] 2024-06-28 23:58:26,388 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f5b4a5f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f5ad529-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f5ad529-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1fdb87cb, true, {}] 2024-06-28 23:58:26,388 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=test/mom/testTopicRequestReplyJsonObjectMarshaller, address=test/mom/testTopicRequestReplyJsonObjectMarshaller, routingType=ANYCAST, filterString=null, durable=true, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=false, autoCreateAddress=null, internal=null, transient=null, autoCreated=true, fqqn=null]] 2024-06-28 23:58:26,388 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@2e0efc51 2024-06-28 23:58:26,389 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@1b09898c 2024-06-28 23:58:26,389 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testTopicRequestReplyJsonObjectMarshaller, null, 0, false, true, null] 2024-06-28 23:58:26,390 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f5bbf91-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f5ad529-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f5ad529-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4ea125a2, true, {}] 2024-06-28 23:58:26,390 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=4cf282fc-d2c1-4c46-97eb-46deee12186a, address=4cf282fc-d2c1-4c46-97eb-46deee12186a, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:26,390 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@150f05c6 2024-06-28 23:58:26,390 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@66ee7561 2024-06-28 23:58:26,391 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 4cf282fc-d2c1-4c46-97eb-46deee12186a, null, 0, false, true, null] 2024-06-28 23:58:26,392 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3581, durable=true, userID=4f5be6a4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReplyJsonObjectMarshaller, size=1097, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-0bc837bc-33d0-4c31-b7ca-6dccc7d42b37, JMSReplyTo=temp-queue://4cf282fc-d2c1-4c46-97eb-46deee12186a, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1408701137, context: RoutingContextImpl(Address=test/mom/testTopicRequestReplyJsonObjectMarshaller, routingType=ANYCAST, PreviousAddress=test/mom/testTopicRequestReplyJsonObjectMarshaller previousRoute:ANYCAST, reusable=true, version=-2147483387) .................................................. ***** durable queues test/mom/testTopicRequestReplyJsonObjectMarshaller: - queueID=3570 address:test/mom/testTopicRequestReplyJsonObjectMarshaller name:test/mom/testTopicRequestReplyJsonObjectMarshaller filter:null ***** non durable for test/mom/testTopicRequestReplyJsonObjectMarshaller: .................................................. , transaction: null 2024-06-28 23:58:26,392 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testTopicRequestReplyJsonObjectMarshaller: Reference[3581]:RELIABLE:CoreMessage[messageID=3581, durable=true, userID=4f5be6a4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReplyJsonObjectMarshaller, size=1097, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-0bc837bc-33d0-4c31-b7ca-6dccc7d42b37, JMSReplyTo=temp-queue://4cf282fc-d2c1-4c46-97eb-46deee12186a, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1408701137 2024-06-28 23:58:26,393 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testTopicRequestReplyJsonObjectMarshaller: CoreMessage[messageID=3581, durable=true, userID=4f5be6a4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReplyJsonObjectMarshaller, size=1097, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-0bc837bc-33d0-4c31-b7ca-6dccc7d42b37, JMSReplyTo=temp-queue://4cf282fc-d2c1-4c46-97eb-46deee12186a, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1408701137 to transaction: TransactionImpl [xid=null, txID=3582, xid=null, state=ACTIVE, createTime=1719619106393(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 1]@2719aa4d 2024-06-28 23:58:26,393 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f5c34c5-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f5ad529-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f5ad529-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@321da427, true, {}] 2024-06-28 23:58:26,395 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 4cf282fc-d2c1-4c46-97eb-46deee12186a: Reference[3585]:RELIABLE:CoreMessage[messageID=3585, durable=true, userID=4f5c5bd7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=4cf282fc-d2c1-4c46-97eb-46deee12186a, size=1133, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-0bc837bc-33d0-4c31-b7ca-6dccc7d42b37, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=d23ab02d-900a-4cf5-9906-409e79a0b6f9]]@171540606 2024-06-28 23:58:26,395 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3585, durable=true, userID=4f5c5bd7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=4cf282fc-d2c1-4c46-97eb-46deee12186a, size=1133, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-0bc837bc-33d0-4c31-b7ca-6dccc7d42b37, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=d23ab02d-900a-4cf5-9906-409e79a0b6f9]]@171540606, context: RoutingContextImpl(Address=4cf282fc-d2c1-4c46-97eb-46deee12186a, routingType=ANYCAST, PreviousAddress=4cf282fc-d2c1-4c46-97eb-46deee12186a previousRoute:ANYCAST, reusable=true, version=-2147483386) .................................................. ***** durable queues 4cf282fc-d2c1-4c46-97eb-46deee12186a: ***** non durable for 4cf282fc-d2c1-4c46-97eb-46deee12186a: - queueID=3577 address:4cf282fc-d2c1-4c46-97eb-46deee12186a name:4cf282fc-d2c1-4c46-97eb-46deee12186a filter:null .................................................. , transaction: null 2024-06-28 23:58:26,395 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 4cf282fc-d2c1-4c46-97eb-46deee12186a: CoreMessage[messageID=3585, durable=true, userID=4f5c5bd7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=4cf282fc-d2c1-4c46-97eb-46deee12186a, size=1133, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-0bc837bc-33d0-4c31-b7ca-6dccc7d42b37, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=d23ab02d-900a-4cf5-9906-409e79a0b6f9]]@171540606 to transaction: TransactionImpl [xid=null, txID=3586, xid=null, state=ACTIVE, createTime=1719619106395(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 1]@25c843a8 2024-06-28 23:58:26,395 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 4cf282fc-d2c1-4c46-97eb-46deee12186a: CoreMessage[messageID=3585, durable=true, userID=4f5c5bd7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=4cf282fc-d2c1-4c46-97eb-46deee12186a, size=1133, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-0bc837bc-33d0-4c31-b7ca-6dccc7d42b37, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=d23ab02d-900a-4cf5-9906-409e79a0b6f9]]@171540606, transaction: TransactionImpl [xid=null, txID=3586, xid=null, state=COMMITTED, createTime=1719619106395(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 0]@25c843a8 2024-06-28 23:58:26,396 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testTopicRequestReplyJsonObjectMarshaller: CoreMessage[messageID=3581, durable=true, userID=4f5be6a4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReplyJsonObjectMarshaller, size=1097, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-0bc837bc-33d0-4c31-b7ca-6dccc7d42b37, JMSReplyTo=temp-queue://4cf282fc-d2c1-4c46-97eb-46deee12186a, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1408701137, transaction: TransactionImpl [xid=null, txID=3582, xid=null, state=COMMITTED, createTime=1719619106393(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 0]@2719aa4d 2024-06-28 23:58:26,396 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f5ca9f8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f5ad529-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f5ad529-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3aafb893, true, {}] 2024-06-28 23:58:26,396 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [4cf282fc-d2c1-4c46-97eb-46deee12186a] 2024-06-28 23:58:26,397 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@4c897417, org.eclipse.scout.rt.mom.jms.JmsSubscription@5a8d03ce] 2024-06-28 23:58:26,398 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@5fabb2cb[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:26,398 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.006991 ms 2024-06-28 23:58:26,399 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [01b0810c-cfca-4f81-a907-f948eb52ba22] 2024-06-28 23:58:26,400 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:58:26,400 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:58:26,400 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 4f5ad529-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:26,401 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:26,401 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 19.492514 ms 2024-06-28 23:58:26,401 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:26,402 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:26,402 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:26,403 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1609712150'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:26,404 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:26,404 INFO [scout-thread-24] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 4f5de27a-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom86] 2024-06-28 23:58:26,405 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f5e098d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f5de27a-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f5de27a-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@d704f8b, true, {}] 2024-06-28 23:58:26,406 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@1675f0a6 - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom86] 2024-06-28 23:58:26,406 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f5e309e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f5de27a-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f5de27a-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5438554d, true, {}] 2024-06-28 23:58:26,406 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 4f5e309e-35aa-11ef-ab26-0a580a2845c5 with parameters: [scout.mom.requestreply.cancellation, [MULTICAST], true] 2024-06-28 23:58:26,407 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@3989bf63 2024-06-28 23:58:26,407 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=6b5fb28c-988d-425d-b48b-0cc34b92b306, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:26,407 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@6f094295 2024-06-28 23:58:26,408 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 6b5fb28c-988d-425d-b48b-0cc34b92b306, null, 0, false, true, null] 2024-06-28 23:58:26,408 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f5e7ec0-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f5de27a-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f5de27a-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1d470c10, true, {}] 2024-06-28 23:58:26,409 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 4f5e7ec0-35aa-11ef-ab26-0a580a2845c5 with parameters: [test/mom/testTopicRequestReply, [MULTICAST], true] 2024-06-28 23:58:26,409 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@7a42a622 2024-06-28 23:58:26,409 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=6febeb1d-e798-4090-8d09-6b7aa81d8b14, address=test/mom/testTopicRequestReply, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:26,410 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@25815728 2024-06-28 23:58:26,410 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 6febeb1d-e798-4090-8d09-6b7aa81d8b14, null, 0, false, true, null] 2024-06-28 23:58:26,411 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f5ef3f2-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f5de27a-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f5de27a-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1e50c017, true, {}] 2024-06-28 23:58:26,411 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=1c4e3357-687e-491d-8f22-061aaede6643, address=1c4e3357-687e-491d-8f22-061aaede6643, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:26,411 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@3286b1c3 2024-06-28 23:58:26,412 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@6b332fb6 2024-06-28 23:58:26,412 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 1c4e3357-687e-491d-8f22-061aaede6643, null, 0, false, true, null] 2024-06-28 23:58:26,437 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3645, durable=true, userID=4f5f4214-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReply, size=919, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-78b8a6c1-0bd5-4087-af94-488a46d0c405, JMSReplyTo=temp-queue://1c4e3357-687e-491d-8f22-061aaede6643, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@622926289, context: RoutingContextImpl(Address=test/mom/testTopicRequestReply, routingType=MULTICAST, PreviousAddress=test/mom/testTopicRequestReply previousRoute:MULTICAST, reusable=true, version=-2147483382) .................................................. ***** durable queues test/mom/testTopicRequestReply: ***** non durable for test/mom/testTopicRequestReply: - queueID=3635 address:test/mom/testTopicRequestReply name:6febeb1d-e798-4090-8d09-6b7aa81d8b14 filter:null .................................................. , transaction: null 2024-06-28 23:58:26,437 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 6febeb1d-e798-4090-8d09-6b7aa81d8b14: Reference[3645]:RELIABLE:CoreMessage[messageID=3645, durable=true, userID=4f5f4214-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReply, size=919, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-78b8a6c1-0bd5-4087-af94-488a46d0c405, JMSReplyTo=temp-queue://1c4e3357-687e-491d-8f22-061aaede6643, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@622926289 2024-06-28 23:58:26,437 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 6febeb1d-e798-4090-8d09-6b7aa81d8b14: CoreMessage[messageID=3645, durable=true, userID=4f5f4214-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReply, size=919, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-78b8a6c1-0bd5-4087-af94-488a46d0c405, JMSReplyTo=temp-queue://1c4e3357-687e-491d-8f22-061aaede6643, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@622926289 to transaction: TransactionImpl [xid=null, txID=3646, xid=null, state=ACTIVE, createTime=1719619106437(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 1]@90a3231 2024-06-28 23:58:26,437 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 6febeb1d-e798-4090-8d09-6b7aa81d8b14: CoreMessage[messageID=3645, durable=true, userID=4f5f4214-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReply, size=919, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-78b8a6c1-0bd5-4087-af94-488a46d0c405, JMSReplyTo=temp-queue://1c4e3357-687e-491d-8f22-061aaede6643, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@622926289, transaction: TransactionImpl [xid=null, txID=3646, xid=null, state=COMMITTED, createTime=1719619106437(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 0]@90a3231 2024-06-28 23:58:26,438 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f6312a6-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f5de27a-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f5de27a-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@da2b837, true, {}] 2024-06-28 23:58:26,439 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3649, durable=true, userID=4f6339b8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=1c4e3357-687e-491d-8f22-061aaede6643, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-78b8a6c1-0bd5-4087-af94-488a46d0c405, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=e7b05b46-716e-4c7f-9578-f9f6b1609e01]]@1017220789, context: RoutingContextImpl(Address=1c4e3357-687e-491d-8f22-061aaede6643, routingType=ANYCAST, PreviousAddress=1c4e3357-687e-491d-8f22-061aaede6643 previousRoute:ANYCAST, reusable=true, version=-2147483381) .................................................. ***** durable queues 1c4e3357-687e-491d-8f22-061aaede6643: ***** non durable for 1c4e3357-687e-491d-8f22-061aaede6643: - queueID=3641 address:1c4e3357-687e-491d-8f22-061aaede6643 name:1c4e3357-687e-491d-8f22-061aaede6643 filter:null .................................................. , transaction: null 2024-06-28 23:58:26,439 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 1c4e3357-687e-491d-8f22-061aaede6643: Reference[3649]:RELIABLE:CoreMessage[messageID=3649, durable=true, userID=4f6339b8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=1c4e3357-687e-491d-8f22-061aaede6643, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-78b8a6c1-0bd5-4087-af94-488a46d0c405, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=e7b05b46-716e-4c7f-9578-f9f6b1609e01]]@1017220789 2024-06-28 23:58:26,439 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 1c4e3357-687e-491d-8f22-061aaede6643: CoreMessage[messageID=3649, durable=true, userID=4f6339b8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=1c4e3357-687e-491d-8f22-061aaede6643, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-78b8a6c1-0bd5-4087-af94-488a46d0c405, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=e7b05b46-716e-4c7f-9578-f9f6b1609e01]]@1017220789 to transaction: TransactionImpl [xid=null, txID=3652, xid=null, state=ACTIVE, createTime=1719619106439(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 1]@220612eb 2024-06-28 23:58:26,440 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 1c4e3357-687e-491d-8f22-061aaede6643: CoreMessage[messageID=3649, durable=true, userID=4f6339b8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=1c4e3357-687e-491d-8f22-061aaede6643, size=995, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-78b8a6c1-0bd5-4087-af94-488a46d0c405, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=e7b05b46-716e-4c7f-9578-f9f6b1609e01]]@1017220789, transaction: TransactionImpl [xid=null, txID=3652, xid=null, state=COMMITTED, createTime=1719619106439(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 0]@220612eb 2024-06-28 23:58:26,440 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f6360c9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f5de27a-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f5de27a-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4e3984c1, true, {}] 2024-06-28 23:58:26,441 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [1c4e3357-687e-491d-8f22-061aaede6643] 2024-06-28 23:58:26,442 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5e1535e0] 2024-06-28 23:58:26,443 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [6febeb1d-e798-4090-8d09-6b7aa81d8b14] 2024-06-28 23:58:26,444 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@32219980[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:26,444 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.007112 ms 2024-06-28 23:58:26,444 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [6b5fb28c-988d-425d-b48b-0cc34b92b306] 2024-06-28 23:58:26,445 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:58:26,445 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:58:26,445 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 4f5de27a-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:26,446 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:26,446 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 44.110656 ms 2024-06-28 23:58:26,446 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:26,447 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:26,447 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:26,448 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1690584793'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:26,450 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:26,450 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 4f64e76b-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS subscriber, activemq.broker=mom84] 2024-06-28 23:58:26,451 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f650e7e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f64e76b-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f64e76b-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@622d182b, true, {}] 2024-06-28 23:58:26,452 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@332946d4 - MDC[jobName=JMS subscriber, activemq.broker=mom84] 2024-06-28 23:58:26,452 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f65358f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f64e76b-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f64e76b-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@76fe64b7, true, {}] 2024-06-28 23:58:26,454 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 4f65358f-35aa-11ef-ab26-0a580a2845c5 with parameters: [scout.physical.UnitTestTopic, [MULTICAST], true] 2024-06-28 23:58:26,454 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@22c43cb2 2024-06-28 23:58:26,455 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=d7cecfd8-5d93-41eb-953d-e19203c92555, address=scout.physical.UnitTestTopic, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:26,455 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@538fe201 2024-06-28 23:58:26,455 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, d7cecfd8-5d93-41eb-953d-e19203c92555, null, 0, false, true, null] 2024-06-28 23:58:26,456 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f65d1d2-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f64e76b-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f64e76b-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3ace2ec4, true, {}] 2024-06-28 23:58:26,457 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=85e6ca02-5310-4a23-bd48-e61c1f32581a, address=scout.physical.UnitTestTopic, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:26,457 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@2f649937 2024-06-28 23:58:26,457 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 85e6ca02-5310-4a23-bd48-e61c1f32581a, null, 0, false, true, null] 2024-06-28 23:58:26,458 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f661ff4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f64e76b-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f64e76b-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@12f92255, true, {}] 2024-06-28 23:58:26,458 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyCancellation, null, 0, false, true, null] 2024-06-28 23:58:26,459 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f664705-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f64e76b-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f64e76b-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@46761f46, true, {}] 2024-06-28 23:58:26,459 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=b935c0bc-41b7-442e-ae8f-64e7cf89e14e, address=b935c0bc-41b7-442e-ae8f-64e7cf89e14e, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:26,459 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@1e16cc17 2024-06-28 23:58:26,460 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@6caa1efc 2024-06-28 23:58:26,460 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, b935c0bc-41b7-442e-ae8f-64e7cf89e14e, null, 0, false, true, null] 2024-06-28 23:58:26,462 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3718, durable=true, userID=4f669528-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyCancellation, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5ccd3e2c-494d-4f45-be4d-82ab117dd8ec, JMSReplyTo=temp-queue://b935c0bc-41b7-442e-ae8f-64e7cf89e14e, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@74910527, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyCancellation, routingType=ANYCAST, PreviousAddress=test/mom/testQueueRequestReplyCancellation previousRoute:ANYCAST, reusable=true, version=-2147483446) .................................................. ***** durable queues test/mom/testQueueRequestReplyCancellation: - queueID=2722 address:test/mom/testQueueRequestReplyCancellation name:test/mom/testQueueRequestReplyCancellation filter:null ***** non durable for test/mom/testQueueRequestReplyCancellation: .................................................. , transaction: null 2024-06-28 23:58:26,462 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueueRequestReplyCancellation: Reference[3718]:RELIABLE:CoreMessage[messageID=3718, durable=true, userID=4f669528-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyCancellation, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5ccd3e2c-494d-4f45-be4d-82ab117dd8ec, JMSReplyTo=temp-queue://b935c0bc-41b7-442e-ae8f-64e7cf89e14e, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@74910527 2024-06-28 23:58:26,462 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueueRequestReplyCancellation: CoreMessage[messageID=3718, durable=true, userID=4f669528-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyCancellation, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5ccd3e2c-494d-4f45-be4d-82ab117dd8ec, JMSReplyTo=temp-queue://b935c0bc-41b7-442e-ae8f-64e7cf89e14e, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@74910527 to transaction: TransactionImpl [xid=null, txID=3719, xid=null, state=ACTIVE, createTime=1719619106462(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 1]@7c85f1d4 2024-06-28 23:58:26,463 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:481) - Request job canceled; java.lang.InterruptedException - MDC[jobName=request on test/mom/testQueueRequestReplyCancellation, activemq.broker=mom57] 2024-06-28 23:58:26,463 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f66e349-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f64e76b-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f64e76b-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@28446e5a, true, {}] 2024-06-28 23:58:26,465 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3726, durable=true, userID=4f670a5b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=scout.physical.UnitTestTopic, size=499, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5ccd3e2c-494d-4f45-be4d-82ab117dd8ec, _AMQ_ROUTING_TYPE=0]]@320420816, context: RoutingContextImpl(Address=scout.physical.UnitTestTopic, routingType=MULTICAST, PreviousAddress=scout.physical.UnitTestTopic previousRoute:MULTICAST, reusable=true, version=-2147483376) .................................................. ***** durable queues scout.physical.UnitTestTopic: ***** non durable for scout.physical.UnitTestTopic: - queueID=3698 address:scout.physical.UnitTestTopic name:d7cecfd8-5d93-41eb-953d-e19203c92555 filter:null - queueID=3704 address:scout.physical.UnitTestTopic name:85e6ca02-5310-4a23-bd48-e61c1f32581a filter:null .................................................. , transaction: null 2024-06-28 23:58:26,465 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from d7cecfd8-5d93-41eb-953d-e19203c92555: Reference[3726]:RELIABLE:CoreMessage[messageID=3726, durable=true, userID=4f670a5b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=scout.physical.UnitTestTopic, size=499, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5ccd3e2c-494d-4f45-be4d-82ab117dd8ec, _AMQ_ROUTING_TYPE=0]]@320420816 2024-06-28 23:58:26,465 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 85e6ca02-5310-4a23-bd48-e61c1f32581a: Reference[3726]:RELIABLE:CoreMessage[messageID=3726, durable=true, userID=4f670a5b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=scout.physical.UnitTestTopic, size=499, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5ccd3e2c-494d-4f45-be4d-82ab117dd8ec, _AMQ_ROUTING_TYPE=0]]@320420816 2024-06-28 23:58:26,465 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 85e6ca02-5310-4a23-bd48-e61c1f32581a: CoreMessage[messageID=3726, durable=true, userID=4f670a5b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=scout.physical.UnitTestTopic, size=499, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5ccd3e2c-494d-4f45-be4d-82ab117dd8ec, _AMQ_ROUTING_TYPE=0]]@320420816 to transaction: TransactionImpl [xid=null, txID=3729, xid=null, state=ACTIVE, createTime=1719619106465(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 1]@3e5b57f3 2024-06-28 23:58:26,465 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from d7cecfd8-5d93-41eb-953d-e19203c92555: CoreMessage[messageID=3726, durable=true, userID=4f670a5b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=scout.physical.UnitTestTopic, size=499, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5ccd3e2c-494d-4f45-be4d-82ab117dd8ec, _AMQ_ROUTING_TYPE=0]]@320420816 to transaction: TransactionImpl [xid=null, txID=3730, xid=null, state=ACTIVE, createTime=1719619106465(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 1]@5d46a7ad 2024-06-28 23:58:26,465 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 85e6ca02-5310-4a23-bd48-e61c1f32581a: CoreMessage[messageID=3726, durable=true, userID=4f670a5b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=scout.physical.UnitTestTopic, size=499, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5ccd3e2c-494d-4f45-be4d-82ab117dd8ec, _AMQ_ROUTING_TYPE=0]]@320420816, transaction: TransactionImpl [xid=null, txID=3729, xid=null, state=COMMITTED, createTime=1719619106465(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 0]@3e5b57f3 2024-06-28 23:58:26,465 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueueRequestReplyCancellation: CoreMessage[messageID=3718, durable=true, userID=4f669528-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyCancellation, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5ccd3e2c-494d-4f45-be4d-82ab117dd8ec, JMSReplyTo=temp-queue://b935c0bc-41b7-442e-ae8f-64e7cf89e14e, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@74910527, transaction: TransactionImpl [xid=null, txID=3719, xid=null, state=COMMITTED, createTime=1719619106462(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 0]@7c85f1d4 2024-06-28 23:58:26,465 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from d7cecfd8-5d93-41eb-953d-e19203c92555: CoreMessage[messageID=3726, durable=true, userID=4f670a5b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=scout.physical.UnitTestTopic, size=499, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5ccd3e2c-494d-4f45-be4d-82ab117dd8ec, _AMQ_ROUTING_TYPE=0]]@320420816, transaction: TransactionImpl [xid=null, txID=3730, xid=null, state=COMMITTED, createTime=1719619106465(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 0]@5d46a7ad 2024-06-28 23:58:26,465 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@776b7fa2, org.eclipse.scout.rt.mom.jms.JmsSubscription@3f7aa4f8] 2024-06-28 23:58:26,466 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [d7cecfd8-5d93-41eb-953d-e19203c92555] 2024-06-28 23:58:26,467 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@ebe6fcf[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:26,467 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.008681 ms 2024-06-28 23:58:26,468 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [85e6ca02-5310-4a23-bd48-e61c1f32581a] 2024-06-28 23:58:26,469 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:58:26,469 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:58:26,469 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 4f64e76b-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:26,470 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:26,470 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 22.567671 ms 2024-06-28 23:58:26,470 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:26,471 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:26,471 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:26,472 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 734741292'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:26,474 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:26,474 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 4f6890fd-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom71] 2024-06-28 23:58:26,475 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f689100-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f6890fd-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f6890fd-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5ccef1fa, true, {}] 2024-06-28 23:58:26,475 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@1183e08e - MDC[jobName=JMS reply cancel message listener, activemq.broker=mom71] 2024-06-28 23:58:26,476 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f68b811-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f6890fd-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f6890fd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@26a91c0e, true, {}] 2024-06-28 23:58:26,476 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 4f68b811-35aa-11ef-ab26-0a580a2845c5 with parameters: [scout.mom.requestreply.cancellation, [MULTICAST], true] 2024-06-28 23:58:26,476 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@4d22dd2 2024-06-28 23:58:26,477 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=c265c1c7-236c-4d2f-ab7b-2944e8c167f9, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:26,477 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@a0c971f 2024-06-28 23:58:26,477 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, c265c1c7-236c-4d2f-ab7b-2944e8c167f9, null, 0, false, true, null] 2024-06-28 23:58:26,478 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f692d43-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f6890fd-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f6890fd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3122c84b, true, {}] 2024-06-28 23:58:26,479 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=test/mom/testQueueRequestReplyCorrelationId, address=test/mom/testQueueRequestReplyCorrelationId, routingType=ANYCAST, filterString=null, durable=true, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=false, autoCreateAddress=null, internal=null, transient=null, autoCreated=true, fqqn=null]] 2024-06-28 23:58:26,479 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@615471c9 2024-06-28 23:58:26,479 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@6a69f507 2024-06-28 23:58:26,479 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyCorrelationId, null, 0, false, true, null] 2024-06-28 23:58:26,480 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f697b65-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f6890fd-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f6890fd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@770a056, true, {}] 2024-06-28 23:58:26,481 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=1d6123bd-01bb-4fb7-91c3-91cff1ca38fa, address=1d6123bd-01bb-4fb7-91c3-91cff1ca38fa, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:26,481 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@6939f65a 2024-06-28 23:58:26,481 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@36700ed7 2024-06-28 23:58:26,482 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 1d6123bd-01bb-4fb7-91c3-91cff1ca38fa, null, 0, false, true, null] 2024-06-28 23:58:26,483 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3790, durable=true, userID=4f69c988-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyCorrelationId, size=1000, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-f720f57a-5eaf-4ee5-80e0-6a07f6fddcf7, JMSReplyTo=temp-queue://1d6123bd-01bb-4fb7-91c3-91cff1ca38fa, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid:abc]]@403660287, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyCorrelationId, routingType=ANYCAST, PreviousAddress=test/mom/testQueueRequestReplyCorrelationId previousRoute:ANYCAST, reusable=true, version=-2147483370) .................................................. ***** durable queues test/mom/testQueueRequestReplyCorrelationId: - queueID=3779 address:test/mom/testQueueRequestReplyCorrelationId name:test/mom/testQueueRequestReplyCorrelationId filter:null ***** non durable for test/mom/testQueueRequestReplyCorrelationId: .................................................. , transaction: null 2024-06-28 23:58:26,483 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueueRequestReplyCorrelationId: Reference[3790]:RELIABLE:CoreMessage[messageID=3790, durable=true, userID=4f69c988-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyCorrelationId, size=1000, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-f720f57a-5eaf-4ee5-80e0-6a07f6fddcf7, JMSReplyTo=temp-queue://1d6123bd-01bb-4fb7-91c3-91cff1ca38fa, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid:abc]]@403660287 2024-06-28 23:58:26,483 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueueRequestReplyCorrelationId: CoreMessage[messageID=3790, durable=true, userID=4f69c988-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyCorrelationId, size=1000, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-f720f57a-5eaf-4ee5-80e0-6a07f6fddcf7, JMSReplyTo=temp-queue://1d6123bd-01bb-4fb7-91c3-91cff1ca38fa, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid:abc]]@403660287 to transaction: TransactionImpl [xid=null, txID=3791, xid=null, state=ACTIVE, createTime=1719619106483(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 1]@66259004 2024-06-28 23:58:26,484 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f6a17a9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f6890fd-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f6890fd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@53fce834, true, {}] 2024-06-28 23:58:26,485 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3794, durable=true, userID=4f6a3ebb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=1d6123bd-01bb-4fb7-91c3-91cff1ca38fa, size=929, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-f720f57a-5eaf-4ee5-80e0-6a07f6fddcf7, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid:abc]]@1767865497, context: RoutingContextImpl(Address=1d6123bd-01bb-4fb7-91c3-91cff1ca38fa, routingType=ANYCAST, PreviousAddress=1d6123bd-01bb-4fb7-91c3-91cff1ca38fa previousRoute:ANYCAST, reusable=true, version=-2147483369) .................................................. ***** durable queues 1d6123bd-01bb-4fb7-91c3-91cff1ca38fa: ***** non durable for 1d6123bd-01bb-4fb7-91c3-91cff1ca38fa: - queueID=3786 address:1d6123bd-01bb-4fb7-91c3-91cff1ca38fa name:1d6123bd-01bb-4fb7-91c3-91cff1ca38fa filter:null .................................................. , transaction: null 2024-06-28 23:58:26,485 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 1d6123bd-01bb-4fb7-91c3-91cff1ca38fa: Reference[3794]:RELIABLE:CoreMessage[messageID=3794, durable=true, userID=4f6a3ebb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=1d6123bd-01bb-4fb7-91c3-91cff1ca38fa, size=929, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-f720f57a-5eaf-4ee5-80e0-6a07f6fddcf7, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid:abc]]@1767865497 2024-06-28 23:58:26,486 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 1d6123bd-01bb-4fb7-91c3-91cff1ca38fa: CoreMessage[messageID=3794, durable=true, userID=4f6a3ebb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=1d6123bd-01bb-4fb7-91c3-91cff1ca38fa, size=929, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-f720f57a-5eaf-4ee5-80e0-6a07f6fddcf7, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid:abc]]@1767865497 to transaction: TransactionImpl [xid=null, txID=3797, xid=null, state=ACTIVE, createTime=1719619106486(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 1]@12a04bad 2024-06-28 23:58:26,486 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 1d6123bd-01bb-4fb7-91c3-91cff1ca38fa: CoreMessage[messageID=3794, durable=true, userID=4f6a3ebb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=1d6123bd-01bb-4fb7-91c3-91cff1ca38fa, size=929, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-f720f57a-5eaf-4ee5-80e0-6a07f6fddcf7, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid:abc]]@1767865497, transaction: TransactionImpl [xid=null, txID=3797, xid=null, state=COMMITTED, createTime=1719619106486(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 0]@12a04bad 2024-06-28 23:58:26,486 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueueRequestReplyCorrelationId: CoreMessage[messageID=3790, durable=true, userID=4f69c988-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyCorrelationId, size=1000, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-f720f57a-5eaf-4ee5-80e0-6a07f6fddcf7, JMSReplyTo=temp-queue://1d6123bd-01bb-4fb7-91c3-91cff1ca38fa, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid:abc]]@403660287, transaction: TransactionImpl [xid=null, txID=3791, xid=null, state=COMMITTED, createTime=1719619106483(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 0]@66259004 2024-06-28 23:58:26,486 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f6a65cc-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f6890fd-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f6890fd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@391abaa5, true, {}] 2024-06-28 23:58:26,487 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [1d6123bd-01bb-4fb7-91c3-91cff1ca38fa] 2024-06-28 23:58:26,488 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3a70acd5] 2024-06-28 23:58:26,489 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@398c7c69[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:26,489 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.012015 ms 2024-06-28 23:58:26,490 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [c265c1c7-236c-4d2f-ab7b-2944e8c167f9] 2024-06-28 23:58:26,491 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:58:26,491 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:58:26,491 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 4f6890fd-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:26,492 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:26,492 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 20.384797 ms 2024-06-28 23:58:26,492 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:26,493 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:26,493 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:26,493 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 2120918999'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom71] 2024-06-28 23:58:26,494 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.createContextEnvironment(JmsMomImplementor.java:711) - ignoring property having null key or value [key=scout.mom.requestreply.enabled, value=null] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom71] 2024-06-28 23:58:26,495 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom71] 2024-06-28 23:58:26,495 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 4f6bc55e-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS subscriber, activemq.broker=mom84] 2024-06-28 23:58:26,496 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f6bec71-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f6bc55e-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f6bc55e-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3cb8f0ab, true, {}] 2024-06-28 23:58:26,497 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@181da7e1 - MDC[jobName=JMS subscriber, activemq.broker=mom84] 2024-06-28 23:58:26,497 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f6c1382-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f6bc55e-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f6bc55e-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@37ff795, true, {}] 2024-06-28 23:58:26,497 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 4f6c1382-35aa-11ef-ab26-0a580a2845c5 with parameters: [scout.mom.requestreply.cancellation, [MULTICAST], true] 2024-06-28 23:58:26,498 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@7c7660dd 2024-06-28 23:58:26,498 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=4986fdad-40b8-4593-b5cc-c2f11db46577, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:26,499 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@11b7f8c2 2024-06-28 23:58:26,499 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 4986fdad-40b8-4593-b5cc-c2f11db46577, null, 0, false, true, null] 2024-06-28 23:58:26,499 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f6c61a4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f6bc55e-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f6bc55e-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@32566e6f, true, {}] 2024-06-28 23:58:26,500 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 4f6c61a4-35aa-11ef-ab26-0a580a2845c5 with parameters: [differentTopic, [MULTICAST], true] 2024-06-28 23:58:26,500 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@7e060d15 2024-06-28 23:58:26,500 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=4efd0ebd-5075-479e-bde3-5fb0c72fa9a8, address=differentTopic, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:26,501 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@70220ca3 2024-06-28 23:58:26,501 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 4efd0ebd-5075-479e-bde3-5fb0c72fa9a8, null, 0, false, true, null] 2024-06-28 23:58:26,502 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f6cd6d6-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f6bc55e-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f6bc55e-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5fb30d9f, true, {}] 2024-06-28 23:58:26,502 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=cd85a1dd-fe18-4b44-972b-da740c64795e, address=differentTopic, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:26,502 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@36f5fe9d 2024-06-28 23:58:26,503 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, cd85a1dd-fe18-4b44-972b-da740c64795e, null, 0, false, true, null] 2024-06-28 23:58:26,503 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f6cfde8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f6bc55e-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f6bc55e-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@442bf7db, true, {}] 2024-06-28 23:58:26,504 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyCancellation, null, 0, false, true, null] 2024-06-28 23:58:26,505 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f6d4c09-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f6bc55e-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f6bc55e-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@60c6f134, true, {}] 2024-06-28 23:58:26,536 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=fe40e2b0-2d71-48e2-8421-ea0e7de1f1f5, address=fe40e2b0-2d71-48e2-8421-ea0e7de1f1f5, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:26,537 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@502ff5a1 2024-06-28 23:58:26,537 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@1e637f78 2024-06-28 23:58:26,538 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, fe40e2b0-2d71-48e2-8421-ea0e7de1f1f5, null, 0, false, true, null] 2024-06-28 23:58:26,539 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3864, durable=true, userID=4f72551c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyCancellation, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-2cca60bd-b63e-41ef-8955-c63a441b20c7, JMSReplyTo=temp-queue://fe40e2b0-2d71-48e2-8421-ea0e7de1f1f5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2087596957, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyCancellation, routingType=ANYCAST, PreviousAddress=test/mom/testQueueRequestReplyCancellation previousRoute:ANYCAST, reusable=true, version=-2147483446) .................................................. ***** durable queues test/mom/testQueueRequestReplyCancellation: - queueID=2722 address:test/mom/testQueueRequestReplyCancellation name:test/mom/testQueueRequestReplyCancellation filter:null ***** non durable for test/mom/testQueueRequestReplyCancellation: .................................................. , transaction: null 2024-06-28 23:58:26,539 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueueRequestReplyCancellation: Reference[3864]:RELIABLE:CoreMessage[messageID=3864, durable=true, userID=4f72551c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyCancellation, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-2cca60bd-b63e-41ef-8955-c63a441b20c7, JMSReplyTo=temp-queue://fe40e2b0-2d71-48e2-8421-ea0e7de1f1f5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2087596957 2024-06-28 23:58:26,540 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueueRequestReplyCancellation: CoreMessage[messageID=3864, durable=true, userID=4f72551c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyCancellation, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-2cca60bd-b63e-41ef-8955-c63a441b20c7, JMSReplyTo=temp-queue://fe40e2b0-2d71-48e2-8421-ea0e7de1f1f5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2087596957 to transaction: TransactionImpl [xid=null, txID=3865, xid=null, state=ACTIVE, createTime=1719619106539(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 1]@5ad6b574 2024-06-28 23:58:26,540 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:481) - Request job canceled; java.lang.InterruptedException - MDC[jobName=request on test/mom/testQueueRequestReplyCancellation, activemq.broker=mom57] 2024-06-28 23:58:26,541 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [4f72a33d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=4f6bc55e-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=4f6bc55e-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1c497fa7, true, {}] 2024-06-28 23:58:26,541 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3872, durable=true, userID=4f72ca4f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=differentTopic, size=471, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-2cca60bd-b63e-41ef-8955-c63a441b20c7, _AMQ_ROUTING_TYPE=0]]@1957902681, context: RoutingContextImpl(Address=differentTopic, routingType=MULTICAST, PreviousAddress=differentTopic previousRoute:MULTICAST, reusable=true, version=-2147483364) .................................................. ***** durable queues differentTopic: ***** non durable for differentTopic: - queueID=3850 address:differentTopic name:cd85a1dd-fe18-4b44-972b-da740c64795e filter:null - queueID=3844 address:differentTopic name:4efd0ebd-5075-479e-bde3-5fb0c72fa9a8 filter:null .................................................. , transaction: null 2024-06-28 23:58:26,541 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 4efd0ebd-5075-479e-bde3-5fb0c72fa9a8: Reference[3872]:RELIABLE:CoreMessage[messageID=3872, durable=true, userID=4f72ca4f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=differentTopic, size=471, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-2cca60bd-b63e-41ef-8955-c63a441b20c7, _AMQ_ROUTING_TYPE=0]]@1957902681 2024-06-28 23:58:26,541 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from cd85a1dd-fe18-4b44-972b-da740c64795e: Reference[3872]:RELIABLE:CoreMessage[messageID=3872, durable=true, userID=4f72ca4f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=differentTopic, size=471, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-2cca60bd-b63e-41ef-8955-c63a441b20c7, _AMQ_ROUTING_TYPE=0]]@1957902681 2024-06-28 23:58:26,542 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 4efd0ebd-5075-479e-bde3-5fb0c72fa9a8: CoreMessage[messageID=3872, durable=true, userID=4f72ca4f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=differentTopic, size=471, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-2cca60bd-b63e-41ef-8955-c63a441b20c7, _AMQ_ROUTING_TYPE=0]]@1957902681 to transaction: TransactionImpl [xid=null, txID=3875, xid=null, state=ACTIVE, createTime=1719619106542(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 1]@2a5f8b2 2024-06-28 23:58:26,542 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from cd85a1dd-fe18-4b44-972b-da740c64795e: CoreMessage[messageID=3872, durable=true, userID=4f72ca4f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=differentTopic, size=471, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-2cca60bd-b63e-41ef-8955-c63a441b20c7, _AMQ_ROUTING_TYPE=0]]@1957902681 to transaction: TransactionImpl [xid=null, txID=3876, xid=null, state=ACTIVE, createTime=1719619106542(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 1]@79cc0e89 2024-06-28 23:58:26,542 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 4efd0ebd-5075-479e-bde3-5fb0c72fa9a8: CoreMessage[messageID=3872, durable=true, userID=4f72ca4f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=differentTopic, size=471, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-2cca60bd-b63e-41ef-8955-c63a441b20c7, _AMQ_ROUTING_TYPE=0]]@1957902681, transaction: TransactionImpl [xid=null, txID=3875, xid=null, state=COMMITTED, createTime=1719619106542(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 0]@2a5f8b2 2024-06-28 23:58:26,542 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from cd85a1dd-fe18-4b44-972b-da740c64795e: CoreMessage[messageID=3872, durable=true, userID=4f72ca4f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=differentTopic, size=471, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-2cca60bd-b63e-41ef-8955-c63a441b20c7, _AMQ_ROUTING_TYPE=0]]@1957902681, transaction: TransactionImpl [xid=null, txID=3876, xid=null, state=COMMITTED, createTime=1719619106542(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 0]@79cc0e89 2024-06-28 23:58:26,542 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueueRequestReplyCancellation: CoreMessage[messageID=3864, durable=true, userID=4f72551c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:26 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyCancellation, size=943, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_requestreply_id=scout.mom.requestreply.uid-2cca60bd-b63e-41ef-8955-c63a441b20c7, JMSReplyTo=temp-queue://fe40e2b0-2d71-48e2-8421-ea0e7de1f1f5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2087596957, transaction: TransactionImpl [xid=null, txID=3865, xid=null, state=COMMITTED, createTime=1719619106539(Fri Jun 28 23:58:26 UTC 2024), timeoutSeconds=-1, nr operations = 0]@5ad6b574 2024-06-28 23:58:27,543 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 3 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@564e9c0b, org.eclipse.scout.rt.mom.jms.JmsSubscription@4c7d19bf, org.eclipse.scout.rt.mom.jms.JmsSubscription@21d478f3] 2024-06-28 23:58:27,545 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [4986fdad-40b8-4593-b5cc-c2f11db46577] 2024-06-28 23:58:27,552 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [4efd0ebd-5075-479e-bde3-5fb0c72fa9a8] 2024-06-28 23:58:27,554 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@56559751[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:27,554 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.014189 ms 2024-06-28 23:58:27,554 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [cd85a1dd-fe18-4b44-972b-da740c64795e] 2024-06-28 23:58:27,555 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:58:27,555 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:58:27,556 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 4f6bc55e-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:27,557 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:27,557 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 1064.322046 ms 2024-06-28 23:58:27,557 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:27,559 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:27,559 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:27,560 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1932465780'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:27,562 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:27,563 INFO [scout-thread-24] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 500ebc31-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:27,564 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [500ee344-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=500ebc31-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=500ebc31-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2eaff250, true, {}] 2024-06-28 23:58:27,564 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [500ee345-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=500ebc31-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=500ebc31-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1f475fcd, true, {}] 2024-06-28 23:58:27,565 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 500ee345-35aa-11ef-ab26-0a580a2845c5 with parameters: [scout.mom.requestreply.cancellation, [MULTICAST], true] 2024-06-28 23:58:27,566 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@4389d1e3 2024-06-28 23:58:27,566 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=0a382b76-a260-4164-a1b8-eb359799167a, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:27,567 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@1fb266a7 2024-06-28 23:58:27,568 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 0a382b76-a260-4164-a1b8-eb359799167a, null, 0, false, true, null] 2024-06-28 23:58:27,568 INFO [scout-thread-24] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 500f7f87-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:27,569 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [500fa69a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=500f7f87-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=500f7f87-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1aaf5296, true, {}] 2024-06-28 23:58:27,569 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [500fa69b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=500f7f87-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=500f7f87-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7a738a1d, true, {}] 2024-06-28 23:58:27,570 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:27,571 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 500ff4bc-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom84] 2024-06-28 23:58:27,571 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [500ff4bf-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=500ff4bc-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=500ff4bc-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@771bf778, true, {}] 2024-06-28 23:58:27,572 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50101bd0-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=500ff4bc-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=500ff4bc-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4c852356, true, {}] 2024-06-28 23:58:27,572 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=939e053b-7901-42c6-b07b-a514f15ad00d, address=939e053b-7901-42c6-b07b-a514f15ad00d, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:27,572 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@5f8581ef 2024-06-28 23:58:27,573 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@469d9d94 2024-06-28 23:58:27,574 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 939e053b-7901-42c6-b07b-a514f15ad00d, null, 0, false, true, null] 2024-06-28 23:58:27,575 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3946, durable=true, userID=50109103-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=767, properties=TypedProperties[__AMQ_CID=500ff4be-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5b8745bf-b45f-42d1-8db0-1bf8f29d6ce6, JMSReplyTo=temp-queue://939e053b-7901-42c6-b07b-a514f15ad00d, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1893460220, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:27,576 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[3946]:RELIABLE:CoreMessage[messageID=3946, durable=true, userID=50109103-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=767, properties=TypedProperties[__AMQ_CID=500ff4be-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5b8745bf-b45f-42d1-8db0-1bf8f29d6ce6, JMSReplyTo=temp-queue://939e053b-7901-42c6-b07b-a514f15ad00d, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1893460220 2024-06-28 23:58:27,576 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=3946, durable=true, userID=50109103-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=767, properties=TypedProperties[__AMQ_CID=500ff4be-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5b8745bf-b45f-42d1-8db0-1bf8f29d6ce6, JMSReplyTo=temp-queue://939e053b-7901-42c6-b07b-a514f15ad00d, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1893460220 to transaction: TransactionImpl [xid=null, txID=3947, xid=null, state=ACTIVE, createTime=1719619107576(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 1]@1bcbf664 2024-06-28 23:58:27,577 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 5010df24-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=2acfe35a-6094-45f6-baea-1309d3dc1300, activemq.broker=mom71] 2024-06-28 23:58:27,578 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5010df27-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5010df24-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5010df24-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@165068b2, true, {}] 2024-06-28 23:58:27,578 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50110638-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5010df24-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5010df24-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@290ffd26, true, {}] 2024-06-28 23:58:27,579 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=3946, durable=true, userID=50109103-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=767, properties=TypedProperties[__AMQ_CID=500ff4be-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5b8745bf-b45f-42d1-8db0-1bf8f29d6ce6, JMSReplyTo=temp-queue://939e053b-7901-42c6-b07b-a514f15ad00d, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1893460220, transaction: TransactionImpl [xid=null, txID=3947, xid=null, state=COMMITTED, createTime=1719619107576(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 0]@1bcbf664 2024-06-28 23:58:27,579 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3952, durable=true, userID=50112d4a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=939e053b-7901-42c6-b07b-a514f15ad00d, size=837, properties=TypedProperties[__AMQ_CID=5010df26-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5b8745bf-b45f-42d1-8db0-1bf8f29d6ce6, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=2acfe35a-6094-45f6-baea-1309d3dc1300]]@1592228116, context: RoutingContextImpl(Address=939e053b-7901-42c6-b07b-a514f15ad00d, routingType=ANYCAST, PreviousAddress=939e053b-7901-42c6-b07b-a514f15ad00d previousRoute:ANYCAST, reusable=true, version=-2147483357) .................................................. ***** durable queues 939e053b-7901-42c6-b07b-a514f15ad00d: ***** non durable for 939e053b-7901-42c6-b07b-a514f15ad00d: - queueID=3942 address:939e053b-7901-42c6-b07b-a514f15ad00d name:939e053b-7901-42c6-b07b-a514f15ad00d filter:null .................................................. , transaction: null 2024-06-28 23:58:27,579 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 939e053b-7901-42c6-b07b-a514f15ad00d: Reference[3952]:RELIABLE:CoreMessage[messageID=3952, durable=true, userID=50112d4a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=939e053b-7901-42c6-b07b-a514f15ad00d, size=837, properties=TypedProperties[__AMQ_CID=5010df26-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5b8745bf-b45f-42d1-8db0-1bf8f29d6ce6, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=2acfe35a-6094-45f6-baea-1309d3dc1300]]@1592228116 2024-06-28 23:58:27,580 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 939e053b-7901-42c6-b07b-a514f15ad00d: CoreMessage[messageID=3952, durable=true, userID=50112d4a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=939e053b-7901-42c6-b07b-a514f15ad00d, size=837, properties=TypedProperties[__AMQ_CID=5010df26-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5b8745bf-b45f-42d1-8db0-1bf8f29d6ce6, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=2acfe35a-6094-45f6-baea-1309d3dc1300]]@1592228116 to transaction: TransactionImpl [xid=null, txID=3955, xid=null, state=ACTIVE, createTime=1719619107579(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 1]@3aa0a833 2024-06-28 23:58:27,580 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 939e053b-7901-42c6-b07b-a514f15ad00d: CoreMessage[messageID=3952, durable=true, userID=50112d4a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=939e053b-7901-42c6-b07b-a514f15ad00d, size=837, properties=TypedProperties[__AMQ_CID=5010df26-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5b8745bf-b45f-42d1-8db0-1bf8f29d6ce6, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=2acfe35a-6094-45f6-baea-1309d3dc1300]]@1592228116, transaction: TransactionImpl [xid=null, txID=3955, xid=null, state=COMMITTED, createTime=1719619107579(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 0]@3aa0a833 2024-06-28 23:58:27,580 INFO [scout-thread-23] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 5010df24-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=2acfe35a-6094-45f6-baea-1309d3dc1300, activemq.broker=mom71] 2024-06-28 23:58:27,580 INFO [scout-thread-18] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 500ff4bc-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom84] 2024-06-28 23:58:27,582 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@59c94c3a, org.eclipse.scout.rt.mom.jms.JmsSubscription@36f6cc76] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:27,583 INFO [scout-thread-24] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 500f7f87-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:27,583 INFO [scout-thread-24] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 5011c98b-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:27,584 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5011f09e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5011c98b-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5011c98b-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@323e38c4, true, {}] 2024-06-28 23:58:27,584 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5011f09f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5011c98b-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5011c98b-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5e847fcd, true, {}] 2024-06-28 23:58:27,585 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:27,585 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 501217b0-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom84] 2024-06-28 23:58:27,586 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50123ec3-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=501217b0-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=501217b0-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@57fd40bb, true, {}] 2024-06-28 23:58:27,586 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50123ec4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=501217b0-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=501217b0-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@15e9d2cb, true, {}] 2024-06-28 23:58:27,587 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=fca60641-1ae5-48d8-9382-e1e04aafd164, address=fca60641-1ae5-48d8-9382-e1e04aafd164, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:27,587 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@12a83828 2024-06-28 23:58:27,587 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@68c1892f 2024-06-28 23:58:27,588 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, fca60641-1ae5-48d8-9382-e1e04aafd164, null, 0, false, true, null] 2024-06-28 23:58:27,589 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3991, durable=true, userID=50128ce7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=860, properties=TypedProperties[__AMQ_CID=50123ec2-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-26b594df-ee49-43bb-b854-03f21586b9a2, JMSReplyTo=temp-queue://fca60641-1ae5-48d8-9382-e1e04aafd164, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@2066829779, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:27,592 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[3991]:RELIABLE:CoreMessage[messageID=3991, durable=true, userID=50128ce7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=860, properties=TypedProperties[__AMQ_CID=50123ec2-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-26b594df-ee49-43bb-b854-03f21586b9a2, JMSReplyTo=temp-queue://fca60641-1ae5-48d8-9382-e1e04aafd164, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@2066829779 2024-06-28 23:58:27,593 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=3991, durable=true, userID=50128ce7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=860, properties=TypedProperties[__AMQ_CID=50123ec2-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-26b594df-ee49-43bb-b854-03f21586b9a2, JMSReplyTo=temp-queue://fca60641-1ae5-48d8-9382-e1e04aafd164, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@2066829779 to transaction: TransactionImpl [xid=null, txID=3992, xid=null, state=ACTIVE, createTime=1719619107593(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 1]@2b1632a2 2024-06-28 23:58:27,594 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 50137748-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=dd63aac8-4d25-42c8-9c6e-1816768d7a55, activemq.broker=mom71] 2024-06-28 23:58:27,594 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5013774b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50137748-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50137748-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3d1c0a14, true, {}] 2024-06-28 23:58:27,595 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5013774c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50137748-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50137748-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@47dd3e03, true, {}] 2024-06-28 23:58:27,596 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=3991, durable=true, userID=50128ce7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=860, properties=TypedProperties[__AMQ_CID=50123ec2-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-26b594df-ee49-43bb-b854-03f21586b9a2, JMSReplyTo=temp-queue://fca60641-1ae5-48d8-9382-e1e04aafd164, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@2066829779, transaction: TransactionImpl [xid=null, txID=3992, xid=null, state=COMMITTED, createTime=1719619107593(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 0]@2b1632a2 2024-06-28 23:58:27,596 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3997, durable=true, userID=50139e5e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=fca60641-1ae5-48d8-9382-e1e04aafd164, size=930, properties=TypedProperties[__AMQ_CID=5013774a-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-26b594df-ee49-43bb-b854-03f21586b9a2, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=dd63aac8-4d25-42c8-9c6e-1816768d7a55]]@783177122, context: RoutingContextImpl(Address=fca60641-1ae5-48d8-9382-e1e04aafd164, routingType=ANYCAST, PreviousAddress=fca60641-1ae5-48d8-9382-e1e04aafd164 previousRoute:ANYCAST, reusable=true, version=-2147483355) .................................................. ***** durable queues fca60641-1ae5-48d8-9382-e1e04aafd164: ***** non durable for fca60641-1ae5-48d8-9382-e1e04aafd164: - queueID=3987 address:fca60641-1ae5-48d8-9382-e1e04aafd164 name:fca60641-1ae5-48d8-9382-e1e04aafd164 filter:null .................................................. , transaction: null 2024-06-28 23:58:27,596 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from fca60641-1ae5-48d8-9382-e1e04aafd164: Reference[3997]:RELIABLE:CoreMessage[messageID=3997, durable=true, userID=50139e5e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=fca60641-1ae5-48d8-9382-e1e04aafd164, size=930, properties=TypedProperties[__AMQ_CID=5013774a-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-26b594df-ee49-43bb-b854-03f21586b9a2, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=dd63aac8-4d25-42c8-9c6e-1816768d7a55]]@783177122 2024-06-28 23:58:27,596 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from fca60641-1ae5-48d8-9382-e1e04aafd164: CoreMessage[messageID=3997, durable=true, userID=50139e5e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=fca60641-1ae5-48d8-9382-e1e04aafd164, size=930, properties=TypedProperties[__AMQ_CID=5013774a-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-26b594df-ee49-43bb-b854-03f21586b9a2, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=dd63aac8-4d25-42c8-9c6e-1816768d7a55]]@783177122 to transaction: TransactionImpl [xid=null, txID=3999, xid=null, state=ACTIVE, createTime=1719619107596(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 1]@78c48f3e 2024-06-28 23:58:27,596 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from fca60641-1ae5-48d8-9382-e1e04aafd164: CoreMessage[messageID=3997, durable=true, userID=50139e5e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=fca60641-1ae5-48d8-9382-e1e04aafd164, size=930, properties=TypedProperties[__AMQ_CID=5013774a-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-26b594df-ee49-43bb-b854-03f21586b9a2, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=dd63aac8-4d25-42c8-9c6e-1816768d7a55]]@783177122, transaction: TransactionImpl [xid=null, txID=3999, xid=null, state=COMMITTED, createTime=1719619107596(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 0]@78c48f3e 2024-06-28 23:58:27,596 INFO [scout-thread-23] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 50137748-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=dd63aac8-4d25-42c8-9c6e-1816768d7a55, activemq.broker=mom71] 2024-06-28 23:58:27,597 INFO [scout-thread-18] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 501217b0-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom84] 2024-06-28 23:58:27,598 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@fcbd1dd, org.eclipse.scout.rt.mom.jms.JmsSubscription@7555400a] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:27,599 INFO [scout-thread-24] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 5011c98b-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:27,600 INFO [scout-thread-24] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 501461af-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:27,601 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [501461b2-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=501461af-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=501461af-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2cfd2a85, true, {}] 2024-06-28 23:58:27,601 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [501488c3-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=501461af-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=501461af-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@136b3054, true, {}] 2024-06-28 23:58:27,602 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:27,602 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 5014afd4-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom84] 2024-06-28 23:58:27,603 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5014d6e7-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5014afd4-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5014afd4-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@76dc23d4, true, {}] 2024-06-28 23:58:27,603 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5014d6e8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5014afd4-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5014afd4-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@442e77fc, true, {}] 2024-06-28 23:58:27,603 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=f4e25d1b-a0c8-4a4b-9130-648c1575a521, address=f4e25d1b-a0c8-4a4b-9130-648c1575a521, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:27,604 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@bcf4ba2 2024-06-28 23:58:27,604 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@48f4ba07 2024-06-28 23:58:27,605 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, f4e25d1b-a0c8-4a4b-9130-648c1575a521, null, 0, false, true, null] 2024-06-28 23:58:27,606 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4036, durable=true, userID=5015250b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=869, properties=TypedProperties[__AMQ_CID=5014d6e6-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-1c8a284e-a310-4a3d-b6b0-7248932ae0f3, JMSReplyTo=temp-queue://f4e25d1b-a0c8-4a4b-9130-648c1575a521, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1083829549, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:27,606 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[4036]:RELIABLE:CoreMessage[messageID=4036, durable=true, userID=5015250b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=869, properties=TypedProperties[__AMQ_CID=5014d6e6-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-1c8a284e-a310-4a3d-b6b0-7248932ae0f3, JMSReplyTo=temp-queue://f4e25d1b-a0c8-4a4b-9130-648c1575a521, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1083829549 2024-06-28 23:58:27,606 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=4036, durable=true, userID=5015250b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=869, properties=TypedProperties[__AMQ_CID=5014d6e6-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-1c8a284e-a310-4a3d-b6b0-7248932ae0f3, JMSReplyTo=temp-queue://f4e25d1b-a0c8-4a4b-9130-648c1575a521, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1083829549 to transaction: TransactionImpl [xid=null, txID=4037, xid=null, state=ACTIVE, createTime=1719619107606(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 1]@30498f35 2024-06-28 23:58:27,607 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 5015732c-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=b0c9a564-885b-46a5-ba0d-d5a61d790115, activemq.broker=mom71] 2024-06-28 23:58:27,607 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5015732f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5015732c-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5015732c-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@52d24354, true, {}] 2024-06-28 23:58:27,608 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50157330-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5015732c-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5015732c-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@75a5cc08, true, {}] 2024-06-28 23:58:27,609 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4042, durable=true, userID=50159a42-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=f4e25d1b-a0c8-4a4b-9130-648c1575a521, size=939, properties=TypedProperties[__AMQ_CID=5015732e-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-1c8a284e-a310-4a3d-b6b0-7248932ae0f3, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=b0c9a564-885b-46a5-ba0d-d5a61d790115]]@1539566469, context: RoutingContextImpl(Address=f4e25d1b-a0c8-4a4b-9130-648c1575a521, routingType=ANYCAST, PreviousAddress=f4e25d1b-a0c8-4a4b-9130-648c1575a521 previousRoute:ANYCAST, reusable=true, version=-2147483353) .................................................. ***** durable queues f4e25d1b-a0c8-4a4b-9130-648c1575a521: ***** non durable for f4e25d1b-a0c8-4a4b-9130-648c1575a521: - queueID=4032 address:f4e25d1b-a0c8-4a4b-9130-648c1575a521 name:f4e25d1b-a0c8-4a4b-9130-648c1575a521 filter:null .................................................. , transaction: null 2024-06-28 23:58:27,609 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from f4e25d1b-a0c8-4a4b-9130-648c1575a521: Reference[4042]:RELIABLE:CoreMessage[messageID=4042, durable=true, userID=50159a42-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=f4e25d1b-a0c8-4a4b-9130-648c1575a521, size=939, properties=TypedProperties[__AMQ_CID=5015732e-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-1c8a284e-a310-4a3d-b6b0-7248932ae0f3, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=b0c9a564-885b-46a5-ba0d-d5a61d790115]]@1539566469 2024-06-28 23:58:27,609 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from f4e25d1b-a0c8-4a4b-9130-648c1575a521: CoreMessage[messageID=4042, durable=true, userID=50159a42-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=f4e25d1b-a0c8-4a4b-9130-648c1575a521, size=939, properties=TypedProperties[__AMQ_CID=5015732e-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-1c8a284e-a310-4a3d-b6b0-7248932ae0f3, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=b0c9a564-885b-46a5-ba0d-d5a61d790115]]@1539566469 to transaction: TransactionImpl [xid=null, txID=4045, xid=null, state=ACTIVE, createTime=1719619107609(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 1]@1d0e66eb 2024-06-28 23:58:27,609 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=4036, durable=true, userID=5015250b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=869, properties=TypedProperties[__AMQ_CID=5014d6e6-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-1c8a284e-a310-4a3d-b6b0-7248932ae0f3, JMSReplyTo=temp-queue://f4e25d1b-a0c8-4a4b-9130-648c1575a521, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1083829549, transaction: TransactionImpl [xid=null, txID=4037, xid=null, state=COMMITTED, createTime=1719619107606(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 0]@30498f35 2024-06-28 23:58:27,609 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from f4e25d1b-a0c8-4a4b-9130-648c1575a521: CoreMessage[messageID=4042, durable=true, userID=50159a42-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=f4e25d1b-a0c8-4a4b-9130-648c1575a521, size=939, properties=TypedProperties[__AMQ_CID=5015732e-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-1c8a284e-a310-4a3d-b6b0-7248932ae0f3, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=b0c9a564-885b-46a5-ba0d-d5a61d790115]]@1539566469, transaction: TransactionImpl [xid=null, txID=4045, xid=null, state=COMMITTED, createTime=1719619107609(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 0]@1d0e66eb 2024-06-28 23:58:27,609 INFO [scout-thread-23] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 5015732c-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=b0c9a564-885b-46a5-ba0d-d5a61d790115, activemq.broker=mom71] 2024-06-28 23:58:27,610 INFO [scout-thread-18] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 5014afd4-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom84] 2024-06-28 23:58:27,612 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@88abebe, org.eclipse.scout.rt.mom.jms.JmsSubscription@3d5b84be] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:27,613 INFO [scout-thread-24] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 501461af-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:27,613 INFO [scout-thread-24] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 50165d93-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:27,614 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [501684a6-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50165d93-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50165d93-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@75087dd2, true, {}] 2024-06-28 23:58:27,614 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [501684a7-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50165d93-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50165d93-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@409f83f4, true, {}] 2024-06-28 23:58:27,615 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:27,615 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 5016abb8-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom84] 2024-06-28 23:58:27,616 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5016d2cb-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5016abb8-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5016abb8-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5ce8e0f, true, {}] 2024-06-28 23:58:27,616 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5016d2cc-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5016abb8-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5016abb8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@24758ce0, true, {}] 2024-06-28 23:58:27,616 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=406b65de-dff0-444d-80fb-91fc4c9a7f4e, address=406b65de-dff0-444d-80fb-91fc4c9a7f4e, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:27,616 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@4c16b1aa 2024-06-28 23:58:27,617 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@62803ae 2024-06-28 23:58:27,618 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 406b65de-dff0-444d-80fb-91fc4c9a7f4e, null, 0, false, true, null] 2024-06-28 23:58:27,619 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4081, durable=true, userID=501720ef-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=795, properties=TypedProperties[__AMQ_CID=5016d2ca-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-27e70d48-2710-44d9-9c6b-0cf0f4236452, JMSReplyTo=temp-queue://406b65de-dff0-444d-80fb-91fc4c9a7f4e, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@449367331, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:27,623 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[4081]:RELIABLE:CoreMessage[messageID=4081, durable=true, userID=501720ef-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=795, properties=TypedProperties[__AMQ_CID=5016d2ca-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-27e70d48-2710-44d9-9c6b-0cf0f4236452, JMSReplyTo=temp-queue://406b65de-dff0-444d-80fb-91fc4c9a7f4e, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@449367331 2024-06-28 23:58:27,623 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=4081, durable=true, userID=501720ef-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=795, properties=TypedProperties[__AMQ_CID=5016d2ca-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-27e70d48-2710-44d9-9c6b-0cf0f4236452, JMSReplyTo=temp-queue://406b65de-dff0-444d-80fb-91fc4c9a7f4e, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@449367331 to transaction: TransactionImpl [xid=null, txID=4082, xid=null, state=ACTIVE, createTime=1719619107623(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 1]@54eac3ca 2024-06-28 23:58:27,624 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 50180b50-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=5c956755-ac51-41ab-a2c4-ab2b01c64056, activemq.broker=mom71] 2024-06-28 23:58:27,624 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50180b53-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50180b50-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50180b50-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6dc6dae5, true, {}] 2024-06-28 23:58:27,624 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50180b54-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50180b50-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50180b50-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@532a4bba, true, {}] 2024-06-28 23:58:27,625 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4087, durable=true, userID=50183266-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=406b65de-dff0-444d-80fb-91fc4c9a7f4e, size=865, properties=TypedProperties[__AMQ_CID=50180b52-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-27e70d48-2710-44d9-9c6b-0cf0f4236452, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=5c956755-ac51-41ab-a2c4-ab2b01c64056]]@579180200, context: RoutingContextImpl(Address=406b65de-dff0-444d-80fb-91fc4c9a7f4e, routingType=ANYCAST, PreviousAddress=406b65de-dff0-444d-80fb-91fc4c9a7f4e previousRoute:ANYCAST, reusable=true, version=-2147483351) .................................................. ***** durable queues 406b65de-dff0-444d-80fb-91fc4c9a7f4e: ***** non durable for 406b65de-dff0-444d-80fb-91fc4c9a7f4e: - queueID=4077 address:406b65de-dff0-444d-80fb-91fc4c9a7f4e name:406b65de-dff0-444d-80fb-91fc4c9a7f4e filter:null .................................................. , transaction: null 2024-06-28 23:58:27,626 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 406b65de-dff0-444d-80fb-91fc4c9a7f4e: Reference[4087]:RELIABLE:CoreMessage[messageID=4087, durable=true, userID=50183266-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=406b65de-dff0-444d-80fb-91fc4c9a7f4e, size=865, properties=TypedProperties[__AMQ_CID=50180b52-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-27e70d48-2710-44d9-9c6b-0cf0f4236452, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=5c956755-ac51-41ab-a2c4-ab2b01c64056]]@579180200 2024-06-28 23:58:27,626 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=4081, durable=true, userID=501720ef-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=795, properties=TypedProperties[__AMQ_CID=5016d2ca-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-27e70d48-2710-44d9-9c6b-0cf0f4236452, JMSReplyTo=temp-queue://406b65de-dff0-444d-80fb-91fc4c9a7f4e, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@449367331, transaction: TransactionImpl [xid=null, txID=4082, xid=null, state=COMMITTED, createTime=1719619107623(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 0]@54eac3ca 2024-06-28 23:58:27,626 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 406b65de-dff0-444d-80fb-91fc4c9a7f4e: CoreMessage[messageID=4087, durable=true, userID=50183266-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=406b65de-dff0-444d-80fb-91fc4c9a7f4e, size=865, properties=TypedProperties[__AMQ_CID=50180b52-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-27e70d48-2710-44d9-9c6b-0cf0f4236452, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=5c956755-ac51-41ab-a2c4-ab2b01c64056]]@579180200 to transaction: TransactionImpl [xid=null, txID=4089, xid=null, state=ACTIVE, createTime=1719619107626(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 1]@2c98c545 2024-06-28 23:58:27,626 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 406b65de-dff0-444d-80fb-91fc4c9a7f4e: CoreMessage[messageID=4087, durable=true, userID=50183266-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=406b65de-dff0-444d-80fb-91fc4c9a7f4e, size=865, properties=TypedProperties[__AMQ_CID=50180b52-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-27e70d48-2710-44d9-9c6b-0cf0f4236452, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=5c956755-ac51-41ab-a2c4-ab2b01c64056]]@579180200, transaction: TransactionImpl [xid=null, txID=4089, xid=null, state=COMMITTED, createTime=1719619107626(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 0]@2c98c545 2024-06-28 23:58:27,626 INFO [scout-thread-23] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 50180b50-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=5c956755-ac51-41ab-a2c4-ab2b01c64056, activemq.broker=mom71] 2024-06-28 23:58:27,627 INFO [scout-thread-18] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 5016abb8-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom84] 2024-06-28 23:58:27,629 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@45b94e6d, org.eclipse.scout.rt.mom.jms.JmsSubscription@1caf6923] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:27,630 INFO [scout-thread-24] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 50165d93-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:27,631 INFO [scout-thread-24] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 50191cc7-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:27,632 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50191cca-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50191cc7-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50191cc7-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3a604b55, true, {}] 2024-06-28 23:58:27,632 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [501943db-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50191cc7-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50191cc7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7ae41479, true, {}] 2024-06-28 23:58:27,633 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:27,633 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 50196aec-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom84] 2024-06-28 23:58:27,633 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50196aef-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50196aec-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50196aec-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1c1e272, true, {}] 2024-06-28 23:58:27,634 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50199200-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50196aec-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50196aec-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@475d2aff, true, {}] 2024-06-28 23:58:27,634 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=694a7a54-2a48-4f09-a676-0afdc9f5095c, address=694a7a54-2a48-4f09-a676-0afdc9f5095c, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:27,634 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@53cada01 2024-06-28 23:58:27,635 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@507c977b 2024-06-28 23:58:27,635 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 694a7a54-2a48-4f09-a676-0afdc9f5095c, null, 0, false, true, null] 2024-06-28 23:58:27,636 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4126, durable=true, userID=5019e023-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=751, properties=TypedProperties[__AMQ_CID=50196aee-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-cda2a22b-b858-42ff-8484-2f15f63e0410, JMSReplyTo=temp-queue://694a7a54-2a48-4f09-a676-0afdc9f5095c, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1399789362, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:27,637 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[4126]:RELIABLE:CoreMessage[messageID=4126, durable=true, userID=5019e023-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=751, properties=TypedProperties[__AMQ_CID=50196aee-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-cda2a22b-b858-42ff-8484-2f15f63e0410, JMSReplyTo=temp-queue://694a7a54-2a48-4f09-a676-0afdc9f5095c, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1399789362 2024-06-28 23:58:27,637 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=4126, durable=true, userID=5019e023-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=751, properties=TypedProperties[__AMQ_CID=50196aee-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-cda2a22b-b858-42ff-8484-2f15f63e0410, JMSReplyTo=temp-queue://694a7a54-2a48-4f09-a676-0afdc9f5095c, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1399789362 to transaction: TransactionImpl [xid=null, txID=4127, xid=null, state=ACTIVE, createTime=1719619107637(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 1]@6a2330de 2024-06-28 23:58:27,637 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 501a0734-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=f78e3804-e29a-4a27-8ea4-b835a8b00043, activemq.broker=mom71] 2024-06-28 23:58:27,638 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [501a2e47-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=501a0734-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=501a0734-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5906d3e5, true, {}] 2024-06-28 23:58:27,638 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [501a2e48-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=501a0734-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=501a0734-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@520aea2d, true, {}] 2024-06-28 23:58:27,639 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4132, durable=true, userID=501a555a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=694a7a54-2a48-4f09-a676-0afdc9f5095c, size=821, properties=TypedProperties[__AMQ_CID=501a2e46-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-cda2a22b-b858-42ff-8484-2f15f63e0410, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=f78e3804-e29a-4a27-8ea4-b835a8b00043]]@1504429383, context: RoutingContextImpl(Address=694a7a54-2a48-4f09-a676-0afdc9f5095c, routingType=ANYCAST, PreviousAddress=694a7a54-2a48-4f09-a676-0afdc9f5095c previousRoute:ANYCAST, reusable=true, version=-2147483349) .................................................. ***** durable queues 694a7a54-2a48-4f09-a676-0afdc9f5095c: ***** non durable for 694a7a54-2a48-4f09-a676-0afdc9f5095c: - queueID=4122 address:694a7a54-2a48-4f09-a676-0afdc9f5095c name:694a7a54-2a48-4f09-a676-0afdc9f5095c filter:null .................................................. , transaction: null 2024-06-28 23:58:27,639 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 694a7a54-2a48-4f09-a676-0afdc9f5095c: Reference[4132]:RELIABLE:CoreMessage[messageID=4132, durable=true, userID=501a555a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=694a7a54-2a48-4f09-a676-0afdc9f5095c, size=821, properties=TypedProperties[__AMQ_CID=501a2e46-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-cda2a22b-b858-42ff-8484-2f15f63e0410, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=f78e3804-e29a-4a27-8ea4-b835a8b00043]]@1504429383 2024-06-28 23:58:27,640 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 694a7a54-2a48-4f09-a676-0afdc9f5095c: CoreMessage[messageID=4132, durable=true, userID=501a555a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=694a7a54-2a48-4f09-a676-0afdc9f5095c, size=821, properties=TypedProperties[__AMQ_CID=501a2e46-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-cda2a22b-b858-42ff-8484-2f15f63e0410, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=f78e3804-e29a-4a27-8ea4-b835a8b00043]]@1504429383 to transaction: TransactionImpl [xid=null, txID=4135, xid=null, state=ACTIVE, createTime=1719619107640(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 1]@b5c58a0 2024-06-28 23:58:27,640 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 694a7a54-2a48-4f09-a676-0afdc9f5095c: CoreMessage[messageID=4132, durable=true, userID=501a555a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=694a7a54-2a48-4f09-a676-0afdc9f5095c, size=821, properties=TypedProperties[__AMQ_CID=501a2e46-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-cda2a22b-b858-42ff-8484-2f15f63e0410, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=f78e3804-e29a-4a27-8ea4-b835a8b00043]]@1504429383, transaction: TransactionImpl [xid=null, txID=4135, xid=null, state=COMMITTED, createTime=1719619107640(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 0]@b5c58a0 2024-06-28 23:58:27,640 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=4126, durable=true, userID=5019e023-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=751, properties=TypedProperties[__AMQ_CID=50196aee-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-cda2a22b-b858-42ff-8484-2f15f63e0410, JMSReplyTo=temp-queue://694a7a54-2a48-4f09-a676-0afdc9f5095c, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1399789362, transaction: TransactionImpl [xid=null, txID=4127, xid=null, state=COMMITTED, createTime=1719619107637(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 0]@6a2330de 2024-06-28 23:58:27,640 INFO [scout-thread-23] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 501a0734-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=f78e3804-e29a-4a27-8ea4-b835a8b00043, activemq.broker=mom71] 2024-06-28 23:58:27,640 INFO [scout-thread-18] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 50196aec-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom84] 2024-06-28 23:58:27,642 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@495b7aa6, org.eclipse.scout.rt.mom.jms.JmsSubscription@2db8856f] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:27,644 INFO [scout-thread-24] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 50191cc7-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:27,644 INFO [scout-thread-24] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 501b18ab-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:27,645 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [501b3fbe-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=501b18ab-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=501b18ab-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@420dc008, true, {}] 2024-06-28 23:58:27,645 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [501b3fbf-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=501b18ab-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=501b18ab-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@534248a0, true, {}] 2024-06-28 23:58:27,646 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:27,647 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 501b8de0-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom84] 2024-06-28 23:58:27,647 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [501b8de3-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=501b8de0-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=501b8de0-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4f5d653, true, {}] 2024-06-28 23:58:27,648 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [501bb4f4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=501b8de0-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=501b8de0-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1266f348, true, {}] 2024-06-28 23:58:27,648 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=a439406d-0e26-439c-a5a0-a069f1fd1bbe, address=a439406d-0e26-439c-a5a0-a069f1fd1bbe, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:27,648 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@5bb3ff49 2024-06-28 23:58:27,649 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@1f73af13 2024-06-28 23:58:27,649 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, a439406d-0e26-439c-a5a0-a069f1fd1bbe, null, 0, false, true, null] 2024-06-28 23:58:27,650 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4171, durable=true, userID=501c0317-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=767, properties=TypedProperties[__AMQ_CID=501b8de2-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-a56755f8-87c1-4408-8af2-52cfb15863b9, JMSReplyTo=temp-queue://a439406d-0e26-439c-a5a0-a069f1fd1bbe, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@918949001, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:27,651 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[4171]:RELIABLE:CoreMessage[messageID=4171, durable=true, userID=501c0317-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=767, properties=TypedProperties[__AMQ_CID=501b8de2-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-a56755f8-87c1-4408-8af2-52cfb15863b9, JMSReplyTo=temp-queue://a439406d-0e26-439c-a5a0-a069f1fd1bbe, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@918949001 2024-06-28 23:58:27,651 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=4171, durable=true, userID=501c0317-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=767, properties=TypedProperties[__AMQ_CID=501b8de2-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-a56755f8-87c1-4408-8af2-52cfb15863b9, JMSReplyTo=temp-queue://a439406d-0e26-439c-a5a0-a069f1fd1bbe, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@918949001 to transaction: TransactionImpl [xid=null, txID=4172, xid=null, state=ACTIVE, createTime=1719619107651(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 1]@17271539 2024-06-28 23:58:27,652 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 501c5138-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=1b963f9c-7520-44e1-b896-85c98c9e7f0b, activemq.broker=mom71] 2024-06-28 23:58:27,652 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [501c513b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=501c5138-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=501c5138-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4e0f96ce, true, {}] 2024-06-28 23:58:27,653 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [501c784c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=501c5138-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=501c5138-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@31d774d0, true, {}] 2024-06-28 23:58:27,654 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4177, durable=true, userID=501c9f5e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=a439406d-0e26-439c-a5a0-a069f1fd1bbe, size=837, properties=TypedProperties[__AMQ_CID=501c513a-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-a56755f8-87c1-4408-8af2-52cfb15863b9, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=1b963f9c-7520-44e1-b896-85c98c9e7f0b]]@1020941928, context: RoutingContextImpl(Address=a439406d-0e26-439c-a5a0-a069f1fd1bbe, routingType=ANYCAST, PreviousAddress=a439406d-0e26-439c-a5a0-a069f1fd1bbe previousRoute:ANYCAST, reusable=true, version=-2147483347) .................................................. ***** durable queues a439406d-0e26-439c-a5a0-a069f1fd1bbe: ***** non durable for a439406d-0e26-439c-a5a0-a069f1fd1bbe: - queueID=4167 address:a439406d-0e26-439c-a5a0-a069f1fd1bbe name:a439406d-0e26-439c-a5a0-a069f1fd1bbe filter:null .................................................. , transaction: null 2024-06-28 23:58:27,654 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from a439406d-0e26-439c-a5a0-a069f1fd1bbe: Reference[4177]:RELIABLE:CoreMessage[messageID=4177, durable=true, userID=501c9f5e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=a439406d-0e26-439c-a5a0-a069f1fd1bbe, size=837, properties=TypedProperties[__AMQ_CID=501c513a-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-a56755f8-87c1-4408-8af2-52cfb15863b9, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=1b963f9c-7520-44e1-b896-85c98c9e7f0b]]@1020941928 2024-06-28 23:58:27,654 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=4171, durable=true, userID=501c0317-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=767, properties=TypedProperties[__AMQ_CID=501b8de2-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-a56755f8-87c1-4408-8af2-52cfb15863b9, JMSReplyTo=temp-queue://a439406d-0e26-439c-a5a0-a069f1fd1bbe, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@918949001, transaction: TransactionImpl [xid=null, txID=4172, xid=null, state=COMMITTED, createTime=1719619107651(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 0]@17271539 2024-06-28 23:58:27,654 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from a439406d-0e26-439c-a5a0-a069f1fd1bbe: CoreMessage[messageID=4177, durable=true, userID=501c9f5e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=a439406d-0e26-439c-a5a0-a069f1fd1bbe, size=837, properties=TypedProperties[__AMQ_CID=501c513a-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-a56755f8-87c1-4408-8af2-52cfb15863b9, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=1b963f9c-7520-44e1-b896-85c98c9e7f0b]]@1020941928 to transaction: TransactionImpl [xid=null, txID=4180, xid=null, state=ACTIVE, createTime=1719619107654(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 1]@21e4159c 2024-06-28 23:58:27,655 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from a439406d-0e26-439c-a5a0-a069f1fd1bbe: CoreMessage[messageID=4177, durable=true, userID=501c9f5e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=a439406d-0e26-439c-a5a0-a069f1fd1bbe, size=837, properties=TypedProperties[__AMQ_CID=501c513a-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-a56755f8-87c1-4408-8af2-52cfb15863b9, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=1b963f9c-7520-44e1-b896-85c98c9e7f0b]]@1020941928, transaction: TransactionImpl [xid=null, txID=4180, xid=null, state=COMMITTED, createTime=1719619107654(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 0]@21e4159c 2024-06-28 23:58:27,655 INFO [scout-thread-23] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 501c5138-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=1b963f9c-7520-44e1-b896-85c98c9e7f0b, activemq.broker=mom71] 2024-06-28 23:58:27,655 INFO [scout-thread-18] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 501b8de0-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom84] 2024-06-28 23:58:27,657 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@6b341d21, org.eclipse.scout.rt.mom.jms.JmsSubscription@9de7825] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:27,658 INFO [scout-thread-24] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 501b18ab-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:27,659 INFO [scout-thread-24] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 501d62af-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:27,660 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [501d62b2-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=501d62af-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=501d62af-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6d585646, true, {}] 2024-06-28 23:58:27,660 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [501d88c3-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=501d62af-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=501d62af-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@163748ee, true, {}] 2024-06-28 23:58:27,661 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:27,662 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 501dd6e4-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom84] 2024-06-28 23:58:27,662 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [501dd6e7-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=501dd6e4-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=501dd6e4-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7a0a084, true, {}] 2024-06-28 23:58:27,663 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [501dfdf8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=501dd6e4-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=501dd6e4-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@78c802e2, true, {}] 2024-06-28 23:58:27,663 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=8c0ac5b4-c5af-4db5-84a9-7d4186244f0b, address=8c0ac5b4-c5af-4db5-84a9-7d4186244f0b, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:27,663 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@45106f4f 2024-06-28 23:58:27,664 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@69b1ea65 2024-06-28 23:58:27,664 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 8c0ac5b4-c5af-4db5-84a9-7d4186244f0b, null, 0, false, true, null] 2024-06-28 23:58:27,665 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4216, durable=true, userID=501e4c1b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=860, properties=TypedProperties[__AMQ_CID=501dd6e6-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-3f13bf7b-f107-41ce-b198-89df608267ae, JMSReplyTo=temp-queue://8c0ac5b4-c5af-4db5-84a9-7d4186244f0b, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@352198086, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:27,669 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[4216]:RELIABLE:CoreMessage[messageID=4216, durable=true, userID=501e4c1b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=860, properties=TypedProperties[__AMQ_CID=501dd6e6-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-3f13bf7b-f107-41ce-b198-89df608267ae, JMSReplyTo=temp-queue://8c0ac5b4-c5af-4db5-84a9-7d4186244f0b, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@352198086 2024-06-28 23:58:27,670 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=4216, durable=true, userID=501e4c1b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=860, properties=TypedProperties[__AMQ_CID=501dd6e6-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-3f13bf7b-f107-41ce-b198-89df608267ae, JMSReplyTo=temp-queue://8c0ac5b4-c5af-4db5-84a9-7d4186244f0b, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@352198086 to transaction: TransactionImpl [xid=null, txID=4217, xid=null, state=ACTIVE, createTime=1719619107670(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 1]@f5209d5 2024-06-28 23:58:27,671 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 501f0f6c-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=04b2103d-c3b2-47be-bdd1-e0abacd4a048, activemq.broker=mom71] 2024-06-28 23:58:27,671 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [501f367f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=501f0f6c-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=501f0f6c-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3a13388a, true, {}] 2024-06-28 23:58:27,672 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [501f5d90-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=501f0f6c-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=501f0f6c-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@77659882, true, {}] 2024-06-28 23:58:27,673 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=4216, durable=true, userID=501e4c1b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=860, properties=TypedProperties[__AMQ_CID=501dd6e6-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-3f13bf7b-f107-41ce-b198-89df608267ae, JMSReplyTo=temp-queue://8c0ac5b4-c5af-4db5-84a9-7d4186244f0b, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@352198086, transaction: TransactionImpl [xid=null, txID=4217, xid=null, state=COMMITTED, createTime=1719619107670(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 0]@f5209d5 2024-06-28 23:58:27,673 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4222, durable=true, userID=501f5d92-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=8c0ac5b4-c5af-4db5-84a9-7d4186244f0b, size=930, properties=TypedProperties[__AMQ_CID=501f367e-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-3f13bf7b-f107-41ce-b198-89df608267ae, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=04b2103d-c3b2-47be-bdd1-e0abacd4a048]]@534758327, context: RoutingContextImpl(Address=8c0ac5b4-c5af-4db5-84a9-7d4186244f0b, routingType=ANYCAST, PreviousAddress=8c0ac5b4-c5af-4db5-84a9-7d4186244f0b previousRoute:ANYCAST, reusable=true, version=-2147483345) .................................................. ***** durable queues 8c0ac5b4-c5af-4db5-84a9-7d4186244f0b: ***** non durable for 8c0ac5b4-c5af-4db5-84a9-7d4186244f0b: - queueID=4212 address:8c0ac5b4-c5af-4db5-84a9-7d4186244f0b name:8c0ac5b4-c5af-4db5-84a9-7d4186244f0b filter:null .................................................. , transaction: null 2024-06-28 23:58:27,673 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 8c0ac5b4-c5af-4db5-84a9-7d4186244f0b: Reference[4222]:RELIABLE:CoreMessage[messageID=4222, durable=true, userID=501f5d92-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=8c0ac5b4-c5af-4db5-84a9-7d4186244f0b, size=930, properties=TypedProperties[__AMQ_CID=501f367e-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-3f13bf7b-f107-41ce-b198-89df608267ae, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=04b2103d-c3b2-47be-bdd1-e0abacd4a048]]@534758327 2024-06-28 23:58:27,673 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 8c0ac5b4-c5af-4db5-84a9-7d4186244f0b: CoreMessage[messageID=4222, durable=true, userID=501f5d92-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=8c0ac5b4-c5af-4db5-84a9-7d4186244f0b, size=930, properties=TypedProperties[__AMQ_CID=501f367e-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-3f13bf7b-f107-41ce-b198-89df608267ae, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=04b2103d-c3b2-47be-bdd1-e0abacd4a048]]@534758327 to transaction: TransactionImpl [xid=null, txID=4225, xid=null, state=ACTIVE, createTime=1719619107673(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 1]@2b6a71d1 2024-06-28 23:58:27,674 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 8c0ac5b4-c5af-4db5-84a9-7d4186244f0b: CoreMessage[messageID=4222, durable=true, userID=501f5d92-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=8c0ac5b4-c5af-4db5-84a9-7d4186244f0b, size=930, properties=TypedProperties[__AMQ_CID=501f367e-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-3f13bf7b-f107-41ce-b198-89df608267ae, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=04b2103d-c3b2-47be-bdd1-e0abacd4a048]]@534758327, transaction: TransactionImpl [xid=null, txID=4225, xid=null, state=COMMITTED, createTime=1719619107673(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 0]@2b6a71d1 2024-06-28 23:58:27,674 INFO [scout-thread-23] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 501f0f6c-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=04b2103d-c3b2-47be-bdd1-e0abacd4a048, activemq.broker=mom71] 2024-06-28 23:58:27,674 INFO [scout-thread-18] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 501dd6e4-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom84] 2024-06-28 23:58:27,676 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@6dd9f1f8, org.eclipse.scout.rt.mom.jms.JmsSubscription@151b2083] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:27,677 INFO [scout-thread-24] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 501d62af-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:27,678 INFO [scout-thread-24] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 502047f3-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:27,678 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [502047f6-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=502047f3-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=502047f3-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@13f863e3, true, {}] 2024-06-28 23:58:27,679 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [502047f7-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=502047f3-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=502047f3-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@72e9c193, true, {}] 2024-06-28 23:58:27,679 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:27,680 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 50209618-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom84] 2024-06-28 23:58:27,681 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5020961b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50209618-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50209618-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2666ab0e, true, {}] 2024-06-28 23:58:27,681 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5020bd2c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50209618-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50209618-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@36971da5, true, {}] 2024-06-28 23:58:27,681 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=e40bef9e-7163-4719-9800-588a285a09bd, address=e40bef9e-7163-4719-9800-588a285a09bd, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:27,681 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@4f284e3a 2024-06-28 23:58:27,682 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@9843a87 2024-06-28 23:58:27,683 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, e40bef9e-7163-4719-9800-588a285a09bd, null, 0, false, true, null] 2024-06-28 23:58:27,684 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4261, durable=true, userID=50210b4f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=869, properties=TypedProperties[__AMQ_CID=5020961a-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-c0fa7937-373d-469a-8c4c-523c66e48a1d, JMSReplyTo=temp-queue://e40bef9e-7163-4719-9800-588a285a09bd, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1618345211, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:27,684 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[4261]:RELIABLE:CoreMessage[messageID=4261, durable=true, userID=50210b4f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=869, properties=TypedProperties[__AMQ_CID=5020961a-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-c0fa7937-373d-469a-8c4c-523c66e48a1d, JMSReplyTo=temp-queue://e40bef9e-7163-4719-9800-588a285a09bd, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1618345211 2024-06-28 23:58:27,684 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=4261, durable=true, userID=50210b4f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=869, properties=TypedProperties[__AMQ_CID=5020961a-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-c0fa7937-373d-469a-8c4c-523c66e48a1d, JMSReplyTo=temp-queue://e40bef9e-7163-4719-9800-588a285a09bd, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1618345211 to transaction: TransactionImpl [xid=null, txID=4262, xid=null, state=ACTIVE, createTime=1719619107684(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 1]@6d42f836 2024-06-28 23:58:27,685 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 50215970-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=b7ba7924-eba7-48e8-8ad7-0b297656c168, activemq.broker=mom71] 2024-06-28 23:58:27,685 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50215973-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50215970-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50215970-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6b6d0487, true, {}] 2024-06-28 23:58:27,686 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50218084-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50215970-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50215970-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6f000b10, true, {}] 2024-06-28 23:58:27,687 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4267, durable=true, userID=5021a796-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=e40bef9e-7163-4719-9800-588a285a09bd, size=939, properties=TypedProperties[__AMQ_CID=50215972-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-c0fa7937-373d-469a-8c4c-523c66e48a1d, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=b7ba7924-eba7-48e8-8ad7-0b297656c168]]@1925269738, context: RoutingContextImpl(Address=e40bef9e-7163-4719-9800-588a285a09bd, routingType=ANYCAST, PreviousAddress=e40bef9e-7163-4719-9800-588a285a09bd previousRoute:ANYCAST, reusable=true, version=-2147483343) .................................................. ***** durable queues e40bef9e-7163-4719-9800-588a285a09bd: ***** non durable for e40bef9e-7163-4719-9800-588a285a09bd: - queueID=4257 address:e40bef9e-7163-4719-9800-588a285a09bd name:e40bef9e-7163-4719-9800-588a285a09bd filter:null .................................................. , transaction: null 2024-06-28 23:58:27,687 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from e40bef9e-7163-4719-9800-588a285a09bd: Reference[4267]:RELIABLE:CoreMessage[messageID=4267, durable=true, userID=5021a796-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=e40bef9e-7163-4719-9800-588a285a09bd, size=939, properties=TypedProperties[__AMQ_CID=50215972-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-c0fa7937-373d-469a-8c4c-523c66e48a1d, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=b7ba7924-eba7-48e8-8ad7-0b297656c168]]@1925269738 2024-06-28 23:58:27,687 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=4261, durable=true, userID=50210b4f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=869, properties=TypedProperties[__AMQ_CID=5020961a-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-c0fa7937-373d-469a-8c4c-523c66e48a1d, JMSReplyTo=temp-queue://e40bef9e-7163-4719-9800-588a285a09bd, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1618345211, transaction: TransactionImpl [xid=null, txID=4262, xid=null, state=COMMITTED, createTime=1719619107684(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 0]@6d42f836 2024-06-28 23:58:27,687 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from e40bef9e-7163-4719-9800-588a285a09bd: CoreMessage[messageID=4267, durable=true, userID=5021a796-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=e40bef9e-7163-4719-9800-588a285a09bd, size=939, properties=TypedProperties[__AMQ_CID=50215972-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-c0fa7937-373d-469a-8c4c-523c66e48a1d, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=b7ba7924-eba7-48e8-8ad7-0b297656c168]]@1925269738 to transaction: TransactionImpl [xid=null, txID=4269, xid=null, state=ACTIVE, createTime=1719619107687(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 1]@616cb367 2024-06-28 23:58:27,688 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from e40bef9e-7163-4719-9800-588a285a09bd: CoreMessage[messageID=4267, durable=true, userID=5021a796-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=e40bef9e-7163-4719-9800-588a285a09bd, size=939, properties=TypedProperties[__AMQ_CID=50215972-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-c0fa7937-373d-469a-8c4c-523c66e48a1d, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=b7ba7924-eba7-48e8-8ad7-0b297656c168]]@1925269738, transaction: TransactionImpl [xid=null, txID=4269, xid=null, state=COMMITTED, createTime=1719619107687(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 0]@616cb367 2024-06-28 23:58:27,688 INFO [scout-thread-23] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 50215970-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=b7ba7924-eba7-48e8-8ad7-0b297656c168, activemq.broker=mom71] 2024-06-28 23:58:27,688 INFO [scout-thread-18] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 50209618-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom84] 2024-06-28 23:58:27,690 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@462cb3ae, org.eclipse.scout.rt.mom.jms.JmsSubscription@7793de03] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:27,690 INFO [scout-thread-24] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 502047f3-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:27,691 INFO [scout-thread-24] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 502243d7-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:27,691 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [502243da-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=502243d7-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=502243d7-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@41d28a27, true, {}] 2024-06-28 23:58:27,692 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50226aeb-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=502243d7-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=502243d7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2aa3d9d5, true, {}] 2024-06-28 23:58:27,692 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:27,693 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 502291fc-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom84] 2024-06-28 23:58:27,693 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [502291ff-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=502291fc-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=502291fc-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@481cd1e, true, {}] 2024-06-28 23:58:27,693 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50229200-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=502291fc-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=502291fc-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@42cea61f, true, {}] 2024-06-28 23:58:27,694 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=85ccce4d-5aca-45ed-8a74-fd2adec21abb, address=85ccce4d-5aca-45ed-8a74-fd2adec21abb, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:27,694 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@5f3fd06f 2024-06-28 23:58:27,695 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@2dec8059 2024-06-28 23:58:27,695 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 85ccce4d-5aca-45ed-8a74-fd2adec21abb, null, 0, false, true, null] 2024-06-28 23:58:27,696 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4306, durable=true, userID=5022e023-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=795, properties=TypedProperties[__AMQ_CID=502291fe-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-1b4f384d-c8a8-4dae-8257-3314e132decd, JMSReplyTo=temp-queue://85ccce4d-5aca-45ed-8a74-fd2adec21abb, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1129697524, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:27,700 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[4306]:RELIABLE:CoreMessage[messageID=4306, durable=true, userID=5022e023-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=795, properties=TypedProperties[__AMQ_CID=502291fe-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-1b4f384d-c8a8-4dae-8257-3314e132decd, JMSReplyTo=temp-queue://85ccce4d-5aca-45ed-8a74-fd2adec21abb, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1129697524 2024-06-28 23:58:27,700 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=4306, durable=true, userID=5022e023-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=795, properties=TypedProperties[__AMQ_CID=502291fe-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-1b4f384d-c8a8-4dae-8257-3314e132decd, JMSReplyTo=temp-queue://85ccce4d-5aca-45ed-8a74-fd2adec21abb, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1129697524 to transaction: TransactionImpl [xid=null, txID=4307, xid=null, state=ACTIVE, createTime=1719619107700(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 1]@7b59631 2024-06-28 23:58:27,701 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 5023ca84-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=62de6e72-bdc6-4f58-be12-df426a5255af, activemq.broker=mom71] 2024-06-28 23:58:27,701 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5023ca87-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5023ca84-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5023ca84-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@e8bb890, true, {}] 2024-06-28 23:58:27,702 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5023f198-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5023ca84-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5023ca84-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2ea6f05f, true, {}] 2024-06-28 23:58:27,703 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4312, durable=true, userID=5023f19a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=85ccce4d-5aca-45ed-8a74-fd2adec21abb, size=865, properties=TypedProperties[__AMQ_CID=5023ca86-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-1b4f384d-c8a8-4dae-8257-3314e132decd, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=62de6e72-bdc6-4f58-be12-df426a5255af]]@1223176216, context: RoutingContextImpl(Address=85ccce4d-5aca-45ed-8a74-fd2adec21abb, routingType=ANYCAST, PreviousAddress=85ccce4d-5aca-45ed-8a74-fd2adec21abb previousRoute:ANYCAST, reusable=true, version=-2147483341) .................................................. ***** durable queues 85ccce4d-5aca-45ed-8a74-fd2adec21abb: ***** non durable for 85ccce4d-5aca-45ed-8a74-fd2adec21abb: - queueID=4302 address:85ccce4d-5aca-45ed-8a74-fd2adec21abb name:85ccce4d-5aca-45ed-8a74-fd2adec21abb filter:null .................................................. , transaction: null 2024-06-28 23:58:27,703 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 85ccce4d-5aca-45ed-8a74-fd2adec21abb: Reference[4312]:RELIABLE:CoreMessage[messageID=4312, durable=true, userID=5023f19a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=85ccce4d-5aca-45ed-8a74-fd2adec21abb, size=865, properties=TypedProperties[__AMQ_CID=5023ca86-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-1b4f384d-c8a8-4dae-8257-3314e132decd, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=62de6e72-bdc6-4f58-be12-df426a5255af]]@1223176216 2024-06-28 23:58:27,703 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=4306, durable=true, userID=5022e023-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=795, properties=TypedProperties[__AMQ_CID=502291fe-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-1b4f384d-c8a8-4dae-8257-3314e132decd, JMSReplyTo=temp-queue://85ccce4d-5aca-45ed-8a74-fd2adec21abb, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1129697524, transaction: TransactionImpl [xid=null, txID=4307, xid=null, state=COMMITTED, createTime=1719619107700(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 0]@7b59631 2024-06-28 23:58:27,703 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 85ccce4d-5aca-45ed-8a74-fd2adec21abb: CoreMessage[messageID=4312, durable=true, userID=5023f19a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=85ccce4d-5aca-45ed-8a74-fd2adec21abb, size=865, properties=TypedProperties[__AMQ_CID=5023ca86-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-1b4f384d-c8a8-4dae-8257-3314e132decd, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=62de6e72-bdc6-4f58-be12-df426a5255af]]@1223176216 to transaction: TransactionImpl [xid=null, txID=4315, xid=null, state=ACTIVE, createTime=1719619107703(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 1]@4efada76 2024-06-28 23:58:27,704 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 85ccce4d-5aca-45ed-8a74-fd2adec21abb: CoreMessage[messageID=4312, durable=true, userID=5023f19a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=85ccce4d-5aca-45ed-8a74-fd2adec21abb, size=865, properties=TypedProperties[__AMQ_CID=5023ca86-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-1b4f384d-c8a8-4dae-8257-3314e132decd, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=62de6e72-bdc6-4f58-be12-df426a5255af]]@1223176216, transaction: TransactionImpl [xid=null, txID=4315, xid=null, state=COMMITTED, createTime=1719619107703(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 0]@4efada76 2024-06-28 23:58:27,704 INFO [scout-thread-23] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 5023ca84-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=62de6e72-bdc6-4f58-be12-df426a5255af, activemq.broker=mom71] 2024-06-28 23:58:27,704 INFO [scout-thread-18] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 502291fc-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom84] 2024-06-28 23:58:27,706 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@1b8fa50c, org.eclipse.scout.rt.mom.jms.JmsSubscription@346b492f] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:27,707 INFO [scout-thread-24] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 502243d7-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:27,708 INFO [scout-thread-24] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 5024dbfb-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:27,708 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5024dbfe-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5024dbfb-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5024dbfb-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2d3a5c6, true, {}] 2024-06-28 23:58:27,709 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5025030f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5024dbfb-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5024dbfb-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6602912c, true, {}] 2024-06-28 23:58:27,709 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:27,710 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 50252a20-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom84] 2024-06-28 23:58:27,710 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50252a23-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50252a20-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50252a20-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@709573e, true, {}] 2024-06-28 23:58:27,711 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50252a24-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50252a20-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50252a20-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3a85e1db, true, {}] 2024-06-28 23:58:27,711 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=a30d55a0-c1f9-41fc-b17f-0b7f184d4cb7, address=a30d55a0-c1f9-41fc-b17f-0b7f184d4cb7, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:27,711 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@428bed26 2024-06-28 23:58:27,712 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@24d33a90 2024-06-28 23:58:27,712 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, a30d55a0-c1f9-41fc-b17f-0b7f184d4cb7, null, 0, false, true, null] 2024-06-28 23:58:27,713 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4351, durable=true, userID=50259f57-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=751, properties=TypedProperties[__AMQ_CID=50252a22-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-886d143d-33bd-4d7a-bbaf-8e072161c0e5, JMSReplyTo=temp-queue://a30d55a0-c1f9-41fc-b17f-0b7f184d4cb7, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2079567831, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:27,714 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[4351]:RELIABLE:CoreMessage[messageID=4351, durable=true, userID=50259f57-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=751, properties=TypedProperties[__AMQ_CID=50252a22-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-886d143d-33bd-4d7a-bbaf-8e072161c0e5, JMSReplyTo=temp-queue://a30d55a0-c1f9-41fc-b17f-0b7f184d4cb7, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2079567831 2024-06-28 23:58:27,714 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=4351, durable=true, userID=50259f57-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=751, properties=TypedProperties[__AMQ_CID=50252a22-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-886d143d-33bd-4d7a-bbaf-8e072161c0e5, JMSReplyTo=temp-queue://a30d55a0-c1f9-41fc-b17f-0b7f184d4cb7, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2079567831 to transaction: TransactionImpl [xid=null, txID=4352, xid=null, state=ACTIVE, createTime=1719619107714(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 1]@47a6b472 2024-06-28 23:58:27,715 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 5025ed78-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=0cef34a5-de02-44b6-a565-0cf0906c9a5a, activemq.broker=mom71] 2024-06-28 23:58:27,715 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5025ed7b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5025ed78-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5025ed78-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@524926b4, true, {}] 2024-06-28 23:58:27,716 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5025ed7c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5025ed78-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5025ed78-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@ffc3425, true, {}] 2024-06-28 23:58:27,717 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=4351, durable=true, userID=50259f57-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=751, properties=TypedProperties[__AMQ_CID=50252a22-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-886d143d-33bd-4d7a-bbaf-8e072161c0e5, JMSReplyTo=temp-queue://a30d55a0-c1f9-41fc-b17f-0b7f184d4cb7, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2079567831, transaction: TransactionImpl [xid=null, txID=4352, xid=null, state=COMMITTED, createTime=1719619107714(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 0]@47a6b472 2024-06-28 23:58:27,737 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4357, durable=true, userID=502921ce-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=a30d55a0-c1f9-41fc-b17f-0b7f184d4cb7, size=821, properties=TypedProperties[__AMQ_CID=5025ed7a-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-886d143d-33bd-4d7a-bbaf-8e072161c0e5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=0cef34a5-de02-44b6-a565-0cf0906c9a5a]]@454612156, context: RoutingContextImpl(Address=a30d55a0-c1f9-41fc-b17f-0b7f184d4cb7, routingType=ANYCAST, PreviousAddress=a30d55a0-c1f9-41fc-b17f-0b7f184d4cb7 previousRoute:ANYCAST, reusable=true, version=-2147483339) .................................................. ***** durable queues a30d55a0-c1f9-41fc-b17f-0b7f184d4cb7: ***** non durable for a30d55a0-c1f9-41fc-b17f-0b7f184d4cb7: - queueID=4347 address:a30d55a0-c1f9-41fc-b17f-0b7f184d4cb7 name:a30d55a0-c1f9-41fc-b17f-0b7f184d4cb7 filter:null .................................................. , transaction: null 2024-06-28 23:58:27,737 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from a30d55a0-c1f9-41fc-b17f-0b7f184d4cb7: Reference[4357]:RELIABLE:CoreMessage[messageID=4357, durable=true, userID=502921ce-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=a30d55a0-c1f9-41fc-b17f-0b7f184d4cb7, size=821, properties=TypedProperties[__AMQ_CID=5025ed7a-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-886d143d-33bd-4d7a-bbaf-8e072161c0e5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=0cef34a5-de02-44b6-a565-0cf0906c9a5a]]@454612156 2024-06-28 23:58:27,737 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from a30d55a0-c1f9-41fc-b17f-0b7f184d4cb7: CoreMessage[messageID=4357, durable=true, userID=502921ce-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=a30d55a0-c1f9-41fc-b17f-0b7f184d4cb7, size=821, properties=TypedProperties[__AMQ_CID=5025ed7a-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-886d143d-33bd-4d7a-bbaf-8e072161c0e5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=0cef34a5-de02-44b6-a565-0cf0906c9a5a]]@454612156 to transaction: TransactionImpl [xid=null, txID=4360, xid=null, state=ACTIVE, createTime=1719619107737(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 1]@12f09d13 2024-06-28 23:58:27,738 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from a30d55a0-c1f9-41fc-b17f-0b7f184d4cb7: CoreMessage[messageID=4357, durable=true, userID=502921ce-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=a30d55a0-c1f9-41fc-b17f-0b7f184d4cb7, size=821, properties=TypedProperties[__AMQ_CID=5025ed7a-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-886d143d-33bd-4d7a-bbaf-8e072161c0e5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=0cef34a5-de02-44b6-a565-0cf0906c9a5a]]@454612156, transaction: TransactionImpl [xid=null, txID=4360, xid=null, state=COMMITTED, createTime=1719619107737(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 0]@12f09d13 2024-06-28 23:58:27,738 INFO [scout-thread-23] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 5025ed78-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=0cef34a5-de02-44b6-a565-0cf0906c9a5a, activemq.broker=mom71] 2024-06-28 23:58:27,738 INFO [scout-thread-18] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 50252a20-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom84] 2024-06-28 23:58:27,740 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@560ec4aa, org.eclipse.scout.rt.mom.jms.JmsSubscription@379f64b3] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:27,741 INFO [scout-thread-24] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 5024dbfb-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:27,742 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@1aa8b13[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:27,742 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.007513 ms 2024-06-28 23:58:27,743 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 500ebc31-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:27,744 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:27,744 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 184.910520 ms 2024-06-28 23:58:27,744 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:27,745 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:27,745 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:27,746 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1329652032'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom26] 2024-06-28 23:58:27,748 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom26] 2024-06-28 23:58:27,748 INFO [scout-thread-20] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 502af690-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom26] 2024-06-28 23:58:27,749 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [502b1da3-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=502af690-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=502af690-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@73f1ae7f, true, {}] 2024-06-28 23:58:27,750 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [502b44b4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=502af690-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=502af690-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4c8f3207, true, {}] 2024-06-28 23:58:27,751 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=96d2c506-8e6e-4ee6-8004-ba1f1d5e8b15, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:27,751 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@709b4429 2024-06-28 23:58:27,752 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 96d2c506-8e6e-4ee6-8004-ba1f1d5e8b15, null, 0, false, true, null] 2024-06-28 23:58:27,752 INFO [scout-thread-20] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 502b92d6-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom26] 2024-06-28 23:58:27,753 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [502bb9e9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=502b92d6-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=502b92d6-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6b7cb008, true, {}] 2024-06-28 23:58:27,753 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [502bb9ea-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=502b92d6-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=502b92d6-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@504ddb1c, true, {}] 2024-06-28 23:58:27,754 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyWithBlockingCondition, null, 0, false, true, null] 2024-06-28 23:58:27,755 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 502c080b-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testRequestReplyWithBlockingCondition, activemq.broker=mom71] 2024-06-28 23:58:27,755 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [502c080e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=502c080b-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=502c080b-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6cb9201a, true, {}] 2024-06-28 23:58:27,756 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [502c080f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=502c080b-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=502c080b-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@66365d03, true, {}] 2024-06-28 23:58:27,756 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=056d127b-6b16-4c96-b1b7-4903839f04b0, address=056d127b-6b16-4c96-b1b7-4903839f04b0, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:27,756 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@1be2921a 2024-06-28 23:58:27,757 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@26d82c4c 2024-06-28 23:58:27,757 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 056d127b-6b16-4c96-b1b7-4903839f04b0, null, 0, false, true, null] 2024-06-28 23:58:27,758 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4416, durable=true, userID=502c7d42-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyWithBlockingCondition, size=895, properties=TypedProperties[__AMQ_CID=502c080d-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-fd01fa25-8b58-45cd-9b6a-ad5a250ef9d8, JMSReplyTo=temp-queue://056d127b-6b16-4c96-b1b7-4903839f04b0, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1741948661, context: RoutingContextImpl(Address=test/mom/testRequestReplyWithBlockingCondition, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyWithBlockingCondition previousRoute:ANYCAST, reusable=true, version=-2147483590) .................................................. ***** durable queues test/mom/testRequestReplyWithBlockingCondition: - queueID=547 address:test/mom/testRequestReplyWithBlockingCondition name:test/mom/testRequestReplyWithBlockingCondition filter:null ***** non durable for test/mom/testRequestReplyWithBlockingCondition: .................................................. , transaction: null 2024-06-28 23:58:27,759 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyWithBlockingCondition: Reference[4416]:RELIABLE:CoreMessage[messageID=4416, durable=true, userID=502c7d42-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyWithBlockingCondition, size=895, properties=TypedProperties[__AMQ_CID=502c080d-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-fd01fa25-8b58-45cd-9b6a-ad5a250ef9d8, JMSReplyTo=temp-queue://056d127b-6b16-4c96-b1b7-4903839f04b0, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1741948661 2024-06-28 23:58:27,759 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyWithBlockingCondition: CoreMessage[messageID=4416, durable=true, userID=502c7d42-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyWithBlockingCondition, size=895, properties=TypedProperties[__AMQ_CID=502c080d-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-fd01fa25-8b58-45cd-9b6a-ad5a250ef9d8, JMSReplyTo=temp-queue://056d127b-6b16-4c96-b1b7-4903839f04b0, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1741948661 to transaction: TransactionImpl [xid=null, txID=4417, xid=null, state=ACTIVE, createTime=1719619107759(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 1]@44bfbf4 2024-06-28 23:58:27,760 INFO [scout-thread-16] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 502ccb63-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@809889d1[name=test/mom/testRequestReplyWithBlockingCondition, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=da0013ea-486b-489f-9ca7-dd9d887f366d] 2024-06-28 23:58:27,760 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [502ccb66-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=502ccb63-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=502ccb63-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@57a0e51e, true, {}] 2024-06-28 23:58:27,761 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [502cf277-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=502ccb63-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=502ccb63-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@48eb69ae, true, {}] 2024-06-28 23:58:27,762 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 056d127b-6b16-4c96-b1b7-4903839f04b0: Reference[4422]:RELIABLE:CoreMessage[messageID=4422, durable=true, userID=502cf279-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=056d127b-6b16-4c96-b1b7-4903839f04b0, size=933, properties=TypedProperties[__AMQ_CID=502ccb65-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-fd01fa25-8b58-45cd-9b6a-ad5a250ef9d8, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=da0013ea-486b-489f-9ca7-dd9d887f366d]]@1786747858 2024-06-28 23:58:27,762 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4422, durable=true, userID=502cf279-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=056d127b-6b16-4c96-b1b7-4903839f04b0, size=933, properties=TypedProperties[__AMQ_CID=502ccb65-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-fd01fa25-8b58-45cd-9b6a-ad5a250ef9d8, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=da0013ea-486b-489f-9ca7-dd9d887f366d]]@1786747858, context: RoutingContextImpl(Address=056d127b-6b16-4c96-b1b7-4903839f04b0, routingType=ANYCAST, PreviousAddress=056d127b-6b16-4c96-b1b7-4903839f04b0 previousRoute:ANYCAST, reusable=true, version=-2147483335) .................................................. ***** durable queues 056d127b-6b16-4c96-b1b7-4903839f04b0: ***** non durable for 056d127b-6b16-4c96-b1b7-4903839f04b0: - queueID=4412 address:056d127b-6b16-4c96-b1b7-4903839f04b0 name:056d127b-6b16-4c96-b1b7-4903839f04b0 filter:null .................................................. , transaction: null 2024-06-28 23:58:27,762 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyWithBlockingCondition: CoreMessage[messageID=4416, durable=true, userID=502c7d42-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyWithBlockingCondition, size=895, properties=TypedProperties[__AMQ_CID=502c080d-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-fd01fa25-8b58-45cd-9b6a-ad5a250ef9d8, JMSReplyTo=temp-queue://056d127b-6b16-4c96-b1b7-4903839f04b0, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1741948661, transaction: TransactionImpl [xid=null, txID=4417, xid=null, state=COMMITTED, createTime=1719619107759(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 0]@44bfbf4 2024-06-28 23:58:27,762 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 056d127b-6b16-4c96-b1b7-4903839f04b0: CoreMessage[messageID=4422, durable=true, userID=502cf279-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=056d127b-6b16-4c96-b1b7-4903839f04b0, size=933, properties=TypedProperties[__AMQ_CID=502ccb65-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-fd01fa25-8b58-45cd-9b6a-ad5a250ef9d8, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=da0013ea-486b-489f-9ca7-dd9d887f366d]]@1786747858 to transaction: TransactionImpl [xid=null, txID=4424, xid=null, state=ACTIVE, createTime=1719619107762(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 1]@6b129868 2024-06-28 23:58:27,763 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 056d127b-6b16-4c96-b1b7-4903839f04b0: CoreMessage[messageID=4422, durable=true, userID=502cf279-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=056d127b-6b16-4c96-b1b7-4903839f04b0, size=933, properties=TypedProperties[__AMQ_CID=502ccb65-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-fd01fa25-8b58-45cd-9b6a-ad5a250ef9d8, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=da0013ea-486b-489f-9ca7-dd9d887f366d]]@1786747858, transaction: TransactionImpl [xid=null, txID=4424, xid=null, state=COMMITTED, createTime=1719619107762(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 0]@6b129868 2024-06-28 23:58:27,763 INFO [scout-thread-16] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 502ccb63-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@809889d1[name=test/mom/testRequestReplyWithBlockingCondition, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=da0013ea-486b-489f-9ca7-dd9d887f366d] 2024-06-28 23:58:27,763 INFO [scout-thread-23] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 502c080b-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testRequestReplyWithBlockingCondition, activemq.broker=mom71] Reply: TheReply 2024-06-28 23:58:27,764 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7b23aea2] 2024-06-28 23:58:27,765 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 502b92d6-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:27,766 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@161998d2[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:27,766 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.006652 ms 2024-06-28 23:58:27,767 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 502af690-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:27,767 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:27,768 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 22.249608 ms 2024-06-28 23:58:27,768 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:27,768 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:27,768 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:27,769 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1755939888'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:27,771 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:27,771 INFO [scout-thread-24] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 502e791b-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:27,771 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [502e791e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=502e791b-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=502e791b-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2c890d8a, true, {}] 2024-06-28 23:58:27,772 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [502ea02f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=502e791b-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=502e791b-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3f181e4c, true, {}] 2024-06-28 23:58:27,773 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=a36543a1-d3cc-461f-a7aa-e97ec734381a, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:27,773 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@4e1660e 2024-06-28 23:58:27,774 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, a36543a1-d3cc-461f-a7aa-e97ec734381a, null, 0, false, true, null] 2024-06-28 23:58:27,774 INFO [scout-thread-24] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 502eee51-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:27,775 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [502eee54-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=502eee51-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=502eee51-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1463b0d9, true, {}] 2024-06-28 23:58:27,775 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [502f1565-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=502eee51-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=502eee51-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4fe3cf77, true, {}] 2024-06-28 23:58:27,776 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReply_StringMarshaller_Exception, null, 0, false, true, null] 2024-06-28 23:58:27,776 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 502f3c76-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testRequestReply_StringMarshaller_Exception, activemq.broker=mom84] 2024-06-28 23:58:27,777 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [502f6389-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=502f3c76-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=502f3c76-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2eb360c6, true, {}] 2024-06-28 23:58:27,777 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [502f638a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=502f3c76-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=502f3c76-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4dc4ac2a, true, {}] 2024-06-28 23:58:27,777 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=43b0bbc1-a6eb-4958-b2ec-0aeb75e4c06d, address=43b0bbc1-a6eb-4958-b2ec-0aeb75e4c06d, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:27,778 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@586158d6 2024-06-28 23:58:27,778 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@5ada232f 2024-06-28 23:58:27,779 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 43b0bbc1-a6eb-4958-b2ec-0aeb75e4c06d, null, 0, false, true, null] 2024-06-28 23:58:27,780 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4481, durable=true, userID=502fb1ad-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReply_StringMarshaller_Exception, size=777, properties=TypedProperties[__AMQ_CID=502f6388-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-02598ae1-4d3a-4815-bbcd-2039f5341659, JMSReplyTo=temp-queue://43b0bbc1-a6eb-4958-b2ec-0aeb75e4c06d, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@679558020, context: RoutingContextImpl(Address=test/mom/testRequestReply_StringMarshaller_Exception, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReply_StringMarshaller_Exception previousRoute:ANYCAST, reusable=true, version=-2147483585) .................................................. ***** durable queues test/mom/testRequestReply_StringMarshaller_Exception: - queueID=612 address:test/mom/testRequestReply_StringMarshaller_Exception name:test/mom/testRequestReply_StringMarshaller_Exception filter:null ***** non durable for test/mom/testRequestReply_StringMarshaller_Exception: .................................................. , transaction: null 2024-06-28 23:58:27,780 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReply_StringMarshaller_Exception: Reference[4481]:RELIABLE:CoreMessage[messageID=4481, durable=true, userID=502fb1ad-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReply_StringMarshaller_Exception, size=777, properties=TypedProperties[__AMQ_CID=502f6388-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-02598ae1-4d3a-4815-bbcd-2039f5341659, JMSReplyTo=temp-queue://43b0bbc1-a6eb-4958-b2ec-0aeb75e4c06d, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@679558020 2024-06-28 23:58:27,780 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReply_StringMarshaller_Exception: CoreMessage[messageID=4481, durable=true, userID=502fb1ad-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReply_StringMarshaller_Exception, size=777, properties=TypedProperties[__AMQ_CID=502f6388-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-02598ae1-4d3a-4815-bbcd-2039f5341659, JMSReplyTo=temp-queue://43b0bbc1-a6eb-4958-b2ec-0aeb75e4c06d, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@679558020 to transaction: TransactionImpl [xid=null, txID=4482, xid=null, state=ACTIVE, createTime=1719619107780(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 1]@3e5b90a3 2024-06-28 23:58:27,781 ERROR [scout-thread-23] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:137) - 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=b0037eb6-ee07-4c77-a3f8-66f56d4b3adc, activemq.broker=mom71] org.eclipse.scout.rt.mom.jms.JmsMomWithRequestReplyTest$SomethingWrongException: expected-expected-junit-exception at org.eclipse.scout.rt.mom.jms.JmsMomWithRequestReplyTest.testRequestReply_StringMarshaller_Exception(JmsMomWithRequestReplyTest.java:701) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:75) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:37) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) 2024-06-28 23:58:27,781 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 502fffce-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@2812c4c[name=test/mom/testRequestReply_StringMarshaller_Exception, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=b0037eb6-ee07-4c77-a3f8-66f56d4b3adc, activemq.broker=mom71] 2024-06-28 23:58:27,782 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [503026e1-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=502fffce-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=502fffce-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5d5d84f7, true, {}] 2024-06-28 23:58:27,782 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [503026e2-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=502fffce-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=502fffce-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@575cd3c5, true, {}] 2024-06-28 23:58:27,783 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReply_StringMarshaller_Exception: CoreMessage[messageID=4481, durable=true, userID=502fb1ad-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReply_StringMarshaller_Exception, size=777, properties=TypedProperties[__AMQ_CID=502f6388-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-02598ae1-4d3a-4815-bbcd-2039f5341659, JMSReplyTo=temp-queue://43b0bbc1-a6eb-4958-b2ec-0aeb75e4c06d, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@679558020, transaction: TransactionImpl [xid=null, txID=4482, xid=null, state=COMMITTED, createTime=1719619107780(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 0]@3e5b90a3 2024-06-28 23:58:27,783 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4487, durable=true, userID=50304df4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=43b0bbc1-a6eb-4958-b2ec-0aeb75e4c06d, size=1045, properties=TypedProperties[__AMQ_CID=503026e0-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-02598ae1-4d3a-4815-bbcd-2039f5341659, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"false"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=b0037eb6-ee07-4c77-a3f8-66f56d4b3adc]]@1377015125, context: RoutingContextImpl(Address=43b0bbc1-a6eb-4958-b2ec-0aeb75e4c06d, routingType=ANYCAST, PreviousAddress=43b0bbc1-a6eb-4958-b2ec-0aeb75e4c06d previousRoute:ANYCAST, reusable=true, version=-2147483331) .................................................. ***** durable queues 43b0bbc1-a6eb-4958-b2ec-0aeb75e4c06d: ***** non durable for 43b0bbc1-a6eb-4958-b2ec-0aeb75e4c06d: - queueID=4477 address:43b0bbc1-a6eb-4958-b2ec-0aeb75e4c06d name:43b0bbc1-a6eb-4958-b2ec-0aeb75e4c06d filter:null .................................................. , transaction: null 2024-06-28 23:58:27,784 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 43b0bbc1-a6eb-4958-b2ec-0aeb75e4c06d: Reference[4487]:RELIABLE:CoreMessage[messageID=4487, durable=true, userID=50304df4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=43b0bbc1-a6eb-4958-b2ec-0aeb75e4c06d, size=1045, properties=TypedProperties[__AMQ_CID=503026e0-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-02598ae1-4d3a-4815-bbcd-2039f5341659, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"false"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=b0037eb6-ee07-4c77-a3f8-66f56d4b3adc]]@1377015125 2024-06-28 23:58:27,784 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 43b0bbc1-a6eb-4958-b2ec-0aeb75e4c06d: CoreMessage[messageID=4487, durable=true, userID=50304df4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=43b0bbc1-a6eb-4958-b2ec-0aeb75e4c06d, size=1045, properties=TypedProperties[__AMQ_CID=503026e0-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-02598ae1-4d3a-4815-bbcd-2039f5341659, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"false"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=b0037eb6-ee07-4c77-a3f8-66f56d4b3adc]]@1377015125 to transaction: TransactionImpl [xid=null, txID=4490, xid=null, state=ACTIVE, createTime=1719619107784(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 1]@7234988e 2024-06-28 23:58:27,784 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 43b0bbc1-a6eb-4958-b2ec-0aeb75e4c06d: CoreMessage[messageID=4487, durable=true, userID=50304df4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=43b0bbc1-a6eb-4958-b2ec-0aeb75e4c06d, size=1045, properties=TypedProperties[__AMQ_CID=503026e0-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-02598ae1-4d3a-4815-bbcd-2039f5341659, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"false"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=b0037eb6-ee07-4c77-a3f8-66f56d4b3adc]]@1377015125, transaction: TransactionImpl [xid=null, txID=4490, xid=null, state=COMMITTED, createTime=1719619107784(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 0]@7234988e 2024-06-28 23:58:27,784 INFO [scout-thread-23] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 502fffce-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@2812c4c[name=test/mom/testRequestReply_StringMarshaller_Exception, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=b0037eb6-ee07-4c77-a3f8-66f56d4b3adc, activemq.broker=mom71] 2024-06-28 23:58:27,785 INFO [scout-thread-18] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 502f3c76-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testRequestReply_StringMarshaller_Exception, activemq.broker=mom84] 2024-06-28 23:58:27,786 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@700b035b] 2024-06-28 23:58:27,787 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 502eee51-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:27,787 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@1b2a20ba[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:27,788 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.006974 ms 2024-06-28 23:58:27,788 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 502e791b-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:27,789 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:27,789 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 20.726429 ms 2024-06-28 23:58:27,789 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:27,790 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:27,790 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:27,791 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 2070606467'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:27,792 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:27,793 INFO [scout-thread-19] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 5031d496-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:27,793 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5031d499-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5031d496-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5031d496-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@35dda015, true, {}] 2024-06-28 23:58:27,794 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5031d49a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5031d496-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5031d496-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5c409208, true, {}] 2024-06-28 23:58:27,794 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=aa808004-9801-4358-a2d1-346feb84d8d8, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:27,795 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@10a294ca 2024-06-28 23:58:27,795 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, aa808004-9801-4358-a2d1-346feb84d8d8, null, 0, false, true, null] 2024-06-28 23:58:27,796 INFO [scout-thread-19] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 503249cc-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:27,796 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [503249cf-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=503249cc-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=503249cc-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4ca376b, true, {}] 2024-06-28 23:58:27,796 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [503249d0-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=503249cc-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=503249cc-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@66d029, true, {}] 2024-06-28 23:58:27,797 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:27,798 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 503297f1-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom84] 2024-06-28 23:58:27,798 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [503297f4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=503297f1-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=503297f1-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2f572747, true, {}] 2024-06-28 23:58:27,798 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [503297f5-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=503297f1-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=503297f1-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4bf025b, true, {}] 2024-06-28 23:58:27,799 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=cb409d4f-93bf-44e2-9bba-0892d7fb7444, address=cb409d4f-93bf-44e2-9bba-0892d7fb7444, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:27,799 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@4cecccc9 2024-06-28 23:58:27,799 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@6d9093cb 2024-06-28 23:58:27,800 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, cb409d4f-93bf-44e2-9bba-0892d7fb7444, null, 0, false, true, null] 2024-06-28 23:58:27,801 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4546, durable=true, userID=5032e618-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=745, properties=TypedProperties[__AMQ_CID=503297f3-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-bbc533af-a4c5-4390-9c65-44939af83e27, JMSReplyTo=temp-queue://cb409d4f-93bf-44e2-9bba-0892d7fb7444, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1559953535, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:27,801 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[4546]:RELIABLE:CoreMessage[messageID=4546, durable=true, userID=5032e618-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=745, properties=TypedProperties[__AMQ_CID=503297f3-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-bbc533af-a4c5-4390-9c65-44939af83e27, JMSReplyTo=temp-queue://cb409d4f-93bf-44e2-9bba-0892d7fb7444, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1559953535 2024-06-28 23:58:27,801 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=4546, durable=true, userID=5032e618-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=745, properties=TypedProperties[__AMQ_CID=503297f3-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-bbc533af-a4c5-4390-9c65-44939af83e27, JMSReplyTo=temp-queue://cb409d4f-93bf-44e2-9bba-0892d7fb7444, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1559953535 to transaction: TransactionImpl [xid=null, txID=4547, xid=null, state=ACTIVE, createTime=1719619107801(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 1]@7ef3f9cd 2024-06-28 23:58:27,802 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 50333439-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=eaecb037-65c1-4c5b-8867-dd786ab301f6, activemq.broker=mom71] 2024-06-28 23:58:27,802 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5033343c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50333439-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50333439-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@61c9c154, true, {}] 2024-06-28 23:58:27,803 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50335b4d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50333439-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50333439-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@35955b64, true, {}] 2024-06-28 23:58:27,804 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4552, durable=true, userID=50335b4f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=cb409d4f-93bf-44e2-9bba-0892d7fb7444, size=815, properties=TypedProperties[__AMQ_CID=5033343b-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-bbc533af-a4c5-4390-9c65-44939af83e27, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=eaecb037-65c1-4c5b-8867-dd786ab301f6]]@54613921, context: RoutingContextImpl(Address=cb409d4f-93bf-44e2-9bba-0892d7fb7444, routingType=ANYCAST, PreviousAddress=cb409d4f-93bf-44e2-9bba-0892d7fb7444 previousRoute:ANYCAST, reusable=true, version=-2147483327) .................................................. ***** durable queues cb409d4f-93bf-44e2-9bba-0892d7fb7444: ***** non durable for cb409d4f-93bf-44e2-9bba-0892d7fb7444: - queueID=4542 address:cb409d4f-93bf-44e2-9bba-0892d7fb7444 name:cb409d4f-93bf-44e2-9bba-0892d7fb7444 filter:null .................................................. , transaction: null 2024-06-28 23:58:27,804 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from cb409d4f-93bf-44e2-9bba-0892d7fb7444: Reference[4552]:RELIABLE:CoreMessage[messageID=4552, durable=true, userID=50335b4f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=cb409d4f-93bf-44e2-9bba-0892d7fb7444, size=815, properties=TypedProperties[__AMQ_CID=5033343b-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-bbc533af-a4c5-4390-9c65-44939af83e27, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=eaecb037-65c1-4c5b-8867-dd786ab301f6]]@54613921 2024-06-28 23:58:27,804 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from cb409d4f-93bf-44e2-9bba-0892d7fb7444: CoreMessage[messageID=4552, durable=true, userID=50335b4f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=cb409d4f-93bf-44e2-9bba-0892d7fb7444, size=815, properties=TypedProperties[__AMQ_CID=5033343b-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-bbc533af-a4c5-4390-9c65-44939af83e27, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=eaecb037-65c1-4c5b-8867-dd786ab301f6]]@54613921 to transaction: TransactionImpl [xid=null, txID=4555, xid=null, state=ACTIVE, createTime=1719619107804(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 1]@69120f1f 2024-06-28 23:58:27,804 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from cb409d4f-93bf-44e2-9bba-0892d7fb7444: CoreMessage[messageID=4552, durable=true, userID=50335b4f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=cb409d4f-93bf-44e2-9bba-0892d7fb7444, size=815, properties=TypedProperties[__AMQ_CID=5033343b-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-bbc533af-a4c5-4390-9c65-44939af83e27, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=eaecb037-65c1-4c5b-8867-dd786ab301f6]]@54613921, transaction: TransactionImpl [xid=null, txID=4555, xid=null, state=COMMITTED, createTime=1719619107804(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 0]@69120f1f 2024-06-28 23:58:27,804 INFO [scout-thread-23] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 50333439-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=eaecb037-65c1-4c5b-8867-dd786ab301f6, activemq.broker=mom71] 2024-06-28 23:58:27,804 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=4546, durable=true, userID=5032e618-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=745, properties=TypedProperties[__AMQ_CID=503297f3-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-bbc533af-a4c5-4390-9c65-44939af83e27, JMSReplyTo=temp-queue://cb409d4f-93bf-44e2-9bba-0892d7fb7444, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1559953535, transaction: TransactionImpl [xid=null, txID=4547, xid=null, state=COMMITTED, createTime=1719619107801(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 0]@7ef3f9cd 2024-06-28 23:58:27,805 INFO [scout-thread-18] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 503297f1-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom84] 2024-06-28 23:58:27,806 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@141c7da1, org.eclipse.scout.rt.mom.jms.JmsSubscription@8434e8c] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:27,807 INFO [scout-thread-19] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 503249cc-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:27,808 INFO [scout-thread-19] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 50341ea0-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:27,808 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50341ea3-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50341ea0-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50341ea0-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@27659655, true, {}] 2024-06-28 23:58:27,809 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50341ea4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50341ea0-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50341ea0-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@751b1fc7, true, {}] 2024-06-28 23:58:27,809 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:27,810 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 50346cc5-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom84] 2024-06-28 23:58:27,810 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50346cc8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50346cc5-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50346cc5-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2d448bf2, true, {}] 2024-06-28 23:58:27,810 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50346cc9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50346cc5-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50346cc5-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@15ba3591, true, {}] 2024-06-28 23:58:27,811 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=e08936e3-2b02-4f02-beae-bb7c35b4a3c8, address=e08936e3-2b02-4f02-beae-bb7c35b4a3c8, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:27,811 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@4b3ea467 2024-06-28 23:58:27,837 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@5c7d157b 2024-06-28 23:58:27,838 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, e08936e3-2b02-4f02-beae-bb7c35b4a3c8, null, 0, false, true, null] 2024-06-28 23:58:27,839 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4591, durable=true, userID=5038b28c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=849, properties=TypedProperties[__AMQ_CID=50346cc7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-58a84966-e199-4ecd-b4b6-ac6dbb0d9b41, JMSReplyTo=temp-queue://e08936e3-2b02-4f02-beae-bb7c35b4a3c8, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1755431855, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:27,839 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[4591]:RELIABLE:CoreMessage[messageID=4591, durable=true, userID=5038b28c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=849, properties=TypedProperties[__AMQ_CID=50346cc7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-58a84966-e199-4ecd-b4b6-ac6dbb0d9b41, JMSReplyTo=temp-queue://e08936e3-2b02-4f02-beae-bb7c35b4a3c8, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1755431855 2024-06-28 23:58:27,839 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=4591, durable=true, userID=5038b28c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=849, properties=TypedProperties[__AMQ_CID=50346cc7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-58a84966-e199-4ecd-b4b6-ac6dbb0d9b41, JMSReplyTo=temp-queue://e08936e3-2b02-4f02-beae-bb7c35b4a3c8, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1755431855 to transaction: TransactionImpl [xid=null, txID=4592, xid=null, state=ACTIVE, createTime=1719619107839(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 1]@22f4fd19 2024-06-28 23:58:27,840 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 503900ad-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=b1a7ae2a-e4af-4405-a689-118312afd038, activemq.broker=mom71] 2024-06-28 23:58:27,840 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [503900b0-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=503900ad-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=503900ad-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6030330e, true, {}] 2024-06-28 23:58:27,841 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [503927c1-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=503900ad-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=503900ad-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7391bcc1, true, {}] 2024-06-28 23:58:27,842 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from e08936e3-2b02-4f02-beae-bb7c35b4a3c8: Reference[4597]:RELIABLE:CoreMessage[messageID=4597, durable=true, userID=50394ed3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=e08936e3-2b02-4f02-beae-bb7c35b4a3c8, size=919, properties=TypedProperties[__AMQ_CID=503900af-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-58a84966-e199-4ecd-b4b6-ac6dbb0d9b41, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=b1a7ae2a-e4af-4405-a689-118312afd038]]@638118336 2024-06-28 23:58:27,842 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4597, durable=true, userID=50394ed3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=e08936e3-2b02-4f02-beae-bb7c35b4a3c8, size=919, properties=TypedProperties[__AMQ_CID=503900af-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-58a84966-e199-4ecd-b4b6-ac6dbb0d9b41, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=b1a7ae2a-e4af-4405-a689-118312afd038]]@638118336, context: RoutingContextImpl(Address=e08936e3-2b02-4f02-beae-bb7c35b4a3c8, routingType=ANYCAST, PreviousAddress=e08936e3-2b02-4f02-beae-bb7c35b4a3c8 previousRoute:ANYCAST, reusable=true, version=-2147483325) .................................................. ***** durable queues e08936e3-2b02-4f02-beae-bb7c35b4a3c8: ***** non durable for e08936e3-2b02-4f02-beae-bb7c35b4a3c8: - queueID=4587 address:e08936e3-2b02-4f02-beae-bb7c35b4a3c8 name:e08936e3-2b02-4f02-beae-bb7c35b4a3c8 filter:null .................................................. , transaction: null 2024-06-28 23:58:27,842 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=4591, durable=true, userID=5038b28c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=849, properties=TypedProperties[__AMQ_CID=50346cc7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-58a84966-e199-4ecd-b4b6-ac6dbb0d9b41, JMSReplyTo=temp-queue://e08936e3-2b02-4f02-beae-bb7c35b4a3c8, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1755431855, transaction: TransactionImpl [xid=null, txID=4592, xid=null, state=COMMITTED, createTime=1719619107839(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 0]@22f4fd19 2024-06-28 23:58:27,842 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from e08936e3-2b02-4f02-beae-bb7c35b4a3c8: CoreMessage[messageID=4597, durable=true, userID=50394ed3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=e08936e3-2b02-4f02-beae-bb7c35b4a3c8, size=919, properties=TypedProperties[__AMQ_CID=503900af-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-58a84966-e199-4ecd-b4b6-ac6dbb0d9b41, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=b1a7ae2a-e4af-4405-a689-118312afd038]]@638118336 to transaction: TransactionImpl [xid=null, txID=4598, xid=null, state=ACTIVE, createTime=1719619107842(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 1]@43c7e8d 2024-06-28 23:58:27,843 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from e08936e3-2b02-4f02-beae-bb7c35b4a3c8: CoreMessage[messageID=4597, durable=true, userID=50394ed3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=e08936e3-2b02-4f02-beae-bb7c35b4a3c8, size=919, properties=TypedProperties[__AMQ_CID=503900af-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-58a84966-e199-4ecd-b4b6-ac6dbb0d9b41, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=b1a7ae2a-e4af-4405-a689-118312afd038]]@638118336, transaction: TransactionImpl [xid=null, txID=4598, xid=null, state=COMMITTED, createTime=1719619107842(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 0]@43c7e8d 2024-06-28 23:58:27,843 INFO [scout-thread-23] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 503900ad-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=b1a7ae2a-e4af-4405-a689-118312afd038, activemq.broker=mom71] 2024-06-28 23:58:27,843 INFO [scout-thread-18] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 50346cc5-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom84] 2024-06-28 23:58:27,845 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@472e3c50, org.eclipse.scout.rt.mom.jms.JmsSubscription@257eedac] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:27,847 INFO [scout-thread-19] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 50341ea0-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:27,848 INFO [scout-thread-19] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 503a3934-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:27,848 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [503a3937-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=503a3934-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=503a3934-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2d972af2, true, {}] 2024-06-28 23:58:27,849 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [503a6048-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=503a3934-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=503a3934-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3ade2f4, true, {}] 2024-06-28 23:58:27,850 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:27,850 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 503a8759-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom84] 2024-06-28 23:58:27,851 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [503aae6c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=503a8759-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=503a8759-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2f9afde8, true, {}] 2024-06-28 23:58:27,851 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [503aae6d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=503a8759-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=503a8759-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@305e65bc, true, {}] 2024-06-28 23:58:27,852 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=2e286792-8e1f-4648-b4fa-bf53a20b4d0f, address=2e286792-8e1f-4648-b4fa-bf53a20b4d0f, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:27,852 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@11b24353 2024-06-28 23:58:27,853 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@1a6eb80e 2024-06-28 23:58:27,853 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 2e286792-8e1f-4648-b4fa-bf53a20b4d0f, null, 0, false, true, null] 2024-06-28 23:58:27,854 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4636, durable=true, userID=503b23a0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=847, properties=TypedProperties[__AMQ_CID=503aae6b-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-017944cb-ed9a-4a62-9266-ff16069c8b1e, JMSReplyTo=temp-queue://2e286792-8e1f-4648-b4fa-bf53a20b4d0f, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@699186441, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:27,855 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[4636]:RELIABLE:CoreMessage[messageID=4636, durable=true, userID=503b23a0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=847, properties=TypedProperties[__AMQ_CID=503aae6b-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-017944cb-ed9a-4a62-9266-ff16069c8b1e, JMSReplyTo=temp-queue://2e286792-8e1f-4648-b4fa-bf53a20b4d0f, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@699186441 2024-06-28 23:58:27,855 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=4636, durable=true, userID=503b23a0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=847, properties=TypedProperties[__AMQ_CID=503aae6b-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-017944cb-ed9a-4a62-9266-ff16069c8b1e, JMSReplyTo=temp-queue://2e286792-8e1f-4648-b4fa-bf53a20b4d0f, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@699186441 to transaction: TransactionImpl [xid=null, txID=4637, xid=null, state=ACTIVE, createTime=1719619107855(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 1]@3b3a72ef 2024-06-28 23:58:27,856 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 503b71c1-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=42c6e041-954d-4216-b2da-aa0d6cdfcfa4, activemq.broker=mom71] 2024-06-28 23:58:27,856 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [503b71c4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=503b71c1-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=503b71c1-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@bcc377d, true, {}] 2024-06-28 23:58:27,857 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [503b98d5-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=503b71c1-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=503b71c1-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2c045ae6, true, {}] 2024-06-28 23:58:27,858 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=4636, durable=true, userID=503b23a0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=847, properties=TypedProperties[__AMQ_CID=503aae6b-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-017944cb-ed9a-4a62-9266-ff16069c8b1e, JMSReplyTo=temp-queue://2e286792-8e1f-4648-b4fa-bf53a20b4d0f, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@699186441, transaction: TransactionImpl [xid=null, txID=4637, xid=null, state=COMMITTED, createTime=1719619107855(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 0]@3b3a72ef 2024-06-28 23:58:27,858 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 2e286792-8e1f-4648-b4fa-bf53a20b4d0f: Reference[4642]:RELIABLE:CoreMessage[messageID=4642, durable=true, userID=503b98d7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=2e286792-8e1f-4648-b4fa-bf53a20b4d0f, size=917, properties=TypedProperties[__AMQ_CID=503b71c3-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-017944cb-ed9a-4a62-9266-ff16069c8b1e, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=42c6e041-954d-4216-b2da-aa0d6cdfcfa4]]@1520290465 2024-06-28 23:58:27,858 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4642, durable=true, userID=503b98d7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=2e286792-8e1f-4648-b4fa-bf53a20b4d0f, size=917, properties=TypedProperties[__AMQ_CID=503b71c3-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-017944cb-ed9a-4a62-9266-ff16069c8b1e, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=42c6e041-954d-4216-b2da-aa0d6cdfcfa4]]@1520290465, context: RoutingContextImpl(Address=2e286792-8e1f-4648-b4fa-bf53a20b4d0f, routingType=ANYCAST, PreviousAddress=2e286792-8e1f-4648-b4fa-bf53a20b4d0f previousRoute:ANYCAST, reusable=true, version=-2147483323) .................................................. ***** durable queues 2e286792-8e1f-4648-b4fa-bf53a20b4d0f: ***** non durable for 2e286792-8e1f-4648-b4fa-bf53a20b4d0f: - queueID=4632 address:2e286792-8e1f-4648-b4fa-bf53a20b4d0f name:2e286792-8e1f-4648-b4fa-bf53a20b4d0f filter:null .................................................. , transaction: null 2024-06-28 23:58:27,859 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 2e286792-8e1f-4648-b4fa-bf53a20b4d0f: CoreMessage[messageID=4642, durable=true, userID=503b98d7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=2e286792-8e1f-4648-b4fa-bf53a20b4d0f, size=917, properties=TypedProperties[__AMQ_CID=503b71c3-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-017944cb-ed9a-4a62-9266-ff16069c8b1e, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=42c6e041-954d-4216-b2da-aa0d6cdfcfa4]]@1520290465 to transaction: TransactionImpl [xid=null, txID=4644, xid=null, state=ACTIVE, createTime=1719619107859(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 1]@290aaae6 2024-06-28 23:58:27,859 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 2e286792-8e1f-4648-b4fa-bf53a20b4d0f: CoreMessage[messageID=4642, durable=true, userID=503b98d7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=2e286792-8e1f-4648-b4fa-bf53a20b4d0f, size=917, properties=TypedProperties[__AMQ_CID=503b71c3-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-017944cb-ed9a-4a62-9266-ff16069c8b1e, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=42c6e041-954d-4216-b2da-aa0d6cdfcfa4]]@1520290465, transaction: TransactionImpl [xid=null, txID=4644, xid=null, state=COMMITTED, createTime=1719619107859(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 0]@290aaae6 2024-06-28 23:58:27,859 INFO [scout-thread-23] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 503b71c1-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=42c6e041-954d-4216-b2da-aa0d6cdfcfa4, activemq.broker=mom71] 2024-06-28 23:58:27,859 INFO [scout-thread-18] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 503a8759-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom84] 2024-06-28 23:58:27,861 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@336eafd0, org.eclipse.scout.rt.mom.jms.JmsSubscription@5fa0cb97] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:27,863 INFO [scout-thread-19] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 503a3934-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:27,863 INFO [scout-thread-19] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 503c8338-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:27,864 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [503caa4b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=503c8338-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=503c8338-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@532f0447, true, {}] 2024-06-28 23:58:27,864 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [503caa4c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=503c8338-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=503c8338-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@49f532b1, true, {}] 2024-06-28 23:58:27,865 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:27,866 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 503cf86d-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom84] 2024-06-28 23:58:27,866 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [503cf870-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=503cf86d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=503cf86d-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@221009a7, true, {}] 2024-06-28 23:58:27,867 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [503d1f81-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=503cf86d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=503cf86d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2fd3033a, true, {}] 2024-06-28 23:58:27,867 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=ce3833c6-9e1e-43db-8784-8219744ba48c, address=ce3833c6-9e1e-43db-8784-8219744ba48c, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:27,867 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@6ccba6f6 2024-06-28 23:58:27,868 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@781fd127 2024-06-28 23:58:27,868 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, ce3833c6-9e1e-43db-8784-8219744ba48c, null, 0, false, true, null] 2024-06-28 23:58:27,869 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4681, durable=true, userID=503d6da4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=749, properties=TypedProperties[__AMQ_CID=503cf86f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-bee4a021-198b-4feb-ab06-905c7bf64ccc, JMSReplyTo=temp-queue://ce3833c6-9e1e-43db-8784-8219744ba48c, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@677937021, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:27,872 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[4681]:RELIABLE:CoreMessage[messageID=4681, durable=true, userID=503d6da4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=749, properties=TypedProperties[__AMQ_CID=503cf86f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-bee4a021-198b-4feb-ab06-905c7bf64ccc, JMSReplyTo=temp-queue://ce3833c6-9e1e-43db-8784-8219744ba48c, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@677937021 2024-06-28 23:58:27,872 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=4681, durable=true, userID=503d6da4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=749, properties=TypedProperties[__AMQ_CID=503cf86f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-bee4a021-198b-4feb-ab06-905c7bf64ccc, JMSReplyTo=temp-queue://ce3833c6-9e1e-43db-8784-8219744ba48c, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@677937021 to transaction: TransactionImpl [xid=null, txID=4682, xid=null, state=ACTIVE, createTime=1719619107872(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 1]@6e328dad 2024-06-28 23:58:27,873 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=4681, durable=true, userID=503d6da4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=749, properties=TypedProperties[__AMQ_CID=503cf86f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-bee4a021-198b-4feb-ab06-905c7bf64ccc, JMSReplyTo=temp-queue://ce3833c6-9e1e-43db-8784-8219744ba48c, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@677937021, transaction: TransactionImpl [xid=null, txID=4682, xid=null, state=COMMITTED, createTime=1719619107872(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 0]@6e328dad 2024-06-28 23:58:27,873 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 503e09e5-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=bea620bd-624e-437e-a95c-6f4038942369, activemq.broker=mom71] 2024-06-28 23:58:27,874 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [503e09e8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=503e09e5-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=503e09e5-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1ae25e73, true, {}] 2024-06-28 23:58:27,874 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [503e30f9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=503e09e5-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=503e09e5-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@36ec448e, true, {}] 2024-06-28 23:58:27,875 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4687, durable=true, userID=503e580b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=ce3833c6-9e1e-43db-8784-8219744ba48c, size=819, properties=TypedProperties[__AMQ_CID=503e09e7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-bee4a021-198b-4feb-ab06-905c7bf64ccc, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=bea620bd-624e-437e-a95c-6f4038942369]]@1422507276, context: RoutingContextImpl(Address=ce3833c6-9e1e-43db-8784-8219744ba48c, routingType=ANYCAST, PreviousAddress=ce3833c6-9e1e-43db-8784-8219744ba48c previousRoute:ANYCAST, reusable=true, version=-2147483321) .................................................. ***** durable queues ce3833c6-9e1e-43db-8784-8219744ba48c: ***** non durable for ce3833c6-9e1e-43db-8784-8219744ba48c: - queueID=4677 address:ce3833c6-9e1e-43db-8784-8219744ba48c name:ce3833c6-9e1e-43db-8784-8219744ba48c filter:null .................................................. , transaction: null 2024-06-28 23:58:27,875 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from ce3833c6-9e1e-43db-8784-8219744ba48c: Reference[4687]:RELIABLE:CoreMessage[messageID=4687, durable=true, userID=503e580b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=ce3833c6-9e1e-43db-8784-8219744ba48c, size=819, properties=TypedProperties[__AMQ_CID=503e09e7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-bee4a021-198b-4feb-ab06-905c7bf64ccc, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=bea620bd-624e-437e-a95c-6f4038942369]]@1422507276 2024-06-28 23:58:27,876 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from ce3833c6-9e1e-43db-8784-8219744ba48c: CoreMessage[messageID=4687, durable=true, userID=503e580b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=ce3833c6-9e1e-43db-8784-8219744ba48c, size=819, properties=TypedProperties[__AMQ_CID=503e09e7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-bee4a021-198b-4feb-ab06-905c7bf64ccc, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=bea620bd-624e-437e-a95c-6f4038942369]]@1422507276 to transaction: TransactionImpl [xid=null, txID=4692, xid=null, state=ACTIVE, createTime=1719619107876(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 1]@7f6f96ee 2024-06-28 23:58:27,876 INFO [scout-thread-23] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 503e09e5-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=bea620bd-624e-437e-a95c-6f4038942369, activemq.broker=mom71] 2024-06-28 23:58:27,876 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from ce3833c6-9e1e-43db-8784-8219744ba48c: CoreMessage[messageID=4687, durable=true, userID=503e580b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=ce3833c6-9e1e-43db-8784-8219744ba48c, size=819, properties=TypedProperties[__AMQ_CID=503e09e7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-bee4a021-198b-4feb-ab06-905c7bf64ccc, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=bea620bd-624e-437e-a95c-6f4038942369]]@1422507276, transaction: TransactionImpl [xid=null, txID=4692, xid=null, state=COMMITTED, createTime=1719619107876(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 0]@7f6f96ee 2024-06-28 23:58:27,876 INFO [scout-thread-18] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 503cf86d-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom84] 2024-06-28 23:58:27,878 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@1e1df90, org.eclipse.scout.rt.mom.jms.JmsSubscription@7ff18581] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:27,879 INFO [scout-thread-19] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 503c8338-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:27,880 INFO [scout-thread-19] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 503f1b5c-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:27,880 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [503f1b5f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=503f1b5c-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=503f1b5c-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@67270cee, true, {}] 2024-06-28 23:58:27,880 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [503f1b60-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=503f1b5c-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=503f1b5c-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@28e9f013, true, {}] 2024-06-28 23:58:27,881 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:27,882 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 503f6981-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom84] 2024-06-28 23:58:27,882 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [503f6984-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=503f6981-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=503f6981-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@fd212d1, true, {}] 2024-06-28 23:58:27,882 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [503f6985-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=503f6981-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=503f6981-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@70ccf8a6, true, {}] 2024-06-28 23:58:27,883 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=2eca7bb9-5245-4fa2-82be-36faeb122c3b, address=2eca7bb9-5245-4fa2-82be-36faeb122c3b, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:27,883 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@72c57492 2024-06-28 23:58:27,884 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@215a418f 2024-06-28 23:58:27,884 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 2eca7bb9-5245-4fa2-82be-36faeb122c3b, null, 0, false, true, null] 2024-06-28 23:58:27,885 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4726, durable=true, userID=503fb7a8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=740, properties=TypedProperties[__AMQ_CID=503f6983-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-f54776e5-dc49-4bb7-b32d-8e8f712ca1c9, JMSReplyTo=temp-queue://2eca7bb9-5245-4fa2-82be-36faeb122c3b, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1764668503, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:27,885 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[4726]:RELIABLE:CoreMessage[messageID=4726, durable=true, userID=503fb7a8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=740, properties=TypedProperties[__AMQ_CID=503f6983-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-f54776e5-dc49-4bb7-b32d-8e8f712ca1c9, JMSReplyTo=temp-queue://2eca7bb9-5245-4fa2-82be-36faeb122c3b, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1764668503 2024-06-28 23:58:27,886 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=4726, durable=true, userID=503fb7a8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=740, properties=TypedProperties[__AMQ_CID=503f6983-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-f54776e5-dc49-4bb7-b32d-8e8f712ca1c9, JMSReplyTo=temp-queue://2eca7bb9-5245-4fa2-82be-36faeb122c3b, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1764668503 to transaction: TransactionImpl [xid=null, txID=4727, xid=null, state=ACTIVE, createTime=1719619107886(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 1]@7d92e795 2024-06-28 23:58:27,886 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 504005c9-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=23b59394-14ba-412a-b44b-ed73802541f8, activemq.broker=mom71] 2024-06-28 23:58:27,886 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [504005cc-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=504005c9-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=504005c9-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1398b20a, true, {}] 2024-06-28 23:58:27,887 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50402cdd-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=504005c9-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=504005c9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@75c6a91e, true, {}] 2024-06-28 23:58:27,888 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4732, durable=true, userID=504053ef-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=2eca7bb9-5245-4fa2-82be-36faeb122c3b, size=810, properties=TypedProperties[__AMQ_CID=504005cb-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-f54776e5-dc49-4bb7-b32d-8e8f712ca1c9, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=23b59394-14ba-412a-b44b-ed73802541f8]]@2118764079, context: RoutingContextImpl(Address=2eca7bb9-5245-4fa2-82be-36faeb122c3b, routingType=ANYCAST, PreviousAddress=2eca7bb9-5245-4fa2-82be-36faeb122c3b previousRoute:ANYCAST, reusable=true, version=-2147483319) .................................................. ***** durable queues 2eca7bb9-5245-4fa2-82be-36faeb122c3b: ***** non durable for 2eca7bb9-5245-4fa2-82be-36faeb122c3b: - queueID=4722 address:2eca7bb9-5245-4fa2-82be-36faeb122c3b name:2eca7bb9-5245-4fa2-82be-36faeb122c3b filter:null .................................................. , transaction: null 2024-06-28 23:58:27,888 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 2eca7bb9-5245-4fa2-82be-36faeb122c3b: Reference[4732]:RELIABLE:CoreMessage[messageID=4732, durable=true, userID=504053ef-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=2eca7bb9-5245-4fa2-82be-36faeb122c3b, size=810, properties=TypedProperties[__AMQ_CID=504005cb-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-f54776e5-dc49-4bb7-b32d-8e8f712ca1c9, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=23b59394-14ba-412a-b44b-ed73802541f8]]@2118764079 2024-06-28 23:58:27,888 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 2eca7bb9-5245-4fa2-82be-36faeb122c3b: CoreMessage[messageID=4732, durable=true, userID=504053ef-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=2eca7bb9-5245-4fa2-82be-36faeb122c3b, size=810, properties=TypedProperties[__AMQ_CID=504005cb-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-f54776e5-dc49-4bb7-b32d-8e8f712ca1c9, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=23b59394-14ba-412a-b44b-ed73802541f8]]@2118764079 to transaction: TransactionImpl [xid=null, txID=4735, xid=null, state=ACTIVE, createTime=1719619107888(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 1]@2a6eaf63 2024-06-28 23:58:27,889 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 2eca7bb9-5245-4fa2-82be-36faeb122c3b: CoreMessage[messageID=4732, durable=true, userID=504053ef-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=2eca7bb9-5245-4fa2-82be-36faeb122c3b, size=810, properties=TypedProperties[__AMQ_CID=504005cb-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-f54776e5-dc49-4bb7-b32d-8e8f712ca1c9, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=23b59394-14ba-412a-b44b-ed73802541f8]]@2118764079, transaction: TransactionImpl [xid=null, txID=4735, xid=null, state=COMMITTED, createTime=1719619107888(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 0]@2a6eaf63 2024-06-28 23:58:27,889 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=4726, durable=true, userID=503fb7a8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=740, properties=TypedProperties[__AMQ_CID=503f6983-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-f54776e5-dc49-4bb7-b32d-8e8f712ca1c9, JMSReplyTo=temp-queue://2eca7bb9-5245-4fa2-82be-36faeb122c3b, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1764668503, transaction: TransactionImpl [xid=null, txID=4727, xid=null, state=COMMITTED, createTime=1719619107886(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 0]@7d92e795 2024-06-28 23:58:27,889 INFO [scout-thread-23] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 504005c9-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=23b59394-14ba-412a-b44b-ed73802541f8, activemq.broker=mom71] 2024-06-28 23:58:27,889 INFO [scout-thread-18] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 503f6981-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom84] 2024-06-28 23:58:27,891 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@2cf16d6e, org.eclipse.scout.rt.mom.jms.JmsSubscription@1d66cc73] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:27,891 INFO [scout-thread-19] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 503f1b5c-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:27,892 INFO [scout-thread-19] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 5040f030-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:27,892 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5040f033-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5040f030-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5040f030-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@68a351d5, true, {}] 2024-06-28 23:58:27,893 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50411744-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5040f030-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5040f030-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@594bd598, true, {}] 2024-06-28 23:58:27,893 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:27,894 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 50413e55-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom84] 2024-06-28 23:58:27,894 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50413e58-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50413e55-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50413e55-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@75beb4f7, true, {}] 2024-06-28 23:58:27,895 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50416569-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50413e55-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50413e55-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5b32b3e5, true, {}] 2024-06-28 23:58:27,895 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=7f85621b-1fe7-4f66-a58d-d8c5b8501dfb, address=7f85621b-1fe7-4f66-a58d-d8c5b8501dfb, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:27,895 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@619207ad 2024-06-28 23:58:27,896 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@55328041 2024-06-28 23:58:27,896 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 7f85621b-1fe7-4f66-a58d-d8c5b8501dfb, null, 0, false, true, null] 2024-06-28 23:58:27,897 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4771, durable=true, userID=50418c7c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=745, properties=TypedProperties[__AMQ_CID=50413e57-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-780a9b92-4f90-4dc3-ad59-0f3fd382b717, JMSReplyTo=temp-queue://7f85621b-1fe7-4f66-a58d-d8c5b8501dfb, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1899982273, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:27,897 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[4771]:RELIABLE:CoreMessage[messageID=4771, durable=true, userID=50418c7c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=745, properties=TypedProperties[__AMQ_CID=50413e57-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-780a9b92-4f90-4dc3-ad59-0f3fd382b717, JMSReplyTo=temp-queue://7f85621b-1fe7-4f66-a58d-d8c5b8501dfb, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1899982273 2024-06-28 23:58:27,898 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=4771, durable=true, userID=50418c7c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=745, properties=TypedProperties[__AMQ_CID=50413e57-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-780a9b92-4f90-4dc3-ad59-0f3fd382b717, JMSReplyTo=temp-queue://7f85621b-1fe7-4f66-a58d-d8c5b8501dfb, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1899982273 to transaction: TransactionImpl [xid=null, txID=4772, xid=null, state=ACTIVE, createTime=1719619107898(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 1]@62d89a6e 2024-06-28 23:58:27,898 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 5041da9d-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=ccc815a1-0eca-4797-bd39-9557b9a60d54, activemq.broker=mom71] 2024-06-28 23:58:27,898 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5041daa0-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5041da9d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5041da9d-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5a4e8a08, true, {}] 2024-06-28 23:58:27,899 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [504200b1-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5041da9d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5041da9d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3ff66b3d, true, {}] 2024-06-28 23:58:27,900 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4777, durable=true, userID=504200b3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=7f85621b-1fe7-4f66-a58d-d8c5b8501dfb, size=815, properties=TypedProperties[__AMQ_CID=5041da9f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-780a9b92-4f90-4dc3-ad59-0f3fd382b717, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=ccc815a1-0eca-4797-bd39-9557b9a60d54]]@64449017, context: RoutingContextImpl(Address=7f85621b-1fe7-4f66-a58d-d8c5b8501dfb, routingType=ANYCAST, PreviousAddress=7f85621b-1fe7-4f66-a58d-d8c5b8501dfb previousRoute:ANYCAST, reusable=true, version=-2147483317) .................................................. ***** durable queues 7f85621b-1fe7-4f66-a58d-d8c5b8501dfb: ***** non durable for 7f85621b-1fe7-4f66-a58d-d8c5b8501dfb: - queueID=4767 address:7f85621b-1fe7-4f66-a58d-d8c5b8501dfb name:7f85621b-1fe7-4f66-a58d-d8c5b8501dfb filter:null .................................................. , transaction: null 2024-06-28 23:58:27,900 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 7f85621b-1fe7-4f66-a58d-d8c5b8501dfb: Reference[4777]:RELIABLE:CoreMessage[messageID=4777, durable=true, userID=504200b3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=7f85621b-1fe7-4f66-a58d-d8c5b8501dfb, size=815, properties=TypedProperties[__AMQ_CID=5041da9f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-780a9b92-4f90-4dc3-ad59-0f3fd382b717, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=ccc815a1-0eca-4797-bd39-9557b9a60d54]]@64449017 2024-06-28 23:58:27,900 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 7f85621b-1fe7-4f66-a58d-d8c5b8501dfb: CoreMessage[messageID=4777, durable=true, userID=504200b3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=7f85621b-1fe7-4f66-a58d-d8c5b8501dfb, size=815, properties=TypedProperties[__AMQ_CID=5041da9f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-780a9b92-4f90-4dc3-ad59-0f3fd382b717, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=ccc815a1-0eca-4797-bd39-9557b9a60d54]]@64449017 to transaction: TransactionImpl [xid=null, txID=4780, xid=null, state=ACTIVE, createTime=1719619107900(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 1]@398f845 2024-06-28 23:58:27,900 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 7f85621b-1fe7-4f66-a58d-d8c5b8501dfb: CoreMessage[messageID=4777, durable=true, userID=504200b3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=7f85621b-1fe7-4f66-a58d-d8c5b8501dfb, size=815, properties=TypedProperties[__AMQ_CID=5041da9f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-780a9b92-4f90-4dc3-ad59-0f3fd382b717, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=ccc815a1-0eca-4797-bd39-9557b9a60d54]]@64449017, transaction: TransactionImpl [xid=null, txID=4780, xid=null, state=COMMITTED, createTime=1719619107900(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 0]@398f845 2024-06-28 23:58:27,900 INFO [scout-thread-23] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 5041da9d-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=ccc815a1-0eca-4797-bd39-9557b9a60d54, activemq.broker=mom71] 2024-06-28 23:58:27,901 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=4771, durable=true, userID=50418c7c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=745, properties=TypedProperties[__AMQ_CID=50413e57-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-780a9b92-4f90-4dc3-ad59-0f3fd382b717, JMSReplyTo=temp-queue://7f85621b-1fe7-4f66-a58d-d8c5b8501dfb, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1899982273, transaction: TransactionImpl [xid=null, txID=4772, xid=null, state=COMMITTED, createTime=1719619107898(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 0]@62d89a6e 2024-06-28 23:58:27,901 INFO [scout-thread-18] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 50413e55-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom84] 2024-06-28 23:58:27,902 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@624d9ac7, org.eclipse.scout.rt.mom.jms.JmsSubscription@35a8dfac] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:27,903 INFO [scout-thread-19] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 5040f030-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:27,904 INFO [scout-thread-19] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 5042c404-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:27,904 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5042c407-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5042c404-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5042c404-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3ce7c78, true, {}] 2024-06-28 23:58:27,904 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5042c408-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5042c404-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5042c404-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@472ddbdd, true, {}] 2024-06-28 23:58:27,905 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:27,906 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 50431229-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom84] 2024-06-28 23:58:27,906 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5043122c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50431229-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50431229-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@32638b69, true, {}] 2024-06-28 23:58:27,906 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5043122d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50431229-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50431229-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1338aa03, true, {}] 2024-06-28 23:58:27,907 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=4b7b38ea-3273-439d-8a60-a68e723d55b2, address=4b7b38ea-3273-439d-8a60-a68e723d55b2, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:27,907 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@3e0b7ca 2024-06-28 23:58:27,907 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@578a710d 2024-06-28 23:58:27,908 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 4b7b38ea-3273-439d-8a60-a68e723d55b2, null, 0, false, true, null] 2024-06-28 23:58:27,909 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4816, durable=true, userID=50436050-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=849, properties=TypedProperties[__AMQ_CID=5043122b-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-78a608ea-88c5-44ee-8f10-a431d51e49c6, JMSReplyTo=temp-queue://4b7b38ea-3273-439d-8a60-a68e723d55b2, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@955165742, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:27,912 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[4816]:RELIABLE:CoreMessage[messageID=4816, durable=true, userID=50436050-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=849, properties=TypedProperties[__AMQ_CID=5043122b-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-78a608ea-88c5-44ee-8f10-a431d51e49c6, JMSReplyTo=temp-queue://4b7b38ea-3273-439d-8a60-a68e723d55b2, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@955165742 2024-06-28 23:58:27,913 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=4816, durable=true, userID=50436050-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=849, properties=TypedProperties[__AMQ_CID=5043122b-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-78a608ea-88c5-44ee-8f10-a431d51e49c6, JMSReplyTo=temp-queue://4b7b38ea-3273-439d-8a60-a68e723d55b2, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@955165742 to transaction: TransactionImpl [xid=null, txID=4817, xid=null, state=ACTIVE, createTime=1719619107913(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 1]@7e607b77 2024-06-28 23:58:27,913 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 504423a1-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=ed3f4658-093b-4484-a944-edebd7837d7e, activemq.broker=mom71] 2024-06-28 23:58:27,914 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50444ab4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=504423a1-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=504423a1-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4d4afe8a, true, {}] 2024-06-28 23:58:27,914 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50444ab5-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=504423a1-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=504423a1-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@22526d4a, true, {}] 2024-06-28 23:58:27,915 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4822, durable=true, userID=504471c7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=4b7b38ea-3273-439d-8a60-a68e723d55b2, size=919, properties=TypedProperties[__AMQ_CID=50444ab3-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-78a608ea-88c5-44ee-8f10-a431d51e49c6, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=ed3f4658-093b-4484-a944-edebd7837d7e]]@1066519666, context: RoutingContextImpl(Address=4b7b38ea-3273-439d-8a60-a68e723d55b2, routingType=ANYCAST, PreviousAddress=4b7b38ea-3273-439d-8a60-a68e723d55b2 previousRoute:ANYCAST, reusable=true, version=-2147483315) .................................................. ***** durable queues 4b7b38ea-3273-439d-8a60-a68e723d55b2: ***** non durable for 4b7b38ea-3273-439d-8a60-a68e723d55b2: - queueID=4812 address:4b7b38ea-3273-439d-8a60-a68e723d55b2 name:4b7b38ea-3273-439d-8a60-a68e723d55b2 filter:null .................................................. , transaction: null 2024-06-28 23:58:27,915 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 4b7b38ea-3273-439d-8a60-a68e723d55b2: Reference[4822]:RELIABLE:CoreMessage[messageID=4822, durable=true, userID=504471c7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=4b7b38ea-3273-439d-8a60-a68e723d55b2, size=919, properties=TypedProperties[__AMQ_CID=50444ab3-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-78a608ea-88c5-44ee-8f10-a431d51e49c6, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=ed3f4658-093b-4484-a944-edebd7837d7e]]@1066519666 2024-06-28 23:58:27,916 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 4b7b38ea-3273-439d-8a60-a68e723d55b2: CoreMessage[messageID=4822, durable=true, userID=504471c7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=4b7b38ea-3273-439d-8a60-a68e723d55b2, size=919, properties=TypedProperties[__AMQ_CID=50444ab3-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-78a608ea-88c5-44ee-8f10-a431d51e49c6, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=ed3f4658-093b-4484-a944-edebd7837d7e]]@1066519666 to transaction: TransactionImpl [xid=null, txID=4825, xid=null, state=ACTIVE, createTime=1719619107915(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 1]@45b6cdcb 2024-06-28 23:58:27,916 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=4816, durable=true, userID=50436050-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=849, properties=TypedProperties[__AMQ_CID=5043122b-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-78a608ea-88c5-44ee-8f10-a431d51e49c6, JMSReplyTo=temp-queue://4b7b38ea-3273-439d-8a60-a68e723d55b2, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@955165742, transaction: TransactionImpl [xid=null, txID=4817, xid=null, state=COMMITTED, createTime=1719619107913(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 0]@7e607b77 2024-06-28 23:58:27,916 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 4b7b38ea-3273-439d-8a60-a68e723d55b2: CoreMessage[messageID=4822, durable=true, userID=504471c7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=4b7b38ea-3273-439d-8a60-a68e723d55b2, size=919, properties=TypedProperties[__AMQ_CID=50444ab3-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-78a608ea-88c5-44ee-8f10-a431d51e49c6, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=ed3f4658-093b-4484-a944-edebd7837d7e]]@1066519666, transaction: TransactionImpl [xid=null, txID=4825, xid=null, state=COMMITTED, createTime=1719619107915(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 0]@45b6cdcb 2024-06-28 23:58:27,916 INFO [scout-thread-23] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 504423a1-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=ed3f4658-093b-4484-a944-edebd7837d7e, activemq.broker=mom71] 2024-06-28 23:58:27,916 INFO [scout-thread-18] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 50431229-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom84] 2024-06-28 23:58:27,918 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@7f1b94e0, org.eclipse.scout.rt.mom.jms.JmsSubscription@19f6aeda] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:27,919 INFO [scout-thread-19] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 5042c404-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:27,919 INFO [scout-thread-19] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 50450e08-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:27,920 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5045351b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50450e08-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50450e08-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@65c91165, true, {}] 2024-06-28 23:58:27,920 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5045351c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50450e08-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50450e08-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7cf021a6, true, {}] 2024-06-28 23:58:27,937 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:27,937 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 5047cd2d-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom84] 2024-06-28 23:58:27,938 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5047f440-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5047cd2d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5047cd2d-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@33b2f73e, true, {}] 2024-06-28 23:58:27,938 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5047f441-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5047cd2d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5047cd2d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2b4566f6, true, {}] 2024-06-28 23:58:27,938 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=c8d43be4-f5f7-47d0-8fb0-cf6b6fef2749, address=c8d43be4-f5f7-47d0-8fb0-cf6b6fef2749, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:27,939 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@4f6df1d9 2024-06-28 23:58:27,939 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@49b55119 2024-06-28 23:58:27,940 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, c8d43be4-f5f7-47d0-8fb0-cf6b6fef2749, null, 0, false, true, null] 2024-06-28 23:58:27,941 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4861, durable=true, userID=50484264-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=847, properties=TypedProperties[__AMQ_CID=5047f43f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-ffe7b5b3-0d4b-460f-950e-eed50bb8e5c2, JMSReplyTo=temp-queue://c8d43be4-f5f7-47d0-8fb0-cf6b6fef2749, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@445618313, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:27,972 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[4861]:RELIABLE:CoreMessage[messageID=4861, durable=true, userID=50484264-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=847, properties=TypedProperties[__AMQ_CID=5047f43f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-ffe7b5b3-0d4b-460f-950e-eed50bb8e5c2, JMSReplyTo=temp-queue://c8d43be4-f5f7-47d0-8fb0-cf6b6fef2749, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@445618313 2024-06-28 23:58:27,973 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=4861, durable=true, userID=50484264-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=847, properties=TypedProperties[__AMQ_CID=5047f43f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-ffe7b5b3-0d4b-460f-950e-eed50bb8e5c2, JMSReplyTo=temp-queue://c8d43be4-f5f7-47d0-8fb0-cf6b6fef2749, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@445618313 to transaction: TransactionImpl [xid=null, txID=4862, xid=null, state=ACTIVE, createTime=1719619107973(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 1]@3462d6a0 2024-06-28 23:58:27,974 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 504d4b75-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=72fd667c-35f0-49a7-96d4-9d907572b057, activemq.broker=mom71] 2024-06-28 23:58:27,974 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [504d7288-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=504d4b75-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=504d4b75-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4d33433b, true, {}] 2024-06-28 23:58:27,975 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [504d9999-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=504d4b75-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=504d4b75-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1b87d00b, true, {}] 2024-06-28 23:58:27,976 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4867, durable=true, userID=504dc0ab-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=c8d43be4-f5f7-47d0-8fb0-cf6b6fef2749, size=917, properties=TypedProperties[__AMQ_CID=504d7287-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-ffe7b5b3-0d4b-460f-950e-eed50bb8e5c2, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=72fd667c-35f0-49a7-96d4-9d907572b057]]@94469634, context: RoutingContextImpl(Address=c8d43be4-f5f7-47d0-8fb0-cf6b6fef2749, routingType=ANYCAST, PreviousAddress=c8d43be4-f5f7-47d0-8fb0-cf6b6fef2749 previousRoute:ANYCAST, reusable=true, version=-2147483313) .................................................. ***** durable queues c8d43be4-f5f7-47d0-8fb0-cf6b6fef2749: ***** non durable for c8d43be4-f5f7-47d0-8fb0-cf6b6fef2749: - queueID=4857 address:c8d43be4-f5f7-47d0-8fb0-cf6b6fef2749 name:c8d43be4-f5f7-47d0-8fb0-cf6b6fef2749 filter:null .................................................. , transaction: null 2024-06-28 23:58:27,976 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from c8d43be4-f5f7-47d0-8fb0-cf6b6fef2749: Reference[4867]:RELIABLE:CoreMessage[messageID=4867, durable=true, userID=504dc0ab-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=c8d43be4-f5f7-47d0-8fb0-cf6b6fef2749, size=917, properties=TypedProperties[__AMQ_CID=504d7287-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-ffe7b5b3-0d4b-460f-950e-eed50bb8e5c2, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=72fd667c-35f0-49a7-96d4-9d907572b057]]@94469634 2024-06-28 23:58:27,977 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from c8d43be4-f5f7-47d0-8fb0-cf6b6fef2749: CoreMessage[messageID=4867, durable=true, userID=504dc0ab-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=c8d43be4-f5f7-47d0-8fb0-cf6b6fef2749, size=917, properties=TypedProperties[__AMQ_CID=504d7287-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-ffe7b5b3-0d4b-460f-950e-eed50bb8e5c2, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=72fd667c-35f0-49a7-96d4-9d907572b057]]@94469634 to transaction: TransactionImpl [xid=null, txID=4870, xid=null, state=ACTIVE, createTime=1719619107977(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 1]@7fdbe779 2024-06-28 23:58:27,977 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from c8d43be4-f5f7-47d0-8fb0-cf6b6fef2749: CoreMessage[messageID=4867, durable=true, userID=504dc0ab-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=c8d43be4-f5f7-47d0-8fb0-cf6b6fef2749, size=917, properties=TypedProperties[__AMQ_CID=504d7287-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-ffe7b5b3-0d4b-460f-950e-eed50bb8e5c2, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=72fd667c-35f0-49a7-96d4-9d907572b057]]@94469634, transaction: TransactionImpl [xid=null, txID=4870, xid=null, state=COMMITTED, createTime=1719619107977(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 0]@7fdbe779 2024-06-28 23:58:27,977 INFO [scout-thread-23] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 504d4b75-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=72fd667c-35f0-49a7-96d4-9d907572b057, activemq.broker=mom71] 2024-06-28 23:58:27,978 INFO [scout-thread-18] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 5047cd2d-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom84] 2024-06-28 23:58:27,980 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@514501bc, org.eclipse.scout.rt.mom.jms.JmsSubscription@1fb27c97] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:27,983 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=4861, durable=true, userID=50484264-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=847, properties=TypedProperties[__AMQ_CID=5047f43f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-ffe7b5b3-0d4b-460f-950e-eed50bb8e5c2, JMSReplyTo=temp-queue://c8d43be4-f5f7-47d0-8fb0-cf6b6fef2749, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@445618313, transaction: TransactionImpl [xid=null, txID=4862, xid=null, state=COMMITTED, createTime=1719619107973(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 0]@3462d6a0 2024-06-28 23:58:27,984 INFO [scout-thread-19] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 50450e08-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:27,985 INFO [scout-thread-19] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 504f203c-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:27,985 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [504f203f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=504f203c-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=504f203c-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@17181c6f, true, {}] 2024-06-28 23:58:27,986 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [504f2040-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=504f203c-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=504f203c-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6a2fd2d2, true, {}] 2024-06-28 23:58:27,986 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:27,987 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 504f6e61-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom84] 2024-06-28 23:58:27,987 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [504f6e64-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=504f6e61-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=504f6e61-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1e5bcae0, true, {}] 2024-06-28 23:58:27,988 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [504f9575-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=504f6e61-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=504f6e61-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@210e728f, true, {}] 2024-06-28 23:58:27,988 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=2cee4901-c60a-44b2-8b94-6dc8aeadbe44, address=2cee4901-c60a-44b2-8b94-6dc8aeadbe44, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:27,988 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@2080bcbe 2024-06-28 23:58:27,989 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@522372d 2024-06-28 23:58:27,989 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 2cee4901-c60a-44b2-8b94-6dc8aeadbe44, null, 0, false, true, null] 2024-06-28 23:58:27,990 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4906, durable=true, userID=504fe398-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=749, properties=TypedProperties[__AMQ_CID=504f6e63-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-7f940d94-1268-4924-bbd7-0e2c7d0786ba, JMSReplyTo=temp-queue://2cee4901-c60a-44b2-8b94-6dc8aeadbe44, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1715819758, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:27,991 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[4906]:RELIABLE:CoreMessage[messageID=4906, durable=true, userID=504fe398-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=749, properties=TypedProperties[__AMQ_CID=504f6e63-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-7f940d94-1268-4924-bbd7-0e2c7d0786ba, JMSReplyTo=temp-queue://2cee4901-c60a-44b2-8b94-6dc8aeadbe44, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1715819758 2024-06-28 23:58:27,991 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=4906, durable=true, userID=504fe398-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=749, properties=TypedProperties[__AMQ_CID=504f6e63-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-7f940d94-1268-4924-bbd7-0e2c7d0786ba, JMSReplyTo=temp-queue://2cee4901-c60a-44b2-8b94-6dc8aeadbe44, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1715819758 to transaction: TransactionImpl [xid=null, txID=4907, xid=null, state=ACTIVE, createTime=1719619107991(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 1]@2af8c3bb 2024-06-28 23:58:27,992 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 505031b9-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=804ce84b-318b-40dd-8494-22f86c11567c, activemq.broker=mom71] 2024-06-28 23:58:27,992 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [505031bc-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=505031b9-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=505031b9-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6f0a44e0, true, {}] 2024-06-28 23:58:27,993 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [505031bd-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=505031b9-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=505031b9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@30dbc709, true, {}] 2024-06-28 23:58:27,994 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4912, durable=true, userID=505058cf-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=2cee4901-c60a-44b2-8b94-6dc8aeadbe44, size=819, properties=TypedProperties[__AMQ_CID=505031bb-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-7f940d94-1268-4924-bbd7-0e2c7d0786ba, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=804ce84b-318b-40dd-8494-22f86c11567c]]@1419800360, context: RoutingContextImpl(Address=2cee4901-c60a-44b2-8b94-6dc8aeadbe44, routingType=ANYCAST, PreviousAddress=2cee4901-c60a-44b2-8b94-6dc8aeadbe44 previousRoute:ANYCAST, reusable=true, version=-2147483311) .................................................. ***** durable queues 2cee4901-c60a-44b2-8b94-6dc8aeadbe44: ***** non durable for 2cee4901-c60a-44b2-8b94-6dc8aeadbe44: - queueID=4902 address:2cee4901-c60a-44b2-8b94-6dc8aeadbe44 name:2cee4901-c60a-44b2-8b94-6dc8aeadbe44 filter:null .................................................. , transaction: null 2024-06-28 23:58:27,994 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 2cee4901-c60a-44b2-8b94-6dc8aeadbe44: Reference[4912]:RELIABLE:CoreMessage[messageID=4912, durable=true, userID=505058cf-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=2cee4901-c60a-44b2-8b94-6dc8aeadbe44, size=819, properties=TypedProperties[__AMQ_CID=505031bb-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-7f940d94-1268-4924-bbd7-0e2c7d0786ba, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=804ce84b-318b-40dd-8494-22f86c11567c]]@1419800360 2024-06-28 23:58:27,994 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 2cee4901-c60a-44b2-8b94-6dc8aeadbe44: CoreMessage[messageID=4912, durable=true, userID=505058cf-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=2cee4901-c60a-44b2-8b94-6dc8aeadbe44, size=819, properties=TypedProperties[__AMQ_CID=505031bb-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-7f940d94-1268-4924-bbd7-0e2c7d0786ba, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=804ce84b-318b-40dd-8494-22f86c11567c]]@1419800360 to transaction: TransactionImpl [xid=null, txID=4915, xid=null, state=ACTIVE, createTime=1719619107994(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 1]@2343517c 2024-06-28 23:58:27,994 INFO [scout-thread-23] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 505031b9-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=804ce84b-318b-40dd-8494-22f86c11567c, activemq.broker=mom71] 2024-06-28 23:58:27,994 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 2cee4901-c60a-44b2-8b94-6dc8aeadbe44: CoreMessage[messageID=4912, durable=true, userID=505058cf-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=2cee4901-c60a-44b2-8b94-6dc8aeadbe44, size=819, properties=TypedProperties[__AMQ_CID=505031bb-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-7f940d94-1268-4924-bbd7-0e2c7d0786ba, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=804ce84b-318b-40dd-8494-22f86c11567c]]@1419800360, transaction: TransactionImpl [xid=null, txID=4915, xid=null, state=COMMITTED, createTime=1719619107994(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 0]@2343517c 2024-06-28 23:58:27,995 INFO [scout-thread-18] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 504f6e61-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom84] 2024-06-28 23:58:27,996 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@510f3ab, org.eclipse.scout.rt.mom.jms.JmsSubscription@18a3b242] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:28,017 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=4906, durable=true, userID=504fe398-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:27 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=749, properties=TypedProperties[__AMQ_CID=504f6e63-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-7f940d94-1268-4924-bbd7-0e2c7d0786ba, JMSReplyTo=temp-queue://2cee4901-c60a-44b2-8b94-6dc8aeadbe44, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1715819758, transaction: TransactionImpl [xid=null, txID=4907, xid=null, state=COMMITTED, createTime=1719619107991(Fri Jun 28 23:58:27 UTC 2024), timeoutSeconds=-1, nr operations = 0]@2af8c3bb 2024-06-28 23:58:28,018 INFO [scout-thread-19] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 504f203c-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:28,019 INFO [scout-thread-19] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 50545070-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:28,019 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50545073-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50545070-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50545070-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2bbb25dc, true, {}] 2024-06-28 23:58:28,020 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50547784-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50545070-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50545070-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@42d2ec85, true, {}] 2024-06-28 23:58:28,021 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:28,021 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 50549e95-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom84] 2024-06-28 23:58:28,022 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5054c5a8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50549e95-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50549e95-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@35db35a5, true, {}] 2024-06-28 23:58:28,022 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5054c5a9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50549e95-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50549e95-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@331deac2, true, {}] 2024-06-28 23:58:28,022 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=8059004f-6931-4c27-8ac1-102bc0b3deaf, address=8059004f-6931-4c27-8ac1-102bc0b3deaf, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:28,023 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@e8c37f 2024-06-28 23:58:28,023 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@57444c69 2024-06-28 23:58:28,024 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 8059004f-6931-4c27-8ac1-102bc0b3deaf, null, 0, false, true, null] 2024-06-28 23:58:28,025 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4951, durable=true, userID=505513cc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=740, properties=TypedProperties[__AMQ_CID=5054c5a7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-ee22334b-392f-4d23-97e0-8cafe1abfe71, JMSReplyTo=temp-queue://8059004f-6931-4c27-8ac1-102bc0b3deaf, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2142138973, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:28,056 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[4951]:RELIABLE:CoreMessage[messageID=4951, durable=true, userID=505513cc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=740, properties=TypedProperties[__AMQ_CID=5054c5a7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-ee22334b-392f-4d23-97e0-8cafe1abfe71, JMSReplyTo=temp-queue://8059004f-6931-4c27-8ac1-102bc0b3deaf, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2142138973 2024-06-28 23:58:28,058 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=4951, durable=true, userID=505513cc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=740, properties=TypedProperties[__AMQ_CID=5054c5a7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-ee22334b-392f-4d23-97e0-8cafe1abfe71, JMSReplyTo=temp-queue://8059004f-6931-4c27-8ac1-102bc0b3deaf, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2142138973 to transaction: TransactionImpl [xid=null, txID=4952, xid=null, state=ACTIVE, createTime=1719619108058(Fri Jun 28 23:58:28 UTC 2024), timeoutSeconds=-1, nr operations = 1]@7f8c141 2024-06-28 23:58:28,058 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 505a43ed-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=92305b7d-a702-4ed3-b0bb-7b39266f7421, activemq.broker=mom71] 2024-06-28 23:58:28,059 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [505a6b00-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=505a43ed-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=505a43ed-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@39a48fbe, true, {}] 2024-06-28 23:58:28,060 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [505a9211-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=505a43ed-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=505a43ed-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@79d5f9a3, true, {}] 2024-06-28 23:58:28,061 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4957, durable=true, userID=505ab923-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=8059004f-6931-4c27-8ac1-102bc0b3deaf, size=810, properties=TypedProperties[__AMQ_CID=505a6aff-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-ee22334b-392f-4d23-97e0-8cafe1abfe71, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=92305b7d-a702-4ed3-b0bb-7b39266f7421]]@1801628166, context: RoutingContextImpl(Address=8059004f-6931-4c27-8ac1-102bc0b3deaf, routingType=ANYCAST, PreviousAddress=8059004f-6931-4c27-8ac1-102bc0b3deaf previousRoute:ANYCAST, reusable=true, version=-2147483309) .................................................. ***** durable queues 8059004f-6931-4c27-8ac1-102bc0b3deaf: ***** non durable for 8059004f-6931-4c27-8ac1-102bc0b3deaf: - queueID=4947 address:8059004f-6931-4c27-8ac1-102bc0b3deaf name:8059004f-6931-4c27-8ac1-102bc0b3deaf filter:null .................................................. , transaction: null 2024-06-28 23:58:28,061 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 8059004f-6931-4c27-8ac1-102bc0b3deaf: Reference[4957]:RELIABLE:CoreMessage[messageID=4957, durable=true, userID=505ab923-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=8059004f-6931-4c27-8ac1-102bc0b3deaf, size=810, properties=TypedProperties[__AMQ_CID=505a6aff-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-ee22334b-392f-4d23-97e0-8cafe1abfe71, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=92305b7d-a702-4ed3-b0bb-7b39266f7421]]@1801628166 2024-06-28 23:58:28,062 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 8059004f-6931-4c27-8ac1-102bc0b3deaf: CoreMessage[messageID=4957, durable=true, userID=505ab923-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=8059004f-6931-4c27-8ac1-102bc0b3deaf, size=810, properties=TypedProperties[__AMQ_CID=505a6aff-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-ee22334b-392f-4d23-97e0-8cafe1abfe71, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=92305b7d-a702-4ed3-b0bb-7b39266f7421]]@1801628166 to transaction: TransactionImpl [xid=null, txID=4960, xid=null, state=ACTIVE, createTime=1719619108062(Fri Jun 28 23:58:28 UTC 2024), timeoutSeconds=-1, nr operations = 1]@569c7aa4 2024-06-28 23:58:28,062 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 8059004f-6931-4c27-8ac1-102bc0b3deaf: CoreMessage[messageID=4957, durable=true, userID=505ab923-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=8059004f-6931-4c27-8ac1-102bc0b3deaf, size=810, properties=TypedProperties[__AMQ_CID=505a6aff-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-ee22334b-392f-4d23-97e0-8cafe1abfe71, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=92305b7d-a702-4ed3-b0bb-7b39266f7421]]@1801628166, transaction: TransactionImpl [xid=null, txID=4960, xid=null, state=COMMITTED, createTime=1719619108062(Fri Jun 28 23:58:28 UTC 2024), timeoutSeconds=-1, nr operations = 0]@569c7aa4 2024-06-28 23:58:28,062 INFO [scout-thread-23] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 505a43ed-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=92305b7d-a702-4ed3-b0bb-7b39266f7421, activemq.broker=mom71] 2024-06-28 23:58:28,063 INFO [scout-thread-18] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 50549e95-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom84] 2024-06-28 23:58:28,064 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@fa67d91, org.eclipse.scout.rt.mom.jms.JmsSubscription@2279995c] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:28,073 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=4951, durable=true, userID=505513cc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=740, properties=TypedProperties[__AMQ_CID=5054c5a7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-ee22334b-392f-4d23-97e0-8cafe1abfe71, JMSReplyTo=temp-queue://8059004f-6931-4c27-8ac1-102bc0b3deaf, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2142138973, transaction: TransactionImpl [xid=null, txID=4952, xid=null, state=COMMITTED, createTime=1719619108058(Fri Jun 28 23:58:28 UTC 2024), timeoutSeconds=-1, nr operations = 0]@7f8c141 2024-06-28 23:58:28,073 INFO [scout-thread-19] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 50545070-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:28,074 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@23628401[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:28,074 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.009586 ms 2024-06-28 23:58:28,075 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 5031d496-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:28,076 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:28,076 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 285.734848 ms 2024-06-28 23:58:28,076 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:28,077 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:28,077 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:28,078 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1872651549'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom26] 2024-06-28 23:58:28,079 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom26] 2024-06-28 23:58:28,079 INFO [scout-thread-20] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 505d7845-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom26] 2024-06-28 23:58:28,080 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [505d9f58-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=505d7845-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=505d7845-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2f1f5fa0, true, {}] 2024-06-28 23:58:28,080 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [505d9f59-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=505d7845-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=505d7845-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6d0b4f91, true, {}] 2024-06-28 23:58:28,081 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=94dd52e1-7ade-4445-8fb5-3425be891626, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:28,082 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@1a32a6bd 2024-06-28 23:58:28,082 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 94dd52e1-7ade-4445-8fb5-3425be891626, null, 0, false, true, null] 2024-06-28 23:58:28,082 INFO [scout-thread-20] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 505ded7b-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom26] 2024-06-28 23:58:28,083 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [505e148e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=505ded7b-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=505ded7b-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5c077dbf, true, {}] 2024-06-28 23:58:28,084 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [505e148f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=505ded7b-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=505ded7b-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@46df0465, true, {}] 2024-06-28 23:58:28,084 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:58:28,085 INFO [scout-thread-20] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 505e62b0-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom26] 2024-06-28 23:58:28,085 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [505e62b3-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=505e62b0-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=505e62b0-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1ca95396, true, {}] 2024-06-28 23:58:28,086 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [505e62b4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=505e62b0-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=505e62b0-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3d7e8608, true, {}] 2024-06-28 23:58:28,086 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:58:28,086 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 505e89c5-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testQueueRequestReplyMultipleSubscriptions, activemq.broker=mom71] 2024-06-28 23:58:28,087 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [505eb0d8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=505e89c5-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=505e89c5-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@11f8eb8f, true, {}] 2024-06-28 23:58:28,087 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [505eb0d9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=505e89c5-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=505e89c5-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2f1c5ca2, true, {}] 2024-06-28 23:58:28,087 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=4d88ba43-beb7-49cd-b1d8-5a13034a49e4, address=4d88ba43-beb7-49cd-b1d8-5a13034a49e4, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:28,088 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@5db7e647 2024-06-28 23:58:28,088 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@2bc9977c 2024-06-28 23:58:28,089 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 4d88ba43-beb7-49cd-b1d8-5a13034a49e4, null, 0, false, true, null] 2024-06-28 23:58:28,090 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=5022, durable=true, userID=505efefc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=905, properties=TypedProperties[__AMQ_CID=505eb0d7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e96d987d-21eb-41b0-9267-39bf5333b864, JMSReplyTo=temp-queue://4d88ba43-beb7-49cd-b1d8-5a13034a49e4, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1949070526, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyMultipleSubscriptions, routingType=ANYCAST, PreviousAddress=test/mom/testQueueRequestReplyMultipleSubscriptions previousRoute:ANYCAST, reusable=true, version=-2147483558) .................................................. ***** durable queues test/mom/testQueueRequestReplyMultipleSubscriptions: - queueID=1070 address:test/mom/testQueueRequestReplyMultipleSubscriptions name:test/mom/testQueueRequestReplyMultipleSubscriptions filter:null ***** non durable for test/mom/testQueueRequestReplyMultipleSubscriptions: .................................................. , transaction: null 2024-06-28 23:58:28,126 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueueRequestReplyMultipleSubscriptions: Reference[5022]:RELIABLE:CoreMessage[messageID=5022, durable=true, userID=505efefc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=905, properties=TypedProperties[__AMQ_CID=505eb0d7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e96d987d-21eb-41b0-9267-39bf5333b864, JMSReplyTo=temp-queue://4d88ba43-beb7-49cd-b1d8-5a13034a49e4, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1949070526 2024-06-28 23:58:28,127 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueueRequestReplyMultipleSubscriptions: CoreMessage[messageID=5022, durable=true, userID=505efefc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=905, properties=TypedProperties[__AMQ_CID=505eb0d7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e96d987d-21eb-41b0-9267-39bf5333b864, JMSReplyTo=temp-queue://4d88ba43-beb7-49cd-b1d8-5a13034a49e4, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1949070526 to transaction: TransactionImpl [xid=null, txID=5023, xid=null, state=ACTIVE, createTime=1719619108127(Fri Jun 28 23:58:28 UTC 2024), timeoutSeconds=-1, nr operations = 1]@1e4037f5 2024-06-28 23:58:28,127 INFO [scout-thread-16] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 5064cb5d-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@3ca6d4cc[name=test/mom/testQueueRequestReplyMultipleSubscriptions, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=8e932193-d4fc-4869-9960-76ea1c0d5bbd] 2024-06-28 23:58:28,128 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5064cb60-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5064cb5d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5064cb5d-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@66105bb1, true, {}] 2024-06-28 23:58:28,128 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5064f271-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5064cb5d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5064cb5d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@f8cf100, true, {}] 2024-06-28 23:58:28,129 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=5028, durable=true, userID=50651983-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=4d88ba43-beb7-49cd-b1d8-5a13034a49e4, size=939, properties=TypedProperties[__AMQ_CID=5064cb5f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e96d987d-21eb-41b0-9267-39bf5333b864, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=8e932193-d4fc-4869-9960-76ea1c0d5bbd]]@1211237153, context: RoutingContextImpl(Address=4d88ba43-beb7-49cd-b1d8-5a13034a49e4, routingType=ANYCAST, PreviousAddress=4d88ba43-beb7-49cd-b1d8-5a13034a49e4 previousRoute:ANYCAST, reusable=true, version=-2147483305) .................................................. ***** durable queues 4d88ba43-beb7-49cd-b1d8-5a13034a49e4: ***** non durable for 4d88ba43-beb7-49cd-b1d8-5a13034a49e4: - queueID=5018 address:4d88ba43-beb7-49cd-b1d8-5a13034a49e4 name:4d88ba43-beb7-49cd-b1d8-5a13034a49e4 filter:null .................................................. , transaction: null 2024-06-28 23:58:28,129 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 4d88ba43-beb7-49cd-b1d8-5a13034a49e4: Reference[5028]:RELIABLE:CoreMessage[messageID=5028, durable=true, userID=50651983-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=4d88ba43-beb7-49cd-b1d8-5a13034a49e4, size=939, properties=TypedProperties[__AMQ_CID=5064cb5f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e96d987d-21eb-41b0-9267-39bf5333b864, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=8e932193-d4fc-4869-9960-76ea1c0d5bbd]]@1211237153 2024-06-28 23:58:28,130 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 4d88ba43-beb7-49cd-b1d8-5a13034a49e4: CoreMessage[messageID=5028, durable=true, userID=50651983-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=4d88ba43-beb7-49cd-b1d8-5a13034a49e4, size=939, properties=TypedProperties[__AMQ_CID=5064cb5f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e96d987d-21eb-41b0-9267-39bf5333b864, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=8e932193-d4fc-4869-9960-76ea1c0d5bbd]]@1211237153 to transaction: TransactionImpl [xid=null, txID=5031, xid=null, state=ACTIVE, createTime=1719619108129(Fri Jun 28 23:58:28 UTC 2024), timeoutSeconds=-1, nr operations = 1]@7d877b47 2024-06-28 23:58:28,130 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 4d88ba43-beb7-49cd-b1d8-5a13034a49e4: CoreMessage[messageID=5028, durable=true, userID=50651983-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=4d88ba43-beb7-49cd-b1d8-5a13034a49e4, size=939, properties=TypedProperties[__AMQ_CID=5064cb5f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e96d987d-21eb-41b0-9267-39bf5333b864, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=8e932193-d4fc-4869-9960-76ea1c0d5bbd]]@1211237153, transaction: TransactionImpl [xid=null, txID=5031, xid=null, state=COMMITTED, createTime=1719619108129(Fri Jun 28 23:58:28 UTC 2024), timeoutSeconds=-1, nr operations = 0]@7d877b47 2024-06-28 23:58:28,130 INFO [scout-thread-16] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 5064cb5d-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@3ca6d4cc[name=test/mom/testQueueRequestReplyMultipleSubscriptions, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=8e932193-d4fc-4869-9960-76ea1c0d5bbd] 2024-06-28 23:58:28,131 INFO [scout-thread-23] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 505e89c5-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testQueueRequestReplyMultipleSubscriptions, activemq.broker=mom71] 2024-06-28 23:58:28,140 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueueRequestReplyMultipleSubscriptions: CoreMessage[messageID=5022, durable=true, userID=505efefc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=905, properties=TypedProperties[__AMQ_CID=505eb0d7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e96d987d-21eb-41b0-9267-39bf5333b864, JMSReplyTo=temp-queue://4d88ba43-beb7-49cd-b1d8-5a13034a49e4, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1949070526, transaction: TransactionImpl [xid=null, txID=5023, xid=null, state=COMMITTED, createTime=1719619108127(Fri Jun 28 23:58:28 UTC 2024), timeoutSeconds=-1, nr operations = 0]@1e4037f5 2024-06-28 23:58:28,182 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@63f819a6, org.eclipse.scout.rt.mom.jms.JmsSubscription@44f5259a] 2024-06-28 23:58:28,184 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 505ded7b-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:28,185 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 505e62b0-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:28,186 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@ef2a51c[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:28,186 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.009528 ms 2024-06-28 23:58:28,187 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 505d7845-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:28,188 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:28,188 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 111.104271 ms 2024-06-28 23:58:28,188 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:28,189 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:28,189 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:28,190 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 560691745'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:28,191 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:28,192 INFO [scout-thread-19] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 506eb675-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:28,192 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [506eb678-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=506eb675-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=506eb675-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@30205ed8, true, {}] 2024-06-28 23:58:28,193 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [506eb679-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=506eb675-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=506eb675-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@51d76d0e, true, {}] 2024-06-28 23:58:28,193 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=9727b6aa-fe32-442a-86f0-4f21ba839259, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:28,194 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@7750d0ac 2024-06-28 23:58:28,194 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 9727b6aa-fe32-442a-86f0-4f21ba839259, null, 0, false, true, null] 2024-06-28 23:58:28,195 INFO [scout-thread-19] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 506f2bab-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:28,195 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [506f2bae-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=506f2bab-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=506f2bab-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@21b31833, true, {}] 2024-06-28 23:58:28,195 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [506f2baf-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=506f2bab-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=506f2bab-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3e49061f, true, {}] 2024-06-28 23:58:28,196 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:58:28,196 INFO [scout-thread-19] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 506f52c0-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:28,197 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [506f52c3-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=506f52c0-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=506f52c0-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5c7c01b9, true, {}] 2024-06-28 23:58:28,197 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [506f79d4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=506f52c0-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=506f52c0-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7739f890, true, {}] 2024-06-28 23:58:28,197 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:58:28,198 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 506fa0e5-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testQueueRequestReplyMultipleSubscriptions, activemq.broker=mom71] 2024-06-28 23:58:28,198 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [506fa0e8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=506fa0e5-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=506fa0e5-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1879f168, true, {}] 2024-06-28 23:58:28,199 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [506fc7f9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=506fa0e5-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=506fa0e5-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@54252fd0, true, {}] 2024-06-28 23:58:28,199 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=e8a7f283-59f8-4603-a150-92276303c4c5, address=e8a7f283-59f8-4603-a150-92276303c4c5, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:28,199 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@c685578 2024-06-28 23:58:28,200 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@12670836 2024-06-28 23:58:28,200 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, e8a7f283-59f8-4603-a150-92276303c4c5, null, 0, false, true, null] 2024-06-28 23:58:28,201 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=5099, durable=true, userID=506fef0c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=905, properties=TypedProperties[__AMQ_CID=506fa0e7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e8b548d4-ce28-457b-9c3b-da07751f19d2, JMSReplyTo=temp-queue://e8a7f283-59f8-4603-a150-92276303c4c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1814258388, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyMultipleSubscriptions, routingType=ANYCAST, PreviousAddress=test/mom/testQueueRequestReplyMultipleSubscriptions previousRoute:ANYCAST, reusable=true, version=-2147483558) .................................................. ***** durable queues test/mom/testQueueRequestReplyMultipleSubscriptions: - queueID=1070 address:test/mom/testQueueRequestReplyMultipleSubscriptions name:test/mom/testQueueRequestReplyMultipleSubscriptions filter:null ***** non durable for test/mom/testQueueRequestReplyMultipleSubscriptions: .................................................. , transaction: null 2024-06-28 23:58:28,217 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueueRequestReplyMultipleSubscriptions: Reference[5099]:RELIABLE:CoreMessage[messageID=5099, durable=true, userID=506fef0c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=905, properties=TypedProperties[__AMQ_CID=506fa0e7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e8b548d4-ce28-457b-9c3b-da07751f19d2, JMSReplyTo=temp-queue://e8a7f283-59f8-4603-a150-92276303c4c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1814258388 2024-06-28 23:58:28,218 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueueRequestReplyMultipleSubscriptions: CoreMessage[messageID=5099, durable=true, userID=506fef0c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=905, properties=TypedProperties[__AMQ_CID=506fa0e7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e8b548d4-ce28-457b-9c3b-da07751f19d2, JMSReplyTo=temp-queue://e8a7f283-59f8-4603-a150-92276303c4c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1814258388 to transaction: TransactionImpl [xid=null, txID=5100, xid=null, state=ACTIVE, createTime=1719619108218(Fri Jun 28 23:58:28 UTC 2024), timeoutSeconds=-1, nr operations = 1]@6d341620 2024-06-28 23:58:28,218 INFO [scout-thread-16] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 5072ae2d-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@3ca6d4cc[name=test/mom/testQueueRequestReplyMultipleSubscriptions, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=e0e10c82-d3e4-465b-8795-71f5b79a49b0] 2024-06-28 23:58:28,219 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5072d540-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5072ae2d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5072ae2d-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@78eb8b14, true, {}] 2024-06-28 23:58:28,219 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5072d541-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5072ae2d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5072ae2d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3fc70ce8, true, {}] 2024-06-28 23:58:28,220 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=5105, durable=true, userID=5072d543-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=e8a7f283-59f8-4603-a150-92276303c4c5, size=939, properties=TypedProperties[__AMQ_CID=5072ae2f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e8b548d4-ce28-457b-9c3b-da07751f19d2, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=e0e10c82-d3e4-465b-8795-71f5b79a49b0]]@900536543, context: RoutingContextImpl(Address=e8a7f283-59f8-4603-a150-92276303c4c5, routingType=ANYCAST, PreviousAddress=e8a7f283-59f8-4603-a150-92276303c4c5 previousRoute:ANYCAST, reusable=true, version=-2147483301) .................................................. ***** durable queues e8a7f283-59f8-4603-a150-92276303c4c5: ***** non durable for e8a7f283-59f8-4603-a150-92276303c4c5: - queueID=5095 address:e8a7f283-59f8-4603-a150-92276303c4c5 name:e8a7f283-59f8-4603-a150-92276303c4c5 filter:null .................................................. , transaction: null 2024-06-28 23:58:28,220 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from e8a7f283-59f8-4603-a150-92276303c4c5: Reference[5105]:RELIABLE:CoreMessage[messageID=5105, durable=true, userID=5072d543-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=e8a7f283-59f8-4603-a150-92276303c4c5, size=939, properties=TypedProperties[__AMQ_CID=5072ae2f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e8b548d4-ce28-457b-9c3b-da07751f19d2, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=e0e10c82-d3e4-465b-8795-71f5b79a49b0]]@900536543 2024-06-28 23:58:28,220 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from e8a7f283-59f8-4603-a150-92276303c4c5: CoreMessage[messageID=5105, durable=true, userID=5072d543-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=e8a7f283-59f8-4603-a150-92276303c4c5, size=939, properties=TypedProperties[__AMQ_CID=5072ae2f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e8b548d4-ce28-457b-9c3b-da07751f19d2, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=e0e10c82-d3e4-465b-8795-71f5b79a49b0]]@900536543 to transaction: TransactionImpl [xid=null, txID=5108, xid=null, state=ACTIVE, createTime=1719619108220(Fri Jun 28 23:58:28 UTC 2024), timeoutSeconds=-1, nr operations = 1]@64689d9b 2024-06-28 23:58:28,220 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from e8a7f283-59f8-4603-a150-92276303c4c5: CoreMessage[messageID=5105, durable=true, userID=5072d543-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=e8a7f283-59f8-4603-a150-92276303c4c5, size=939, properties=TypedProperties[__AMQ_CID=5072ae2f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e8b548d4-ce28-457b-9c3b-da07751f19d2, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=e0e10c82-d3e4-465b-8795-71f5b79a49b0]]@900536543, transaction: TransactionImpl [xid=null, txID=5108, xid=null, state=COMMITTED, createTime=1719619108220(Fri Jun 28 23:58:28 UTC 2024), timeoutSeconds=-1, nr operations = 0]@64689d9b 2024-06-28 23:58:28,221 INFO [scout-thread-16] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 5072ae2d-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@3ca6d4cc[name=test/mom/testQueueRequestReplyMultipleSubscriptions, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=e0e10c82-d3e4-465b-8795-71f5b79a49b0] 2024-06-28 23:58:28,221 INFO [scout-thread-23] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 506fa0e5-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testQueueRequestReplyMultipleSubscriptions, activemq.broker=mom71] 2024-06-28 23:58:28,225 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueueRequestReplyMultipleSubscriptions: CoreMessage[messageID=5099, durable=true, userID=506fef0c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=905, properties=TypedProperties[__AMQ_CID=506fa0e7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e8b548d4-ce28-457b-9c3b-da07751f19d2, JMSReplyTo=temp-queue://e8a7f283-59f8-4603-a150-92276303c4c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1814258388, transaction: TransactionImpl [xid=null, txID=5100, xid=null, state=COMMITTED, createTime=1719619108218(Fri Jun 28 23:58:28 UTC 2024), timeoutSeconds=-1, nr operations = 0]@6d341620 2024-06-28 23:58:28,272 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5bb7fc38, org.eclipse.scout.rt.mom.jms.JmsSubscription@27ea7c8f] 2024-06-28 23:58:28,274 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 506f2bab-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:28,276 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 506f52c0-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:28,277 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@699b5379[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:28,277 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.011899 ms 2024-06-28 23:58:28,278 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 506eb675-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:28,279 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:28,279 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 89.941706 ms 2024-06-28 23:58:28,279 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:28,280 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:28,280 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:28,280 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 183048351'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:28,282 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:28,282 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 507c7235-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:28,283 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [507c7238-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=507c7235-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=507c7235-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5ff1a224, true, {}] 2024-06-28 23:58:28,283 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [507c9949-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=507c7235-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=507c7235-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@21d2edf, true, {}] 2024-06-28 23:58:28,284 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=32882421-1014-455e-8a69-ea409b17dc4a, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:28,285 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@37aa78de 2024-06-28 23:58:28,285 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 32882421-1014-455e-8a69-ea409b17dc4a, null, 0, false, true, null] 2024-06-28 23:58:28,286 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 507ce76b-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:28,286 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [507d0e7e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=507ce76b-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=507ce76b-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@54ada1c0, true, {}] 2024-06-28 23:58:28,286 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [507d0e7f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=507ce76b-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=507ce76b-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@62085db3, true, {}] 2024-06-28 23:58:28,287 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:58:28,287 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 507d3590-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:28,288 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [507d5ca3-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=507d3590-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=507d3590-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5eb79b98, true, {}] 2024-06-28 23:58:28,288 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [507d5ca4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=507d3590-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=507d3590-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@67b26d2, true, {}] 2024-06-28 23:58:28,288 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:58:28,289 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 507d83b5-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testQueueRequestReplyMultipleSubscriptions, activemq.broker=mom71] 2024-06-28 23:58:28,290 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [507d83b8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=507d83b5-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=507d83b5-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@43aef621, true, {}] 2024-06-28 23:58:28,290 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [507daac9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=507d83b5-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=507d83b5-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@62faf770, true, {}] 2024-06-28 23:58:28,290 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=a154da3d-9561-4944-a2f2-8b03120e0280, address=a154da3d-9561-4944-a2f2-8b03120e0280, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:28,290 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@72619c88 2024-06-28 23:58:28,291 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@2f5709fb 2024-06-28 23:58:28,291 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, a154da3d-9561-4944-a2f2-8b03120e0280, null, 0, false, true, null] 2024-06-28 23:58:28,293 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=5176, durable=true, userID=507df8ec-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=905, properties=TypedProperties[__AMQ_CID=507d83b7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-04ea8e85-cbd4-4b09-8c36-300d38d0fd00, JMSReplyTo=temp-queue://a154da3d-9561-4944-a2f2-8b03120e0280, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@52785454, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyMultipleSubscriptions, routingType=ANYCAST, PreviousAddress=test/mom/testQueueRequestReplyMultipleSubscriptions previousRoute:ANYCAST, reusable=true, version=-2147483558) .................................................. ***** durable queues test/mom/testQueueRequestReplyMultipleSubscriptions: - queueID=1070 address:test/mom/testQueueRequestReplyMultipleSubscriptions name:test/mom/testQueueRequestReplyMultipleSubscriptions filter:null ***** non durable for test/mom/testQueueRequestReplyMultipleSubscriptions: .................................................. , transaction: null 2024-06-28 23:58:28,293 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueueRequestReplyMultipleSubscriptions: Reference[5176]:RELIABLE:CoreMessage[messageID=5176, durable=true, userID=507df8ec-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=905, properties=TypedProperties[__AMQ_CID=507d83b7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-04ea8e85-cbd4-4b09-8c36-300d38d0fd00, JMSReplyTo=temp-queue://a154da3d-9561-4944-a2f2-8b03120e0280, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@52785454 2024-06-28 23:58:28,293 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueueRequestReplyMultipleSubscriptions: CoreMessage[messageID=5176, durable=true, userID=507df8ec-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=905, properties=TypedProperties[__AMQ_CID=507d83b7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-04ea8e85-cbd4-4b09-8c36-300d38d0fd00, JMSReplyTo=temp-queue://a154da3d-9561-4944-a2f2-8b03120e0280, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@52785454 to transaction: TransactionImpl [xid=null, txID=5177, xid=null, state=ACTIVE, createTime=1719619108293(Fri Jun 28 23:58:28 UTC 2024), timeoutSeconds=-1, nr operations = 1]@57b71a93 2024-06-28 23:58:28,294 INFO [scout-thread-16] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 507e470d-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@3ca6d4cc[name=test/mom/testQueueRequestReplyMultipleSubscriptions, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=215b6d4e-b891-4d4d-844f-e808554468b6] 2024-06-28 23:58:28,294 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [507e4710-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=507e470d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=507e470d-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@64f92263, true, {}] 2024-06-28 23:58:28,294 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [507e4711-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=507e470d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=507e470d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@f923c67, true, {}] 2024-06-28 23:58:28,295 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=5182, durable=true, userID=507e6e23-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=a154da3d-9561-4944-a2f2-8b03120e0280, size=939, properties=TypedProperties[__AMQ_CID=507e470f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-04ea8e85-cbd4-4b09-8c36-300d38d0fd00, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=215b6d4e-b891-4d4d-844f-e808554468b6]]@1537358803, context: RoutingContextImpl(Address=a154da3d-9561-4944-a2f2-8b03120e0280, routingType=ANYCAST, PreviousAddress=a154da3d-9561-4944-a2f2-8b03120e0280 previousRoute:ANYCAST, reusable=true, version=-2147483297) .................................................. ***** durable queues a154da3d-9561-4944-a2f2-8b03120e0280: ***** non durable for a154da3d-9561-4944-a2f2-8b03120e0280: - queueID=5172 address:a154da3d-9561-4944-a2f2-8b03120e0280 name:a154da3d-9561-4944-a2f2-8b03120e0280 filter:null .................................................. , transaction: null 2024-06-28 23:58:28,295 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from a154da3d-9561-4944-a2f2-8b03120e0280: Reference[5182]:RELIABLE:CoreMessage[messageID=5182, durable=true, userID=507e6e23-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=a154da3d-9561-4944-a2f2-8b03120e0280, size=939, properties=TypedProperties[__AMQ_CID=507e470f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-04ea8e85-cbd4-4b09-8c36-300d38d0fd00, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=215b6d4e-b891-4d4d-844f-e808554468b6]]@1537358803 2024-06-28 23:58:28,296 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from a154da3d-9561-4944-a2f2-8b03120e0280: CoreMessage[messageID=5182, durable=true, userID=507e6e23-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=a154da3d-9561-4944-a2f2-8b03120e0280, size=939, properties=TypedProperties[__AMQ_CID=507e470f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-04ea8e85-cbd4-4b09-8c36-300d38d0fd00, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=215b6d4e-b891-4d4d-844f-e808554468b6]]@1537358803 to transaction: TransactionImpl [xid=null, txID=5185, xid=null, state=ACTIVE, createTime=1719619108296(Fri Jun 28 23:58:28 UTC 2024), timeoutSeconds=-1, nr operations = 1]@6f5d05b 2024-06-28 23:58:28,296 INFO [scout-thread-16] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 507e470d-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@3ca6d4cc[name=test/mom/testQueueRequestReplyMultipleSubscriptions, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=215b6d4e-b891-4d4d-844f-e808554468b6] 2024-06-28 23:58:28,296 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from a154da3d-9561-4944-a2f2-8b03120e0280: CoreMessage[messageID=5182, durable=true, userID=507e6e23-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=a154da3d-9561-4944-a2f2-8b03120e0280, size=939, properties=TypedProperties[__AMQ_CID=507e470f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-04ea8e85-cbd4-4b09-8c36-300d38d0fd00, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=215b6d4e-b891-4d4d-844f-e808554468b6]]@1537358803, transaction: TransactionImpl [xid=null, txID=5185, xid=null, state=COMMITTED, createTime=1719619108296(Fri Jun 28 23:58:28 UTC 2024), timeoutSeconds=-1, nr operations = 0]@6f5d05b 2024-06-28 23:58:28,296 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueueRequestReplyMultipleSubscriptions: CoreMessage[messageID=5176, durable=true, userID=507df8ec-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=905, properties=TypedProperties[__AMQ_CID=507d83b7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-04ea8e85-cbd4-4b09-8c36-300d38d0fd00, JMSReplyTo=temp-queue://a154da3d-9561-4944-a2f2-8b03120e0280, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@52785454, transaction: TransactionImpl [xid=null, txID=5177, xid=null, state=COMMITTED, createTime=1719619108293(Fri Jun 28 23:58:28 UTC 2024), timeoutSeconds=-1, nr operations = 0]@57b71a93 2024-06-28 23:58:28,297 INFO [scout-thread-23] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 507d83b5-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testQueueRequestReplyMultipleSubscriptions, activemq.broker=mom71] 2024-06-28 23:58:28,348 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7d8a5ec7, org.eclipse.scout.rt.mom.jms.JmsSubscription@76a1cc1a] 2024-06-28 23:58:28,349 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 507ce76b-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:28,351 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 507d3590-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:28,351 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@51bb803[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:28,351 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.008225 ms 2024-06-28 23:58:28,352 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 507c7235-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:28,353 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:28,354 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 73.617783 ms 2024-06-28 23:58:28,354 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:28,354 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:28,354 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:28,355 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 646727906'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom26] 2024-06-28 23:58:28,356 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom26] 2024-06-28 23:58:28,357 INFO [scout-thread-20] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 5087e405-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom26] 2024-06-28 23:58:28,357 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5087e408-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5087e405-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5087e405-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@11fa19af, true, {}] 2024-06-28 23:58:28,358 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50880b19-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5087e405-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5087e405-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6f89d178, true, {}] 2024-06-28 23:58:28,359 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=9a9d836c-2d31-467b-98ab-fd2262efba52, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:28,360 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@2225b343 2024-06-28 23:58:28,360 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 9a9d836c-2d31-467b-98ab-fd2262efba52, null, 0, false, true, null] 2024-06-28 23:58:28,361 INFO [scout-thread-20] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 5088804b-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom26] 2024-06-28 23:58:28,361 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5088804e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5088804b-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5088804b-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@40ac97c4, true, {}] 2024-06-28 23:58:28,362 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5088a75f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5088804b-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5088804b-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1dccd9ce, true, {}] 2024-06-28 23:58:28,363 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:58:28,363 INFO [scout-thread-20] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 5088ce70-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom26] 2024-06-28 23:58:28,364 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5088ce73-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5088ce70-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5088ce70-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@29f6897c, true, {}] 2024-06-28 23:58:28,364 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5088f584-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5088ce70-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5088ce70-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3273779, true, {}] 2024-06-28 23:58:28,365 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:58:28,365 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 50891c95-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testQueueRequestReplyMultipleSubscriptions, activemq.broker=mom71] 2024-06-28 23:58:28,366 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50891c98-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50891c95-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50891c95-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@42e66889, true, {}] 2024-06-28 23:58:28,366 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [508943a9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50891c95-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50891c95-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6a0e0bff, true, {}] 2024-06-28 23:58:28,366 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=4c0e3893-bb47-40cd-abfa-c46eb1312f24, address=4c0e3893-bb47-40cd-abfa-c46eb1312f24, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:28,367 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@533261a8 2024-06-28 23:58:28,367 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@6008509d 2024-06-28 23:58:28,368 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 4c0e3893-bb47-40cd-abfa-c46eb1312f24, null, 0, false, true, null] 2024-06-28 23:58:28,369 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=5253, durable=true, userID=508991cc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=905, properties=TypedProperties[__AMQ_CID=50891c97-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-c4855225-9050-4e8d-8493-0db606061cf3, JMSReplyTo=temp-queue://4c0e3893-bb47-40cd-abfa-c46eb1312f24, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@49293569, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyMultipleSubscriptions, routingType=ANYCAST, PreviousAddress=test/mom/testQueueRequestReplyMultipleSubscriptions previousRoute:ANYCAST, reusable=true, version=-2147483558) .................................................. ***** durable queues test/mom/testQueueRequestReplyMultipleSubscriptions: - queueID=1070 address:test/mom/testQueueRequestReplyMultipleSubscriptions name:test/mom/testQueueRequestReplyMultipleSubscriptions filter:null ***** non durable for test/mom/testQueueRequestReplyMultipleSubscriptions: .................................................. , transaction: null 2024-06-28 23:58:28,369 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueueRequestReplyMultipleSubscriptions: Reference[5253]:RELIABLE:CoreMessage[messageID=5253, durable=true, userID=508991cc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=905, properties=TypedProperties[__AMQ_CID=50891c97-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-c4855225-9050-4e8d-8493-0db606061cf3, JMSReplyTo=temp-queue://4c0e3893-bb47-40cd-abfa-c46eb1312f24, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@49293569 2024-06-28 23:58:28,370 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueueRequestReplyMultipleSubscriptions: CoreMessage[messageID=5253, durable=true, userID=508991cc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=905, properties=TypedProperties[__AMQ_CID=50891c97-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-c4855225-9050-4e8d-8493-0db606061cf3, JMSReplyTo=temp-queue://4c0e3893-bb47-40cd-abfa-c46eb1312f24, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@49293569 to transaction: TransactionImpl [xid=null, txID=5254, xid=null, state=ACTIVE, createTime=1719619108369(Fri Jun 28 23:58:28 UTC 2024), timeoutSeconds=-1, nr operations = 1]@1b71f7fb 2024-06-28 23:58:28,370 INFO [scout-thread-16] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 5089dfed-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@3ca6d4cc[name=test/mom/testQueueRequestReplyMultipleSubscriptions, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=45700e47-503b-44ad-b3b6-e52b19863b7d] 2024-06-28 23:58:28,371 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5089dff0-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5089dfed-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5089dfed-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@123124fe, true, {}] 2024-06-28 23:58:28,371 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [508a0701-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5089dfed-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5089dfed-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@746e68f4, true, {}] 2024-06-28 23:58:28,372 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=5259, durable=true, userID=508a2e13-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=4c0e3893-bb47-40cd-abfa-c46eb1312f24, size=939, properties=TypedProperties[__AMQ_CID=5089dfef-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-c4855225-9050-4e8d-8493-0db606061cf3, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=45700e47-503b-44ad-b3b6-e52b19863b7d]]@1337498241, context: RoutingContextImpl(Address=4c0e3893-bb47-40cd-abfa-c46eb1312f24, routingType=ANYCAST, PreviousAddress=4c0e3893-bb47-40cd-abfa-c46eb1312f24 previousRoute:ANYCAST, reusable=true, version=-2147483293) .................................................. ***** durable queues 4c0e3893-bb47-40cd-abfa-c46eb1312f24: ***** non durable for 4c0e3893-bb47-40cd-abfa-c46eb1312f24: - queueID=5249 address:4c0e3893-bb47-40cd-abfa-c46eb1312f24 name:4c0e3893-bb47-40cd-abfa-c46eb1312f24 filter:null .................................................. , transaction: null 2024-06-28 23:58:28,372 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 4c0e3893-bb47-40cd-abfa-c46eb1312f24: Reference[5259]:RELIABLE:CoreMessage[messageID=5259, durable=true, userID=508a2e13-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=4c0e3893-bb47-40cd-abfa-c46eb1312f24, size=939, properties=TypedProperties[__AMQ_CID=5089dfef-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-c4855225-9050-4e8d-8493-0db606061cf3, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=45700e47-503b-44ad-b3b6-e52b19863b7d]]@1337498241 2024-06-28 23:58:28,372 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 4c0e3893-bb47-40cd-abfa-c46eb1312f24: CoreMessage[messageID=5259, durable=true, userID=508a2e13-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=4c0e3893-bb47-40cd-abfa-c46eb1312f24, size=939, properties=TypedProperties[__AMQ_CID=5089dfef-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-c4855225-9050-4e8d-8493-0db606061cf3, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=45700e47-503b-44ad-b3b6-e52b19863b7d]]@1337498241 to transaction: TransactionImpl [xid=null, txID=5262, xid=null, state=ACTIVE, createTime=1719619108372(Fri Jun 28 23:58:28 UTC 2024), timeoutSeconds=-1, nr operations = 1]@2eea2471 2024-06-28 23:58:28,372 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueueRequestReplyMultipleSubscriptions: CoreMessage[messageID=5253, durable=true, userID=508991cc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=905, properties=TypedProperties[__AMQ_CID=50891c97-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-c4855225-9050-4e8d-8493-0db606061cf3, JMSReplyTo=temp-queue://4c0e3893-bb47-40cd-abfa-c46eb1312f24, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@49293569, transaction: TransactionImpl [xid=null, txID=5254, xid=null, state=COMMITTED, createTime=1719619108369(Fri Jun 28 23:58:28 UTC 2024), timeoutSeconds=-1, nr operations = 0]@1b71f7fb 2024-06-28 23:58:28,373 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 4c0e3893-bb47-40cd-abfa-c46eb1312f24: CoreMessage[messageID=5259, durable=true, userID=508a2e13-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=4c0e3893-bb47-40cd-abfa-c46eb1312f24, size=939, properties=TypedProperties[__AMQ_CID=5089dfef-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-c4855225-9050-4e8d-8493-0db606061cf3, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=45700e47-503b-44ad-b3b6-e52b19863b7d]]@1337498241, transaction: TransactionImpl [xid=null, txID=5262, xid=null, state=COMMITTED, createTime=1719619108372(Fri Jun 28 23:58:28 UTC 2024), timeoutSeconds=-1, nr operations = 0]@2eea2471 2024-06-28 23:58:28,373 INFO [scout-thread-16] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 5089dfed-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@3ca6d4cc[name=test/mom/testQueueRequestReplyMultipleSubscriptions, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=45700e47-503b-44ad-b3b6-e52b19863b7d] 2024-06-28 23:58:28,373 INFO [scout-thread-23] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 50891c95-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testQueueRequestReplyMultipleSubscriptions, activemq.broker=mom71] 2024-06-28 23:58:28,424 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6dd59886, org.eclipse.scout.rt.mom.jms.JmsSubscription@65a7bc80] 2024-06-28 23:58:28,426 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 5088804b-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:28,428 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 5088ce70-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:28,429 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@300990c3[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:28,429 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.007466 ms 2024-06-28 23:58:28,430 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 5087e405-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:28,430 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:28,430 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 75.937834 ms 2024-06-28 23:58:28,430 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:28,431 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:28,431 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:28,432 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1453003452'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:28,433 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:28,433 INFO [scout-thread-19] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 50937ce5-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:28,434 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5093a3f8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50937ce5-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50937ce5-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@64dcfedc, true, {}] 2024-06-28 23:58:28,434 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5093a3f9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50937ce5-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50937ce5-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1d00a82d, true, {}] 2024-06-28 23:58:28,435 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=9414d11d-2b62-4d13-9385-8022b343e238, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:28,436 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@2d69b822 2024-06-28 23:58:28,436 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 9414d11d-2b62-4d13-9385-8022b343e238, null, 0, false, true, null] 2024-06-28 23:58:28,436 INFO [scout-thread-19] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 5093f21b-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:28,437 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5094192e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5093f21b-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5093f21b-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@39334c5b, true, {}] 2024-06-28 23:58:28,437 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5094192f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5093f21b-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5093f21b-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@776c5a4, true, {}] 2024-06-28 23:58:28,438 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:58:28,438 INFO [scout-thread-19] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 50944040-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:28,439 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50946753-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50944040-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50944040-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1cffebe, true, {}] 2024-06-28 23:58:28,439 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50946754-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50944040-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50944040-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2218501b, true, {}] 2024-06-28 23:58:28,439 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:58:28,440 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 50948e65-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testQueueRequestReplyMultipleSubscriptions, activemq.broker=mom71] 2024-06-28 23:58:28,440 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50948e68-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50948e65-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50948e65-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@320448e0, true, {}] 2024-06-28 23:58:28,440 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50948e69-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50948e65-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50948e65-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@70678f85, true, {}] 2024-06-28 23:58:28,441 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=5cb6ef2c-f639-433f-a9b2-6d84bd5d5f53, address=5cb6ef2c-f639-433f-a9b2-6d84bd5d5f53, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:28,441 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@e8ba233 2024-06-28 23:58:28,442 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@78e0a261 2024-06-28 23:58:28,442 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 5cb6ef2c-f639-433f-a9b2-6d84bd5d5f53, null, 0, false, true, null] 2024-06-28 23:58:28,443 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=5330, durable=true, userID=5095039c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=905, properties=TypedProperties[__AMQ_CID=50948e67-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-573a756f-0aa0-411f-a6cc-7fdef6f5e7c3, JMSReplyTo=temp-queue://5cb6ef2c-f639-433f-a9b2-6d84bd5d5f53, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1114974194, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyMultipleSubscriptions, routingType=ANYCAST, PreviousAddress=test/mom/testQueueRequestReplyMultipleSubscriptions previousRoute:ANYCAST, reusable=true, version=-2147483558) .................................................. ***** durable queues test/mom/testQueueRequestReplyMultipleSubscriptions: - queueID=1070 address:test/mom/testQueueRequestReplyMultipleSubscriptions name:test/mom/testQueueRequestReplyMultipleSubscriptions filter:null ***** non durable for test/mom/testQueueRequestReplyMultipleSubscriptions: .................................................. , transaction: null 2024-06-28 23:58:28,444 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueueRequestReplyMultipleSubscriptions: Reference[5330]:RELIABLE:CoreMessage[messageID=5330, durable=true, userID=5095039c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=905, properties=TypedProperties[__AMQ_CID=50948e67-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-573a756f-0aa0-411f-a6cc-7fdef6f5e7c3, JMSReplyTo=temp-queue://5cb6ef2c-f639-433f-a9b2-6d84bd5d5f53, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1114974194 2024-06-28 23:58:28,444 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueueRequestReplyMultipleSubscriptions: CoreMessage[messageID=5330, durable=true, userID=5095039c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=905, properties=TypedProperties[__AMQ_CID=50948e67-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-573a756f-0aa0-411f-a6cc-7fdef6f5e7c3, JMSReplyTo=temp-queue://5cb6ef2c-f639-433f-a9b2-6d84bd5d5f53, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1114974194 to transaction: TransactionImpl [xid=null, txID=5331, xid=null, state=ACTIVE, createTime=1719619108444(Fri Jun 28 23:58:28 UTC 2024), timeoutSeconds=-1, nr operations = 1]@4e1b1609 2024-06-28 23:58:28,444 INFO [scout-thread-16] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 50952aad-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@3ca6d4cc[name=test/mom/testQueueRequestReplyMultipleSubscriptions, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=3690b682-8077-4920-b191-0cfa6fdcc961] 2024-06-28 23:58:28,445 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [509551c0-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50952aad-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50952aad-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7258f602, true, {}] 2024-06-28 23:58:28,445 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [509551c1-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50952aad-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50952aad-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@498a033c, true, {}] 2024-06-28 23:58:28,446 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=5336, durable=true, userID=509578d3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=5cb6ef2c-f639-433f-a9b2-6d84bd5d5f53, size=939, properties=TypedProperties[__AMQ_CID=509551bf-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-573a756f-0aa0-411f-a6cc-7fdef6f5e7c3, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=3690b682-8077-4920-b191-0cfa6fdcc961]]@1951885429, context: RoutingContextImpl(Address=5cb6ef2c-f639-433f-a9b2-6d84bd5d5f53, routingType=ANYCAST, PreviousAddress=5cb6ef2c-f639-433f-a9b2-6d84bd5d5f53 previousRoute:ANYCAST, reusable=true, version=-2147483289) .................................................. ***** durable queues 5cb6ef2c-f639-433f-a9b2-6d84bd5d5f53: ***** non durable for 5cb6ef2c-f639-433f-a9b2-6d84bd5d5f53: - queueID=5326 address:5cb6ef2c-f639-433f-a9b2-6d84bd5d5f53 name:5cb6ef2c-f639-433f-a9b2-6d84bd5d5f53 filter:null .................................................. , transaction: null 2024-06-28 23:58:28,446 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 5cb6ef2c-f639-433f-a9b2-6d84bd5d5f53: Reference[5336]:RELIABLE:CoreMessage[messageID=5336, durable=true, userID=509578d3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=5cb6ef2c-f639-433f-a9b2-6d84bd5d5f53, size=939, properties=TypedProperties[__AMQ_CID=509551bf-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-573a756f-0aa0-411f-a6cc-7fdef6f5e7c3, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=3690b682-8077-4920-b191-0cfa6fdcc961]]@1951885429 2024-06-28 23:58:28,447 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 5cb6ef2c-f639-433f-a9b2-6d84bd5d5f53: CoreMessage[messageID=5336, durable=true, userID=509578d3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=5cb6ef2c-f639-433f-a9b2-6d84bd5d5f53, size=939, properties=TypedProperties[__AMQ_CID=509551bf-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-573a756f-0aa0-411f-a6cc-7fdef6f5e7c3, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=3690b682-8077-4920-b191-0cfa6fdcc961]]@1951885429 to transaction: TransactionImpl [xid=null, txID=5339, xid=null, state=ACTIVE, createTime=1719619108447(Fri Jun 28 23:58:28 UTC 2024), timeoutSeconds=-1, nr operations = 1]@39540976 2024-06-28 23:58:28,447 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueueRequestReplyMultipleSubscriptions: CoreMessage[messageID=5330, durable=true, userID=5095039c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=905, properties=TypedProperties[__AMQ_CID=50948e67-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-573a756f-0aa0-411f-a6cc-7fdef6f5e7c3, JMSReplyTo=temp-queue://5cb6ef2c-f639-433f-a9b2-6d84bd5d5f53, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1114974194, transaction: TransactionImpl [xid=null, txID=5331, xid=null, state=COMMITTED, createTime=1719619108444(Fri Jun 28 23:58:28 UTC 2024), timeoutSeconds=-1, nr operations = 0]@4e1b1609 2024-06-28 23:58:28,447 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 5cb6ef2c-f639-433f-a9b2-6d84bd5d5f53: CoreMessage[messageID=5336, durable=true, userID=509578d3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=5cb6ef2c-f639-433f-a9b2-6d84bd5d5f53, size=939, properties=TypedProperties[__AMQ_CID=509551bf-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-573a756f-0aa0-411f-a6cc-7fdef6f5e7c3, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=3690b682-8077-4920-b191-0cfa6fdcc961]]@1951885429, transaction: TransactionImpl [xid=null, txID=5339, xid=null, state=COMMITTED, createTime=1719619108447(Fri Jun 28 23:58:28 UTC 2024), timeoutSeconds=-1, nr operations = 0]@39540976 2024-06-28 23:58:28,447 INFO [scout-thread-16] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 50952aad-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@3ca6d4cc[name=test/mom/testQueueRequestReplyMultipleSubscriptions, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=3690b682-8077-4920-b191-0cfa6fdcc961] 2024-06-28 23:58:28,447 INFO [scout-thread-23] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 50948e65-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testQueueRequestReplyMultipleSubscriptions, activemq.broker=mom71] 2024-06-28 23:58:28,499 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1dd4c691, org.eclipse.scout.rt.mom.jms.JmsSubscription@54972f9a] 2024-06-28 23:58:28,500 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 5093f21b-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:28,501 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 50944040-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:28,502 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@26fd5c8e[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:28,502 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.007393 ms 2024-06-28 23:58:28,503 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 50937ce5-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:28,504 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:28,504 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 72.754723 ms 2024-06-28 23:58:28,504 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:28,504 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:28,504 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:28,505 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1571502128'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:28,506 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:28,507 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 509ea095-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:28,507 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [509ec7a8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=509ea095-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=509ea095-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@551d0517, true, {}] 2024-06-28 23:58:28,508 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [509ec7a9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=509ea095-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=509ea095-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1f725f48, true, {}] 2024-06-28 23:58:28,508 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=8711ecf5-7c06-4199-96c1-1cb2da3cbf9e, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:28,509 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@5b6e340 2024-06-28 23:58:28,509 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 8711ecf5-7c06-4199-96c1-1cb2da3cbf9e, null, 0, false, true, null] 2024-06-28 23:58:28,510 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 509f3cdb-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:28,510 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [509f3cde-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=509f3cdb-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=509f3cdb-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5327dc1, true, {}] 2024-06-28 23:58:28,511 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [509f63ef-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=509f3cdb-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=509f3cdb-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@445a5797, true, {}] 2024-06-28 23:58:28,511 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:58:28,512 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 509f8a00-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:28,512 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [509f8a03-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=509f8a00-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=509f8a00-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5a820bd0, true, {}] 2024-06-28 23:58:28,512 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [509f8a04-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=509f8a00-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=509f8a00-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@64046d57, true, {}] 2024-06-28 23:58:28,513 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:58:28,514 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 509fb115-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testQueueRequestReplyMultipleSubscriptions, activemq.broker=mom71] 2024-06-28 23:58:28,514 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [509fd828-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=509fb115-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=509fb115-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@75705ff4, true, {}] 2024-06-28 23:58:28,514 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [509fd829-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=509fb115-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=509fb115-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2e8ca938, true, {}] 2024-06-28 23:58:28,515 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=1c20075c-52ff-49ff-ba30-a9ea7dde6119, address=1c20075c-52ff-49ff-ba30-a9ea7dde6119, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:28,515 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@3f3c9907 2024-06-28 23:58:28,515 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@43ad6ae7 2024-06-28 23:58:28,516 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 1c20075c-52ff-49ff-ba30-a9ea7dde6119, null, 0, false, true, null] 2024-06-28 23:58:28,517 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=5407, durable=true, userID=50a04d5c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=905, properties=TypedProperties[__AMQ_CID=509fd827-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-fc68b716-5352-4d32-b29c-0f0cb459d563, JMSReplyTo=temp-queue://1c20075c-52ff-49ff-ba30-a9ea7dde6119, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@601433983, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyMultipleSubscriptions, routingType=ANYCAST, PreviousAddress=test/mom/testQueueRequestReplyMultipleSubscriptions previousRoute:ANYCAST, reusable=true, version=-2147483558) .................................................. ***** durable queues test/mom/testQueueRequestReplyMultipleSubscriptions: - queueID=1070 address:test/mom/testQueueRequestReplyMultipleSubscriptions name:test/mom/testQueueRequestReplyMultipleSubscriptions filter:null ***** non durable for test/mom/testQueueRequestReplyMultipleSubscriptions: .................................................. , transaction: null 2024-06-28 23:58:28,517 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueueRequestReplyMultipleSubscriptions: Reference[5407]:RELIABLE:CoreMessage[messageID=5407, durable=true, userID=50a04d5c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=905, properties=TypedProperties[__AMQ_CID=509fd827-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-fc68b716-5352-4d32-b29c-0f0cb459d563, JMSReplyTo=temp-queue://1c20075c-52ff-49ff-ba30-a9ea7dde6119, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@601433983 2024-06-28 23:58:28,518 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueueRequestReplyMultipleSubscriptions: CoreMessage[messageID=5407, durable=true, userID=50a04d5c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=905, properties=TypedProperties[__AMQ_CID=509fd827-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-fc68b716-5352-4d32-b29c-0f0cb459d563, JMSReplyTo=temp-queue://1c20075c-52ff-49ff-ba30-a9ea7dde6119, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@601433983 to transaction: TransactionImpl [xid=null, txID=5408, xid=null, state=ACTIVE, createTime=1719619108518(Fri Jun 28 23:58:28 UTC 2024), timeoutSeconds=-1, nr operations = 1]@5a6b4c81 2024-06-28 23:58:28,518 INFO [scout-thread-16] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 50a0746d-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@3ca6d4cc[name=test/mom/testQueueRequestReplyMultipleSubscriptions, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=102d23fd-5bfa-419b-81a4-0093fa085697] 2024-06-28 23:58:28,518 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50a07470-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50a0746d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50a0746d-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@267edff4, true, {}] 2024-06-28 23:58:28,519 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50a09b81-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50a0746d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50a0746d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4e28f5c5, true, {}] 2024-06-28 23:58:28,520 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=5413, durable=true, userID=50a09b83-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=1c20075c-52ff-49ff-ba30-a9ea7dde6119, size=939, properties=TypedProperties[__AMQ_CID=50a0746f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-fc68b716-5352-4d32-b29c-0f0cb459d563, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=102d23fd-5bfa-419b-81a4-0093fa085697]]@1139667203, context: RoutingContextImpl(Address=1c20075c-52ff-49ff-ba30-a9ea7dde6119, routingType=ANYCAST, PreviousAddress=1c20075c-52ff-49ff-ba30-a9ea7dde6119 previousRoute:ANYCAST, reusable=true, version=-2147483285) .................................................. ***** durable queues 1c20075c-52ff-49ff-ba30-a9ea7dde6119: ***** non durable for 1c20075c-52ff-49ff-ba30-a9ea7dde6119: - queueID=5403 address:1c20075c-52ff-49ff-ba30-a9ea7dde6119 name:1c20075c-52ff-49ff-ba30-a9ea7dde6119 filter:null .................................................. , transaction: null 2024-06-28 23:58:28,520 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 1c20075c-52ff-49ff-ba30-a9ea7dde6119: Reference[5413]:RELIABLE:CoreMessage[messageID=5413, durable=true, userID=50a09b83-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=1c20075c-52ff-49ff-ba30-a9ea7dde6119, size=939, properties=TypedProperties[__AMQ_CID=50a0746f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-fc68b716-5352-4d32-b29c-0f0cb459d563, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=102d23fd-5bfa-419b-81a4-0093fa085697]]@1139667203 2024-06-28 23:58:28,520 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 1c20075c-52ff-49ff-ba30-a9ea7dde6119: CoreMessage[messageID=5413, durable=true, userID=50a09b83-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=1c20075c-52ff-49ff-ba30-a9ea7dde6119, size=939, properties=TypedProperties[__AMQ_CID=50a0746f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-fc68b716-5352-4d32-b29c-0f0cb459d563, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=102d23fd-5bfa-419b-81a4-0093fa085697]]@1139667203 to transaction: TransactionImpl [xid=null, txID=5416, xid=null, state=ACTIVE, createTime=1719619108520(Fri Jun 28 23:58:28 UTC 2024), timeoutSeconds=-1, nr operations = 1]@13559a78 2024-06-28 23:58:28,520 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 1c20075c-52ff-49ff-ba30-a9ea7dde6119: CoreMessage[messageID=5413, durable=true, userID=50a09b83-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=1c20075c-52ff-49ff-ba30-a9ea7dde6119, size=939, properties=TypedProperties[__AMQ_CID=50a0746f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-fc68b716-5352-4d32-b29c-0f0cb459d563, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=102d23fd-5bfa-419b-81a4-0093fa085697]]@1139667203, transaction: TransactionImpl [xid=null, txID=5416, xid=null, state=COMMITTED, createTime=1719619108520(Fri Jun 28 23:58:28 UTC 2024), timeoutSeconds=-1, nr operations = 0]@13559a78 2024-06-28 23:58:28,520 INFO [scout-thread-16] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 50a0746d-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@3ca6d4cc[name=test/mom/testQueueRequestReplyMultipleSubscriptions, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=102d23fd-5bfa-419b-81a4-0093fa085697] 2024-06-28 23:58:28,521 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueueRequestReplyMultipleSubscriptions: CoreMessage[messageID=5407, durable=true, userID=50a04d5c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=905, properties=TypedProperties[__AMQ_CID=509fd827-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-fc68b716-5352-4d32-b29c-0f0cb459d563, JMSReplyTo=temp-queue://1c20075c-52ff-49ff-ba30-a9ea7dde6119, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@601433983, transaction: TransactionImpl [xid=null, txID=5408, xid=null, state=COMMITTED, createTime=1719619108518(Fri Jun 28 23:58:28 UTC 2024), timeoutSeconds=-1, nr operations = 0]@5a6b4c81 2024-06-28 23:58:28,521 INFO [scout-thread-23] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 509fb115-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testQueueRequestReplyMultipleSubscriptions, activemq.broker=mom71] 2024-06-28 23:58:28,573 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@216de23a, org.eclipse.scout.rt.mom.jms.JmsSubscription@76e10574] 2024-06-28 23:58:28,574 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 509f3cdb-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:28,575 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 509f8a00-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:28,576 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@407258c7[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:28,577 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.013678 ms 2024-06-28 23:58:28,578 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 509ea095-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:28,579 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:28,579 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 74.800044 ms 2024-06-28 23:58:28,579 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:28,580 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:28,580 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:28,581 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 2047955773'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom26] 2024-06-28 23:58:28,582 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom26] 2024-06-28 23:58:28,582 INFO [scout-thread-20] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 50aa3875-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom26] 2024-06-28 23:58:28,583 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50aa5f88-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50aa3875-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50aa3875-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5f281c84, true, {}] 2024-06-28 23:58:28,584 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50aa5f89-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50aa3875-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50aa3875-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3b8720a7, true, {}] 2024-06-28 23:58:28,584 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=bf82be26-c5f2-4221-9855-49a1db0aa4cb, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:28,585 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@7e56fb84 2024-06-28 23:58:28,585 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, bf82be26-c5f2-4221-9855-49a1db0aa4cb, null, 0, false, true, null] 2024-06-28 23:58:28,586 INFO [scout-thread-20] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 50aaadab-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom26] 2024-06-28 23:58:28,586 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50aad4be-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50aaadab-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50aaadab-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3c9b4778, true, {}] 2024-06-28 23:58:28,586 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50aad4bf-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50aaadab-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50aaadab-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@41ba391b, true, {}] 2024-06-28 23:58:28,587 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:58:28,587 INFO [scout-thread-20] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 50aafbd0-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom26] 2024-06-28 23:58:28,587 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50aafbd3-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50aafbd0-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50aafbd0-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@55b66482, true, {}] 2024-06-28 23:58:28,588 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50ab22e4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50aafbd0-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50aafbd0-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@25e0b2b4, true, {}] 2024-06-28 23:58:28,588 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:58:28,589 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 50ab49f5-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testQueueRequestReplyMultipleSubscriptions, activemq.broker=mom71] 2024-06-28 23:58:28,589 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50ab49f8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50ab49f5-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50ab49f5-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@551df006, true, {}] 2024-06-28 23:58:28,590 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50ab49f9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50ab49f5-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50ab49f5-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5f0a01af, true, {}] 2024-06-28 23:58:28,590 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=dd95341f-2c15-466f-9baa-078ce4475be6, address=dd95341f-2c15-466f-9baa-078ce4475be6, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:28,590 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@2cda7811 2024-06-28 23:58:28,591 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@1363a1a8 2024-06-28 23:58:28,591 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, dd95341f-2c15-466f-9baa-078ce4475be6, null, 0, false, true, null] 2024-06-28 23:58:28,592 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=5484, durable=true, userID=50abbf2c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=905, properties=TypedProperties[__AMQ_CID=50ab49f7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-1c130706-e44e-44e1-b25c-d2fd4a15b1c6, JMSReplyTo=temp-queue://dd95341f-2c15-466f-9baa-078ce4475be6, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1802509923, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyMultipleSubscriptions, routingType=ANYCAST, PreviousAddress=test/mom/testQueueRequestReplyMultipleSubscriptions previousRoute:ANYCAST, reusable=true, version=-2147483558) .................................................. ***** durable queues test/mom/testQueueRequestReplyMultipleSubscriptions: - queueID=1070 address:test/mom/testQueueRequestReplyMultipleSubscriptions name:test/mom/testQueueRequestReplyMultipleSubscriptions filter:null ***** non durable for test/mom/testQueueRequestReplyMultipleSubscriptions: .................................................. , transaction: null 2024-06-28 23:58:28,593 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueueRequestReplyMultipleSubscriptions: Reference[5484]:RELIABLE:CoreMessage[messageID=5484, durable=true, userID=50abbf2c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=905, properties=TypedProperties[__AMQ_CID=50ab49f7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-1c130706-e44e-44e1-b25c-d2fd4a15b1c6, JMSReplyTo=temp-queue://dd95341f-2c15-466f-9baa-078ce4475be6, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1802509923 2024-06-28 23:58:28,593 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueueRequestReplyMultipleSubscriptions: CoreMessage[messageID=5484, durable=true, userID=50abbf2c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=905, properties=TypedProperties[__AMQ_CID=50ab49f7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-1c130706-e44e-44e1-b25c-d2fd4a15b1c6, JMSReplyTo=temp-queue://dd95341f-2c15-466f-9baa-078ce4475be6, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1802509923 to transaction: TransactionImpl [xid=null, txID=5485, xid=null, state=ACTIVE, createTime=1719619108593(Fri Jun 28 23:58:28 UTC 2024), timeoutSeconds=-1, nr operations = 1]@9e029a9 2024-06-28 23:58:28,594 INFO [scout-thread-16] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 50ac0d4d-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@3ca6d4cc[name=test/mom/testQueueRequestReplyMultipleSubscriptions, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=ea00f25a-fa7c-436c-bb06-9eff27ff981f] 2024-06-28 23:58:28,594 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50ac0d50-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50ac0d4d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50ac0d4d-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7c622b05, true, {}] 2024-06-28 23:58:28,595 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50ac3461-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50ac0d4d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50ac0d4d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1163397b, true, {}] 2024-06-28 23:58:28,596 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=5490, durable=true, userID=50ac3463-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=dd95341f-2c15-466f-9baa-078ce4475be6, size=939, properties=TypedProperties[__AMQ_CID=50ac0d4f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-1c130706-e44e-44e1-b25c-d2fd4a15b1c6, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=ea00f25a-fa7c-436c-bb06-9eff27ff981f]]@631874687, context: RoutingContextImpl(Address=dd95341f-2c15-466f-9baa-078ce4475be6, routingType=ANYCAST, PreviousAddress=dd95341f-2c15-466f-9baa-078ce4475be6 previousRoute:ANYCAST, reusable=true, version=-2147483281) .................................................. ***** durable queues dd95341f-2c15-466f-9baa-078ce4475be6: ***** non durable for dd95341f-2c15-466f-9baa-078ce4475be6: - queueID=5480 address:dd95341f-2c15-466f-9baa-078ce4475be6 name:dd95341f-2c15-466f-9baa-078ce4475be6 filter:null .................................................. , transaction: null 2024-06-28 23:58:28,596 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from dd95341f-2c15-466f-9baa-078ce4475be6: Reference[5490]:RELIABLE:CoreMessage[messageID=5490, durable=true, userID=50ac3463-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=dd95341f-2c15-466f-9baa-078ce4475be6, size=939, properties=TypedProperties[__AMQ_CID=50ac0d4f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-1c130706-e44e-44e1-b25c-d2fd4a15b1c6, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=ea00f25a-fa7c-436c-bb06-9eff27ff981f]]@631874687 2024-06-28 23:58:28,596 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueueRequestReplyMultipleSubscriptions: CoreMessage[messageID=5484, durable=true, userID=50abbf2c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=905, properties=TypedProperties[__AMQ_CID=50ab49f7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-1c130706-e44e-44e1-b25c-d2fd4a15b1c6, JMSReplyTo=temp-queue://dd95341f-2c15-466f-9baa-078ce4475be6, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1802509923, transaction: TransactionImpl [xid=null, txID=5485, xid=null, state=COMMITTED, createTime=1719619108593(Fri Jun 28 23:58:28 UTC 2024), timeoutSeconds=-1, nr operations = 0]@9e029a9 2024-06-28 23:58:28,596 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from dd95341f-2c15-466f-9baa-078ce4475be6: CoreMessage[messageID=5490, durable=true, userID=50ac3463-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=dd95341f-2c15-466f-9baa-078ce4475be6, size=939, properties=TypedProperties[__AMQ_CID=50ac0d4f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-1c130706-e44e-44e1-b25c-d2fd4a15b1c6, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=ea00f25a-fa7c-436c-bb06-9eff27ff981f]]@631874687 to transaction: TransactionImpl [xid=null, txID=5493, xid=null, state=ACTIVE, createTime=1719619108596(Fri Jun 28 23:58:28 UTC 2024), timeoutSeconds=-1, nr operations = 1]@1f8efd0c 2024-06-28 23:58:28,596 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from dd95341f-2c15-466f-9baa-078ce4475be6: CoreMessage[messageID=5490, durable=true, userID=50ac3463-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=dd95341f-2c15-466f-9baa-078ce4475be6, size=939, properties=TypedProperties[__AMQ_CID=50ac0d4f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-1c130706-e44e-44e1-b25c-d2fd4a15b1c6, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=ea00f25a-fa7c-436c-bb06-9eff27ff981f]]@631874687, transaction: TransactionImpl [xid=null, txID=5493, xid=null, state=COMMITTED, createTime=1719619108596(Fri Jun 28 23:58:28 UTC 2024), timeoutSeconds=-1, nr operations = 0]@1f8efd0c 2024-06-28 23:58:28,596 INFO [scout-thread-16] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 50ac0d4d-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@3ca6d4cc[name=test/mom/testQueueRequestReplyMultipleSubscriptions, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=ea00f25a-fa7c-436c-bb06-9eff27ff981f] 2024-06-28 23:58:28,597 INFO [scout-thread-23] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 50ab49f5-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testQueueRequestReplyMultipleSubscriptions, activemq.broker=mom71] 2024-06-28 23:58:28,649 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@146b4c6c, org.eclipse.scout.rt.mom.jms.JmsSubscription@5b166420] 2024-06-28 23:58:28,650 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 50aaadab-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:28,652 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 50aafbd0-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:28,653 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@1afc27c5[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:28,653 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.007651 ms 2024-06-28 23:58:28,654 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 50aa3875-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:28,655 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:28,655 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 74.557918 ms 2024-06-28 23:58:28,655 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:28,655 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:28,655 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:28,656 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1193546396'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:28,658 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:28,658 INFO [scout-thread-19] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 50b5d155-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:28,659 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50b5f868-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50b5d155-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50b5d155-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6d8960c7, true, {}] 2024-06-28 23:58:28,660 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50b5f869-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50b5d155-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50b5d155-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@527b138a, true, {}] 2024-06-28 23:58:28,661 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=d07c593f-036c-4e1b-bec7-5039964e71f8, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:28,662 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@53e7448d 2024-06-28 23:58:28,662 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, d07c593f-036c-4e1b-bec7-5039964e71f8, null, 0, false, true, null] 2024-06-28 23:58:28,663 INFO [scout-thread-19] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 50b694ab-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:28,663 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50b694ae-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50b694ab-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50b694ab-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4d4979c6, true, {}] 2024-06-28 23:58:28,664 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50b6bbbf-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50b694ab-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50b694ab-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1f19b772, true, {}] 2024-06-28 23:58:28,665 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:58:28,665 INFO [scout-thread-19] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 50b6e2d0-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:28,666 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50b6e2d3-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50b6e2d0-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50b6e2d0-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1eaf8779, true, {}] 2024-06-28 23:58:28,666 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50b709e4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50b6e2d0-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50b6e2d0-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5b3050da, true, {}] 2024-06-28 23:58:28,667 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:58:28,667 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 50b730f5-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testQueueRequestReplyMultipleSubscriptions, activemq.broker=mom71] 2024-06-28 23:58:28,668 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50b75808-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50b730f5-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50b730f5-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@65408110, true, {}] 2024-06-28 23:58:28,668 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50b75809-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50b730f5-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50b730f5-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5f064108, true, {}] 2024-06-28 23:58:28,669 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=01a69c0f-d386-4c54-b946-ba2bfdd1393c, address=01a69c0f-d386-4c54-b946-ba2bfdd1393c, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:28,669 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@1959706d 2024-06-28 23:58:28,670 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@1bab32fb 2024-06-28 23:58:28,670 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 01a69c0f-d386-4c54-b946-ba2bfdd1393c, null, 0, false, true, null] 2024-06-28 23:58:28,671 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=5561, durable=true, userID=50b7cd3c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=905, properties=TypedProperties[__AMQ_CID=50b75807-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-de34e5ac-7f07-412a-87a0-01afff23093c, JMSReplyTo=temp-queue://01a69c0f-d386-4c54-b946-ba2bfdd1393c, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1904520034, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyMultipleSubscriptions, routingType=ANYCAST, PreviousAddress=test/mom/testQueueRequestReplyMultipleSubscriptions previousRoute:ANYCAST, reusable=true, version=-2147483558) .................................................. ***** durable queues test/mom/testQueueRequestReplyMultipleSubscriptions: - queueID=1070 address:test/mom/testQueueRequestReplyMultipleSubscriptions name:test/mom/testQueueRequestReplyMultipleSubscriptions filter:null ***** non durable for test/mom/testQueueRequestReplyMultipleSubscriptions: .................................................. , transaction: null 2024-06-28 23:58:28,672 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueueRequestReplyMultipleSubscriptions: Reference[5561]:RELIABLE:CoreMessage[messageID=5561, durable=true, userID=50b7cd3c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=905, properties=TypedProperties[__AMQ_CID=50b75807-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-de34e5ac-7f07-412a-87a0-01afff23093c, JMSReplyTo=temp-queue://01a69c0f-d386-4c54-b946-ba2bfdd1393c, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1904520034 2024-06-28 23:58:28,672 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueueRequestReplyMultipleSubscriptions: CoreMessage[messageID=5561, durable=true, userID=50b7cd3c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=905, properties=TypedProperties[__AMQ_CID=50b75807-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-de34e5ac-7f07-412a-87a0-01afff23093c, JMSReplyTo=temp-queue://01a69c0f-d386-4c54-b946-ba2bfdd1393c, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1904520034 to transaction: TransactionImpl [xid=null, txID=5562, xid=null, state=ACTIVE, createTime=1719619108672(Fri Jun 28 23:58:28 UTC 2024), timeoutSeconds=-1, nr operations = 1]@43c822b5 2024-06-28 23:58:28,673 INFO [scout-thread-16] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 50b81b5d-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@3ca6d4cc[name=test/mom/testQueueRequestReplyMultipleSubscriptions, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=7314f84a-dcb2-4a7b-858e-7ca05b69bf5f] 2024-06-28 23:58:28,673 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50b81b60-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50b81b5d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50b81b5d-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@549e60a4, true, {}] 2024-06-28 23:58:28,674 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50b84271-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50b81b5d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50b81b5d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@495ba4db, true, {}] 2024-06-28 23:58:28,675 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=5567, durable=true, userID=50b84273-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=01a69c0f-d386-4c54-b946-ba2bfdd1393c, size=939, properties=TypedProperties[__AMQ_CID=50b81b5f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-de34e5ac-7f07-412a-87a0-01afff23093c, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=7314f84a-dcb2-4a7b-858e-7ca05b69bf5f]]@1033999951, context: RoutingContextImpl(Address=01a69c0f-d386-4c54-b946-ba2bfdd1393c, routingType=ANYCAST, PreviousAddress=01a69c0f-d386-4c54-b946-ba2bfdd1393c previousRoute:ANYCAST, reusable=true, version=-2147483277) .................................................. ***** durable queues 01a69c0f-d386-4c54-b946-ba2bfdd1393c: ***** non durable for 01a69c0f-d386-4c54-b946-ba2bfdd1393c: - queueID=5557 address:01a69c0f-d386-4c54-b946-ba2bfdd1393c name:01a69c0f-d386-4c54-b946-ba2bfdd1393c filter:null .................................................. , transaction: null 2024-06-28 23:58:28,675 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 01a69c0f-d386-4c54-b946-ba2bfdd1393c: Reference[5567]:RELIABLE:CoreMessage[messageID=5567, durable=true, userID=50b84273-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=01a69c0f-d386-4c54-b946-ba2bfdd1393c, size=939, properties=TypedProperties[__AMQ_CID=50b81b5f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-de34e5ac-7f07-412a-87a0-01afff23093c, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=7314f84a-dcb2-4a7b-858e-7ca05b69bf5f]]@1033999951 2024-06-28 23:58:28,675 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueueRequestReplyMultipleSubscriptions: CoreMessage[messageID=5561, durable=true, userID=50b7cd3c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=905, properties=TypedProperties[__AMQ_CID=50b75807-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-de34e5ac-7f07-412a-87a0-01afff23093c, JMSReplyTo=temp-queue://01a69c0f-d386-4c54-b946-ba2bfdd1393c, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1904520034, transaction: TransactionImpl [xid=null, txID=5562, xid=null, state=COMMITTED, createTime=1719619108672(Fri Jun 28 23:58:28 UTC 2024), timeoutSeconds=-1, nr operations = 0]@43c822b5 2024-06-28 23:58:28,675 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 01a69c0f-d386-4c54-b946-ba2bfdd1393c: CoreMessage[messageID=5567, durable=true, userID=50b84273-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=01a69c0f-d386-4c54-b946-ba2bfdd1393c, size=939, properties=TypedProperties[__AMQ_CID=50b81b5f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-de34e5ac-7f07-412a-87a0-01afff23093c, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=7314f84a-dcb2-4a7b-858e-7ca05b69bf5f]]@1033999951 to transaction: TransactionImpl [xid=null, txID=5572, xid=null, state=ACTIVE, createTime=1719619108675(Fri Jun 28 23:58:28 UTC 2024), timeoutSeconds=-1, nr operations = 1]@18fc869f 2024-06-28 23:58:28,675 INFO [scout-thread-16] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 50b81b5d-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@3ca6d4cc[name=test/mom/testQueueRequestReplyMultipleSubscriptions, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=7314f84a-dcb2-4a7b-858e-7ca05b69bf5f] 2024-06-28 23:58:28,675 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 01a69c0f-d386-4c54-b946-ba2bfdd1393c: CoreMessage[messageID=5567, durable=true, userID=50b84273-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=01a69c0f-d386-4c54-b946-ba2bfdd1393c, size=939, properties=TypedProperties[__AMQ_CID=50b81b5f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-de34e5ac-7f07-412a-87a0-01afff23093c, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=7314f84a-dcb2-4a7b-858e-7ca05b69bf5f]]@1033999951, transaction: TransactionImpl [xid=null, txID=5572, xid=null, state=COMMITTED, createTime=1719619108675(Fri Jun 28 23:58:28 UTC 2024), timeoutSeconds=-1, nr operations = 0]@18fc869f 2024-06-28 23:58:28,676 INFO [scout-thread-23] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 50b730f5-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testQueueRequestReplyMultipleSubscriptions, activemq.broker=mom71] 2024-06-28 23:58:28,728 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@e00c94e, org.eclipse.scout.rt.mom.jms.JmsSubscription@b2db8bc] 2024-06-28 23:58:28,729 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 50b694ab-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:28,730 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 50b6e2d0-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:28,731 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@561af820[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:28,732 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.011752 ms 2024-06-28 23:58:28,733 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 50b5d155-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:28,734 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:28,734 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 78.973658 ms 2024-06-28 23:58:28,734 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:28,735 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:28,735 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:28,736 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1503075812'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:28,738 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:28,738 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 50c20675-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:28,739 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50c20678-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50c20675-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50c20675-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5c08c8ea, true, {}] 2024-06-28 23:58:28,739 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50c22d89-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50c20675-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50c20675-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@432ca192, true, {}] 2024-06-28 23:58:28,740 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=c5a1f707-6ef2-48b1-a0bc-9701e8692793, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:28,740 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@576644a6 2024-06-28 23:58:28,741 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, c5a1f707-6ef2-48b1-a0bc-9701e8692793, null, 0, false, true, null] 2024-06-28 23:58:28,741 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 50c27bab-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:28,742 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50c2a2be-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50c27bab-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50c27bab-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@66c4b3eb, true, {}] 2024-06-28 23:58:28,742 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50c2a2bf-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50c27bab-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50c27bab-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5fc550f5, true, {}] 2024-06-28 23:58:28,743 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:58:28,743 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 50c2c9d0-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:28,744 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50c2f0e3-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50c2c9d0-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50c2c9d0-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@61fcee14, true, {}] 2024-06-28 23:58:28,744 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50c2f0e4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50c2c9d0-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50c2c9d0-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@15bb6e7b, true, {}] 2024-06-28 23:58:28,745 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:58:28,746 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 50c33f05-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testQueueRequestReplyMultipleSubscriptions, activemq.broker=mom71] 2024-06-28 23:58:28,746 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50c33f08-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50c33f05-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50c33f05-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1f300987, true, {}] 2024-06-28 23:58:28,747 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50c36619-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50c33f05-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50c33f05-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1a5aa31, true, {}] 2024-06-28 23:58:28,747 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=15f3d6a5-aba1-4e3f-843e-f98bee521987, address=15f3d6a5-aba1-4e3f-843e-f98bee521987, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:28,747 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@3ec06c34 2024-06-28 23:58:28,748 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@75fd6ab8 2024-06-28 23:58:28,749 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 15f3d6a5-aba1-4e3f-843e-f98bee521987, null, 0, false, true, null] 2024-06-28 23:58:28,750 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=5638, durable=true, userID=50c3db4c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=905, properties=TypedProperties[__AMQ_CID=50c33f07-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-32f7f478-e266-46a1-8506-c88029e28895, JMSReplyTo=temp-queue://15f3d6a5-aba1-4e3f-843e-f98bee521987, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@812011195, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyMultipleSubscriptions, routingType=ANYCAST, PreviousAddress=test/mom/testQueueRequestReplyMultipleSubscriptions previousRoute:ANYCAST, reusable=true, version=-2147483558) .................................................. ***** durable queues test/mom/testQueueRequestReplyMultipleSubscriptions: - queueID=1070 address:test/mom/testQueueRequestReplyMultipleSubscriptions name:test/mom/testQueueRequestReplyMultipleSubscriptions filter:null ***** non durable for test/mom/testQueueRequestReplyMultipleSubscriptions: .................................................. , transaction: null 2024-06-28 23:58:28,750 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueueRequestReplyMultipleSubscriptions: Reference[5638]:RELIABLE:CoreMessage[messageID=5638, durable=true, userID=50c3db4c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=905, properties=TypedProperties[__AMQ_CID=50c33f07-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-32f7f478-e266-46a1-8506-c88029e28895, JMSReplyTo=temp-queue://15f3d6a5-aba1-4e3f-843e-f98bee521987, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@812011195 2024-06-28 23:58:28,751 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueueRequestReplyMultipleSubscriptions: CoreMessage[messageID=5638, durable=true, userID=50c3db4c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=905, properties=TypedProperties[__AMQ_CID=50c33f07-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-32f7f478-e266-46a1-8506-c88029e28895, JMSReplyTo=temp-queue://15f3d6a5-aba1-4e3f-843e-f98bee521987, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@812011195 to transaction: TransactionImpl [xid=null, txID=5639, xid=null, state=ACTIVE, createTime=1719619108751(Fri Jun 28 23:58:28 UTC 2024), timeoutSeconds=-1, nr operations = 1]@31a35f8e 2024-06-28 23:58:28,751 INFO [scout-thread-16] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 50c4025d-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@3ca6d4cc[name=test/mom/testQueueRequestReplyMultipleSubscriptions, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=13efcd55-38d6-4553-9f0f-7e759cbe3667] 2024-06-28 23:58:28,752 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50c42970-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50c4025d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50c4025d-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5d1cb412, true, {}] 2024-06-28 23:58:28,752 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50c42971-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50c4025d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50c4025d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4ace0a, true, {}] 2024-06-28 23:58:28,754 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=5644, durable=true, userID=50c45083-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=15f3d6a5-aba1-4e3f-843e-f98bee521987, size=939, properties=TypedProperties[__AMQ_CID=50c4296f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-32f7f478-e266-46a1-8506-c88029e28895, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=13efcd55-38d6-4553-9f0f-7e759cbe3667]]@1301806939, context: RoutingContextImpl(Address=15f3d6a5-aba1-4e3f-843e-f98bee521987, routingType=ANYCAST, PreviousAddress=15f3d6a5-aba1-4e3f-843e-f98bee521987 previousRoute:ANYCAST, reusable=true, version=-2147483273) .................................................. ***** durable queues 15f3d6a5-aba1-4e3f-843e-f98bee521987: ***** non durable for 15f3d6a5-aba1-4e3f-843e-f98bee521987: - queueID=5634 address:15f3d6a5-aba1-4e3f-843e-f98bee521987 name:15f3d6a5-aba1-4e3f-843e-f98bee521987 filter:null .................................................. , transaction: null 2024-06-28 23:58:28,754 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 15f3d6a5-aba1-4e3f-843e-f98bee521987: Reference[5644]:RELIABLE:CoreMessage[messageID=5644, durable=true, userID=50c45083-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=15f3d6a5-aba1-4e3f-843e-f98bee521987, size=939, properties=TypedProperties[__AMQ_CID=50c4296f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-32f7f478-e266-46a1-8506-c88029e28895, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=13efcd55-38d6-4553-9f0f-7e759cbe3667]]@1301806939 2024-06-28 23:58:28,754 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueueRequestReplyMultipleSubscriptions: CoreMessage[messageID=5638, durable=true, userID=50c3db4c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=905, properties=TypedProperties[__AMQ_CID=50c33f07-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-32f7f478-e266-46a1-8506-c88029e28895, JMSReplyTo=temp-queue://15f3d6a5-aba1-4e3f-843e-f98bee521987, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@812011195, transaction: TransactionImpl [xid=null, txID=5639, xid=null, state=COMMITTED, createTime=1719619108751(Fri Jun 28 23:58:28 UTC 2024), timeoutSeconds=-1, nr operations = 0]@31a35f8e 2024-06-28 23:58:28,754 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 15f3d6a5-aba1-4e3f-843e-f98bee521987: CoreMessage[messageID=5644, durable=true, userID=50c45083-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=15f3d6a5-aba1-4e3f-843e-f98bee521987, size=939, properties=TypedProperties[__AMQ_CID=50c4296f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-32f7f478-e266-46a1-8506-c88029e28895, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=13efcd55-38d6-4553-9f0f-7e759cbe3667]]@1301806939 to transaction: TransactionImpl [xid=null, txID=5647, xid=null, state=ACTIVE, createTime=1719619108754(Fri Jun 28 23:58:28 UTC 2024), timeoutSeconds=-1, nr operations = 1]@5274bb5f 2024-06-28 23:58:28,754 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 15f3d6a5-aba1-4e3f-843e-f98bee521987: CoreMessage[messageID=5644, durable=true, userID=50c45083-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=15f3d6a5-aba1-4e3f-843e-f98bee521987, size=939, properties=TypedProperties[__AMQ_CID=50c4296f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-32f7f478-e266-46a1-8506-c88029e28895, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=13efcd55-38d6-4553-9f0f-7e759cbe3667]]@1301806939, transaction: TransactionImpl [xid=null, txID=5647, xid=null, state=COMMITTED, createTime=1719619108754(Fri Jun 28 23:58:28 UTC 2024), timeoutSeconds=-1, nr operations = 0]@5274bb5f 2024-06-28 23:58:28,754 INFO [scout-thread-16] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 50c4025d-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@3ca6d4cc[name=test/mom/testQueueRequestReplyMultipleSubscriptions, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=13efcd55-38d6-4553-9f0f-7e759cbe3667] 2024-06-28 23:58:28,755 INFO [scout-thread-23] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 50c33f05-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testQueueRequestReplyMultipleSubscriptions, activemq.broker=mom71] 2024-06-28 23:58:28,807 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3b45a3e6, org.eclipse.scout.rt.mom.jms.JmsSubscription@7927209f] 2024-06-28 23:58:28,809 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 50c27bab-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:28,811 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 50c2c9d0-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:28,811 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@499a8746[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:28,812 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.011744 ms 2024-06-28 23:58:28,813 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 50c20675-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:28,814 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:28,814 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 78.643083 ms 2024-06-28 23:58:28,814 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:28,815 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:28,815 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:28,816 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 998573030'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom26] 2024-06-28 23:58:28,817 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom26] 2024-06-28 23:58:28,818 INFO [scout-thread-20] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 50ce1485-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom26] 2024-06-28 23:58:28,818 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50ce3b98-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50ce1485-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50ce1485-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@c2ad86d, true, {}] 2024-06-28 23:58:28,819 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50ce3b99-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50ce1485-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50ce1485-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4ba6b2a4, true, {}] 2024-06-28 23:58:28,819 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=ee51213b-ab06-467f-8a2c-d4eca1dd54bd, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:28,820 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@67d2f844 2024-06-28 23:58:28,820 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, ee51213b-ab06-467f-8a2c-d4eca1dd54bd, null, 0, false, true, null] 2024-06-28 23:58:28,820 INFO [scout-thread-20] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 50ce89bb-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom26] 2024-06-28 23:58:28,821 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50ceb0ce-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50ce89bb-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50ce89bb-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7964e6ac, true, {}] 2024-06-28 23:58:28,821 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50ceb0cf-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50ce89bb-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50ce89bb-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2303613a, true, {}] 2024-06-28 23:58:28,822 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:58:28,822 INFO [scout-thread-20] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 50ced7e0-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom26] 2024-06-28 23:58:28,823 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50ced7e3-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50ced7e0-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50ced7e0-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@11fc7a6, true, {}] 2024-06-28 23:58:28,823 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50cefef4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50ced7e0-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50ced7e0-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1d74685c, true, {}] 2024-06-28 23:58:28,823 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:58:28,824 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 50cf2605-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testQueueRequestReplyMultipleSubscriptions, activemq.broker=mom71] 2024-06-28 23:58:28,824 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50cf2608-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50cf2605-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50cf2605-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5541f7ce, true, {}] 2024-06-28 23:58:28,825 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50cf4d19-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50cf2605-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50cf2605-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@71cdad8f, true, {}] 2024-06-28 23:58:28,825 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=bc7cee26-f9bb-4187-8df4-932d17d0a527, address=bc7cee26-f9bb-4187-8df4-932d17d0a527, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:28,826 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@36ec8aed 2024-06-28 23:58:28,826 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@644b74c4 2024-06-28 23:58:28,827 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, bc7cee26-f9bb-4187-8df4-932d17d0a527, null, 0, false, true, null] 2024-06-28 23:58:28,828 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=5715, durable=true, userID=50cfc24c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=905, properties=TypedProperties[__AMQ_CID=50cf2607-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-f9c192bd-4ce7-437e-8688-8b78f6cfd4db, JMSReplyTo=temp-queue://bc7cee26-f9bb-4187-8df4-932d17d0a527, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@804312604, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyMultipleSubscriptions, routingType=ANYCAST, PreviousAddress=test/mom/testQueueRequestReplyMultipleSubscriptions previousRoute:ANYCAST, reusable=true, version=-2147483558) .................................................. ***** durable queues test/mom/testQueueRequestReplyMultipleSubscriptions: - queueID=1070 address:test/mom/testQueueRequestReplyMultipleSubscriptions name:test/mom/testQueueRequestReplyMultipleSubscriptions filter:null ***** non durable for test/mom/testQueueRequestReplyMultipleSubscriptions: .................................................. , transaction: null 2024-06-28 23:58:28,829 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueueRequestReplyMultipleSubscriptions: Reference[5715]:RELIABLE:CoreMessage[messageID=5715, durable=true, userID=50cfc24c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=905, properties=TypedProperties[__AMQ_CID=50cf2607-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-f9c192bd-4ce7-437e-8688-8b78f6cfd4db, JMSReplyTo=temp-queue://bc7cee26-f9bb-4187-8df4-932d17d0a527, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@804312604 2024-06-28 23:58:28,829 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueueRequestReplyMultipleSubscriptions: CoreMessage[messageID=5715, durable=true, userID=50cfc24c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=905, properties=TypedProperties[__AMQ_CID=50cf2607-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-f9c192bd-4ce7-437e-8688-8b78f6cfd4db, JMSReplyTo=temp-queue://bc7cee26-f9bb-4187-8df4-932d17d0a527, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@804312604 to transaction: TransactionImpl [xid=null, txID=5716, xid=null, state=ACTIVE, createTime=1719619108829(Fri Jun 28 23:58:28 UTC 2024), timeoutSeconds=-1, nr operations = 1]@782b4df4 2024-06-28 23:58:28,829 INFO [scout-thread-16] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 50cfe95d-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@3ca6d4cc[name=test/mom/testQueueRequestReplyMultipleSubscriptions, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=1f14d5d7-eedc-4c7a-8338-2792b6e7b59c] 2024-06-28 23:58:28,830 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50d01070-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50cfe95d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50cfe95d-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@232fc664, true, {}] 2024-06-28 23:58:28,830 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50d01071-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50cfe95d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50cfe95d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3076645a, true, {}] 2024-06-28 23:58:28,831 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=5721, durable=true, userID=50d03783-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=bc7cee26-f9bb-4187-8df4-932d17d0a527, size=939, properties=TypedProperties[__AMQ_CID=50d0106f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-f9c192bd-4ce7-437e-8688-8b78f6cfd4db, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=1f14d5d7-eedc-4c7a-8338-2792b6e7b59c]]@720189273, context: RoutingContextImpl(Address=bc7cee26-f9bb-4187-8df4-932d17d0a527, routingType=ANYCAST, PreviousAddress=bc7cee26-f9bb-4187-8df4-932d17d0a527 previousRoute:ANYCAST, reusable=true, version=-2147483269) .................................................. ***** durable queues bc7cee26-f9bb-4187-8df4-932d17d0a527: ***** non durable for bc7cee26-f9bb-4187-8df4-932d17d0a527: - queueID=5711 address:bc7cee26-f9bb-4187-8df4-932d17d0a527 name:bc7cee26-f9bb-4187-8df4-932d17d0a527 filter:null .................................................. , transaction: null 2024-06-28 23:58:28,831 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from bc7cee26-f9bb-4187-8df4-932d17d0a527: Reference[5721]:RELIABLE:CoreMessage[messageID=5721, durable=true, userID=50d03783-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=bc7cee26-f9bb-4187-8df4-932d17d0a527, size=939, properties=TypedProperties[__AMQ_CID=50d0106f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-f9c192bd-4ce7-437e-8688-8b78f6cfd4db, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=1f14d5d7-eedc-4c7a-8338-2792b6e7b59c]]@720189273 2024-06-28 23:58:28,832 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from bc7cee26-f9bb-4187-8df4-932d17d0a527: CoreMessage[messageID=5721, durable=true, userID=50d03783-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=bc7cee26-f9bb-4187-8df4-932d17d0a527, size=939, properties=TypedProperties[__AMQ_CID=50d0106f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-f9c192bd-4ce7-437e-8688-8b78f6cfd4db, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=1f14d5d7-eedc-4c7a-8338-2792b6e7b59c]]@720189273 to transaction: TransactionImpl [xid=null, txID=5724, xid=null, state=ACTIVE, createTime=1719619108831(Fri Jun 28 23:58:28 UTC 2024), timeoutSeconds=-1, nr operations = 1]@608eb83a 2024-06-28 23:58:28,832 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from bc7cee26-f9bb-4187-8df4-932d17d0a527: CoreMessage[messageID=5721, durable=true, userID=50d03783-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=bc7cee26-f9bb-4187-8df4-932d17d0a527, size=939, properties=TypedProperties[__AMQ_CID=50d0106f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-f9c192bd-4ce7-437e-8688-8b78f6cfd4db, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=1f14d5d7-eedc-4c7a-8338-2792b6e7b59c]]@720189273, transaction: TransactionImpl [xid=null, txID=5724, xid=null, state=COMMITTED, createTime=1719619108831(Fri Jun 28 23:58:28 UTC 2024), timeoutSeconds=-1, nr operations = 0]@608eb83a 2024-06-28 23:58:28,832 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueueRequestReplyMultipleSubscriptions: CoreMessage[messageID=5715, durable=true, userID=50cfc24c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyMultipleSubscriptions, size=905, properties=TypedProperties[__AMQ_CID=50cf2607-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-f9c192bd-4ce7-437e-8688-8b78f6cfd4db, JMSReplyTo=temp-queue://bc7cee26-f9bb-4187-8df4-932d17d0a527, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@804312604, transaction: TransactionImpl [xid=null, txID=5716, xid=null, state=COMMITTED, createTime=1719619108829(Fri Jun 28 23:58:28 UTC 2024), timeoutSeconds=-1, nr operations = 0]@782b4df4 2024-06-28 23:58:28,832 INFO [scout-thread-16] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 50cfe95d-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@3ca6d4cc[name=test/mom/testQueueRequestReplyMultipleSubscriptions, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=1f14d5d7-eedc-4c7a-8338-2792b6e7b59c] 2024-06-28 23:58:28,832 INFO [scout-thread-23] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 50cf2605-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testQueueRequestReplyMultipleSubscriptions, activemq.broker=mom71] 2024-06-28 23:58:28,884 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@71d0ad00, org.eclipse.scout.rt.mom.jms.JmsSubscription@56c7e2d1] 2024-06-28 23:58:28,886 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 50ce89bb-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:28,888 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 50ced7e0-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:28,889 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@332baaea[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:28,889 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.012177 ms 2024-06-28 23:58:28,890 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 50ce1485-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:28,891 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:28,891 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 76.277352 ms 2024-06-28 23:58:28,892 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:28,893 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:28,893 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:28,893 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 524209529'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:28,895 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=requester (Q), activemq.broker=mom84] 2024-06-28 23:58:28,895 INFO [scout-thread-24] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 50d9fb85-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom86] 2024-06-28 23:58:28,896 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50da2298-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50d9fb85-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50d9fb85-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@36b84535, true, {}] 2024-06-28 23:58:28,897 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [50da2299-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=50d9fb85-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=50d9fb85-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5f5c0dbb, true, {}] 2024-06-28 23:58:28,897 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=46f98358-6d97-4417-be00-4ab061ea54e1, address=46f98358-6d97-4417-be00-4ab061ea54e1, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:28,897 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@5c5d6266 2024-06-28 23:58:28,898 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@34efcf55 2024-06-28 23:58:28,898 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 46f98358-6d97-4417-be00-4ab061ea54e1, null, 0, false, true, null] 2024-06-28 23:58:28,899 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=5772, durable=true, userID=50da97cc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=887, properties=TypedProperties[__AMQ_CID=50da2297-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-07f0cfd1-297f-41d2-8546-6163be2e75f8, JMSReplyTo=temp-queue://46f98358-6d97-4417-be00-4ab061ea54e1, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1123929611, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyRequestFirst, routingType=ANYCAST, PreviousAddress=test/mom/testQueueRequestReplyRequestFirst previousRoute:ANYCAST, reusable=true, version=-2147483517) .................................................. ***** durable queues test/mom/testQueueRequestReplyRequestFirst: - queueID=1751 address:test/mom/testQueueRequestReplyRequestFirst name:test/mom/testQueueRequestReplyRequestFirst filter:null ***** non durable for test/mom/testQueueRequestReplyRequestFirst: .................................................. , transaction: null 2024-06-28 23:58:29,194 INFO [scout-thread-20] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 51079b3d-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=replier (Q), activemq.broker=mom26] 2024-06-28 23:58:29,195 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5107c250-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=51079b3d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=51079b3d-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3da00305, true, {}] 2024-06-28 23:58:29,196 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5107e961-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=51079b3d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=51079b3d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@51da8e79, true, {}] 2024-06-28 23:58:29,197 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=58debe32-4dd8-4432-834d-86b9d04ed82d, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:29,197 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@1dc724d0 2024-06-28 23:58:29,197 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 58debe32-4dd8-4432-834d-86b9d04ed82d, null, 0, false, true, null] 2024-06-28 23:58:29,198 INFO [scout-thread-20] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 51083783-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=replier (Q), activemq.broker=mom26] 2024-06-28 23:58:29,198 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [51083786-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=51083783-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=51083783-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@31663cf5, true, {}] 2024-06-28 23:58:29,199 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [51085e97-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=51083783-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=51083783-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@408aa510, true, {}] 2024-06-28 23:58:29,199 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyRequestFirst, null, 0, false, true, null] 2024-06-28 23:58:29,199 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueueRequestReplyRequestFirst: Reference[5772]:RELIABLE:CoreMessage[messageID=5772, durable=true, userID=50da97cc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=887, properties=TypedProperties[__AMQ_CID=50da2297-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-07f0cfd1-297f-41d2-8546-6163be2e75f8, JMSReplyTo=temp-queue://46f98358-6d97-4417-be00-4ab061ea54e1, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1123929611 2024-06-28 23:58:29,200 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueueRequestReplyRequestFirst: CoreMessage[messageID=5772, durable=true, userID=50da97cc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=887, properties=TypedProperties[__AMQ_CID=50da2297-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-07f0cfd1-297f-41d2-8546-6163be2e75f8, JMSReplyTo=temp-queue://46f98358-6d97-4417-be00-4ab061ea54e1, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1123929611 to transaction: TransactionImpl [xid=null, txID=5787, xid=null, state=ACTIVE, createTime=1719619109200(Fri Jun 28 23:58:29 UTC 2024), timeoutSeconds=-1, nr operations = 1]@7b0e4fee 2024-06-28 23:58:29,200 INFO [scout-thread-20] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 510885a8-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@5ee57bb9[name=test/mom/testQueueRequestReplyRequestFirst, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=1112d7bd-2bc8-4912-aeb1-536cde03788e, activemq.broker=mom26] 2024-06-28 23:58:29,201 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5108acbb-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=510885a8-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=510885a8-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4aa809b8, true, {}] 2024-06-28 23:58:29,201 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5108acbc-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=510885a8-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=510885a8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@e256574, true, {}] 2024-06-28 23:58:29,202 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=5792, durable=true, userID=5108d3ce-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:29 UTC 2024, expiration=0, durable=true, address=46f98358-6d97-4417-be00-4ab061ea54e1, size=939, properties=TypedProperties[__AMQ_CID=510885aa-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-07f0cfd1-297f-41d2-8546-6163be2e75f8, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=1112d7bd-2bc8-4912-aeb1-536cde03788e]]@2016667687, context: RoutingContextImpl(Address=46f98358-6d97-4417-be00-4ab061ea54e1, routingType=ANYCAST, PreviousAddress=46f98358-6d97-4417-be00-4ab061ea54e1 previousRoute:ANYCAST, reusable=true, version=-2147483266) .................................................. ***** durable queues 46f98358-6d97-4417-be00-4ab061ea54e1: ***** non durable for 46f98358-6d97-4417-be00-4ab061ea54e1: - queueID=5768 address:46f98358-6d97-4417-be00-4ab061ea54e1 name:46f98358-6d97-4417-be00-4ab061ea54e1 filter:null .................................................. , transaction: null 2024-06-28 23:58:29,202 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 46f98358-6d97-4417-be00-4ab061ea54e1: Reference[5792]:RELIABLE:CoreMessage[messageID=5792, durable=true, userID=5108d3ce-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:29 UTC 2024, expiration=0, durable=true, address=46f98358-6d97-4417-be00-4ab061ea54e1, size=939, properties=TypedProperties[__AMQ_CID=510885aa-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-07f0cfd1-297f-41d2-8546-6163be2e75f8, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=1112d7bd-2bc8-4912-aeb1-536cde03788e]]@2016667687 2024-06-28 23:58:29,202 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 46f98358-6d97-4417-be00-4ab061ea54e1: CoreMessage[messageID=5792, durable=true, userID=5108d3ce-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:29 UTC 2024, expiration=0, durable=true, address=46f98358-6d97-4417-be00-4ab061ea54e1, size=939, properties=TypedProperties[__AMQ_CID=510885aa-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-07f0cfd1-297f-41d2-8546-6163be2e75f8, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=1112d7bd-2bc8-4912-aeb1-536cde03788e]]@2016667687 to transaction: TransactionImpl [xid=null, txID=5795, xid=null, state=ACTIVE, createTime=1719619109202(Fri Jun 28 23:58:29 UTC 2024), timeoutSeconds=-1, nr operations = 1]@537f52e0 2024-06-28 23:58:29,202 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 46f98358-6d97-4417-be00-4ab061ea54e1: CoreMessage[messageID=5792, durable=true, userID=5108d3ce-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:29 UTC 2024, expiration=0, durable=true, address=46f98358-6d97-4417-be00-4ab061ea54e1, size=939, properties=TypedProperties[__AMQ_CID=510885aa-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-07f0cfd1-297f-41d2-8546-6163be2e75f8, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=1112d7bd-2bc8-4912-aeb1-536cde03788e]]@2016667687, transaction: TransactionImpl [xid=null, txID=5795, xid=null, state=COMMITTED, createTime=1719619109202(Fri Jun 28 23:58:29 UTC 2024), timeoutSeconds=-1, nr operations = 0]@537f52e0 2024-06-28 23:58:29,203 INFO [scout-thread-20] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 510885a8-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@5ee57bb9[name=test/mom/testQueueRequestReplyRequestFirst, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=1112d7bd-2bc8-4912-aeb1-536cde03788e, activemq.broker=mom26] 2024-06-28 23:58:29,203 INFO [scout-thread-24] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 50d9fb85-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom86] 2024-06-28 23:58:29,204 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueueRequestReplyRequestFirst: CoreMessage[messageID=5772, durable=true, userID=50da97cc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:28 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=887, properties=TypedProperties[__AMQ_CID=50da2297-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-07f0cfd1-297f-41d2-8546-6163be2e75f8, JMSReplyTo=temp-queue://46f98358-6d97-4417-be00-4ab061ea54e1, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1123929611, transaction: TransactionImpl [xid=null, txID=5787, xid=null, state=COMMITTED, createTime=1719619109200(Fri Jun 28 23:58:29 UTC 2024), timeoutSeconds=-1, nr operations = 0]@7b0e4fee 2024-06-28 23:58:29,204 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1de83be1] 2024-06-28 23:58:29,205 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 51083783-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:29,206 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@462a12f7[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:29,206 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.010102 ms 2024-06-28 23:58:29,207 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 51079b3d-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:29,208 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:29,209 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 315.717504 ms 2024-06-28 23:58:29,209 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:29,209 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:29,209 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:29,210 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 449350237'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom71] 2024-06-28 23:58:29,211 INFO [scout-thread-16] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=requester (Q)] 2024-06-28 23:58:29,212 INFO [scout-thread-19] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 510a5a70-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom85] 2024-06-28 23:58:29,212 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [510a5a73-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=510a5a70-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=510a5a70-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6eec5d35, true, {}] 2024-06-28 23:58:29,213 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [510a5a74-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=510a5a70-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=510a5a70-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1920aabd, true, {}] 2024-06-28 23:58:29,213 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=6e166a17-4724-4390-8602-a02a91193985, address=6e166a17-4724-4390-8602-a02a91193985, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:29,213 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@75be5e95 2024-06-28 23:58:29,214 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@71fb8c36 2024-06-28 23:58:29,214 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 6e166a17-4724-4390-8602-a02a91193985, null, 0, false, true, null] 2024-06-28 23:58:29,215 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=5837, durable=true, userID=510acfa7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:29 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=887, properties=TypedProperties[__AMQ_CID=510a5a72-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-2083103a-5353-4ac5-8040-1e37479ec6e7, JMSReplyTo=temp-queue://6e166a17-4724-4390-8602-a02a91193985, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1975369698, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyRequestFirst, routingType=ANYCAST, PreviousAddress=test/mom/testQueueRequestReplyRequestFirst previousRoute:ANYCAST, reusable=true, version=-2147483517) .................................................. ***** durable queues test/mom/testQueueRequestReplyRequestFirst: - queueID=1751 address:test/mom/testQueueRequestReplyRequestFirst name:test/mom/testQueueRequestReplyRequestFirst filter:null ***** non durable for test/mom/testQueueRequestReplyRequestFirst: .................................................. , transaction: null 2024-06-28 23:58:29,511 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 5137fa28-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=replier (Q), activemq.broker=mom84] 2024-06-28 23:58:29,512 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5137fa2b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5137fa28-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5137fa28-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@27ecd953, true, {}] 2024-06-28 23:58:29,512 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5138213c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5137fa28-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5137fa28-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7df262c9, true, {}] 2024-06-28 23:58:29,513 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=808db95f-78c3-4b6c-9f86-9e960975937b, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:29,513 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@70484a4d 2024-06-28 23:58:29,514 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 808db95f-78c3-4b6c-9f86-9e960975937b, null, 0, false, true, null] 2024-06-28 23:58:29,514 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 51386f5e-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=replier (Q), activemq.broker=mom84] 2024-06-28 23:58:29,515 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [51389671-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=51386f5e-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=51386f5e-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@30d724b1, true, {}] 2024-06-28 23:58:29,515 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [51389672-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=51386f5e-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=51386f5e-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3c462c8e, true, {}] 2024-06-28 23:58:29,516 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyRequestFirst, null, 0, false, true, null] 2024-06-28 23:58:29,516 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueueRequestReplyRequestFirst: Reference[5837]:RELIABLE:CoreMessage[messageID=5837, durable=true, userID=510acfa7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:29 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=887, properties=TypedProperties[__AMQ_CID=510a5a72-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-2083103a-5353-4ac5-8040-1e37479ec6e7, JMSReplyTo=temp-queue://6e166a17-4724-4390-8602-a02a91193985, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1975369698 2024-06-28 23:58:29,516 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueueRequestReplyRequestFirst: CoreMessage[messageID=5837, durable=true, userID=510acfa7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:29 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=887, properties=TypedProperties[__AMQ_CID=510a5a72-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-2083103a-5353-4ac5-8040-1e37479ec6e7, JMSReplyTo=temp-queue://6e166a17-4724-4390-8602-a02a91193985, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1975369698 to transaction: TransactionImpl [xid=null, txID=5852, xid=null, state=ACTIVE, createTime=1719619109516(Fri Jun 28 23:58:29 UTC 2024), timeoutSeconds=-1, nr operations = 1]@5ad5d988 2024-06-28 23:58:29,517 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 5138e493-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@5ee57bb9[name=test/mom/testQueueRequestReplyRequestFirst, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=bbe50aae-ddb8-4d71-bbee-4c0d60073933, activemq.broker=mom84] 2024-06-28 23:58:29,517 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5138e496-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5138e493-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5138e493-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@41ebbc1a, true, {}] 2024-06-28 23:58:29,518 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [51390ba7-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5138e493-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5138e493-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@ef2f430, true, {}] 2024-06-28 23:58:29,519 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=5857, durable=true, userID=51390ba9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:29 UTC 2024, expiration=0, durable=true, address=6e166a17-4724-4390-8602-a02a91193985, size=939, properties=TypedProperties[__AMQ_CID=5138e495-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-2083103a-5353-4ac5-8040-1e37479ec6e7, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=bbe50aae-ddb8-4d71-bbee-4c0d60073933]]@1939109984, context: RoutingContextImpl(Address=6e166a17-4724-4390-8602-a02a91193985, routingType=ANYCAST, PreviousAddress=6e166a17-4724-4390-8602-a02a91193985 previousRoute:ANYCAST, reusable=true, version=-2147483262) .................................................. ***** durable queues 6e166a17-4724-4390-8602-a02a91193985: ***** non durable for 6e166a17-4724-4390-8602-a02a91193985: - queueID=5833 address:6e166a17-4724-4390-8602-a02a91193985 name:6e166a17-4724-4390-8602-a02a91193985 filter:null .................................................. , transaction: null 2024-06-28 23:58:29,519 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 6e166a17-4724-4390-8602-a02a91193985: Reference[5857]:RELIABLE:CoreMessage[messageID=5857, durable=true, userID=51390ba9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:29 UTC 2024, expiration=0, durable=true, address=6e166a17-4724-4390-8602-a02a91193985, size=939, properties=TypedProperties[__AMQ_CID=5138e495-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-2083103a-5353-4ac5-8040-1e37479ec6e7, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=bbe50aae-ddb8-4d71-bbee-4c0d60073933]]@1939109984 2024-06-28 23:58:29,519 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 6e166a17-4724-4390-8602-a02a91193985: CoreMessage[messageID=5857, durable=true, userID=51390ba9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:29 UTC 2024, expiration=0, durable=true, address=6e166a17-4724-4390-8602-a02a91193985, size=939, properties=TypedProperties[__AMQ_CID=5138e495-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-2083103a-5353-4ac5-8040-1e37479ec6e7, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=bbe50aae-ddb8-4d71-bbee-4c0d60073933]]@1939109984 to transaction: TransactionImpl [xid=null, txID=5860, xid=null, state=ACTIVE, createTime=1719619109519(Fri Jun 28 23:58:29 UTC 2024), timeoutSeconds=-1, nr operations = 1]@522bc187 2024-06-28 23:58:29,519 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 6e166a17-4724-4390-8602-a02a91193985: CoreMessage[messageID=5857, durable=true, userID=51390ba9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:29 UTC 2024, expiration=0, durable=true, address=6e166a17-4724-4390-8602-a02a91193985, size=939, properties=TypedProperties[__AMQ_CID=5138e495-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-2083103a-5353-4ac5-8040-1e37479ec6e7, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=bbe50aae-ddb8-4d71-bbee-4c0d60073933]]@1939109984, transaction: TransactionImpl [xid=null, txID=5860, xid=null, state=COMMITTED, createTime=1719619109519(Fri Jun 28 23:58:29 UTC 2024), timeoutSeconds=-1, nr operations = 0]@522bc187 2024-06-28 23:58:29,519 INFO [scout-thread-18] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 5138e493-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@5ee57bb9[name=test/mom/testQueueRequestReplyRequestFirst, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=bbe50aae-ddb8-4d71-bbee-4c0d60073933, activemq.broker=mom84] 2024-06-28 23:58:29,520 INFO [scout-thread-19] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 510a5a70-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom85] 2024-06-28 23:58:29,520 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueueRequestReplyRequestFirst: CoreMessage[messageID=5837, durable=true, userID=510acfa7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:29 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=887, properties=TypedProperties[__AMQ_CID=510a5a72-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-2083103a-5353-4ac5-8040-1e37479ec6e7, JMSReplyTo=temp-queue://6e166a17-4724-4390-8602-a02a91193985, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1975369698, transaction: TransactionImpl [xid=null, txID=5852, xid=null, state=COMMITTED, createTime=1719619109516(Fri Jun 28 23:58:29 UTC 2024), timeoutSeconds=-1, nr operations = 0]@5ad5d988 2024-06-28 23:58:29,521 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1ef8f7e6] 2024-06-28 23:58:29,522 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 51386f5e-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:29,522 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@60f775c4[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:29,522 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.006504 ms 2024-06-28 23:58:29,523 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 5137fa28-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:29,524 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:29,524 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 314.643372 ms 2024-06-28 23:58:29,524 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:29,525 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:29,525 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:29,525 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1555414629'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:29,527 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=requester (Q), activemq.broker=mom26] 2024-06-28 23:58:29,527 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 513a6b3b-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom71] 2024-06-28 23:58:29,528 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [513a6b3e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=513a6b3b-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=513a6b3b-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@57717c34, true, {}] 2024-06-28 23:58:29,528 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [513a924f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=513a6b3b-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=513a6b3b-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4dcf996f, true, {}] 2024-06-28 23:58:29,528 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=12477834-6221-4ba9-8207-f33a1597845c, address=12477834-6221-4ba9-8207-f33a1597845c, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:29,529 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@1c88ce49 2024-06-28 23:58:29,529 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@10a303a6 2024-06-28 23:58:29,529 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 12477834-6221-4ba9-8207-f33a1597845c, null, 0, false, true, null] 2024-06-28 23:58:29,531 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=5902, durable=true, userID=513ae072-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:29 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=887, properties=TypedProperties[__AMQ_CID=513a6b3d-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5cbcfaf2-5911-4c7e-9f69-0564a2d4714b, JMSReplyTo=temp-queue://12477834-6221-4ba9-8207-f33a1597845c, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1870479853, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyRequestFirst, routingType=ANYCAST, PreviousAddress=test/mom/testQueueRequestReplyRequestFirst previousRoute:ANYCAST, reusable=true, version=-2147483517) .................................................. ***** durable queues test/mom/testQueueRequestReplyRequestFirst: - queueID=1751 address:test/mom/testQueueRequestReplyRequestFirst name:test/mom/testQueueRequestReplyRequestFirst filter:null ***** non durable for test/mom/testQueueRequestReplyRequestFirst: .................................................. , transaction: null 2024-06-28 23:58:29,826 INFO [scout-thread-16] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 51680af3-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=replier (Q)] 2024-06-28 23:58:29,827 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [51683206-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=51680af3-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=51680af3-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5640c05c, true, {}] 2024-06-28 23:58:29,827 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [51683207-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=51680af3-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=51680af3-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2782bd56, true, {}] 2024-06-28 23:58:29,828 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=e285fa38-feb6-4d35-9cb9-5e26a3bf7ccb, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:29,828 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@4cef5d5a 2024-06-28 23:58:29,829 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, e285fa38-feb6-4d35-9cb9-5e26a3bf7ccb, null, 0, false, true, null] 2024-06-28 23:58:29,829 INFO [scout-thread-16] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 51688029-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=replier (Q)] 2024-06-28 23:58:29,829 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5168802c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=51688029-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=51688029-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@665b0287, true, {}] 2024-06-28 23:58:29,830 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5168a73d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=51688029-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=51688029-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5a2a60f0, true, {}] 2024-06-28 23:58:29,830 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyRequestFirst, null, 0, false, true, null] 2024-06-28 23:58:29,831 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueueRequestReplyRequestFirst: Reference[5902]:RELIABLE:CoreMessage[messageID=5902, durable=true, userID=513ae072-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:29 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=887, properties=TypedProperties[__AMQ_CID=513a6b3d-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5cbcfaf2-5911-4c7e-9f69-0564a2d4714b, JMSReplyTo=temp-queue://12477834-6221-4ba9-8207-f33a1597845c, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1870479853 2024-06-28 23:58:29,831 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueueRequestReplyRequestFirst: CoreMessage[messageID=5902, durable=true, userID=513ae072-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:29 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=887, properties=TypedProperties[__AMQ_CID=513a6b3d-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5cbcfaf2-5911-4c7e-9f69-0564a2d4714b, JMSReplyTo=temp-queue://12477834-6221-4ba9-8207-f33a1597845c, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1870479853 to transaction: TransactionImpl [xid=null, txID=5917, xid=null, state=ACTIVE, createTime=1719619109831(Fri Jun 28 23:58:29 UTC 2024), timeoutSeconds=-1, nr operations = 1]@48f25180 2024-06-28 23:58:29,831 INFO [scout-thread-16] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 5168ce4e-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@5ee57bb9[name=test/mom/testQueueRequestReplyRequestFirst, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=3ba807af-abb7-4fdc-b2e4-8a257a8bba52] 2024-06-28 23:58:29,832 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5168f561-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5168ce4e-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5168ce4e-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@344de899, true, {}] 2024-06-28 23:58:29,832 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5168f562-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5168ce4e-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5168ce4e-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1fe47065, true, {}] 2024-06-28 23:58:29,833 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=5922, durable=true, userID=51691c74-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:29 UTC 2024, expiration=0, durable=true, address=12477834-6221-4ba9-8207-f33a1597845c, size=939, properties=TypedProperties[__AMQ_CID=5168f560-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5cbcfaf2-5911-4c7e-9f69-0564a2d4714b, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=3ba807af-abb7-4fdc-b2e4-8a257a8bba52]]@1344841171, context: RoutingContextImpl(Address=12477834-6221-4ba9-8207-f33a1597845c, routingType=ANYCAST, PreviousAddress=12477834-6221-4ba9-8207-f33a1597845c previousRoute:ANYCAST, reusable=true, version=-2147483258) .................................................. ***** durable queues 12477834-6221-4ba9-8207-f33a1597845c: ***** non durable for 12477834-6221-4ba9-8207-f33a1597845c: - queueID=5898 address:12477834-6221-4ba9-8207-f33a1597845c name:12477834-6221-4ba9-8207-f33a1597845c filter:null .................................................. , transaction: null 2024-06-28 23:58:29,833 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 12477834-6221-4ba9-8207-f33a1597845c: Reference[5922]:RELIABLE:CoreMessage[messageID=5922, durable=true, userID=51691c74-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:29 UTC 2024, expiration=0, durable=true, address=12477834-6221-4ba9-8207-f33a1597845c, size=939, properties=TypedProperties[__AMQ_CID=5168f560-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5cbcfaf2-5911-4c7e-9f69-0564a2d4714b, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=3ba807af-abb7-4fdc-b2e4-8a257a8bba52]]@1344841171 2024-06-28 23:58:29,833 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 12477834-6221-4ba9-8207-f33a1597845c: CoreMessage[messageID=5922, durable=true, userID=51691c74-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:29 UTC 2024, expiration=0, durable=true, address=12477834-6221-4ba9-8207-f33a1597845c, size=939, properties=TypedProperties[__AMQ_CID=5168f560-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5cbcfaf2-5911-4c7e-9f69-0564a2d4714b, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=3ba807af-abb7-4fdc-b2e4-8a257a8bba52]]@1344841171 to transaction: TransactionImpl [xid=null, txID=5925, xid=null, state=ACTIVE, createTime=1719619109833(Fri Jun 28 23:58:29 UTC 2024), timeoutSeconds=-1, nr operations = 1]@5762796b 2024-06-28 23:58:29,834 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 12477834-6221-4ba9-8207-f33a1597845c: CoreMessage[messageID=5922, durable=true, userID=51691c74-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:29 UTC 2024, expiration=0, durable=true, address=12477834-6221-4ba9-8207-f33a1597845c, size=939, properties=TypedProperties[__AMQ_CID=5168f560-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5cbcfaf2-5911-4c7e-9f69-0564a2d4714b, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=3ba807af-abb7-4fdc-b2e4-8a257a8bba52]]@1344841171, transaction: TransactionImpl [xid=null, txID=5925, xid=null, state=COMMITTED, createTime=1719619109833(Fri Jun 28 23:58:29 UTC 2024), timeoutSeconds=-1, nr operations = 0]@5762796b 2024-06-28 23:58:29,834 INFO [scout-thread-16] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 5168ce4e-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@5ee57bb9[name=test/mom/testQueueRequestReplyRequestFirst, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=3ba807af-abb7-4fdc-b2e4-8a257a8bba52] 2024-06-28 23:58:29,834 INFO [scout-thread-23] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 513a6b3b-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom71] 2024-06-28 23:58:29,835 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueueRequestReplyRequestFirst: CoreMessage[messageID=5902, durable=true, userID=513ae072-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:29 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=887, properties=TypedProperties[__AMQ_CID=513a6b3d-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5cbcfaf2-5911-4c7e-9f69-0564a2d4714b, JMSReplyTo=temp-queue://12477834-6221-4ba9-8207-f33a1597845c, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1870479853, transaction: TransactionImpl [xid=null, txID=5917, xid=null, state=COMMITTED, createTime=1719619109831(Fri Jun 28 23:58:29 UTC 2024), timeoutSeconds=-1, nr operations = 0]@48f25180 2024-06-28 23:58:29,836 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2553fbd0] 2024-06-28 23:58:29,837 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 51688029-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:29,838 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@2da73662[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:29,838 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.010364 ms 2024-06-28 23:58:29,839 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 51680af3-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:29,840 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:29,840 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 315.569746 ms 2024-06-28 23:58:29,840 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:29,841 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:29,841 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:29,842 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 299427725'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:29,843 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=requester (Q), activemq.broker=mom84] 2024-06-28 23:58:29,844 INFO [scout-thread-24] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 516aca26-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom86] 2024-06-28 23:58:29,844 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [516aca29-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=516aca26-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=516aca26-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@114fc8c4, true, {}] 2024-06-28 23:58:29,845 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [516af13a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=516aca26-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=516aca26-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3c0f1335, true, {}] 2024-06-28 23:58:29,845 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=d168fd3c-296f-4ee7-8071-575bd3048850, address=d168fd3c-296f-4ee7-8071-575bd3048850, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:29,845 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@75102b3e 2024-06-28 23:58:29,846 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@49cb1aa1 2024-06-28 23:58:29,846 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, d168fd3c-296f-4ee7-8071-575bd3048850, null, 0, false, true, null] 2024-06-28 23:58:29,847 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=5967, durable=true, userID=516b3f5d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:29 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=887, properties=TypedProperties[__AMQ_CID=516aca28-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5bec85cf-3e15-4947-937f-ae95d4402b6f, JMSReplyTo=temp-queue://d168fd3c-296f-4ee7-8071-575bd3048850, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1817319223, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyRequestFirst, routingType=ANYCAST, PreviousAddress=test/mom/testQueueRequestReplyRequestFirst previousRoute:ANYCAST, reusable=true, version=-2147483517) .................................................. ***** durable queues test/mom/testQueueRequestReplyRequestFirst: - queueID=1751 address:test/mom/testQueueRequestReplyRequestFirst name:test/mom/testQueueRequestReplyRequestFirst filter:null ***** non durable for test/mom/testQueueRequestReplyRequestFirst: .................................................. , transaction: null 2024-06-28 23:58:30,143 INFO [scout-thread-20] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 519869de-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=replier (Q), activemq.broker=mom26] 2024-06-28 23:58:30,143 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [519869e1-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=519869de-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=519869de-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@283f92f7, true, {}] 2024-06-28 23:58:30,144 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [519890f2-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=519869de-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=519869de-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7ec0c174, true, {}] 2024-06-28 23:58:30,145 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=48587edd-ebfa-4b96-9ba1-90f551a0a1d3, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:30,145 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@4d0d1236 2024-06-28 23:58:30,145 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 48587edd-ebfa-4b96-9ba1-90f551a0a1d3, null, 0, false, true, null] 2024-06-28 23:58:30,146 INFO [scout-thread-20] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 5198df14-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=replier (Q), activemq.broker=mom26] 2024-06-28 23:58:30,146 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5198df17-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5198df14-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5198df14-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@311a4f0f, true, {}] 2024-06-28 23:58:30,147 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [51990628-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5198df14-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5198df14-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@252b5b2a, true, {}] 2024-06-28 23:58:30,147 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyRequestFirst, null, 0, false, true, null] 2024-06-28 23:58:30,148 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueueRequestReplyRequestFirst: Reference[5967]:RELIABLE:CoreMessage[messageID=5967, durable=true, userID=516b3f5d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:29 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=887, properties=TypedProperties[__AMQ_CID=516aca28-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5bec85cf-3e15-4947-937f-ae95d4402b6f, JMSReplyTo=temp-queue://d168fd3c-296f-4ee7-8071-575bd3048850, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1817319223 2024-06-28 23:58:30,148 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueueRequestReplyRequestFirst: CoreMessage[messageID=5967, durable=true, userID=516b3f5d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:29 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=887, properties=TypedProperties[__AMQ_CID=516aca28-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5bec85cf-3e15-4947-937f-ae95d4402b6f, JMSReplyTo=temp-queue://d168fd3c-296f-4ee7-8071-575bd3048850, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1817319223 to transaction: TransactionImpl [xid=null, txID=5982, xid=null, state=ACTIVE, createTime=1719619110148(Fri Jun 28 23:58:30 UTC 2024), timeoutSeconds=-1, nr operations = 1]@7213570e 2024-06-28 23:58:30,148 INFO [scout-thread-20] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 51992d39-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@5ee57bb9[name=test/mom/testQueueRequestReplyRequestFirst, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=c1180c0e-e1c6-45b7-b0d5-b9a75e18f759, activemq.broker=mom26] 2024-06-28 23:58:30,149 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5199544c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=51992d39-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=51992d39-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@298050e5, true, {}] 2024-06-28 23:58:30,149 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5199544d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=51992d39-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=51992d39-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@712679ad, true, {}] 2024-06-28 23:58:30,150 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=5987, durable=true, userID=51997b5f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:30 UTC 2024, expiration=0, durable=true, address=d168fd3c-296f-4ee7-8071-575bd3048850, size=939, properties=TypedProperties[__AMQ_CID=5199544b-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5bec85cf-3e15-4947-937f-ae95d4402b6f, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=c1180c0e-e1c6-45b7-b0d5-b9a75e18f759]]@1662519347, context: RoutingContextImpl(Address=d168fd3c-296f-4ee7-8071-575bd3048850, routingType=ANYCAST, PreviousAddress=d168fd3c-296f-4ee7-8071-575bd3048850 previousRoute:ANYCAST, reusable=true, version=-2147483254) .................................................. ***** durable queues d168fd3c-296f-4ee7-8071-575bd3048850: ***** non durable for d168fd3c-296f-4ee7-8071-575bd3048850: - queueID=5963 address:d168fd3c-296f-4ee7-8071-575bd3048850 name:d168fd3c-296f-4ee7-8071-575bd3048850 filter:null .................................................. , transaction: null 2024-06-28 23:58:30,151 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from d168fd3c-296f-4ee7-8071-575bd3048850: Reference[5987]:RELIABLE:CoreMessage[messageID=5987, durable=true, userID=51997b5f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:30 UTC 2024, expiration=0, durable=true, address=d168fd3c-296f-4ee7-8071-575bd3048850, size=939, properties=TypedProperties[__AMQ_CID=5199544b-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5bec85cf-3e15-4947-937f-ae95d4402b6f, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=c1180c0e-e1c6-45b7-b0d5-b9a75e18f759]]@1662519347 2024-06-28 23:58:30,151 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from d168fd3c-296f-4ee7-8071-575bd3048850: CoreMessage[messageID=5987, durable=true, userID=51997b5f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:30 UTC 2024, expiration=0, durable=true, address=d168fd3c-296f-4ee7-8071-575bd3048850, size=939, properties=TypedProperties[__AMQ_CID=5199544b-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5bec85cf-3e15-4947-937f-ae95d4402b6f, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=c1180c0e-e1c6-45b7-b0d5-b9a75e18f759]]@1662519347 to transaction: TransactionImpl [xid=null, txID=5990, xid=null, state=ACTIVE, createTime=1719619110151(Fri Jun 28 23:58:30 UTC 2024), timeoutSeconds=-1, nr operations = 1]@b53a1cd 2024-06-28 23:58:30,151 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from d168fd3c-296f-4ee7-8071-575bd3048850: CoreMessage[messageID=5987, durable=true, userID=51997b5f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:30 UTC 2024, expiration=0, durable=true, address=d168fd3c-296f-4ee7-8071-575bd3048850, size=939, properties=TypedProperties[__AMQ_CID=5199544b-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5bec85cf-3e15-4947-937f-ae95d4402b6f, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=c1180c0e-e1c6-45b7-b0d5-b9a75e18f759]]@1662519347, transaction: TransactionImpl [xid=null, txID=5990, xid=null, state=COMMITTED, createTime=1719619110151(Fri Jun 28 23:58:30 UTC 2024), timeoutSeconds=-1, nr operations = 0]@b53a1cd 2024-06-28 23:58:30,151 INFO [scout-thread-20] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 51992d39-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@5ee57bb9[name=test/mom/testQueueRequestReplyRequestFirst, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=c1180c0e-e1c6-45b7-b0d5-b9a75e18f759, activemq.broker=mom26] 2024-06-28 23:58:30,152 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueueRequestReplyRequestFirst: CoreMessage[messageID=5967, durable=true, userID=516b3f5d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:29 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=887, properties=TypedProperties[__AMQ_CID=516aca28-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-5bec85cf-3e15-4947-937f-ae95d4402b6f, JMSReplyTo=temp-queue://d168fd3c-296f-4ee7-8071-575bd3048850, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1817319223, transaction: TransactionImpl [xid=null, txID=5982, xid=null, state=COMMITTED, createTime=1719619110148(Fri Jun 28 23:58:30 UTC 2024), timeoutSeconds=-1, nr operations = 0]@7213570e 2024-06-28 23:58:30,152 INFO [scout-thread-24] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 516aca26-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom86] 2024-06-28 23:58:30,153 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@137a9d69] 2024-06-28 23:58:30,154 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 5198df14-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:30,155 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@33500817[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:30,155 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.012026 ms 2024-06-28 23:58:30,156 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 519869de-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:30,157 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:30,158 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 316.373371 ms 2024-06-28 23:58:30,158 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:30,159 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:30,159 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:30,159 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 955253206'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom71] 2024-06-28 23:58:30,161 INFO [scout-thread-16] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=requester (Q)] 2024-06-28 23:58:30,161 INFO [scout-thread-19] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 519b2811-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom85] 2024-06-28 23:58:30,162 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [519b4f24-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=519b2811-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=519b2811-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@553384, true, {}] 2024-06-28 23:58:30,162 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [519b4f25-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=519b2811-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=519b2811-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6f382fee, true, {}] 2024-06-28 23:58:30,163 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=a27f92f3-bbc8-4ef7-8799-4c3108738955, address=a27f92f3-bbc8-4ef7-8799-4c3108738955, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:30,163 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@35be96b4 2024-06-28 23:58:30,164 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@56d0e437 2024-06-28 23:58:30,164 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, a27f92f3-bbc8-4ef7-8799-4c3108738955, null, 0, false, true, null] 2024-06-28 23:58:30,166 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=6032, durable=true, userID=519bc458-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:30 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=887, properties=TypedProperties[__AMQ_CID=519b4f23-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-468b7785-bca0-46a5-87d7-30c431640713, JMSReplyTo=temp-queue://a27f92f3-bbc8-4ef7-8799-4c3108738955, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@854624520, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyRequestFirst, routingType=ANYCAST, PreviousAddress=test/mom/testQueueRequestReplyRequestFirst previousRoute:ANYCAST, reusable=true, version=-2147483517) .................................................. ***** durable queues test/mom/testQueueRequestReplyRequestFirst: - queueID=1751 address:test/mom/testQueueRequestReplyRequestFirst name:test/mom/testQueueRequestReplyRequestFirst filter:null ***** non durable for test/mom/testQueueRequestReplyRequestFirst: .................................................. , transaction: null 2024-06-28 23:58:30,460 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 51c8c7c9-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=replier (Q), activemq.broker=mom84] 2024-06-28 23:58:30,461 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [51c8eedc-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=51c8c7c9-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=51c8c7c9-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@705975ea, true, {}] 2024-06-28 23:58:30,461 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [51c8eedd-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=51c8c7c9-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=51c8c7c9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7f30347a, true, {}] 2024-06-28 23:58:30,462 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=4b9805cd-11a2-4b78-932b-e27810a35db4, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:30,463 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@1babae45 2024-06-28 23:58:30,464 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 4b9805cd-11a2-4b78-932b-e27810a35db4, null, 0, false, true, null] 2024-06-28 23:58:30,464 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 51c9640f-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=replier (Q), activemq.broker=mom84] 2024-06-28 23:58:30,465 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [51c98b22-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=51c9640f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=51c9640f-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5c70648d, true, {}] 2024-06-28 23:58:30,465 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [51c98b23-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=51c9640f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=51c9640f-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@762c9aa7, true, {}] 2024-06-28 23:58:30,466 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyRequestFirst, null, 0, false, true, null] 2024-06-28 23:58:30,466 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueueRequestReplyRequestFirst: Reference[6032]:RELIABLE:CoreMessage[messageID=6032, durable=true, userID=519bc458-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:30 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=887, properties=TypedProperties[__AMQ_CID=519b4f23-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-468b7785-bca0-46a5-87d7-30c431640713, JMSReplyTo=temp-queue://a27f92f3-bbc8-4ef7-8799-4c3108738955, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@854624520 2024-06-28 23:58:30,466 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueueRequestReplyRequestFirst: CoreMessage[messageID=6032, durable=true, userID=519bc458-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:30 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=887, properties=TypedProperties[__AMQ_CID=519b4f23-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-468b7785-bca0-46a5-87d7-30c431640713, JMSReplyTo=temp-queue://a27f92f3-bbc8-4ef7-8799-4c3108738955, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@854624520 to transaction: TransactionImpl [xid=null, txID=6047, xid=null, state=ACTIVE, createTime=1719619110466(Fri Jun 28 23:58:30 UTC 2024), timeoutSeconds=-1, nr operations = 1]@17fea0bc 2024-06-28 23:58:30,467 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 51c9d944-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@5ee57bb9[name=test/mom/testQueueRequestReplyRequestFirst, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=929349cf-e7cc-446c-b295-264f9cb297d5, activemq.broker=mom84] 2024-06-28 23:58:30,467 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [51c9d947-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=51c9d944-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=51c9d944-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@17492c1f, true, {}] 2024-06-28 23:58:30,468 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [51ca0058-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=51c9d944-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=51c9d944-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2aaa42e8, true, {}] 2024-06-28 23:58:30,469 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=6052, durable=true, userID=51ca005a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:30 UTC 2024, expiration=0, durable=true, address=a27f92f3-bbc8-4ef7-8799-4c3108738955, size=939, properties=TypedProperties[__AMQ_CID=51c9d946-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-468b7785-bca0-46a5-87d7-30c431640713, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=929349cf-e7cc-446c-b295-264f9cb297d5]]@1348084321, context: RoutingContextImpl(Address=a27f92f3-bbc8-4ef7-8799-4c3108738955, routingType=ANYCAST, PreviousAddress=a27f92f3-bbc8-4ef7-8799-4c3108738955 previousRoute:ANYCAST, reusable=true, version=-2147483250) .................................................. ***** durable queues a27f92f3-bbc8-4ef7-8799-4c3108738955: ***** non durable for a27f92f3-bbc8-4ef7-8799-4c3108738955: - queueID=6028 address:a27f92f3-bbc8-4ef7-8799-4c3108738955 name:a27f92f3-bbc8-4ef7-8799-4c3108738955 filter:null .................................................. , transaction: null 2024-06-28 23:58:30,469 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from a27f92f3-bbc8-4ef7-8799-4c3108738955: Reference[6052]:RELIABLE:CoreMessage[messageID=6052, durable=true, userID=51ca005a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:30 UTC 2024, expiration=0, durable=true, address=a27f92f3-bbc8-4ef7-8799-4c3108738955, size=939, properties=TypedProperties[__AMQ_CID=51c9d946-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-468b7785-bca0-46a5-87d7-30c431640713, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=929349cf-e7cc-446c-b295-264f9cb297d5]]@1348084321 2024-06-28 23:58:30,469 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from a27f92f3-bbc8-4ef7-8799-4c3108738955: CoreMessage[messageID=6052, durable=true, userID=51ca005a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:30 UTC 2024, expiration=0, durable=true, address=a27f92f3-bbc8-4ef7-8799-4c3108738955, size=939, properties=TypedProperties[__AMQ_CID=51c9d946-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-468b7785-bca0-46a5-87d7-30c431640713, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=929349cf-e7cc-446c-b295-264f9cb297d5]]@1348084321 to transaction: TransactionImpl [xid=null, txID=6055, xid=null, state=ACTIVE, createTime=1719619110469(Fri Jun 28 23:58:30 UTC 2024), timeoutSeconds=-1, nr operations = 1]@519e7c99 2024-06-28 23:58:30,469 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from a27f92f3-bbc8-4ef7-8799-4c3108738955: CoreMessage[messageID=6052, durable=true, userID=51ca005a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:30 UTC 2024, expiration=0, durable=true, address=a27f92f3-bbc8-4ef7-8799-4c3108738955, size=939, properties=TypedProperties[__AMQ_CID=51c9d946-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-468b7785-bca0-46a5-87d7-30c431640713, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=929349cf-e7cc-446c-b295-264f9cb297d5]]@1348084321, transaction: TransactionImpl [xid=null, txID=6055, xid=null, state=COMMITTED, createTime=1719619110469(Fri Jun 28 23:58:30 UTC 2024), timeoutSeconds=-1, nr operations = 0]@519e7c99 2024-06-28 23:58:30,469 INFO [scout-thread-18] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 51c9d944-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@5ee57bb9[name=test/mom/testQueueRequestReplyRequestFirst, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=929349cf-e7cc-446c-b295-264f9cb297d5, activemq.broker=mom84] 2024-06-28 23:58:30,470 INFO [scout-thread-19] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 519b2811-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom85] 2024-06-28 23:58:30,470 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueueRequestReplyRequestFirst: CoreMessage[messageID=6032, durable=true, userID=519bc458-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:30 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=887, properties=TypedProperties[__AMQ_CID=519b4f23-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-468b7785-bca0-46a5-87d7-30c431640713, JMSReplyTo=temp-queue://a27f92f3-bbc8-4ef7-8799-4c3108738955, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@854624520, transaction: TransactionImpl [xid=null, txID=6047, xid=null, state=COMMITTED, createTime=1719619110466(Fri Jun 28 23:58:30 UTC 2024), timeoutSeconds=-1, nr operations = 0]@17fea0bc 2024-06-28 23:58:30,471 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1545ef47] 2024-06-28 23:58:30,472 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 51c9640f-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:30,472 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@4540f56f[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:30,472 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.008526 ms 2024-06-28 23:58:30,473 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 51c8c7c9-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:30,474 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:30,474 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 315.459578 ms 2024-06-28 23:58:30,474 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:30,475 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:30,475 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:30,475 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1034147131'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:30,477 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=requester (Q), activemq.broker=mom26] 2024-06-28 23:58:30,477 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 51cb5fec-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom71] 2024-06-28 23:58:30,478 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [51cb86ff-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=51cb5fec-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=51cb5fec-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@280ada2e, true, {}] 2024-06-28 23:58:30,478 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [51cb8700-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=51cb5fec-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=51cb5fec-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7eb330db, true, {}] 2024-06-28 23:58:30,479 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=16eb55e4-b08a-4e86-a60c-eba5cbf0b7b2, address=16eb55e4-b08a-4e86-a60c-eba5cbf0b7b2, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:30,479 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@25496ee1 2024-06-28 23:58:30,480 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@11f3ad73 2024-06-28 23:58:30,480 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 16eb55e4-b08a-4e86-a60c-eba5cbf0b7b2, null, 0, false, true, null] 2024-06-28 23:58:30,481 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=6097, durable=true, userID=51cbfc33-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:30 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=887, properties=TypedProperties[__AMQ_CID=51cb86fe-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-a8349451-d959-4818-ad08-33e6dcc07407, JMSReplyTo=temp-queue://16eb55e4-b08a-4e86-a60c-eba5cbf0b7b2, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1123370, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyRequestFirst, routingType=ANYCAST, PreviousAddress=test/mom/testQueueRequestReplyRequestFirst previousRoute:ANYCAST, reusable=true, version=-2147483517) .................................................. ***** durable queues test/mom/testQueueRequestReplyRequestFirst: - queueID=1751 address:test/mom/testQueueRequestReplyRequestFirst name:test/mom/testQueueRequestReplyRequestFirst filter:null ***** non durable for test/mom/testQueueRequestReplyRequestFirst: .................................................. , transaction: null 2024-06-28 23:58:30,776 INFO [scout-thread-16] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 51f8ffa4-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=replier (Q)] 2024-06-28 23:58:30,777 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [51f926b7-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=51f8ffa4-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=51f8ffa4-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5e78239, true, {}] 2024-06-28 23:58:30,778 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [51f94dc8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=51f8ffa4-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=51f8ffa4-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@361789cb, true, {}] 2024-06-28 23:58:30,779 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=e472f7a2-37a0-43c5-9206-6b81420c3bf2, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:30,779 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@15ba0294 2024-06-28 23:58:30,779 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, e472f7a2-37a0-43c5-9206-6b81420c3bf2, null, 0, false, true, null] 2024-06-28 23:58:30,780 INFO [scout-thread-16] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 51f99bea-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=replier (Q)] 2024-06-28 23:58:30,780 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [51f99bed-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=51f99bea-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=51f99bea-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@39ca96af, true, {}] 2024-06-28 23:58:30,780 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [51f99bee-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=51f99bea-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=51f99bea-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@edd238e, true, {}] 2024-06-28 23:58:30,781 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyRequestFirst, null, 0, false, true, null] 2024-06-28 23:58:30,781 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueueRequestReplyRequestFirst: Reference[6097]:RELIABLE:CoreMessage[messageID=6097, durable=true, userID=51cbfc33-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:30 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=887, properties=TypedProperties[__AMQ_CID=51cb86fe-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-a8349451-d959-4818-ad08-33e6dcc07407, JMSReplyTo=temp-queue://16eb55e4-b08a-4e86-a60c-eba5cbf0b7b2, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1123370 2024-06-28 23:58:30,782 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueueRequestReplyRequestFirst: CoreMessage[messageID=6097, durable=true, userID=51cbfc33-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:30 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=887, properties=TypedProperties[__AMQ_CID=51cb86fe-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-a8349451-d959-4818-ad08-33e6dcc07407, JMSReplyTo=temp-queue://16eb55e4-b08a-4e86-a60c-eba5cbf0b7b2, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1123370 to transaction: TransactionImpl [xid=null, txID=6112, xid=null, state=ACTIVE, createTime=1719619110781(Fri Jun 28 23:58:30 UTC 2024), timeoutSeconds=-1, nr operations = 1]@508d278a 2024-06-28 23:58:30,782 INFO [scout-thread-16] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 51f9ea0f-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@5ee57bb9[name=test/mom/testQueueRequestReplyRequestFirst, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=04d3d4f8-81e6-4269-b169-825d2cf65b3f] 2024-06-28 23:58:30,782 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [51f9ea12-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=51f9ea0f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=51f9ea0f-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@106c7c1c, true, {}] 2024-06-28 23:58:30,783 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [51fa1123-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=51f9ea0f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=51f9ea0f-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6f56cec9, true, {}] 2024-06-28 23:58:30,784 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=6117, durable=true, userID=51fa1125-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:30 UTC 2024, expiration=0, durable=true, address=16eb55e4-b08a-4e86-a60c-eba5cbf0b7b2, size=939, properties=TypedProperties[__AMQ_CID=51f9ea11-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-a8349451-d959-4818-ad08-33e6dcc07407, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=04d3d4f8-81e6-4269-b169-825d2cf65b3f]]@1969450661, context: RoutingContextImpl(Address=16eb55e4-b08a-4e86-a60c-eba5cbf0b7b2, routingType=ANYCAST, PreviousAddress=16eb55e4-b08a-4e86-a60c-eba5cbf0b7b2 previousRoute:ANYCAST, reusable=true, version=-2147483246) .................................................. ***** durable queues 16eb55e4-b08a-4e86-a60c-eba5cbf0b7b2: ***** non durable for 16eb55e4-b08a-4e86-a60c-eba5cbf0b7b2: - queueID=6093 address:16eb55e4-b08a-4e86-a60c-eba5cbf0b7b2 name:16eb55e4-b08a-4e86-a60c-eba5cbf0b7b2 filter:null .................................................. , transaction: null 2024-06-28 23:58:30,784 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 16eb55e4-b08a-4e86-a60c-eba5cbf0b7b2: Reference[6117]:RELIABLE:CoreMessage[messageID=6117, durable=true, userID=51fa1125-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:30 UTC 2024, expiration=0, durable=true, address=16eb55e4-b08a-4e86-a60c-eba5cbf0b7b2, size=939, properties=TypedProperties[__AMQ_CID=51f9ea11-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-a8349451-d959-4818-ad08-33e6dcc07407, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=04d3d4f8-81e6-4269-b169-825d2cf65b3f]]@1969450661 2024-06-28 23:58:30,784 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 16eb55e4-b08a-4e86-a60c-eba5cbf0b7b2: CoreMessage[messageID=6117, durable=true, userID=51fa1125-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:30 UTC 2024, expiration=0, durable=true, address=16eb55e4-b08a-4e86-a60c-eba5cbf0b7b2, size=939, properties=TypedProperties[__AMQ_CID=51f9ea11-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-a8349451-d959-4818-ad08-33e6dcc07407, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=04d3d4f8-81e6-4269-b169-825d2cf65b3f]]@1969450661 to transaction: TransactionImpl [xid=null, txID=6118, xid=null, state=ACTIVE, createTime=1719619110784(Fri Jun 28 23:58:30 UTC 2024), timeoutSeconds=-1, nr operations = 1]@7bab52ac 2024-06-28 23:58:30,784 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 16eb55e4-b08a-4e86-a60c-eba5cbf0b7b2: CoreMessage[messageID=6117, durable=true, userID=51fa1125-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:30 UTC 2024, expiration=0, durable=true, address=16eb55e4-b08a-4e86-a60c-eba5cbf0b7b2, size=939, properties=TypedProperties[__AMQ_CID=51f9ea11-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-a8349451-d959-4818-ad08-33e6dcc07407, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=04d3d4f8-81e6-4269-b169-825d2cf65b3f]]@1969450661, transaction: TransactionImpl [xid=null, txID=6118, xid=null, state=COMMITTED, createTime=1719619110784(Fri Jun 28 23:58:30 UTC 2024), timeoutSeconds=-1, nr operations = 0]@7bab52ac 2024-06-28 23:58:30,784 INFO [scout-thread-16] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 51f9ea0f-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@5ee57bb9[name=test/mom/testQueueRequestReplyRequestFirst, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=04d3d4f8-81e6-4269-b169-825d2cf65b3f] 2024-06-28 23:58:30,785 INFO [scout-thread-23] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 51cb5fec-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom71] 2024-06-28 23:58:30,786 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@31d09031] 2024-06-28 23:58:30,801 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueueRequestReplyRequestFirst: CoreMessage[messageID=6097, durable=true, userID=51cbfc33-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:30 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=887, properties=TypedProperties[__AMQ_CID=51cb86fe-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-a8349451-d959-4818-ad08-33e6dcc07407, JMSReplyTo=temp-queue://16eb55e4-b08a-4e86-a60c-eba5cbf0b7b2, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1123370, transaction: TransactionImpl [xid=null, txID=6112, xid=null, state=COMMITTED, createTime=1719619110781(Fri Jun 28 23:58:30 UTC 2024), timeoutSeconds=-1, nr operations = 0]@508d278a 2024-06-28 23:58:30,802 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 51f99bea-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:30,802 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@6c06ee08[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:30,802 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.007675 ms 2024-06-28 23:58:30,803 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 51f8ffa4-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:30,804 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:30,804 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 329.241886 ms 2024-06-28 23:58:30,804 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:30,805 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:30,805 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:30,805 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1261458707'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:30,807 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=requester (Q), activemq.broker=mom84] 2024-06-28 23:58:30,807 INFO [scout-thread-24] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 51fdbaa7-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom86] 2024-06-28 23:58:30,808 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [51fdbaaa-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=51fdbaa7-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=51fdbaa7-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@12fa7f2d, true, {}] 2024-06-28 23:58:30,808 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [51fde1bb-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=51fdbaa7-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=51fdbaa7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1916db35, true, {}] 2024-06-28 23:58:30,808 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=d40d988f-17e9-4bbd-b700-3a5cdc464e6e, address=d40d988f-17e9-4bbd-b700-3a5cdc464e6e, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:30,809 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@20067ee 2024-06-28 23:58:30,809 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@bb933f0 2024-06-28 23:58:30,809 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, d40d988f-17e9-4bbd-b700-3a5cdc464e6e, null, 0, false, true, null] 2024-06-28 23:58:30,811 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=6162, durable=true, userID=51fe2fde-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:30 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=887, properties=TypedProperties[__AMQ_CID=51fdbaa9-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-c5e102de-0307-4820-9b6e-33d6f8c2f73f, JMSReplyTo=temp-queue://d40d988f-17e9-4bbd-b700-3a5cdc464e6e, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@986590215, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyRequestFirst, routingType=ANYCAST, PreviousAddress=test/mom/testQueueRequestReplyRequestFirst previousRoute:ANYCAST, reusable=true, version=-2147483517) .................................................. ***** durable queues test/mom/testQueueRequestReplyRequestFirst: - queueID=1751 address:test/mom/testQueueRequestReplyRequestFirst name:test/mom/testQueueRequestReplyRequestFirst filter:null ***** non durable for test/mom/testQueueRequestReplyRequestFirst: .................................................. , transaction: null 2024-06-28 23:58:31,106 INFO [scout-thread-20] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 522b5a5f-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=replier (Q), activemq.broker=mom26] 2024-06-28 23:58:31,107 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [522b8172-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=522b5a5f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=522b5a5f-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@365a8618, true, {}] 2024-06-28 23:58:31,108 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [522ba883-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=522b5a5f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=522b5a5f-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4a7b26bd, true, {}] 2024-06-28 23:58:31,108 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=dead7454-1b7f-4c5e-a70a-11a9696458e3, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:31,109 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@3895e9d6 2024-06-28 23:58:31,109 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, dead7454-1b7f-4c5e-a70a-11a9696458e3, null, 0, false, true, null] 2024-06-28 23:58:31,110 INFO [scout-thread-20] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 522bcf95-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=replier (Q), activemq.broker=mom26] 2024-06-28 23:58:31,110 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [522bf6a8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=522bcf95-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=522bcf95-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@11d68124, true, {}] 2024-06-28 23:58:31,110 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [522bf6a9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=522bcf95-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=522bcf95-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3e729c9b, true, {}] 2024-06-28 23:58:31,111 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyRequestFirst, null, 0, false, true, null] 2024-06-28 23:58:31,111 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueueRequestReplyRequestFirst: Reference[6162]:RELIABLE:CoreMessage[messageID=6162, durable=true, userID=51fe2fde-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:30 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=887, properties=TypedProperties[__AMQ_CID=51fdbaa9-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-c5e102de-0307-4820-9b6e-33d6f8c2f73f, JMSReplyTo=temp-queue://d40d988f-17e9-4bbd-b700-3a5cdc464e6e, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@986590215 2024-06-28 23:58:31,111 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueueRequestReplyRequestFirst: CoreMessage[messageID=6162, durable=true, userID=51fe2fde-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:30 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=887, properties=TypedProperties[__AMQ_CID=51fdbaa9-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-c5e102de-0307-4820-9b6e-33d6f8c2f73f, JMSReplyTo=temp-queue://d40d988f-17e9-4bbd-b700-3a5cdc464e6e, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@986590215 to transaction: TransactionImpl [xid=null, txID=6177, xid=null, state=ACTIVE, createTime=1719619111111(Fri Jun 28 23:58:31 UTC 2024), timeoutSeconds=-1, nr operations = 1]@7f30e813 2024-06-28 23:58:31,112 INFO [scout-thread-20] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 522c44ca-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@5ee57bb9[name=test/mom/testQueueRequestReplyRequestFirst, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=0e226ff9-e862-4b59-a21a-e7da2044a0af, activemq.broker=mom26] 2024-06-28 23:58:31,112 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [522c44cd-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=522c44ca-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=522c44ca-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@c51c3b6, true, {}] 2024-06-28 23:58:31,112 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [522c44ce-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=522c44ca-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=522c44ca-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2e96c95b, true, {}] 2024-06-28 23:58:31,113 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=6182, durable=true, userID=522c6be0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:31 UTC 2024, expiration=0, durable=true, address=d40d988f-17e9-4bbd-b700-3a5cdc464e6e, size=939, properties=TypedProperties[__AMQ_CID=522c44cc-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-c5e102de-0307-4820-9b6e-33d6f8c2f73f, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=0e226ff9-e862-4b59-a21a-e7da2044a0af]]@935671387, context: RoutingContextImpl(Address=d40d988f-17e9-4bbd-b700-3a5cdc464e6e, routingType=ANYCAST, PreviousAddress=d40d988f-17e9-4bbd-b700-3a5cdc464e6e previousRoute:ANYCAST, reusable=true, version=-2147483242) .................................................. ***** durable queues d40d988f-17e9-4bbd-b700-3a5cdc464e6e: ***** non durable for d40d988f-17e9-4bbd-b700-3a5cdc464e6e: - queueID=6158 address:d40d988f-17e9-4bbd-b700-3a5cdc464e6e name:d40d988f-17e9-4bbd-b700-3a5cdc464e6e filter:null .................................................. , transaction: null 2024-06-28 23:58:31,113 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from d40d988f-17e9-4bbd-b700-3a5cdc464e6e: Reference[6182]:RELIABLE:CoreMessage[messageID=6182, durable=true, userID=522c6be0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:31 UTC 2024, expiration=0, durable=true, address=d40d988f-17e9-4bbd-b700-3a5cdc464e6e, size=939, properties=TypedProperties[__AMQ_CID=522c44cc-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-c5e102de-0307-4820-9b6e-33d6f8c2f73f, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=0e226ff9-e862-4b59-a21a-e7da2044a0af]]@935671387 2024-06-28 23:58:31,114 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from d40d988f-17e9-4bbd-b700-3a5cdc464e6e: CoreMessage[messageID=6182, durable=true, userID=522c6be0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:31 UTC 2024, expiration=0, durable=true, address=d40d988f-17e9-4bbd-b700-3a5cdc464e6e, size=939, properties=TypedProperties[__AMQ_CID=522c44cc-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-c5e102de-0307-4820-9b6e-33d6f8c2f73f, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=0e226ff9-e862-4b59-a21a-e7da2044a0af]]@935671387 to transaction: TransactionImpl [xid=null, txID=6185, xid=null, state=ACTIVE, createTime=1719619111114(Fri Jun 28 23:58:31 UTC 2024), timeoutSeconds=-1, nr operations = 1]@7f2fc437 2024-06-28 23:58:31,114 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from d40d988f-17e9-4bbd-b700-3a5cdc464e6e: CoreMessage[messageID=6182, durable=true, userID=522c6be0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:31 UTC 2024, expiration=0, durable=true, address=d40d988f-17e9-4bbd-b700-3a5cdc464e6e, size=939, properties=TypedProperties[__AMQ_CID=522c44cc-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-c5e102de-0307-4820-9b6e-33d6f8c2f73f, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=0e226ff9-e862-4b59-a21a-e7da2044a0af]]@935671387, transaction: TransactionImpl [xid=null, txID=6185, xid=null, state=COMMITTED, createTime=1719619111114(Fri Jun 28 23:58:31 UTC 2024), timeoutSeconds=-1, nr operations = 0]@7f2fc437 2024-06-28 23:58:31,114 INFO [scout-thread-20] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 522c44ca-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@5ee57bb9[name=test/mom/testQueueRequestReplyRequestFirst, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=0e226ff9-e862-4b59-a21a-e7da2044a0af, activemq.broker=mom26] 2024-06-28 23:58:31,114 INFO [scout-thread-24] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 51fdbaa7-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom86] 2024-06-28 23:58:31,115 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueueRequestReplyRequestFirst: CoreMessage[messageID=6162, durable=true, userID=51fe2fde-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:30 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=887, properties=TypedProperties[__AMQ_CID=51fdbaa9-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-c5e102de-0307-4820-9b6e-33d6f8c2f73f, JMSReplyTo=temp-queue://d40d988f-17e9-4bbd-b700-3a5cdc464e6e, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@986590215, transaction: TransactionImpl [xid=null, txID=6177, xid=null, state=COMMITTED, createTime=1719619111111(Fri Jun 28 23:58:31 UTC 2024), timeoutSeconds=-1, nr operations = 0]@7f30e813 2024-06-28 23:58:31,115 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5a86112a] 2024-06-28 23:58:31,116 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 522bcf95-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:31,117 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@1d0df67a[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:31,117 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.007051 ms 2024-06-28 23:58:31,118 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 522b5a5f-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:31,118 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:31,119 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 313.742465 ms 2024-06-28 23:58:31,119 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:31,119 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:31,119 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:31,120 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 2054438298'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom71] 2024-06-28 23:58:31,121 INFO [scout-thread-16] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=requester (Q)] 2024-06-28 23:58:31,122 INFO [scout-thread-19] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 522dcb72-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom85] 2024-06-28 23:58:31,122 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [522dcb75-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=522dcb72-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=522dcb72-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3e672d55, true, {}] 2024-06-28 23:58:31,123 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [522dcb76-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=522dcb72-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=522dcb72-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@48eaa38d, true, {}] 2024-06-28 23:58:31,123 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=d88f5c9c-54ff-40c4-85f1-2624e105b342, address=d88f5c9c-54ff-40c4-85f1-2624e105b342, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:31,123 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@308d2860 2024-06-28 23:58:31,124 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@4c97d2b1 2024-06-28 23:58:31,124 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, d88f5c9c-54ff-40c4-85f1-2624e105b342, null, 0, false, true, null] 2024-06-28 23:58:31,125 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=6227, durable=true, userID=522e40a9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:31 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=887, properties=TypedProperties[__AMQ_CID=522dcb74-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-eccf3415-dae1-4b0f-97b1-43b592493b43, JMSReplyTo=temp-queue://d88f5c9c-54ff-40c4-85f1-2624e105b342, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1636252860, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyRequestFirst, routingType=ANYCAST, PreviousAddress=test/mom/testQueueRequestReplyRequestFirst previousRoute:ANYCAST, reusable=true, version=-2147483517) .................................................. ***** durable queues test/mom/testQueueRequestReplyRequestFirst: - queueID=1751 address:test/mom/testQueueRequestReplyRequestFirst name:test/mom/testQueueRequestReplyRequestFirst filter:null ***** non durable for test/mom/testQueueRequestReplyRequestFirst: .................................................. , transaction: null 2024-06-28 23:58:31,421 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 525b6b2a-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=replier (Q), activemq.broker=mom84] 2024-06-28 23:58:31,421 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [525b6b2d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=525b6b2a-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=525b6b2a-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@17e6e1d6, true, {}] 2024-06-28 23:58:31,422 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [525b923e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=525b6b2a-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=525b6b2a-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@662b09fc, true, {}] 2024-06-28 23:58:31,423 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=99df9181-6352-49e3-8462-b10e819d0a8e, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:31,423 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@1232c1be 2024-06-28 23:58:31,423 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 99df9181-6352-49e3-8462-b10e819d0a8e, null, 0, false, true, null] 2024-06-28 23:58:31,424 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 525be060-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=replier (Q), activemq.broker=mom84] 2024-06-28 23:58:31,424 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [525be063-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=525be060-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=525be060-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@635b1393, true, {}] 2024-06-28 23:58:31,425 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [525c0774-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=525be060-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=525be060-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@e4de65e, true, {}] 2024-06-28 23:58:31,425 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyRequestFirst, null, 0, false, true, null] 2024-06-28 23:58:31,426 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueueRequestReplyRequestFirst: Reference[6227]:RELIABLE:CoreMessage[messageID=6227, durable=true, userID=522e40a9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:31 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=887, properties=TypedProperties[__AMQ_CID=522dcb74-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-eccf3415-dae1-4b0f-97b1-43b592493b43, JMSReplyTo=temp-queue://d88f5c9c-54ff-40c4-85f1-2624e105b342, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1636252860 2024-06-28 23:58:31,426 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueueRequestReplyRequestFirst: CoreMessage[messageID=6227, durable=true, userID=522e40a9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:31 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=887, properties=TypedProperties[__AMQ_CID=522dcb74-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-eccf3415-dae1-4b0f-97b1-43b592493b43, JMSReplyTo=temp-queue://d88f5c9c-54ff-40c4-85f1-2624e105b342, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1636252860 to transaction: TransactionImpl [xid=null, txID=6242, xid=null, state=ACTIVE, createTime=1719619111426(Fri Jun 28 23:58:31 UTC 2024), timeoutSeconds=-1, nr operations = 1]@174d1d49 2024-06-28 23:58:31,426 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 525c2e85-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@5ee57bb9[name=test/mom/testQueueRequestReplyRequestFirst, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=832bb75b-c276-4e1c-9355-9819c8c6608f, activemq.broker=mom84] 2024-06-28 23:58:31,427 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [525c5598-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=525c2e85-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=525c2e85-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@13b9581a, true, {}] 2024-06-28 23:58:31,427 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [525c5599-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=525c2e85-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=525c2e85-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4c9c7dd4, true, {}] 2024-06-28 23:58:31,428 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=6247, durable=true, userID=525c7cab-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:31 UTC 2024, expiration=0, durable=true, address=d88f5c9c-54ff-40c4-85f1-2624e105b342, size=939, properties=TypedProperties[__AMQ_CID=525c5597-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-eccf3415-dae1-4b0f-97b1-43b592493b43, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=832bb75b-c276-4e1c-9355-9819c8c6608f]]@260690666, context: RoutingContextImpl(Address=d88f5c9c-54ff-40c4-85f1-2624e105b342, routingType=ANYCAST, PreviousAddress=d88f5c9c-54ff-40c4-85f1-2624e105b342 previousRoute:ANYCAST, reusable=true, version=-2147483238) .................................................. ***** durable queues d88f5c9c-54ff-40c4-85f1-2624e105b342: ***** non durable for d88f5c9c-54ff-40c4-85f1-2624e105b342: - queueID=6223 address:d88f5c9c-54ff-40c4-85f1-2624e105b342 name:d88f5c9c-54ff-40c4-85f1-2624e105b342 filter:null .................................................. , transaction: null 2024-06-28 23:58:31,428 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from d88f5c9c-54ff-40c4-85f1-2624e105b342: Reference[6247]:RELIABLE:CoreMessage[messageID=6247, durable=true, userID=525c7cab-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:31 UTC 2024, expiration=0, durable=true, address=d88f5c9c-54ff-40c4-85f1-2624e105b342, size=939, properties=TypedProperties[__AMQ_CID=525c5597-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-eccf3415-dae1-4b0f-97b1-43b592493b43, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=832bb75b-c276-4e1c-9355-9819c8c6608f]]@260690666 2024-06-28 23:58:31,428 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from d88f5c9c-54ff-40c4-85f1-2624e105b342: CoreMessage[messageID=6247, durable=true, userID=525c7cab-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:31 UTC 2024, expiration=0, durable=true, address=d88f5c9c-54ff-40c4-85f1-2624e105b342, size=939, properties=TypedProperties[__AMQ_CID=525c5597-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-eccf3415-dae1-4b0f-97b1-43b592493b43, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=832bb75b-c276-4e1c-9355-9819c8c6608f]]@260690666 to transaction: TransactionImpl [xid=null, txID=6250, xid=null, state=ACTIVE, createTime=1719619111428(Fri Jun 28 23:58:31 UTC 2024), timeoutSeconds=-1, nr operations = 1]@36b674 2024-06-28 23:58:31,428 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from d88f5c9c-54ff-40c4-85f1-2624e105b342: CoreMessage[messageID=6247, durable=true, userID=525c7cab-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:31 UTC 2024, expiration=0, durable=true, address=d88f5c9c-54ff-40c4-85f1-2624e105b342, size=939, properties=TypedProperties[__AMQ_CID=525c5597-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-eccf3415-dae1-4b0f-97b1-43b592493b43, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=832bb75b-c276-4e1c-9355-9819c8c6608f]]@260690666, transaction: TransactionImpl [xid=null, txID=6250, xid=null, state=COMMITTED, createTime=1719619111428(Fri Jun 28 23:58:31 UTC 2024), timeoutSeconds=-1, nr operations = 0]@36b674 2024-06-28 23:58:31,429 INFO [scout-thread-18] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 525c2e85-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@5ee57bb9[name=test/mom/testQueueRequestReplyRequestFirst, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=832bb75b-c276-4e1c-9355-9819c8c6608f, activemq.broker=mom84] 2024-06-28 23:58:31,429 INFO [scout-thread-19] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 522dcb72-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom85] 2024-06-28 23:58:31,430 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueueRequestReplyRequestFirst: CoreMessage[messageID=6227, durable=true, userID=522e40a9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:31 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=887, properties=TypedProperties[__AMQ_CID=522dcb74-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-eccf3415-dae1-4b0f-97b1-43b592493b43, JMSReplyTo=temp-queue://d88f5c9c-54ff-40c4-85f1-2624e105b342, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1636252860, transaction: TransactionImpl [xid=null, txID=6242, xid=null, state=COMMITTED, createTime=1719619111426(Fri Jun 28 23:58:31 UTC 2024), timeoutSeconds=-1, nr operations = 0]@174d1d49 2024-06-28 23:58:31,430 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@62c02089] 2024-06-28 23:58:31,431 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 525be060-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:31,431 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@1719514b[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:31,432 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.007126 ms 2024-06-28 23:58:31,432 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 525b6b2a-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:31,433 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:31,433 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 313.937136 ms 2024-06-28 23:58:31,433 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:31,434 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:31,434 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:31,434 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 940867115'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom86] 2024-06-28 23:58:31,436 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=requester (Q), activemq.broker=mom26] 2024-06-28 23:58:31,436 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 525db52d-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom71] 2024-06-28 23:58:31,437 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [525ddc40-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=525db52d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=525db52d-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@714bf6c8, true, {}] 2024-06-28 23:58:31,437 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [525ddc41-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=525db52d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=525db52d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@18bdbb11, true, {}] 2024-06-28 23:58:31,438 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=9e848809-5e68-482b-8ff3-6a9ad8e0f9e1, address=9e848809-5e68-482b-8ff3-6a9ad8e0f9e1, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:31,438 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@f9c76be 2024-06-28 23:58:31,439 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@4ec3fb25 2024-06-28 23:58:31,439 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 9e848809-5e68-482b-8ff3-6a9ad8e0f9e1, null, 0, false, true, null] 2024-06-28 23:58:31,440 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=6292, durable=true, userID=525e5174-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:31 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=887, properties=TypedProperties[__AMQ_CID=525ddc3f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-b31d0305-7862-4809-94cb-b0428fd46ff1, JMSReplyTo=temp-queue://9e848809-5e68-482b-8ff3-6a9ad8e0f9e1, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1904073894, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyRequestFirst, routingType=ANYCAST, PreviousAddress=test/mom/testQueueRequestReplyRequestFirst previousRoute:ANYCAST, reusable=true, version=-2147483517) .................................................. ***** durable queues test/mom/testQueueRequestReplyRequestFirst: - queueID=1751 address:test/mom/testQueueRequestReplyRequestFirst name:test/mom/testQueueRequestReplyRequestFirst filter:null ***** non durable for test/mom/testQueueRequestReplyRequestFirst: .................................................. , transaction: null 2024-06-28 23:58:31,735 INFO [scout-thread-16] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 528b54e5-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=replier (Q)] 2024-06-28 23:58:31,736 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [528b7bf8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=528b54e5-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=528b54e5-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@493d85be, true, {}] 2024-06-28 23:58:31,737 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [528ba309-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=528b54e5-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=528b54e5-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@67ca5831, true, {}] 2024-06-28 23:58:31,738 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=c136bbac-ef00-43d1-8f5b-d6baedda0e79, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:31,738 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@6090a983 2024-06-28 23:58:31,739 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, c136bbac-ef00-43d1-8f5b-d6baedda0e79, null, 0, false, true, null] 2024-06-28 23:58:31,739 INFO [scout-thread-16] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 528bf12b-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=replier (Q)] 2024-06-28 23:58:31,740 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [528c183e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=528bf12b-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=528bf12b-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@34d5fef1, true, {}] 2024-06-28 23:58:31,740 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [528c183f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=528bf12b-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=528bf12b-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@29476ce9, true, {}] 2024-06-28 23:58:31,741 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyRequestFirst, null, 0, false, true, null] 2024-06-28 23:58:31,741 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueueRequestReplyRequestFirst: Reference[6292]:RELIABLE:CoreMessage[messageID=6292, durable=true, userID=525e5174-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:31 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=887, properties=TypedProperties[__AMQ_CID=525ddc3f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-b31d0305-7862-4809-94cb-b0428fd46ff1, JMSReplyTo=temp-queue://9e848809-5e68-482b-8ff3-6a9ad8e0f9e1, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1904073894 2024-06-28 23:58:31,741 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueueRequestReplyRequestFirst: CoreMessage[messageID=6292, durable=true, userID=525e5174-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:31 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=887, properties=TypedProperties[__AMQ_CID=525ddc3f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-b31d0305-7862-4809-94cb-b0428fd46ff1, JMSReplyTo=temp-queue://9e848809-5e68-482b-8ff3-6a9ad8e0f9e1, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1904073894 to transaction: TransactionImpl [xid=null, txID=6307, xid=null, state=ACTIVE, createTime=1719619111741(Fri Jun 28 23:58:31 UTC 2024), timeoutSeconds=-1, nr operations = 1]@2c7e1a0a 2024-06-28 23:58:31,742 INFO [scout-thread-16] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 528c6660-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@5ee57bb9[name=test/mom/testQueueRequestReplyRequestFirst, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=30ced089-5775-40d3-9380-73aa92ea25a3] 2024-06-28 23:58:31,742 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [528c6663-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=528c6660-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=528c6660-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@95b95b7, true, {}] 2024-06-28 23:58:31,743 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [528c8d74-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=528c6660-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=528c6660-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5f190ec8, true, {}] 2024-06-28 23:58:31,744 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=6312, durable=true, userID=528c8d76-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:31 UTC 2024, expiration=0, durable=true, address=9e848809-5e68-482b-8ff3-6a9ad8e0f9e1, size=939, properties=TypedProperties[__AMQ_CID=528c6662-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-b31d0305-7862-4809-94cb-b0428fd46ff1, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=30ced089-5775-40d3-9380-73aa92ea25a3]]@1149153386, context: RoutingContextImpl(Address=9e848809-5e68-482b-8ff3-6a9ad8e0f9e1, routingType=ANYCAST, PreviousAddress=9e848809-5e68-482b-8ff3-6a9ad8e0f9e1 previousRoute:ANYCAST, reusable=true, version=-2147483234) .................................................. ***** durable queues 9e848809-5e68-482b-8ff3-6a9ad8e0f9e1: ***** non durable for 9e848809-5e68-482b-8ff3-6a9ad8e0f9e1: - queueID=6288 address:9e848809-5e68-482b-8ff3-6a9ad8e0f9e1 name:9e848809-5e68-482b-8ff3-6a9ad8e0f9e1 filter:null .................................................. , transaction: null 2024-06-28 23:58:31,744 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 9e848809-5e68-482b-8ff3-6a9ad8e0f9e1: Reference[6312]:RELIABLE:CoreMessage[messageID=6312, durable=true, userID=528c8d76-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:31 UTC 2024, expiration=0, durable=true, address=9e848809-5e68-482b-8ff3-6a9ad8e0f9e1, size=939, properties=TypedProperties[__AMQ_CID=528c6662-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-b31d0305-7862-4809-94cb-b0428fd46ff1, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=30ced089-5775-40d3-9380-73aa92ea25a3]]@1149153386 2024-06-28 23:58:31,744 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 9e848809-5e68-482b-8ff3-6a9ad8e0f9e1: CoreMessage[messageID=6312, durable=true, userID=528c8d76-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:31 UTC 2024, expiration=0, durable=true, address=9e848809-5e68-482b-8ff3-6a9ad8e0f9e1, size=939, properties=TypedProperties[__AMQ_CID=528c6662-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-b31d0305-7862-4809-94cb-b0428fd46ff1, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=30ced089-5775-40d3-9380-73aa92ea25a3]]@1149153386 to transaction: TransactionImpl [xid=null, txID=6315, xid=null, state=ACTIVE, createTime=1719619111744(Fri Jun 28 23:58:31 UTC 2024), timeoutSeconds=-1, nr operations = 1]@775bb0a5 2024-06-28 23:58:31,744 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 9e848809-5e68-482b-8ff3-6a9ad8e0f9e1: CoreMessage[messageID=6312, durable=true, userID=528c8d76-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:31 UTC 2024, expiration=0, durable=true, address=9e848809-5e68-482b-8ff3-6a9ad8e0f9e1, size=939, properties=TypedProperties[__AMQ_CID=528c6662-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-b31d0305-7862-4809-94cb-b0428fd46ff1, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=30ced089-5775-40d3-9380-73aa92ea25a3]]@1149153386, transaction: TransactionImpl [xid=null, txID=6315, xid=null, state=COMMITTED, createTime=1719619111744(Fri Jun 28 23:58:31 UTC 2024), timeoutSeconds=-1, nr operations = 0]@775bb0a5 2024-06-28 23:58:31,744 INFO [scout-thread-16] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 528c6660-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@5ee57bb9[name=test/mom/testQueueRequestReplyRequestFirst, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=30ced089-5775-40d3-9380-73aa92ea25a3] 2024-06-28 23:58:31,745 INFO [scout-thread-23] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 525db52d-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom71] 2024-06-28 23:58:31,745 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueueRequestReplyRequestFirst: CoreMessage[messageID=6292, durable=true, userID=525e5174-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:31 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=887, properties=TypedProperties[__AMQ_CID=525ddc3f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-b31d0305-7862-4809-94cb-b0428fd46ff1, JMSReplyTo=temp-queue://9e848809-5e68-482b-8ff3-6a9ad8e0f9e1, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1904073894, transaction: TransactionImpl [xid=null, txID=6307, xid=null, state=COMMITTED, createTime=1719619111741(Fri Jun 28 23:58:31 UTC 2024), timeoutSeconds=-1, nr operations = 0]@2c7e1a0a 2024-06-28 23:58:31,746 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6a25c9ad] 2024-06-28 23:58:31,747 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 528bf12b-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:31,747 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@569bbe17[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:31,747 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.007031 ms 2024-06-28 23:58:31,748 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 528b54e5-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:31,749 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:31,749 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 315.015317 ms 2024-06-28 23:58:31,749 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:31,749 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:31,749 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:31,750 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 715536489'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:31,751 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=requester (Q), activemq.broker=mom84] 2024-06-28 23:58:31,752 INFO [scout-thread-24] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 528ded08-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom86] 2024-06-28 23:58:31,752 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [528ded0b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=528ded08-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=528ded08-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@39367aac, true, {}] 2024-06-28 23:58:31,753 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [528e141c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=528ded08-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=528ded08-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7212784d, true, {}] 2024-06-28 23:58:31,753 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=233d8285-3d72-40a7-8318-fe620fd6ce2f, address=233d8285-3d72-40a7-8318-fe620fd6ce2f, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:31,754 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@4d5931cc 2024-06-28 23:58:31,754 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@2d5dc959 2024-06-28 23:58:31,755 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 233d8285-3d72-40a7-8318-fe620fd6ce2f, null, 0, false, true, null] 2024-06-28 23:58:31,756 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=6357, durable=true, userID=528e623f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:31 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=887, properties=TypedProperties[__AMQ_CID=528ded0a-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e3d31044-73a3-4090-a01a-06c0ac2b9b55, JMSReplyTo=temp-queue://233d8285-3d72-40a7-8318-fe620fd6ce2f, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@391811936, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyRequestFirst, routingType=ANYCAST, PreviousAddress=test/mom/testQueueRequestReplyRequestFirst previousRoute:ANYCAST, reusable=true, version=-2147483517) .................................................. ***** durable queues test/mom/testQueueRequestReplyRequestFirst: - queueID=1751 address:test/mom/testQueueRequestReplyRequestFirst name:test/mom/testQueueRequestReplyRequestFirst filter:null ***** non durable for test/mom/testQueueRequestReplyRequestFirst: .................................................. , transaction: null 2024-06-28 23:58:32,051 INFO [scout-thread-20] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 52bb8cc0-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=replier (Q), activemq.broker=mom26] 2024-06-28 23:58:32,052 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [52bb8cc3-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=52bb8cc0-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=52bb8cc0-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@52873017, true, {}] 2024-06-28 23:58:32,052 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [52bbb3d4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=52bb8cc0-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=52bb8cc0-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3a25fd74, true, {}] 2024-06-28 23:58:32,053 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=7d78f388-5662-421c-a25c-a809b65f334d, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:32,053 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@4e28c0a6 2024-06-28 23:58:32,054 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 7d78f388-5662-421c-a25c-a809b65f334d, null, 0, false, true, null] 2024-06-28 23:58:32,054 INFO [scout-thread-20] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 52bc01f6-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=replier (Q), activemq.broker=mom26] 2024-06-28 23:58:32,054 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [52bc01f9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=52bc01f6-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=52bc01f6-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@444130d5, true, {}] 2024-06-28 23:58:32,055 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [52bc290a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=52bc01f6-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=52bc01f6-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1dde4977, true, {}] 2024-06-28 23:58:32,055 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyRequestFirst, null, 0, false, true, null] 2024-06-28 23:58:32,056 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueueRequestReplyRequestFirst: Reference[6357]:RELIABLE:CoreMessage[messageID=6357, durable=true, userID=528e623f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:31 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=887, properties=TypedProperties[__AMQ_CID=528ded0a-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e3d31044-73a3-4090-a01a-06c0ac2b9b55, JMSReplyTo=temp-queue://233d8285-3d72-40a7-8318-fe620fd6ce2f, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@391811936 2024-06-28 23:58:32,056 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueueRequestReplyRequestFirst: CoreMessage[messageID=6357, durable=true, userID=528e623f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:31 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=887, properties=TypedProperties[__AMQ_CID=528ded0a-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e3d31044-73a3-4090-a01a-06c0ac2b9b55, JMSReplyTo=temp-queue://233d8285-3d72-40a7-8318-fe620fd6ce2f, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@391811936 to transaction: TransactionImpl [xid=null, txID=6372, xid=null, state=ACTIVE, createTime=1719619112056(Fri Jun 28 23:58:32 UTC 2024), timeoutSeconds=-1, nr operations = 1]@2dabdbc2 2024-06-28 23:58:32,056 INFO [scout-thread-20] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 52bc501b-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@5ee57bb9[name=test/mom/testQueueRequestReplyRequestFirst, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=2205c2bc-7d99-443e-9f8a-fd20454fba0b, activemq.broker=mom26] 2024-06-28 23:58:32,057 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [52bc772e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=52bc501b-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=52bc501b-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4ad81c4b, true, {}] 2024-06-28 23:58:32,057 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [52bc772f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=52bc501b-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=52bc501b-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3aab49b3, true, {}] 2024-06-28 23:58:32,058 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=6377, durable=true, userID=52bc9e41-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:32 UTC 2024, expiration=0, durable=true, address=233d8285-3d72-40a7-8318-fe620fd6ce2f, size=939, properties=TypedProperties[__AMQ_CID=52bc772d-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e3d31044-73a3-4090-a01a-06c0ac2b9b55, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=2205c2bc-7d99-443e-9f8a-fd20454fba0b]]@2022184429, context: RoutingContextImpl(Address=233d8285-3d72-40a7-8318-fe620fd6ce2f, routingType=ANYCAST, PreviousAddress=233d8285-3d72-40a7-8318-fe620fd6ce2f previousRoute:ANYCAST, reusable=true, version=-2147483230) .................................................. ***** durable queues 233d8285-3d72-40a7-8318-fe620fd6ce2f: ***** non durable for 233d8285-3d72-40a7-8318-fe620fd6ce2f: - queueID=6353 address:233d8285-3d72-40a7-8318-fe620fd6ce2f name:233d8285-3d72-40a7-8318-fe620fd6ce2f filter:null .................................................. , transaction: null 2024-06-28 23:58:32,058 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 233d8285-3d72-40a7-8318-fe620fd6ce2f: Reference[6377]:RELIABLE:CoreMessage[messageID=6377, durable=true, userID=52bc9e41-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:32 UTC 2024, expiration=0, durable=true, address=233d8285-3d72-40a7-8318-fe620fd6ce2f, size=939, properties=TypedProperties[__AMQ_CID=52bc772d-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e3d31044-73a3-4090-a01a-06c0ac2b9b55, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=2205c2bc-7d99-443e-9f8a-fd20454fba0b]]@2022184429 2024-06-28 23:58:32,059 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 233d8285-3d72-40a7-8318-fe620fd6ce2f: CoreMessage[messageID=6377, durable=true, userID=52bc9e41-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:32 UTC 2024, expiration=0, durable=true, address=233d8285-3d72-40a7-8318-fe620fd6ce2f, size=939, properties=TypedProperties[__AMQ_CID=52bc772d-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e3d31044-73a3-4090-a01a-06c0ac2b9b55, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=2205c2bc-7d99-443e-9f8a-fd20454fba0b]]@2022184429 to transaction: TransactionImpl [xid=null, txID=6380, xid=null, state=ACTIVE, createTime=1719619112059(Fri Jun 28 23:58:32 UTC 2024), timeoutSeconds=-1, nr operations = 1]@34089264 2024-06-28 23:58:32,059 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 233d8285-3d72-40a7-8318-fe620fd6ce2f: CoreMessage[messageID=6377, durable=true, userID=52bc9e41-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:32 UTC 2024, expiration=0, durable=true, address=233d8285-3d72-40a7-8318-fe620fd6ce2f, size=939, properties=TypedProperties[__AMQ_CID=52bc772d-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e3d31044-73a3-4090-a01a-06c0ac2b9b55, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=2205c2bc-7d99-443e-9f8a-fd20454fba0b]]@2022184429, transaction: TransactionImpl [xid=null, txID=6380, xid=null, state=COMMITTED, createTime=1719619112059(Fri Jun 28 23:58:32 UTC 2024), timeoutSeconds=-1, nr operations = 0]@34089264 2024-06-28 23:58:32,059 INFO [scout-thread-20] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 52bc501b-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@5ee57bb9[name=test/mom/testQueueRequestReplyRequestFirst, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=2205c2bc-7d99-443e-9f8a-fd20454fba0b, activemq.broker=mom26] 2024-06-28 23:58:32,060 INFO [scout-thread-24] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 528ded08-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst, activemq.broker=mom86] 2024-06-28 23:58:32,060 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueueRequestReplyRequestFirst: CoreMessage[messageID=6357, durable=true, userID=528e623f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:31 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyRequestFirst, size=887, properties=TypedProperties[__AMQ_CID=528ded0a-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e3d31044-73a3-4090-a01a-06c0ac2b9b55, JMSReplyTo=temp-queue://233d8285-3d72-40a7-8318-fe620fd6ce2f, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@391811936, transaction: TransactionImpl [xid=null, txID=6372, xid=null, state=COMMITTED, createTime=1719619112056(Fri Jun 28 23:58:32 UTC 2024), timeoutSeconds=-1, nr operations = 0]@2dabdbc2 2024-06-28 23:58:32,061 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@50b010d4] 2024-06-28 23:58:32,062 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 52bc01f6-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:32,062 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@31e0a6b0[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:32,062 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.007055 ms 2024-06-28 23:58:32,063 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 52bb8cc0-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:32,064 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:32,064 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 314.486865 ms 2024-06-28 23:58:32,064 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:32,065 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:32,065 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:32,065 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 320205269'. 2024-06-28 23:58:32,067 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.initRequestReply(JmsMomImplementor.java:218) - Scout JUnit MOM [artemis]: 'request-reply' messaging is disabled 2024-06-28 23:58:32,067 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:58:32,067 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:32,067 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 2.059933 ms 2024-06-28 23:58:32,067 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:32,068 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:32,068 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:32,068 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1604359229'. 2024-06-28 23:58:32,069 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:58:32,070 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 52be7304-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:58:32,070 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [52be7307-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=52be7304-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=52be7304-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3dc3cdb, true, {}] 2024-06-28 23:58:32,071 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [52be9a18-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=52be7304-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=52be7304-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@506338cc, true, {}] 2024-06-28 23:58:32,072 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=c0312e60-2428-482a-832f-867dce97fd8d, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:32,072 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@5aaec1b1 2024-06-28 23:58:32,072 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, c0312e60-2428-482a-832f-867dce97fd8d, null, 0, false, true, null] 2024-06-28 23:58:32,073 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 52bee83a-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:58:32,073 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [52bee83d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=52bee83a-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=52bee83a-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@62b19074, true, {}] 2024-06-28 23:58:32,074 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [52bf0f4e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=52bee83a-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=52bee83a-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@ff79f54, true, {}] 2024-06-28 23:58:32,074 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testCurrentMessageRequestReply, null, 0, false, true, null] 2024-06-28 23:58:32,075 INFO [scout-thread-19] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 52bf365f-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testCurrentMessageRequestReply, cid=cid_test, activemq.broker=mom85] 2024-06-28 23:58:32,075 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [52bf3662-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=52bf365f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=52bf365f-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6a7fbc1f, true, {}] 2024-06-28 23:58:32,076 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [52bf3663-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=52bf365f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=52bf365f-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@780dfdc0, true, {}] 2024-06-28 23:58:32,076 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=082ca9f6-a4e2-4a82-a6f0-e0da82b288ed, address=082ca9f6-a4e2-4a82-a6f0-e0da82b288ed, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:32,076 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@448ccc35 2024-06-28 23:58:32,076 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@75c0d92e 2024-06-28 23:58:32,077 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 082ca9f6-a4e2-4a82-a6f0-e0da82b288ed, null, 0, false, true, null] 2024-06-28 23:58:32,078 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=6436, durable=true, userID=52bf8486-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:32 UTC 2024, expiration=0, durable=true, address=test/mom/testCurrentMessageRequestReply, size=1139, properties=TypedProperties[__AMQ_CID=52bf3661-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-915f9eb2-02e1-4489-be2a-6e662a1143ad, JMSReplyTo=temp-queue://082ca9f6-a4e2-4a82-a6f0-e0da82b288ed, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid_test]]@938610113, context: RoutingContextImpl(Address=test/mom/testCurrentMessageRequestReply, routingType=ANYCAST, PreviousAddress=test/mom/testCurrentMessageRequestReply previousRoute:ANYCAST, reusable=true, version=-2147483476) .................................................. ***** durable queues test/mom/testCurrentMessageRequestReply: - queueID=2360 address:test/mom/testCurrentMessageRequestReply name:test/mom/testCurrentMessageRequestReply filter:null ***** non durable for test/mom/testCurrentMessageRequestReply: .................................................. , transaction: null 2024-06-28 23:58:32,082 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testCurrentMessageRequestReply: Reference[6436]:RELIABLE:CoreMessage[messageID=6436, durable=true, userID=52bf8486-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:32 UTC 2024, expiration=0, durable=true, address=test/mom/testCurrentMessageRequestReply, size=1139, properties=TypedProperties[__AMQ_CID=52bf3661-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-915f9eb2-02e1-4489-be2a-6e662a1143ad, JMSReplyTo=temp-queue://082ca9f6-a4e2-4a82-a6f0-e0da82b288ed, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid_test]]@938610113 2024-06-28 23:58:32,082 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testCurrentMessageRequestReply: CoreMessage[messageID=6436, durable=true, userID=52bf8486-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:32 UTC 2024, expiration=0, durable=true, address=test/mom/testCurrentMessageRequestReply, size=1139, properties=TypedProperties[__AMQ_CID=52bf3661-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-915f9eb2-02e1-4489-be2a-6e662a1143ad, JMSReplyTo=temp-queue://082ca9f6-a4e2-4a82-a6f0-e0da82b288ed, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid_test]]@938610113 to transaction: TransactionImpl [xid=null, txID=6437, xid=null, state=ACTIVE, createTime=1719619112082(Fri Jun 28 23:58:32 UTC 2024), timeoutSeconds=-1, nr operations = 1]@282c5132 2024-06-28 23:58:32,083 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 52c06ee7-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@fa97317b[name=test/mom/testCurrentMessageRequestReply, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=cid_test, activemq.broker=mom84] 2024-06-28 23:58:32,083 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [52c06eea-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=52c06ee7-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=52c06ee7-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@35034ce8, true, {}] 2024-06-28 23:58:32,084 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [52c095fb-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=52c06ee7-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=52c06ee7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@d43aaf9, true, {}] 2024-06-28 23:58:32,085 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=6442, durable=true, userID=52c095fd-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:32 UTC 2024, expiration=0, durable=true, address=082ca9f6-a4e2-4a82-a6f0-e0da82b288ed, size=752, properties=TypedProperties[__AMQ_CID=52c06ee9-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-915f9eb2-02e1-4489-be2a-6e662a1143ad, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid_test]]@1654589312, context: RoutingContextImpl(Address=082ca9f6-a4e2-4a82-a6f0-e0da82b288ed, routingType=ANYCAST, PreviousAddress=082ca9f6-a4e2-4a82-a6f0-e0da82b288ed previousRoute:ANYCAST, reusable=true, version=-2147483225) .................................................. ***** durable queues 082ca9f6-a4e2-4a82-a6f0-e0da82b288ed: ***** non durable for 082ca9f6-a4e2-4a82-a6f0-e0da82b288ed: - queueID=6432 address:082ca9f6-a4e2-4a82-a6f0-e0da82b288ed name:082ca9f6-a4e2-4a82-a6f0-e0da82b288ed filter:null .................................................. , transaction: null 2024-06-28 23:58:32,085 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 082ca9f6-a4e2-4a82-a6f0-e0da82b288ed: Reference[6442]:RELIABLE:CoreMessage[messageID=6442, durable=true, userID=52c095fd-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:32 UTC 2024, expiration=0, durable=true, address=082ca9f6-a4e2-4a82-a6f0-e0da82b288ed, size=752, properties=TypedProperties[__AMQ_CID=52c06ee9-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-915f9eb2-02e1-4489-be2a-6e662a1143ad, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid_test]]@1654589312 2024-06-28 23:58:32,085 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testCurrentMessageRequestReply: CoreMessage[messageID=6436, durable=true, userID=52bf8486-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:32 UTC 2024, expiration=0, durable=true, address=test/mom/testCurrentMessageRequestReply, size=1139, properties=TypedProperties[__AMQ_CID=52bf3661-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-915f9eb2-02e1-4489-be2a-6e662a1143ad, JMSReplyTo=temp-queue://082ca9f6-a4e2-4a82-a6f0-e0da82b288ed, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid_test]]@938610113, transaction: TransactionImpl [xid=null, txID=6437, xid=null, state=COMMITTED, createTime=1719619112082(Fri Jun 28 23:58:32 UTC 2024), timeoutSeconds=-1, nr operations = 0]@282c5132 2024-06-28 23:58:32,085 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 082ca9f6-a4e2-4a82-a6f0-e0da82b288ed: CoreMessage[messageID=6442, durable=true, userID=52c095fd-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:32 UTC 2024, expiration=0, durable=true, address=082ca9f6-a4e2-4a82-a6f0-e0da82b288ed, size=752, properties=TypedProperties[__AMQ_CID=52c06ee9-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-915f9eb2-02e1-4489-be2a-6e662a1143ad, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid_test]]@1654589312 to transaction: TransactionImpl [xid=null, txID=6445, xid=null, state=ACTIVE, createTime=1719619112085(Fri Jun 28 23:58:32 UTC 2024), timeoutSeconds=-1, nr operations = 1]@7517d088 2024-06-28 23:58:32,085 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 082ca9f6-a4e2-4a82-a6f0-e0da82b288ed: CoreMessage[messageID=6442, durable=true, userID=52c095fd-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:32 UTC 2024, expiration=0, durable=true, address=082ca9f6-a4e2-4a82-a6f0-e0da82b288ed, size=752, properties=TypedProperties[__AMQ_CID=52c06ee9-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-915f9eb2-02e1-4489-be2a-6e662a1143ad, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid_test]]@1654589312, transaction: TransactionImpl [xid=null, txID=6445, xid=null, state=COMMITTED, createTime=1719619112085(Fri Jun 28 23:58:32 UTC 2024), timeoutSeconds=-1, nr operations = 0]@7517d088 2024-06-28 23:58:32,085 INFO [scout-thread-18] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 52c06ee7-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@fa97317b[name=test/mom/testCurrentMessageRequestReply, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=cid_test, activemq.broker=mom84] 2024-06-28 23:58:32,086 INFO [scout-thread-19] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 52bf365f-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testCurrentMessageRequestReply, cid=cid_test, activemq.broker=mom85] 2024-06-28 23:58:32,087 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@1ec96512, org.eclipse.scout.rt.mom.jms.JmsSubscription@3d00c2ae] 2024-06-28 23:58:32,087 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 52bee83a-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:32,088 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@900ffc4[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:32,088 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.006884 ms 2024-06-28 23:58:32,089 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 52be7304-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:32,089 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:32,090 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 21.774355 ms 2024-06-28 23:58:32,090 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:32,090 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:32,090 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:32,091 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1994209953'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom71] 2024-06-28 23:58:32,092 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom71] 2024-06-28 23:58:32,093 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 52c1f58f-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom71] 2024-06-28 23:58:32,093 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [52c1f592-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=52c1f58f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=52c1f58f-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@371f8451, true, {}] 2024-06-28 23:58:32,094 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [52c21ca3-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=52c1f58f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=52c1f58f-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1a3aa310, true, {}] 2024-06-28 23:58:32,094 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=40f968a5-5c6f-439a-97ee-834406fe61fe, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:32,095 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@31fe7889 2024-06-28 23:58:32,095 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 40f968a5-5c6f-439a-97ee-834406fe61fe, null, 0, false, true, null] 2024-06-28 23:58:32,095 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 52c243b5-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom71] 2024-06-28 23:58:32,096 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [52c26ac8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=52c243b5-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=52c243b5-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7b111a45, true, {}] 2024-06-28 23:58:32,096 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [52c26ac9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=52c243b5-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=52c243b5-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@57743c5d, true, {}] 2024-06-28 23:58:32,097 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 52c26ac9-35aa-11ef-ab26-0a580a2845c5 with parameters: [test/mom/testTopicRequestReplyTimeout, [MULTICAST], true] 2024-06-28 23:58:32,097 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@2a70ae9d 2024-06-28 23:58:32,097 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=be2cd50c-51d4-424f-a035-536455282ac3, address=test/mom/testTopicRequestReplyTimeout, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:32,098 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@e28abc7 2024-06-28 23:58:32,098 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, be2cd50c-51d4-424f-a035-536455282ac3, null, 0, false, true, null] 2024-06-28 23:58:32,098 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 52c2b8eb-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testTopicRequestReplyTimeout, activemq.broker=mom84] 2024-06-28 23:58:32,099 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [52c2dffe-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=52c2b8eb-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=52c2b8eb-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@291323c6, true, {}] 2024-06-28 23:58:32,099 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [52c2dfff-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=52c2b8eb-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=52c2b8eb-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6888a16a, true, {}] 2024-06-28 23:58:32,099 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=c77184e2-fa83-47ec-995d-38208852df92, address=c77184e2-fa83-47ec-995d-38208852df92, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:32,099 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@51b96969 2024-06-28 23:58:32,100 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@2243d3d9 2024-06-28 23:58:32,100 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, c77184e2-fa83-47ec-995d-38208852df92, null, 0, false, true, null] 2024-06-28 23:58:32,101 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=6505, durable=true, userID=52c30712-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:32 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReplyTimeout, size=877, properties=TypedProperties[__AMQ_CID=52c2dffd-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-96b470c0-842b-49ae-8eb8-2af05f5985ea, JMSReplyTo=temp-queue://c77184e2-fa83-47ec-995d-38208852df92, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@974084369, context: RoutingContextImpl(Address=test/mom/testTopicRequestReplyTimeout, routingType=MULTICAST, PreviousAddress=test/mom/testTopicRequestReplyTimeout previousRoute:MULTICAST, reusable=true, version=-2147483221) .................................................. ***** durable queues test/mom/testTopicRequestReplyTimeout: ***** non durable for test/mom/testTopicRequestReplyTimeout: - queueID=6493 address:test/mom/testTopicRequestReplyTimeout name:be2cd50c-51d4-424f-a035-536455282ac3 filter:null .................................................. , transaction: null 2024-06-28 23:58:32,101 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from be2cd50c-51d4-424f-a035-536455282ac3: Reference[6505]:RELIABLE:CoreMessage[messageID=6505, durable=true, userID=52c30712-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:32 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReplyTimeout, size=877, properties=TypedProperties[__AMQ_CID=52c2dffd-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-96b470c0-842b-49ae-8eb8-2af05f5985ea, JMSReplyTo=temp-queue://c77184e2-fa83-47ec-995d-38208852df92, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@974084369 2024-06-28 23:58:32,101 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from be2cd50c-51d4-424f-a035-536455282ac3: CoreMessage[messageID=6505, durable=true, userID=52c30712-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:32 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReplyTimeout, size=877, properties=TypedProperties[__AMQ_CID=52c2dffd-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-96b470c0-842b-49ae-8eb8-2af05f5985ea, JMSReplyTo=temp-queue://c77184e2-fa83-47ec-995d-38208852df92, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@974084369 to transaction: TransactionImpl [xid=null, txID=6506, xid=null, state=ACTIVE, createTime=1719619112101(Fri Jun 28 23:58:32 UTC 2024), timeoutSeconds=-1, nr operations = 1]@3fb95a6a 2024-06-28 23:58:32,101 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from be2cd50c-51d4-424f-a035-536455282ac3: CoreMessage[messageID=6505, durable=true, userID=52c30712-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:32 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReplyTimeout, size=877, properties=TypedProperties[__AMQ_CID=52c2dffd-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-96b470c0-842b-49ae-8eb8-2af05f5985ea, JMSReplyTo=temp-queue://c77184e2-fa83-47ec-995d-38208852df92, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@974084369, transaction: TransactionImpl [xid=null, txID=6506, xid=null, state=COMMITTED, createTime=1719619112101(Fri Jun 28 23:58:32 UTC 2024), timeoutSeconds=-1, nr operations = 0]@3fb95a6a 2024-06-28 23:58:37,099 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:481) - Request job canceled; java.lang.InterruptedException - MDC[jobName=request on test/mom/testTopicRequestReplyTimeout, activemq.broker=mom84] 2024-06-28 23:58:37,099 INFO [scout-thread-20] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 55bdd083-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS publish cancel request for scout.mom.requestreply.uid-96b470c0-842b-49ae-8eb8-2af05f5985ea, activemq.broker=mom26] 2024-06-28 23:58:37,100 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [55bdd086-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=55bdd083-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=55bdd083-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@10120f46, true, {}] 2024-06-28 23:58:37,100 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [55bdf797-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=55bdd083-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=55bdd083-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6d2ed6a2, true, {}] 2024-06-28 23:58:37,100 INFO [scout-thread-18] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 52c2b8eb-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testTopicRequestReplyTimeout, activemq.broker=mom84] 2024-06-28 23:58:37,101 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=6524, durable=true, userID=55bdf799-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:37 UTC 2024, expiration=0, durable=true, address=scout.mom.requestreply.cancellation, size=457, properties=TypedProperties[__AMQ_CID=55bdd085-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-96b470c0-842b-49ae-8eb8-2af05f5985ea, _AMQ_ROUTING_TYPE=0]]@1979518393, context: RoutingContextImpl(Address=scout.mom.requestreply.cancellation, routingType=MULTICAST, PreviousAddress=scout.mom.requestreply.cancellation previousRoute:MULTICAST, reusable=true, version=-2147483222) .................................................. ***** durable queues scout.mom.requestreply.cancellation: ***** non durable for scout.mom.requestreply.cancellation: - queueID=6483 address:scout.mom.requestreply.cancellation name:40f968a5-5c6f-439a-97ee-834406fe61fe filter:null .................................................. , transaction: null 2024-06-28 23:58:37,101 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 40f968a5-5c6f-439a-97ee-834406fe61fe: Reference[6524]:RELIABLE:CoreMessage[messageID=6524, durable=true, userID=55bdf799-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:37 UTC 2024, expiration=0, durable=true, address=scout.mom.requestreply.cancellation, size=457, properties=TypedProperties[__AMQ_CID=55bdd085-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-96b470c0-842b-49ae-8eb8-2af05f5985ea, _AMQ_ROUTING_TYPE=0]]@1979518393 2024-06-28 23:58:37,101 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 40f968a5-5c6f-439a-97ee-834406fe61fe: CoreMessage[messageID=6524, durable=true, userID=55bdf799-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:37 UTC 2024, expiration=0, durable=true, address=scout.mom.requestreply.cancellation, size=457, properties=TypedProperties[__AMQ_CID=55bdd085-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-96b470c0-842b-49ae-8eb8-2af05f5985ea, _AMQ_ROUTING_TYPE=0]]@1979518393 to transaction: TransactionImpl [xid=null, txID=6527, xid=null, state=ACTIVE, createTime=1719619117101(Fri Jun 28 23:58:37 UTC 2024), timeoutSeconds=-1, nr operations = 1]@3b96e097 2024-06-28 23:58:37,101 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 40f968a5-5c6f-439a-97ee-834406fe61fe: CoreMessage[messageID=6524, durable=true, userID=55bdf799-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:37 UTC 2024, expiration=0, durable=true, address=scout.mom.requestreply.cancellation, size=457, properties=TypedProperties[__AMQ_CID=55bdd085-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-96b470c0-842b-49ae-8eb8-2af05f5985ea, _AMQ_ROUTING_TYPE=0]]@1979518393, transaction: TransactionImpl [xid=null, txID=6527, xid=null, state=COMMITTED, createTime=1719619117101(Fri Jun 28 23:58:37 UTC 2024), timeoutSeconds=-1, nr operations = 0]@3b96e097 2024-06-28 23:58:37,101 INFO [scout-thread-20] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 55bdd083-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=JMS publish cancel request for scout.mom.requestreply.uid-96b470c0-842b-49ae-8eb8-2af05f5985ea, activemq.broker=mom26] 2024-06-28 23:58:37,102 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@684a34f4] 2024-06-28 23:58:37,102 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 52c243b5-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:37,103 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@202e61f6[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:37,104 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.008554 ms 2024-06-28 23:58:37,104 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 52c1f58f-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:37,105 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:37,105 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 5014.864947 ms 2024-06-28 23:58:37,105 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:37,106 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:37,106 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:37,107 INFO [scout-thread-16] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1181420800'. - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:37,108 INFO [scout-thread-16] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:37,109 INFO [scout-thread-16] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 55bf572b-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:37,109 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [55bf572e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=55bf572b-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=55bf572b-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3306c76a, true, {}] 2024-06-28 23:58:37,109 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [55bf572f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=55bf572b-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=55bf572b-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@501e114b, true, {}] 2024-06-28 23:58:37,110 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=252f6b6c-dc7e-4fed-a5c9-68c28e1f4c83, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:37,111 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@64359559 2024-06-28 23:58:37,111 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 252f6b6c-dc7e-4fed-a5c9-68c28e1f4c83, null, 0, false, true, null] 2024-06-28 23:58:37,111 INFO [scout-thread-16] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 55bfa551-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:37,112 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [55bfa554-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=55bfa551-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=55bfa551-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@112af9bf, true, {}] 2024-06-28 23:58:37,112 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [55bfcc65-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=55bfa551-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=55bfa551-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3d3c171f, true, {}] 2024-06-28 23:58:37,112 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 55bfcc65-35aa-11ef-ab26-0a580a2845c5 with parameters: [test/mom/testTopicRequestReplyMultipleSubscriptions, [MULTICAST], true] 2024-06-28 23:58:37,112 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@632a3ffd 2024-06-28 23:58:37,113 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=bd23feb2-8751-412e-be90-d5f3f2251b97, address=test/mom/testTopicRequestReplyMultipleSubscriptions, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:37,113 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@14675b50 2024-06-28 23:58:37,114 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, bd23feb2-8751-412e-be90-d5f3f2251b97, null, 0, false, true, null] 2024-06-28 23:58:37,114 INFO [scout-thread-16] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 55c01a87-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:37,114 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [55c01a8a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=55c01a87-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=55c01a87-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4d58d62a, true, {}] 2024-06-28 23:58:37,114 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [55c01a8b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=55c01a87-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=55c01a87-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7ea776e4, true, {}] 2024-06-28 23:58:37,115 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=5a91c8ba-eff2-4710-8759-f11ca293c3e2, address=test/mom/testTopicRequestReplyMultipleSubscriptions, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:37,115 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@7f8ee2ff 2024-06-28 23:58:37,116 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 5a91c8ba-eff2-4710-8759-f11ca293c3e2, null, 0, false, true, null] 2024-06-28 23:58:37,116 INFO [scout-thread-24] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 55c068ad-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testTopicRequestReplyMultipleSubscriptions, activemq.broker=mom86] 2024-06-28 23:58:37,116 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [55c068b0-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=55c068ad-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=55c068ad-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@511d8b85, true, {}] 2024-06-28 23:58:37,117 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [55c08fc1-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=55c068ad-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=55c068ad-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4f5efb83, true, {}] 2024-06-28 23:58:37,117 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=fdb3e5da-a955-46d0-8f2b-189fbec1f78e, address=fdb3e5da-a955-46d0-8f2b-189fbec1f78e, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:37,117 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@463cf5e9 2024-06-28 23:58:37,117 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@228b14f 2024-06-28 23:58:37,118 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, fdb3e5da-a955-46d0-8f2b-189fbec1f78e, null, 0, false, true, null] 2024-06-28 23:58:37,119 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=6588, durable=true, userID=55c0b6d4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:37 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReplyMultipleSubscriptions, size=905, properties=TypedProperties[__AMQ_CID=55c068af-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-d6a5b6de-b498-488e-ac11-32dc485ea364, JMSReplyTo=temp-queue://fdb3e5da-a955-46d0-8f2b-189fbec1f78e, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@341679873, context: RoutingContextImpl(Address=test/mom/testTopicRequestReplyMultipleSubscriptions, routingType=MULTICAST, PreviousAddress=test/mom/testTopicRequestReplyMultipleSubscriptions previousRoute:MULTICAST, reusable=true, version=-2147483214) .................................................. ***** durable queues test/mom/testTopicRequestReplyMultipleSubscriptions: ***** non durable for test/mom/testTopicRequestReplyMultipleSubscriptions: - queueID=6576 address:test/mom/testTopicRequestReplyMultipleSubscriptions name:5a91c8ba-eff2-4710-8759-f11ca293c3e2 filter:null - queueID=6568 address:test/mom/testTopicRequestReplyMultipleSubscriptions name:bd23feb2-8751-412e-be90-d5f3f2251b97 filter:null .................................................. , transaction: null 2024-06-28 23:58:37,119 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 5a91c8ba-eff2-4710-8759-f11ca293c3e2: Reference[6588]:RELIABLE:CoreMessage[messageID=6588, durable=true, userID=55c0b6d4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:37 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReplyMultipleSubscriptions, size=905, properties=TypedProperties[__AMQ_CID=55c068af-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-d6a5b6de-b498-488e-ac11-32dc485ea364, JMSReplyTo=temp-queue://fdb3e5da-a955-46d0-8f2b-189fbec1f78e, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@341679873 2024-06-28 23:58:37,119 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from bd23feb2-8751-412e-be90-d5f3f2251b97: Reference[6588]:RELIABLE:CoreMessage[messageID=6588, durable=true, userID=55c0b6d4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:37 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReplyMultipleSubscriptions, size=905, properties=TypedProperties[__AMQ_CID=55c068af-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-d6a5b6de-b498-488e-ac11-32dc485ea364, JMSReplyTo=temp-queue://fdb3e5da-a955-46d0-8f2b-189fbec1f78e, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@341679873 2024-06-28 23:58:37,119 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from bd23feb2-8751-412e-be90-d5f3f2251b97: CoreMessage[messageID=6588, durable=true, userID=55c0b6d4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:37 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReplyMultipleSubscriptions, size=905, properties=TypedProperties[__AMQ_CID=55c068af-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-d6a5b6de-b498-488e-ac11-32dc485ea364, JMSReplyTo=temp-queue://fdb3e5da-a955-46d0-8f2b-189fbec1f78e, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@341679873 to transaction: TransactionImpl [xid=null, txID=6589, xid=null, state=ACTIVE, createTime=1719619117119(Fri Jun 28 23:58:37 UTC 2024), timeoutSeconds=-1, nr operations = 1]@5ff1cafa 2024-06-28 23:58:37,119 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 5a91c8ba-eff2-4710-8759-f11ca293c3e2: CoreMessage[messageID=6588, durable=true, userID=55c0b6d4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:37 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReplyMultipleSubscriptions, size=905, properties=TypedProperties[__AMQ_CID=55c068af-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-d6a5b6de-b498-488e-ac11-32dc485ea364, JMSReplyTo=temp-queue://fdb3e5da-a955-46d0-8f2b-189fbec1f78e, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@341679873 to transaction: TransactionImpl [xid=null, txID=6590, xid=null, state=ACTIVE, createTime=1719619117119(Fri Jun 28 23:58:37 UTC 2024), timeoutSeconds=-1, nr operations = 1]@11ffabac 2024-06-28 23:58:37,119 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 5a91c8ba-eff2-4710-8759-f11ca293c3e2: CoreMessage[messageID=6588, durable=true, userID=55c0b6d4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:37 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReplyMultipleSubscriptions, size=905, properties=TypedProperties[__AMQ_CID=55c068af-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-d6a5b6de-b498-488e-ac11-32dc485ea364, JMSReplyTo=temp-queue://fdb3e5da-a955-46d0-8f2b-189fbec1f78e, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@341679873, transaction: TransactionImpl [xid=null, txID=6590, xid=null, state=COMMITTED, createTime=1719619117119(Fri Jun 28 23:58:37 UTC 2024), timeoutSeconds=-1, nr operations = 0]@11ffabac 2024-06-28 23:58:37,119 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from bd23feb2-8751-412e-be90-d5f3f2251b97: CoreMessage[messageID=6588, durable=true, userID=55c0b6d4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:37 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReplyMultipleSubscriptions, size=905, properties=TypedProperties[__AMQ_CID=55c068af-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-d6a5b6de-b498-488e-ac11-32dc485ea364, JMSReplyTo=temp-queue://fdb3e5da-a955-46d0-8f2b-189fbec1f78e, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@341679873, transaction: TransactionImpl [xid=null, txID=6589, xid=null, state=COMMITTED, createTime=1719619117119(Fri Jun 28 23:58:37 UTC 2024), timeoutSeconds=-1, nr operations = 0]@5ff1cafa 2024-06-28 23:58:37,120 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 55c0dde5-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@9cfe9c6e[name=test/mom/testTopicRequestReplyMultipleSubscriptions, type=TOPIC, resolveMethod=DEFINE, properties={}]], cid=8ff96d5a-dfd3-4263-81d1-6f14950cc97e, activemq.broker=mom84] 2024-06-28 23:58:37,120 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [55c104f8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=55c0dde5-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=55c0dde5-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4f10577, true, {}] 2024-06-28 23:58:37,120 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [55c104f9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=55c0dde5-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=55c0dde5-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@196e3a76, true, {}] 2024-06-28 23:58:37,120 INFO [scout-thread-17] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 55c104fa-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@9cfe9c6e[name=test/mom/testTopicRequestReplyMultipleSubscriptions, type=TOPIC, resolveMethod=DEFINE, properties={}]], cid=3abac0ce-2eb6-420f-a63a-0bee15aacdf8] 2024-06-28 23:58:37,121 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [55c104fe-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=55c104fa-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=55c104fa-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@41a8c633, true, {}] 2024-06-28 23:58:37,121 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [55c12c10-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=55c104fa-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=55c104fa-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1b87e5b, true, {}] 2024-06-28 23:58:37,121 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=6599, durable=true, userID=55c12c0f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:37 UTC 2024, expiration=0, durable=true, address=fdb3e5da-a955-46d0-8f2b-189fbec1f78e, size=939, properties=TypedProperties[__AMQ_CID=55c104f7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-d6a5b6de-b498-488e-ac11-32dc485ea364, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=8ff96d5a-dfd3-4263-81d1-6f14950cc97e]]@2100536960, context: RoutingContextImpl(Address=fdb3e5da-a955-46d0-8f2b-189fbec1f78e, routingType=ANYCAST, PreviousAddress=fdb3e5da-a955-46d0-8f2b-189fbec1f78e previousRoute:ANYCAST, reusable=true, version=-2147483213) .................................................. ***** durable queues fdb3e5da-a955-46d0-8f2b-189fbec1f78e: ***** non durable for fdb3e5da-a955-46d0-8f2b-189fbec1f78e: - queueID=6584 address:fdb3e5da-a955-46d0-8f2b-189fbec1f78e name:fdb3e5da-a955-46d0-8f2b-189fbec1f78e filter:null .................................................. , transaction: null 2024-06-28 23:58:37,121 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from fdb3e5da-a955-46d0-8f2b-189fbec1f78e: Reference[6599]:RELIABLE:CoreMessage[messageID=6599, durable=true, userID=55c12c0f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:37 UTC 2024, expiration=0, durable=true, address=fdb3e5da-a955-46d0-8f2b-189fbec1f78e, size=939, properties=TypedProperties[__AMQ_CID=55c104f7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-d6a5b6de-b498-488e-ac11-32dc485ea364, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=8ff96d5a-dfd3-4263-81d1-6f14950cc97e]]@2100536960 2024-06-28 23:58:37,121 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from fdb3e5da-a955-46d0-8f2b-189fbec1f78e: CoreMessage[messageID=6599, durable=true, userID=55c12c0f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:37 UTC 2024, expiration=0, durable=true, address=fdb3e5da-a955-46d0-8f2b-189fbec1f78e, size=939, properties=TypedProperties[__AMQ_CID=55c104f7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-d6a5b6de-b498-488e-ac11-32dc485ea364, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=8ff96d5a-dfd3-4263-81d1-6f14950cc97e]]@2100536960 to transaction: TransactionImpl [xid=null, txID=6602, xid=null, state=ACTIVE, createTime=1719619117121(Fri Jun 28 23:58:37 UTC 2024), timeoutSeconds=-1, nr operations = 1]@3377f30a 2024-06-28 23:58:37,121 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from fdb3e5da-a955-46d0-8f2b-189fbec1f78e: CoreMessage[messageID=6599, durable=true, userID=55c12c0f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:37 UTC 2024, expiration=0, durable=true, address=fdb3e5da-a955-46d0-8f2b-189fbec1f78e, size=939, properties=TypedProperties[__AMQ_CID=55c104f7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-d6a5b6de-b498-488e-ac11-32dc485ea364, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=8ff96d5a-dfd3-4263-81d1-6f14950cc97e]]@2100536960, transaction: TransactionImpl [xid=null, txID=6602, xid=null, state=COMMITTED, createTime=1719619117121(Fri Jun 28 23:58:37 UTC 2024), timeoutSeconds=-1, nr operations = 0]@3377f30a 2024-06-28 23:58:37,122 INFO [scout-thread-18] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 55c0dde5-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@9cfe9c6e[name=test/mom/testTopicRequestReplyMultipleSubscriptions, type=TOPIC, resolveMethod=DEFINE, properties={}]], cid=8ff96d5a-dfd3-4263-81d1-6f14950cc97e, activemq.broker=mom84] 2024-06-28 23:58:37,122 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=6606, durable=true, userID=55c12c12-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:37 UTC 2024, expiration=0, durable=true, address=fdb3e5da-a955-46d0-8f2b-189fbec1f78e, size=939, properties=TypedProperties[__AMQ_CID=55c104fd-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-d6a5b6de-b498-488e-ac11-32dc485ea364, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=3abac0ce-2eb6-420f-a63a-0bee15aacdf8]]@1665480915, context: RoutingContextImpl(Address=fdb3e5da-a955-46d0-8f2b-189fbec1f78e, routingType=ANYCAST, PreviousAddress=fdb3e5da-a955-46d0-8f2b-189fbec1f78e previousRoute:ANYCAST, reusable=true, version=-2147483213) .................................................. ***** durable queues fdb3e5da-a955-46d0-8f2b-189fbec1f78e: ***** non durable for fdb3e5da-a955-46d0-8f2b-189fbec1f78e: - queueID=6584 address:fdb3e5da-a955-46d0-8f2b-189fbec1f78e name:fdb3e5da-a955-46d0-8f2b-189fbec1f78e filter:null .................................................. , transaction: null 2024-06-28 23:58:37,122 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from fdb3e5da-a955-46d0-8f2b-189fbec1f78e: Reference[6606]:RELIABLE:CoreMessage[messageID=6606, durable=true, userID=55c12c12-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:37 UTC 2024, expiration=0, durable=true, address=fdb3e5da-a955-46d0-8f2b-189fbec1f78e, size=939, properties=TypedProperties[__AMQ_CID=55c104fd-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-d6a5b6de-b498-488e-ac11-32dc485ea364, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=3abac0ce-2eb6-420f-a63a-0bee15aacdf8]]@1665480915 2024-06-28 23:58:37,122 INFO [scout-thread-17] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 55c104fa-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@9cfe9c6e[name=test/mom/testTopicRequestReplyMultipleSubscriptions, type=TOPIC, resolveMethod=DEFINE, properties={}]], cid=3abac0ce-2eb6-420f-a63a-0bee15aacdf8] 2024-06-28 23:58:37,122 INFO [scout-thread-24] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 55c068ad-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testTopicRequestReplyMultipleSubscriptions, activemq.broker=mom86] 2024-06-28 23:58:37,122 INFO [scout-thread-24] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@unknown added acknowledgement of a message from fdb3e5da-a955-46d0-8f2b-189fbec1f78e: CoreMessage[messageID=6606, durable=true, userID=55c12c12-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:37 UTC 2024, expiration=0, durable=true, address=fdb3e5da-a955-46d0-8f2b-189fbec1f78e, size=939, properties=TypedProperties[__AMQ_CID=55c104fd-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-d6a5b6de-b498-488e-ac11-32dc485ea364, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=3abac0ce-2eb6-420f-a63a-0bee15aacdf8]]@1665480915 to transaction: TransactionImpl [xid=null, txID=6617, xid=null, state=ACTIVE, createTime=1719619117122(Fri Jun 28 23:58:37 UTC 2024), timeoutSeconds=-1, nr operations = 1]@7150c49b - MDC[jobName=request on test/mom/testTopicRequestReplyMultipleSubscriptions, activemq.broker=mom86] 2024-06-28 23:58:37,123 INFO [scout-thread-24] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@unknown acknowledged message from fdb3e5da-a955-46d0-8f2b-189fbec1f78e: CoreMessage[messageID=6606, durable=true, userID=55c12c12-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:37 UTC 2024, expiration=0, durable=true, address=fdb3e5da-a955-46d0-8f2b-189fbec1f78e, size=939, properties=TypedProperties[__AMQ_CID=55c104fd-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-d6a5b6de-b498-488e-ac11-32dc485ea364, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=3abac0ce-2eb6-420f-a63a-0bee15aacdf8]]@1665480915, transaction: TransactionImpl [xid=null, txID=6617, xid=null, state=COMMITTED, createTime=1719619117122(Fri Jun 28 23:58:37 UTC 2024), timeoutSeconds=-1, nr operations = 0]@7150c49b - MDC[jobName=request on test/mom/testTopicRequestReplyMultipleSubscriptions, activemq.broker=mom86] 2024-06-28 23:58:37,124 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@33a39d7e, org.eclipse.scout.rt.mom.jms.JmsSubscription@77cd1f67] 2024-06-28 23:58:37,125 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 55bfa551-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:37,126 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 55c01a87-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:37,127 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@a12afa7[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:37,127 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.007309 ms 2024-06-28 23:58:37,128 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 55bf572b-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:37,128 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:37,128 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 21.912701 ms 2024-06-28 23:58:37,129 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:37,129 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:37,129 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:37,130 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 813621280'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:37,131 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:37,131 INFO [scout-thread-19] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 55c2b1b4-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:37,132 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [55c2d8c7-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=55c2b1b4-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=55c2b1b4-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2626fa6d, true, {}] 2024-06-28 23:58:37,132 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [55c2d8c8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=55c2b1b4-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=55c2b1b4-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@734357a3, true, {}] 2024-06-28 23:58:37,133 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=a94ded7a-9601-4026-9f44-d297bac19d9f, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:37,133 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@40f1bb89 2024-06-28 23:58:37,134 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, a94ded7a-9601-4026-9f44-d297bac19d9f, null, 0, false, true, null] 2024-06-28 23:58:37,134 INFO [scout-thread-19] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 55c326ea-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:37,134 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [55c326ed-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=55c326ea-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=55c326ea-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@11060f77, true, {}] 2024-06-28 23:58:37,135 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [55c326ee-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=55c326ea-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=55c326ea-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@34e92209, true, {}] 2024-06-28 23:58:37,135 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReply_ObjectMarshaller_Exception, null, 0, false, true, null] 2024-06-28 23:58:37,136 INFO [scout-thread-16] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 55c3750f-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testRequestReply_ObjectMarshaller_Exception] 2024-06-28 23:58:37,136 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [55c37512-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=55c3750f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=55c3750f-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@21d0c171, true, {}] 2024-06-28 23:58:37,136 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [55c37513-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=55c3750f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=55c3750f-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3a4a8e41, true, {}] 2024-06-28 23:58:37,136 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=b7b31eee-6d3b-412f-ab38-a6ed528d9f92, address=b7b31eee-6d3b-412f-ab38-a6ed528d9f92, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:37,137 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@5232d59 2024-06-28 23:58:37,137 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@3758d7a3 2024-06-28 23:58:37,137 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, b7b31eee-6d3b-412f-ab38-a6ed528d9f92, null, 0, false, true, null] 2024-06-28 23:58:37,138 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=6682, durable=true, userID=55c3c336-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:37 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReply_ObjectMarshaller_Exception, size=777, properties=TypedProperties[__AMQ_CID=55c37511-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-a9fb4a05-1c04-4f74-b5fd-d4c95e7d4dcf, JMSReplyTo=temp-queue://b7b31eee-6d3b-412f-ab38-a6ed528d9f92, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@591536763, context: RoutingContextImpl(Address=test/mom/testRequestReply_ObjectMarshaller_Exception, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReply_ObjectMarshaller_Exception previousRoute:ANYCAST, reusable=true, version=-2147483457) .................................................. ***** durable queues test/mom/testRequestReply_ObjectMarshaller_Exception: - queueID=2586 address:test/mom/testRequestReply_ObjectMarshaller_Exception name:test/mom/testRequestReply_ObjectMarshaller_Exception filter:null ***** non durable for test/mom/testRequestReply_ObjectMarshaller_Exception: .................................................. , transaction: null 2024-06-28 23:58:37,139 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReply_ObjectMarshaller_Exception: Reference[6682]:RELIABLE:CoreMessage[messageID=6682, durable=true, userID=55c3c336-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:37 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReply_ObjectMarshaller_Exception, size=777, properties=TypedProperties[__AMQ_CID=55c37511-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-a9fb4a05-1c04-4f74-b5fd-d4c95e7d4dcf, JMSReplyTo=temp-queue://b7b31eee-6d3b-412f-ab38-a6ed528d9f92, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@591536763 2024-06-28 23:58:37,139 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReply_ObjectMarshaller_Exception: CoreMessage[messageID=6682, durable=true, userID=55c3c336-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:37 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReply_ObjectMarshaller_Exception, size=777, properties=TypedProperties[__AMQ_CID=55c37511-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-a9fb4a05-1c04-4f74-b5fd-d4c95e7d4dcf, JMSReplyTo=temp-queue://b7b31eee-6d3b-412f-ab38-a6ed528d9f92, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@591536763 to transaction: TransactionImpl [xid=null, txID=6683, xid=null, state=ACTIVE, createTime=1719619117139(Fri Jun 28 23:58:37 UTC 2024), timeoutSeconds=-1, nr operations = 1]@4d6ccc77 2024-06-28 23:58:37,139 ERROR [scout-thread-24] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:137) - 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=c3d42065-65fc-486e-9ff9-9741a218bc08, activemq.broker=mom86] org.eclipse.scout.rt.mom.jms.JmsMomWithRequestReplyTest$SomethingWrongException: expected-expected-junit-exception at org.eclipse.scout.rt.mom.jms.JmsMomWithRequestReplyTest.testRequestReply_ObjectMarshaller_Exception(JmsMomWithRequestReplyTest.java:623) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:75) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:37) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) 2024-06-28 23:58:37,140 INFO [scout-thread-24] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 55c41157-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@82e90c7a[name=test/mom/testRequestReply_ObjectMarshaller_Exception, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=c3d42065-65fc-486e-9ff9-9741a218bc08, activemq.broker=mom86] 2024-06-28 23:58:37,141 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [55c4386a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=55c41157-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=55c41157-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@713359e5, true, {}] 2024-06-28 23:58:37,141 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [55c4386b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=55c41157-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=55c41157-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@75d03db5, true, {}] 2024-06-28 23:58:37,142 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReply_ObjectMarshaller_Exception: CoreMessage[messageID=6682, durable=true, userID=55c3c336-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:37 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReply_ObjectMarshaller_Exception, size=777, properties=TypedProperties[__AMQ_CID=55c37511-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-a9fb4a05-1c04-4f74-b5fd-d4c95e7d4dcf, JMSReplyTo=temp-queue://b7b31eee-6d3b-412f-ab38-a6ed528d9f92, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@591536763, transaction: TransactionImpl [xid=null, txID=6683, xid=null, state=COMMITTED, createTime=1719619117139(Fri Jun 28 23:58:37 UTC 2024), timeoutSeconds=-1, nr operations = 0]@4d6ccc77 2024-06-28 23:58:37,142 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=6688, durable=true, userID=55c45f7d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:37 UTC 2024, expiration=0, durable=true, address=b7b31eee-6d3b-412f-ab38-a6ed528d9f92, size=1335, properties=TypedProperties[__AMQ_CID=55c43869-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-a9fb4a05-1c04-4f74-b5fd-d4c95e7d4dcf, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomWithRequestReplyTest$SomethingWrongException","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"false"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=c3d42065-65fc-486e-9ff9-9741a218bc08]]@40683188, context: RoutingContextImpl(Address=b7b31eee-6d3b-412f-ab38-a6ed528d9f92, routingType=ANYCAST, PreviousAddress=b7b31eee-6d3b-412f-ab38-a6ed528d9f92 previousRoute:ANYCAST, reusable=true, version=-2147483207) .................................................. ***** durable queues b7b31eee-6d3b-412f-ab38-a6ed528d9f92: ***** non durable for b7b31eee-6d3b-412f-ab38-a6ed528d9f92: - queueID=6678 address:b7b31eee-6d3b-412f-ab38-a6ed528d9f92 name:b7b31eee-6d3b-412f-ab38-a6ed528d9f92 filter:null .................................................. , transaction: null 2024-06-28 23:58:37,142 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from b7b31eee-6d3b-412f-ab38-a6ed528d9f92: Reference[6688]:RELIABLE:CoreMessage[messageID=6688, durable=true, userID=55c45f7d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:37 UTC 2024, expiration=0, durable=true, address=b7b31eee-6d3b-412f-ab38-a6ed528d9f92, size=1335, properties=TypedProperties[__AMQ_CID=55c43869-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-a9fb4a05-1c04-4f74-b5fd-d4c95e7d4dcf, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomWithRequestReplyTest$SomethingWrongException","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"false"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=c3d42065-65fc-486e-9ff9-9741a218bc08]]@40683188 2024-06-28 23:58:37,143 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from b7b31eee-6d3b-412f-ab38-a6ed528d9f92: CoreMessage[messageID=6688, durable=true, userID=55c45f7d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:37 UTC 2024, expiration=0, durable=true, address=b7b31eee-6d3b-412f-ab38-a6ed528d9f92, size=1335, properties=TypedProperties[__AMQ_CID=55c43869-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-a9fb4a05-1c04-4f74-b5fd-d4c95e7d4dcf, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomWithRequestReplyTest$SomethingWrongException","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"false"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=c3d42065-65fc-486e-9ff9-9741a218bc08]]@40683188 to transaction: TransactionImpl [xid=null, txID=6691, xid=null, state=ACTIVE, createTime=1719619117143(Fri Jun 28 23:58:37 UTC 2024), timeoutSeconds=-1, nr operations = 1]@34160bef 2024-06-28 23:58:37,143 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from b7b31eee-6d3b-412f-ab38-a6ed528d9f92: CoreMessage[messageID=6688, durable=true, userID=55c45f7d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:37 UTC 2024, expiration=0, durable=true, address=b7b31eee-6d3b-412f-ab38-a6ed528d9f92, size=1335, properties=TypedProperties[__AMQ_CID=55c43869-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-a9fb4a05-1c04-4f74-b5fd-d4c95e7d4dcf, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomWithRequestReplyTest$SomethingWrongException","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"false"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=c3d42065-65fc-486e-9ff9-9741a218bc08]]@40683188, transaction: TransactionImpl [xid=null, txID=6691, xid=null, state=COMMITTED, createTime=1719619117143(Fri Jun 28 23:58:37 UTC 2024), timeoutSeconds=-1, nr operations = 0]@34160bef 2024-06-28 23:58:37,143 INFO [scout-thread-24] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 55c41157-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@82e90c7a[name=test/mom/testRequestReply_ObjectMarshaller_Exception, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=c3d42065-65fc-486e-9ff9-9741a218bc08, activemq.broker=mom86] 2024-06-28 23:58:37,143 INFO [scout-thread-16] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 55c3750f-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testRequestReply_ObjectMarshaller_Exception] 2024-06-28 23:58:37,145 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@44b1d2fa] 2024-06-28 23:58:37,146 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 55c326ea-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:37,146 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@7a0c40a9[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:37,146 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.007778 ms 2024-06-28 23:58:37,147 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 55c2b1b4-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:37,148 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:37,148 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 18.643231 ms 2024-06-28 23:58:37,148 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:37,149 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:37,149 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:37,150 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1638511835'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom71] 2024-06-28 23:58:37,151 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom71] 2024-06-28 23:58:37,151 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 55c5bf0f-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom71] 2024-06-28 23:58:37,152 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [55c5e622-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=55c5bf0f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=55c5bf0f-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2fdcfcdc, true, {}] 2024-06-28 23:58:37,152 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [55c5e623-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=55c5bf0f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=55c5bf0f-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5ec8d858, true, {}] 2024-06-28 23:58:37,153 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=988f92c6-f84a-4e55-8db6-87e89c7883bd, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:37,154 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@5f76b656 2024-06-28 23:58:37,154 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 988f92c6-f84a-4e55-8db6-87e89c7883bd, null, 0, false, true, null] 2024-06-28 23:58:37,154 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 55c63445-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom71] 2024-06-28 23:58:37,155 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [55c65b58-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=55c63445-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=55c63445-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5395f111, true, {}] 2024-06-28 23:58:37,155 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [55c65b59-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=55c63445-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=55c63445-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@45023701, true, {}] 2024-06-28 23:58:37,156 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 55c65b59-35aa-11ef-ab26-0a580a2845c5 with parameters: [test/mom/testTopicRequestReplyCorrelationId, [MULTICAST], true] 2024-06-28 23:58:37,156 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@3e95dd98 2024-06-28 23:58:37,156 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=46800ed3-42f3-4d76-8630-176119b44bcf, address=test/mom/testTopicRequestReplyCorrelationId, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:37,157 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@1d48f232 2024-06-28 23:58:37,157 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 46800ed3-42f3-4d76-8630-176119b44bcf, null, 0, false, true, null] 2024-06-28 23:58:37,158 INFO [scout-thread-16] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 55c6d08b-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testTopicRequestReplyCorrelationId, cid=cid:abc] 2024-06-28 23:58:37,158 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [55c6d08e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=55c6d08b-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=55c6d08b-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2fab5a1a, true, {}] 2024-06-28 23:58:37,158 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [55c6d08f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=55c6d08b-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=55c6d08b-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2607c80a, true, {}] 2024-06-28 23:58:37,159 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=bf5185d8-32fe-4d0b-941b-e7513bd812a4, address=bf5185d8-32fe-4d0b-941b-e7513bd812a4, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:37,159 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@4afba19 2024-06-28 23:58:37,160 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@e28010 2024-06-28 23:58:37,160 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, bf5185d8-32fe-4d0b-941b-e7513bd812a4, null, 0, false, true, null] 2024-06-28 23:58:37,161 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=6751, durable=true, userID=55c745c2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:37 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReplyCorrelationId, size=944, properties=TypedProperties[__AMQ_CID=55c6d08d-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-03acb47b-87dc-4332-9852-78da5499a7bd, JMSReplyTo=temp-queue://bf5185d8-32fe-4d0b-941b-e7513bd812a4, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0, JMSCorrelationID=cid:abc]]@952943621, context: RoutingContextImpl(Address=test/mom/testTopicRequestReplyCorrelationId, routingType=MULTICAST, PreviousAddress=test/mom/testTopicRequestReplyCorrelationId previousRoute:MULTICAST, reusable=true, version=-2147483203) .................................................. ***** durable queues test/mom/testTopicRequestReplyCorrelationId: ***** non durable for test/mom/testTopicRequestReplyCorrelationId: - queueID=6739 address:test/mom/testTopicRequestReplyCorrelationId name:46800ed3-42f3-4d76-8630-176119b44bcf filter:null .................................................. , transaction: null 2024-06-28 23:58:37,161 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 46800ed3-42f3-4d76-8630-176119b44bcf: Reference[6751]:RELIABLE:CoreMessage[messageID=6751, durable=true, userID=55c745c2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:37 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReplyCorrelationId, size=944, properties=TypedProperties[__AMQ_CID=55c6d08d-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-03acb47b-87dc-4332-9852-78da5499a7bd, JMSReplyTo=temp-queue://bf5185d8-32fe-4d0b-941b-e7513bd812a4, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0, JMSCorrelationID=cid:abc]]@952943621 2024-06-28 23:58:37,162 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 46800ed3-42f3-4d76-8630-176119b44bcf: CoreMessage[messageID=6751, durable=true, userID=55c745c2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:37 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReplyCorrelationId, size=944, properties=TypedProperties[__AMQ_CID=55c6d08d-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-03acb47b-87dc-4332-9852-78da5499a7bd, JMSReplyTo=temp-queue://bf5185d8-32fe-4d0b-941b-e7513bd812a4, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0, JMSCorrelationID=cid:abc]]@952943621 to transaction: TransactionImpl [xid=null, txID=6752, xid=null, state=ACTIVE, createTime=1719619117162(Fri Jun 28 23:58:37 UTC 2024), timeoutSeconds=-1, nr operations = 1]@65edbfb7 2024-06-28 23:58:37,162 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 46800ed3-42f3-4d76-8630-176119b44bcf: CoreMessage[messageID=6751, durable=true, userID=55c745c2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:37 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReplyCorrelationId, size=944, properties=TypedProperties[__AMQ_CID=55c6d08d-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-03acb47b-87dc-4332-9852-78da5499a7bd, JMSReplyTo=temp-queue://bf5185d8-32fe-4d0b-941b-e7513bd812a4, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0, JMSCorrelationID=cid:abc]]@952943621, transaction: TransactionImpl [xid=null, txID=6752, xid=null, state=COMMITTED, createTime=1719619117162(Fri Jun 28 23:58:37 UTC 2024), timeoutSeconds=-1, nr operations = 0]@65edbfb7 2024-06-28 23:58:37,162 INFO [scout-thread-24] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 55c76cd3-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@c2f6cce5[name=test/mom/testTopicRequestReplyCorrelationId, type=TOPIC, resolveMethod=DEFINE, properties={}]], cid=cid:abc, activemq.broker=mom86] 2024-06-28 23:58:37,163 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [55c793e6-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=55c76cd3-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=55c76cd3-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3edc7a36, true, {}] 2024-06-28 23:58:37,163 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [55c793e7-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=55c76cd3-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=55c76cd3-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@19b368c0, true, {}] 2024-06-28 23:58:37,164 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=6757, durable=true, userID=55c7baf9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:37 UTC 2024, expiration=0, durable=true, address=bf5185d8-32fe-4d0b-941b-e7513bd812a4, size=873, properties=TypedProperties[__AMQ_CID=55c793e5-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-03acb47b-87dc-4332-9852-78da5499a7bd, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid:abc]]@1963251599, context: RoutingContextImpl(Address=bf5185d8-32fe-4d0b-941b-e7513bd812a4, routingType=ANYCAST, PreviousAddress=bf5185d8-32fe-4d0b-941b-e7513bd812a4 previousRoute:ANYCAST, reusable=true, version=-2147483202) .................................................. ***** durable queues bf5185d8-32fe-4d0b-941b-e7513bd812a4: ***** non durable for bf5185d8-32fe-4d0b-941b-e7513bd812a4: - queueID=6747 address:bf5185d8-32fe-4d0b-941b-e7513bd812a4 name:bf5185d8-32fe-4d0b-941b-e7513bd812a4 filter:null .................................................. , transaction: null 2024-06-28 23:58:37,164 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from bf5185d8-32fe-4d0b-941b-e7513bd812a4: Reference[6757]:RELIABLE:CoreMessage[messageID=6757, durable=true, userID=55c7baf9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:37 UTC 2024, expiration=0, durable=true, address=bf5185d8-32fe-4d0b-941b-e7513bd812a4, size=873, properties=TypedProperties[__AMQ_CID=55c793e5-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-03acb47b-87dc-4332-9852-78da5499a7bd, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid:abc]]@1963251599 2024-06-28 23:58:37,165 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from bf5185d8-32fe-4d0b-941b-e7513bd812a4: CoreMessage[messageID=6757, durable=true, userID=55c7baf9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:37 UTC 2024, expiration=0, durable=true, address=bf5185d8-32fe-4d0b-941b-e7513bd812a4, size=873, properties=TypedProperties[__AMQ_CID=55c793e5-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-03acb47b-87dc-4332-9852-78da5499a7bd, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid:abc]]@1963251599 to transaction: TransactionImpl [xid=null, txID=6760, xid=null, state=ACTIVE, createTime=1719619117164(Fri Jun 28 23:58:37 UTC 2024), timeoutSeconds=-1, nr operations = 1]@f7cd3bd 2024-06-28 23:58:37,165 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from bf5185d8-32fe-4d0b-941b-e7513bd812a4: CoreMessage[messageID=6757, durable=true, userID=55c7baf9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:37 UTC 2024, expiration=0, durable=true, address=bf5185d8-32fe-4d0b-941b-e7513bd812a4, size=873, properties=TypedProperties[__AMQ_CID=55c793e5-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-03acb47b-87dc-4332-9852-78da5499a7bd, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid:abc]]@1963251599, transaction: TransactionImpl [xid=null, txID=6760, xid=null, state=COMMITTED, createTime=1719619117164(Fri Jun 28 23:58:37 UTC 2024), timeoutSeconds=-1, nr operations = 0]@f7cd3bd 2024-06-28 23:58:37,165 INFO [scout-thread-24] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 55c76cd3-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@c2f6cce5[name=test/mom/testTopicRequestReplyCorrelationId, type=TOPIC, resolveMethod=DEFINE, properties={}]], cid=cid:abc, activemq.broker=mom86] 2024-06-28 23:58:37,165 INFO [scout-thread-16] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 55c6d08b-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testTopicRequestReplyCorrelationId, cid=cid:abc] 2024-06-28 23:58:37,167 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4b19ee18] 2024-06-28 23:58:37,168 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 55c63445-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:37,168 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@41b3ff34[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:37,169 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.008077 ms 2024-06-28 23:58:37,169 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 55c5bf0f-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:37,170 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:37,170 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 20.898103 ms 2024-06-28 23:58:37,170 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:37,171 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:37,171 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:37,172 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1362377067'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom26] 2024-06-28 23:58:37,173 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom26] 2024-06-28 23:58:37,173 INFO [scout-thread-20] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 55c91a8b-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom26] 2024-06-28 23:58:37,174 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [55c91a8e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=55c91a8b-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=55c91a8b-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@540c0532, true, {}] 2024-06-28 23:58:37,174 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [55c9419f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=55c91a8b-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=55c91a8b-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3d6db8a2, true, {}] 2024-06-28 23:58:37,175 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=c5cb0ba7-8128-475f-b193-2287101b5d67, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:37,175 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@6ddb16bd 2024-06-28 23:58:37,175 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, c5cb0ba7-8128-475f-b193-2287101b5d67, null, 0, false, true, null] 2024-06-28 23:58:37,176 INFO [scout-thread-20] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 55c98fc1-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom26] 2024-06-28 23:58:37,176 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [55c98fc4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=55c98fc1-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=55c98fc1-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3f0bb540, true, {}] 2024-06-28 23:58:37,176 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [55c98fc5-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=55c98fc1-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=55c98fc1-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2a886b3a, true, {}] 2024-06-28 23:58:37,177 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyCancellation, null, 0, false, true, null] 2024-06-28 23:58:37,178 INFO [scout-thread-24] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 55c9dde6-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testQueueRequestReplyCancellation, activemq.broker=mom86] 2024-06-28 23:58:37,178 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [55c9dde9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=55c9dde6-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=55c9dde6-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6478b4d3, true, {}] 2024-06-28 23:58:37,178 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [55c9ddea-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=55c9dde6-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=55c9dde6-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@53db5e88, true, {}] 2024-06-28 23:58:37,179 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=5d4bf13b-d13f-49bc-adda-672198c3901d, address=5d4bf13b-d13f-49bc-adda-672198c3901d, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:37,179 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@40906df4 2024-06-28 23:58:37,179 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@546687f6 2024-06-28 23:58:37,180 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 5d4bf13b-d13f-49bc-adda-672198c3901d, null, 0, false, true, null] 2024-06-28 23:58:37,181 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=6822, durable=true, userID=55ca2c0d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:37 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyCancellation, size=887, properties=TypedProperties[__AMQ_CID=55c9dde8-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-29a7117a-3e10-4ac7-8502-9f1b7a7cbb0e, JMSReplyTo=temp-queue://5d4bf13b-d13f-49bc-adda-672198c3901d, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2060296311, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyCancellation, routingType=ANYCAST, PreviousAddress=test/mom/testQueueRequestReplyCancellation previousRoute:ANYCAST, reusable=true, version=-2147483446) .................................................. ***** durable queues test/mom/testQueueRequestReplyCancellation: - queueID=2722 address:test/mom/testQueueRequestReplyCancellation name:test/mom/testQueueRequestReplyCancellation filter:null ***** non durable for test/mom/testQueueRequestReplyCancellation: .................................................. , transaction: null 2024-06-28 23:58:37,181 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueueRequestReplyCancellation: Reference[6822]:RELIABLE:CoreMessage[messageID=6822, durable=true, userID=55ca2c0d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:37 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyCancellation, size=887, properties=TypedProperties[__AMQ_CID=55c9dde8-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-29a7117a-3e10-4ac7-8502-9f1b7a7cbb0e, JMSReplyTo=temp-queue://5d4bf13b-d13f-49bc-adda-672198c3901d, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2060296311 2024-06-28 23:58:37,181 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueueRequestReplyCancellation: CoreMessage[messageID=6822, durable=true, userID=55ca2c0d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:37 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyCancellation, size=887, properties=TypedProperties[__AMQ_CID=55c9dde8-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-29a7117a-3e10-4ac7-8502-9f1b7a7cbb0e, JMSReplyTo=temp-queue://5d4bf13b-d13f-49bc-adda-672198c3901d, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2060296311 to transaction: TransactionImpl [xid=null, txID=6823, xid=null, state=ACTIVE, createTime=1719619117181(Fri Jun 28 23:58:37 UTC 2024), timeoutSeconds=-1, nr operations = 1]@33e026de 2024-06-28 23:58:37,182 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 55ca7a2e-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS publish cancel request for scout.mom.requestreply.uid-29a7117a-3e10-4ac7-8502-9f1b7a7cbb0e, activemq.broker=mom84] 2024-06-28 23:58:37,182 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:481) - Request job canceled; java.lang.InterruptedException - MDC[jobName=request on test/mom/testQueueRequestReplyCancellation, activemq.broker=mom86] 2024-06-28 23:58:37,182 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [55ca7a31-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=55ca7a2e-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=55ca7a2e-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3631afe3, true, {}] 2024-06-28 23:58:37,183 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [55caa142-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=55ca7a2e-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=55ca7a2e-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@8cc369e, true, {}] 2024-06-28 23:58:37,183 INFO [scout-thread-24] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 55c9dde6-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testQueueRequestReplyCancellation, activemq.broker=mom86] 2024-06-28 23:58:37,183 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=6839, durable=true, userID=55caa144-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:37 UTC 2024, expiration=0, durable=true, address=scout.mom.requestreply.cancellation, size=457, properties=TypedProperties[__AMQ_CID=55ca7a30-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-29a7117a-3e10-4ac7-8502-9f1b7a7cbb0e, _AMQ_ROUTING_TYPE=0]]@426878606, context: RoutingContextImpl(Address=scout.mom.requestreply.cancellation, routingType=MULTICAST, PreviousAddress=scout.mom.requestreply.cancellation previousRoute:MULTICAST, reusable=true, version=-2147483198) .................................................. ***** durable queues scout.mom.requestreply.cancellation: ***** non durable for scout.mom.requestreply.cancellation: - queueID=6804 address:scout.mom.requestreply.cancellation name:c5cb0ba7-8128-475f-b193-2287101b5d67 filter:null .................................................. , transaction: null 2024-06-28 23:58:37,183 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from c5cb0ba7-8128-475f-b193-2287101b5d67: Reference[6839]:RELIABLE:CoreMessage[messageID=6839, durable=true, userID=55caa144-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:37 UTC 2024, expiration=0, durable=true, address=scout.mom.requestreply.cancellation, size=457, properties=TypedProperties[__AMQ_CID=55ca7a30-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-29a7117a-3e10-4ac7-8502-9f1b7a7cbb0e, _AMQ_ROUTING_TYPE=0]]@426878606 2024-06-28 23:58:37,184 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from c5cb0ba7-8128-475f-b193-2287101b5d67: CoreMessage[messageID=6839, durable=true, userID=55caa144-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:37 UTC 2024, expiration=0, durable=true, address=scout.mom.requestreply.cancellation, size=457, properties=TypedProperties[__AMQ_CID=55ca7a30-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-29a7117a-3e10-4ac7-8502-9f1b7a7cbb0e, _AMQ_ROUTING_TYPE=0]]@426878606 to transaction: TransactionImpl [xid=null, txID=6844, xid=null, state=ACTIVE, createTime=1719619117184(Fri Jun 28 23:58:37 UTC 2024), timeoutSeconds=-1, nr operations = 1]@368102c5 2024-06-28 23:58:37,184 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from c5cb0ba7-8128-475f-b193-2287101b5d67: CoreMessage[messageID=6839, durable=true, userID=55caa144-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:37 UTC 2024, expiration=0, durable=true, address=scout.mom.requestreply.cancellation, size=457, properties=TypedProperties[__AMQ_CID=55ca7a30-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-29a7117a-3e10-4ac7-8502-9f1b7a7cbb0e, _AMQ_ROUTING_TYPE=0]]@426878606, transaction: TransactionImpl [xid=null, txID=6844, xid=null, state=COMMITTED, createTime=1719619117184(Fri Jun 28 23:58:37 UTC 2024), timeoutSeconds=-1, nr operations = 0]@368102c5 2024-06-28 23:58:37,184 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@22b2d9e3] 2024-06-28 23:58:37,184 INFO [scout-thread-18] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 55ca7a2e-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=JMS publish cancel request for scout.mom.requestreply.uid-29a7117a-3e10-4ac7-8502-9f1b7a7cbb0e, activemq.broker=mom84] 2024-06-28 23:58:37,184 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueueRequestReplyCancellation: CoreMessage[messageID=6822, durable=true, userID=55ca2c0d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:37 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyCancellation, size=887, properties=TypedProperties[__AMQ_CID=55c9dde8-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-29a7117a-3e10-4ac7-8502-9f1b7a7cbb0e, JMSReplyTo=temp-queue://5d4bf13b-d13f-49bc-adda-672198c3901d, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2060296311, transaction: TransactionImpl [xid=null, txID=6823, xid=null, state=COMMITTED, createTime=1719619117181(Fri Jun 28 23:58:37 UTC 2024), timeoutSeconds=-1, nr operations = 0]@33e026de 2024-06-28 23:58:37,185 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 55c98fc1-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:37,185 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@190e0bf3[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:37,185 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.006488 ms 2024-06-28 23:58:37,186 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 55c91a8b-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:37,187 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:37,187 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 15.967554 ms 2024-06-28 23:58:37,187 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:37,188 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:37,188 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:37,188 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 429126308'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:37,251 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:37,251 INFO [scout-thread-19] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 55d50186-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:37,252 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [55d52899-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=55d50186-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=55d50186-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6259a883, true, {}] 2024-06-28 23:58:37,252 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [55d5289a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=55d50186-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=55d50186-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5f581c27, true, {}] 2024-06-28 23:58:37,253 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=318a4549-d525-4a2f-a874-a765375aac69, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:37,253 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@39d0b885 2024-06-28 23:58:37,254 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 318a4549-d525-4a2f-a874-a765375aac69, null, 0, false, true, null] 2024-06-28 23:58:37,254 INFO [scout-thread-19] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 55d576bc-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom85] 2024-06-28 23:58:37,255 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [55d576bf-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=55d576bc-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=55d576bc-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2e0969d0, true, {}] 2024-06-28 23:58:37,255 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [55d59dd0-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=55d576bc-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=55d576bc-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@61b78e3d, true, {}] 2024-06-28 23:58:37,256 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyTimeout, null, 0, false, true, null] 2024-06-28 23:58:37,256 INFO [scout-thread-24] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 55d5c4e1-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testQueueRequestReplyTimeout, activemq.broker=mom86] 2024-06-28 23:58:37,257 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [55d5ebf4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=55d5c4e1-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=55d5c4e1-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3e836263, true, {}] 2024-06-28 23:58:37,257 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [55d5ebf5-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=55d5c4e1-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=55d5c4e1-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@52fa7daf, true, {}] 2024-06-28 23:58:37,257 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=988331ea-5a2b-4b38-b2fe-4eeef4334714, address=988331ea-5a2b-4b38-b2fe-4eeef4334714, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:37,258 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@60773ddd 2024-06-28 23:58:37,258 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@6a569571 2024-06-28 23:58:37,259 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 988331ea-5a2b-4b38-b2fe-4eeef4334714, null, 0, false, true, null] 2024-06-28 23:58:37,260 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=6887, durable=true, userID=55d66128-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:37 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyTimeout, size=877, properties=TypedProperties[__AMQ_CID=55d5ebf3-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-d117681e-f063-4a13-9d70-67b09753cb17, JMSReplyTo=temp-queue://988331ea-5a2b-4b38-b2fe-4eeef4334714, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@940463967, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyTimeout, routingType=ANYCAST, PreviousAddress=test/mom/testQueueRequestReplyTimeout previousRoute:ANYCAST, reusable=true, version=-2147483441) .................................................. ***** durable queues test/mom/testQueueRequestReplyTimeout: - queueID=2783 address:test/mom/testQueueRequestReplyTimeout name:test/mom/testQueueRequestReplyTimeout filter:null ***** non durable for test/mom/testQueueRequestReplyTimeout: .................................................. , transaction: null 2024-06-28 23:58:37,260 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueueRequestReplyTimeout: Reference[6887]:RELIABLE:CoreMessage[messageID=6887, durable=true, userID=55d66128-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:37 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyTimeout, size=877, properties=TypedProperties[__AMQ_CID=55d5ebf3-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-d117681e-f063-4a13-9d70-67b09753cb17, JMSReplyTo=temp-queue://988331ea-5a2b-4b38-b2fe-4eeef4334714, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@940463967 2024-06-28 23:58:37,261 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueueRequestReplyTimeout: CoreMessage[messageID=6887, durable=true, userID=55d66128-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:37 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyTimeout, size=877, properties=TypedProperties[__AMQ_CID=55d5ebf3-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-d117681e-f063-4a13-9d70-67b09753cb17, JMSReplyTo=temp-queue://988331ea-5a2b-4b38-b2fe-4eeef4334714, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@940463967 to transaction: TransactionImpl [xid=null, txID=6888, xid=null, state=ACTIVE, createTime=1719619117261(Fri Jun 28 23:58:37 UTC 2024), timeoutSeconds=-1, nr operations = 1]@67095fda 2024-06-28 23:58:37,264 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueueRequestReplyTimeout: CoreMessage[messageID=6887, durable=true, userID=55d66128-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:37 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyTimeout, size=877, properties=TypedProperties[__AMQ_CID=55d5ebf3-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-d117681e-f063-4a13-9d70-67b09753cb17, JMSReplyTo=temp-queue://988331ea-5a2b-4b38-b2fe-4eeef4334714, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@940463967, transaction: TransactionImpl [xid=null, txID=6888, xid=null, state=COMMITTED, createTime=1719619117261(Fri Jun 28 23:58:37 UTC 2024), timeoutSeconds=-1, nr operations = 0]@67095fda 2024-06-28 23:58:42,257 INFO [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:481) - Request job canceled; java.lang.InterruptedException - MDC[jobName=request on test/mom/testQueueRequestReplyTimeout, activemq.broker=mom86] 2024-06-28 23:58:42,257 INFO [scout-thread-17] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58d0dc79-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS publish cancel request for scout.mom.requestreply.uid-d117681e-f063-4a13-9d70-67b09753cb17] 2024-06-28 23:58:42,257 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58d0dc7c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58d0dc79-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58d0dc79-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6a3e6679, true, {}] 2024-06-28 23:58:42,258 INFO [scout-thread-24] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 55d5c4e1-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testQueueRequestReplyTimeout, activemq.broker=mom86] 2024-06-28 23:58:42,258 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58d1038d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58d0dc79-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58d0dc79-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@296aba02, true, {}] 2024-06-28 23:58:42,258 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=6906, durable=true, userID=58d1038f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=scout.mom.requestreply.cancellation, size=457, properties=TypedProperties[__AMQ_CID=58d0dc7b-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-d117681e-f063-4a13-9d70-67b09753cb17, _AMQ_ROUTING_TYPE=0]]@269718732, context: RoutingContextImpl(Address=scout.mom.requestreply.cancellation, routingType=MULTICAST, PreviousAddress=scout.mom.requestreply.cancellation previousRoute:MULTICAST, reusable=true, version=-2147483194) .................................................. ***** durable queues scout.mom.requestreply.cancellation: ***** non durable for scout.mom.requestreply.cancellation: - queueID=6869 address:scout.mom.requestreply.cancellation name:318a4549-d525-4a2f-a874-a765375aac69 filter:null .................................................. , transaction: null 2024-06-28 23:58:42,259 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 318a4549-d525-4a2f-a874-a765375aac69: Reference[6906]:RELIABLE:CoreMessage[messageID=6906, durable=true, userID=58d1038f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=scout.mom.requestreply.cancellation, size=457, properties=TypedProperties[__AMQ_CID=58d0dc7b-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-d117681e-f063-4a13-9d70-67b09753cb17, _AMQ_ROUTING_TYPE=0]]@269718732 2024-06-28 23:58:42,259 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 318a4549-d525-4a2f-a874-a765375aac69: CoreMessage[messageID=6906, durable=true, userID=58d1038f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=scout.mom.requestreply.cancellation, size=457, properties=TypedProperties[__AMQ_CID=58d0dc7b-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-d117681e-f063-4a13-9d70-67b09753cb17, _AMQ_ROUTING_TYPE=0]]@269718732 to transaction: TransactionImpl [xid=null, txID=6909, xid=null, state=ACTIVE, createTime=1719619122259(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@70257391 2024-06-28 23:58:42,259 INFO [scout-thread-17] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58d0dc79-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=JMS publish cancel request for scout.mom.requestreply.uid-d117681e-f063-4a13-9d70-67b09753cb17] 2024-06-28 23:58:42,259 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 318a4549-d525-4a2f-a874-a765375aac69: CoreMessage[messageID=6906, durable=true, userID=58d1038f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=scout.mom.requestreply.cancellation, size=457, properties=TypedProperties[__AMQ_CID=58d0dc7b-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-d117681e-f063-4a13-9d70-67b09753cb17, _AMQ_ROUTING_TYPE=0]]@269718732, transaction: TransactionImpl [xid=null, txID=6909, xid=null, state=COMMITTED, createTime=1719619122259(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@70257391 2024-06-28 23:58:42,259 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@71c2cb26] 2024-06-28 23:58:42,260 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 55d576bc-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:42,260 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@7353b296[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:42,261 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.009613 ms 2024-06-28 23:58:42,261 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 55d50186-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:42,262 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:42,262 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 5074.355373 ms 2024-06-28 23:58:42,262 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:42,263 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:42,263 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:42,264 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1010713547'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:42,265 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:42,265 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58d21501-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:42,266 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58d23c14-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58d21501-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58d21501-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@42c17d9d, true, {}] 2024-06-28 23:58:42,266 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58d23c15-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58d21501-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58d21501-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@e82a3e8, true, {}] 2024-06-28 23:58:42,267 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=d1c0d983-3f43-4aad-866d-5007774128e6, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:42,267 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@38e4b0c8 2024-06-28 23:58:42,268 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, d1c0d983-3f43-4aad-866d-5007774128e6, null, 0, false, true, null] 2024-06-28 23:58:42,268 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58d28a37-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:42,268 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58d28a3a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58d28a37-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58d28a37-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1dd14dcd, true, {}] 2024-06-28 23:58:42,269 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58d2b14b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58d28a37-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58d28a37-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4eb066a2, true, {}] 2024-06-28 23:58:42,269 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReply_JsonMarshaller_Exception1, null, 0, false, true, null] 2024-06-28 23:58:42,270 INFO [scout-thread-19] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58d2d85c-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testRequestReply_JsonMarshaller_Exception1, activemq.broker=mom85] 2024-06-28 23:58:42,270 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58d2d85f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58d2d85c-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58d2d85c-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6df05940, true, {}] 2024-06-28 23:58:42,270 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58d2d860-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58d2d85c-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58d2d85c-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4e722fdf, true, {}] 2024-06-28 23:58:42,271 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=ab972c86-4ee6-496e-a125-a4eee7ae1e6c, address=ab972c86-4ee6-496e-a125-a4eee7ae1e6c, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:42,271 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@1c6ee7af 2024-06-28 23:58:42,271 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@478ca648 2024-06-28 23:58:42,272 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, ab972c86-4ee6-496e-a125-a4eee7ae1e6c, null, 0, false, true, null] 2024-06-28 23:58:42,273 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=6952, durable=true, userID=58d32683-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReply_JsonMarshaller_Exception1, size=775, properties=TypedProperties[__AMQ_CID=58d2d85e-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-9098f3ed-1587-4853-a7a1-da1aa798d293, JMSReplyTo=temp-queue://ab972c86-4ee6-496e-a125-a4eee7ae1e6c, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@621944075, context: RoutingContextImpl(Address=test/mom/testRequestReply_JsonMarshaller_Exception1, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReply_JsonMarshaller_Exception1 previousRoute:ANYCAST, reusable=true, version=-2147483436) .................................................. ***** durable queues test/mom/testRequestReply_JsonMarshaller_Exception1: - queueID=2844 address:test/mom/testRequestReply_JsonMarshaller_Exception1 name:test/mom/testRequestReply_JsonMarshaller_Exception1 filter:null ***** non durable for test/mom/testRequestReply_JsonMarshaller_Exception1: .................................................. , transaction: null 2024-06-28 23:58:42,277 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReply_JsonMarshaller_Exception1: Reference[6952]:RELIABLE:CoreMessage[messageID=6952, durable=true, userID=58d32683-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReply_JsonMarshaller_Exception1, size=775, properties=TypedProperties[__AMQ_CID=58d2d85e-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-9098f3ed-1587-4853-a7a1-da1aa798d293, JMSReplyTo=temp-queue://ab972c86-4ee6-496e-a125-a4eee7ae1e6c, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@621944075 2024-06-28 23:58:42,277 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReply_JsonMarshaller_Exception1: CoreMessage[messageID=6952, durable=true, userID=58d32683-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReply_JsonMarshaller_Exception1, size=775, properties=TypedProperties[__AMQ_CID=58d2d85e-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-9098f3ed-1587-4853-a7a1-da1aa798d293, JMSReplyTo=temp-queue://ab972c86-4ee6-496e-a125-a4eee7ae1e6c, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@621944075 to transaction: TransactionImpl [xid=null, txID=6953, xid=null, state=ACTIVE, createTime=1719619122277(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@6727422f 2024-06-28 23:58:42,277 ERROR [scout-thread-20] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:137) - 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=ddbbb631-146f-4608-bbb9-e98c7589d24d, activemq.broker=mom26] org.eclipse.scout.rt.mom.jms.JmsMomWithRequestReplyTest$SomethingWrongException: expected-expected-junit-exception at org.eclipse.scout.rt.mom.jms.JmsMomWithRequestReplyTest.testRequestReply_JsonMarshaller_Exception1(JmsMomWithRequestReplyTest.java:649) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:75) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:37) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) 2024-06-28 23:58:42,278 INFO [scout-thread-20] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58d410e4-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@dbe9510c[name=test/mom/testRequestReply_JsonMarshaller_Exception1, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=ddbbb631-146f-4608-bbb9-e98c7589d24d, activemq.broker=mom26] 2024-06-28 23:58:42,278 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58d410e7-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58d410e4-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58d410e4-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2dc035be, true, {}] 2024-06-28 23:58:42,279 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58d437f8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58d410e4-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58d410e4-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@ee816b1, true, {}] 2024-06-28 23:58:42,280 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=6958, durable=true, userID=58d437fa-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=ab972c86-4ee6-496e-a125-a4eee7ae1e6c, size=1335, properties=TypedProperties[__AMQ_CID=58d410e6-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-9098f3ed-1587-4853-a7a1-da1aa798d293, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomWithRequestReplyTest$SomethingWrongException","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"false"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=ddbbb631-146f-4608-bbb9-e98c7589d24d]]@1985250674, context: RoutingContextImpl(Address=ab972c86-4ee6-496e-a125-a4eee7ae1e6c, routingType=ANYCAST, PreviousAddress=ab972c86-4ee6-496e-a125-a4eee7ae1e6c previousRoute:ANYCAST, reusable=true, version=-2147483189) .................................................. ***** durable queues ab972c86-4ee6-496e-a125-a4eee7ae1e6c: ***** non durable for ab972c86-4ee6-496e-a125-a4eee7ae1e6c: - queueID=6948 address:ab972c86-4ee6-496e-a125-a4eee7ae1e6c name:ab972c86-4ee6-496e-a125-a4eee7ae1e6c filter:null .................................................. , transaction: null 2024-06-28 23:58:42,280 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from ab972c86-4ee6-496e-a125-a4eee7ae1e6c: Reference[6958]:RELIABLE:CoreMessage[messageID=6958, durable=true, userID=58d437fa-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=ab972c86-4ee6-496e-a125-a4eee7ae1e6c, size=1335, properties=TypedProperties[__AMQ_CID=58d410e6-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-9098f3ed-1587-4853-a7a1-da1aa798d293, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomWithRequestReplyTest$SomethingWrongException","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"false"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=ddbbb631-146f-4608-bbb9-e98c7589d24d]]@1985250674 2024-06-28 23:58:42,280 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReply_JsonMarshaller_Exception1: CoreMessage[messageID=6952, durable=true, userID=58d32683-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReply_JsonMarshaller_Exception1, size=775, properties=TypedProperties[__AMQ_CID=58d2d85e-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-9098f3ed-1587-4853-a7a1-da1aa798d293, JMSReplyTo=temp-queue://ab972c86-4ee6-496e-a125-a4eee7ae1e6c, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@621944075, transaction: TransactionImpl [xid=null, txID=6953, xid=null, state=COMMITTED, createTime=1719619122277(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@6727422f 2024-06-28 23:58:42,280 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from ab972c86-4ee6-496e-a125-a4eee7ae1e6c: CoreMessage[messageID=6958, durable=true, userID=58d437fa-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=ab972c86-4ee6-496e-a125-a4eee7ae1e6c, size=1335, properties=TypedProperties[__AMQ_CID=58d410e6-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-9098f3ed-1587-4853-a7a1-da1aa798d293, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomWithRequestReplyTest$SomethingWrongException","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"false"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=ddbbb631-146f-4608-bbb9-e98c7589d24d]]@1985250674 to transaction: TransactionImpl [xid=null, txID=6959, xid=null, state=ACTIVE, createTime=1719619122280(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@34a5fa3c 2024-06-28 23:58:42,280 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from ab972c86-4ee6-496e-a125-a4eee7ae1e6c: CoreMessage[messageID=6958, durable=true, userID=58d437fa-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=ab972c86-4ee6-496e-a125-a4eee7ae1e6c, size=1335, properties=TypedProperties[__AMQ_CID=58d410e6-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-9098f3ed-1587-4853-a7a1-da1aa798d293, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomWithRequestReplyTest$SomethingWrongException","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"false"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=ddbbb631-146f-4608-bbb9-e98c7589d24d]]@1985250674, transaction: TransactionImpl [xid=null, txID=6959, xid=null, state=COMMITTED, createTime=1719619122280(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@34a5fa3c 2024-06-28 23:58:42,281 INFO [scout-thread-20] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58d410e4-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@dbe9510c[name=test/mom/testRequestReply_JsonMarshaller_Exception1, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=ddbbb631-146f-4608-bbb9-e98c7589d24d, activemq.broker=mom26] 2024-06-28 23:58:42,281 INFO [scout-thread-19] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58d2d85c-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testRequestReply_JsonMarshaller_Exception1, activemq.broker=mom85] 2024-06-28 23:58:42,282 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6c89c92e] 2024-06-28 23:58:42,283 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58d28a37-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:42,283 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@40ee390a[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:42,283 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.006300 ms 2024-06-28 23:58:42,284 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58d21501-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:42,285 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:42,285 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 21.780975 ms 2024-06-28 23:58:42,285 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:42,286 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:42,286 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:42,286 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1287233540'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom71] 2024-06-28 23:58:42,288 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom71] 2024-06-28 23:58:42,288 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58d5978c-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom71] 2024-06-28 23:58:42,288 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58d5978f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58d5978c-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58d5978c-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@582a65ee, true, {}] 2024-06-28 23:58:42,289 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58d59790-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58d5978c-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58d5978c-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@f2928b9, true, {}] 2024-06-28 23:58:42,289 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=95a1f2a1-d292-4ca8-8bf9-6ba6f90e3879, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:42,290 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@7581aa2a 2024-06-28 23:58:42,290 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 95a1f2a1-d292-4ca8-8bf9-6ba6f90e3879, null, 0, false, true, null] 2024-06-28 23:58:42,290 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58d5e5b2-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom71] 2024-06-28 23:58:42,291 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58d5e5b5-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58d5e5b2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58d5e5b2-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2e433908, true, {}] 2024-06-28 23:58:42,291 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58d60cc6-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58d5e5b2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58d5e5b2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1dea40c7, true, {}] 2024-06-28 23:58:42,291 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReply_JsonMarshaller_Exception2, null, 0, false, true, null] 2024-06-28 23:58:42,292 INFO [scout-thread-19] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58d633d7-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testRequestReply_JsonMarshaller_Exception2, activemq.broker=mom85] 2024-06-28 23:58:42,292 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58d633da-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58d633d7-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58d633d7-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@657d04dd, true, {}] 2024-06-28 23:58:42,292 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58d633db-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58d633d7-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58d633d7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6e0f7569, true, {}] 2024-06-28 23:58:42,293 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=eb10a31c-a967-4264-b181-0eb3a9501edf, address=eb10a31c-a967-4264-b181-0eb3a9501edf, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:42,293 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@1981e8a1 2024-06-28 23:58:42,293 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@173634a1 2024-06-28 23:58:42,294 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, eb10a31c-a967-4264-b181-0eb3a9501edf, null, 0, false, true, null] 2024-06-28 23:58:42,295 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=7017, durable=true, userID=58d681fe-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReply_JsonMarshaller_Exception2, size=775, properties=TypedProperties[__AMQ_CID=58d633d9-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-b67102af-486d-4557-b727-61c6b96d9edc, JMSReplyTo=temp-queue://eb10a31c-a967-4264-b181-0eb3a9501edf, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1039489298, context: RoutingContextImpl(Address=test/mom/testRequestReply_JsonMarshaller_Exception2, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReply_JsonMarshaller_Exception2 previousRoute:ANYCAST, reusable=true, version=-2147483431) .................................................. ***** durable queues test/mom/testRequestReply_JsonMarshaller_Exception2: - queueID=2909 address:test/mom/testRequestReply_JsonMarshaller_Exception2 name:test/mom/testRequestReply_JsonMarshaller_Exception2 filter:null ***** non durable for test/mom/testRequestReply_JsonMarshaller_Exception2: .................................................. , transaction: null 2024-06-28 23:58:42,295 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReply_JsonMarshaller_Exception2: Reference[7017]:RELIABLE:CoreMessage[messageID=7017, durable=true, userID=58d681fe-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReply_JsonMarshaller_Exception2, size=775, properties=TypedProperties[__AMQ_CID=58d633d9-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-b67102af-486d-4557-b727-61c6b96d9edc, JMSReplyTo=temp-queue://eb10a31c-a967-4264-b181-0eb3a9501edf, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1039489298 2024-06-28 23:58:42,295 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReply_JsonMarshaller_Exception2: CoreMessage[messageID=7017, durable=true, userID=58d681fe-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReply_JsonMarshaller_Exception2, size=775, properties=TypedProperties[__AMQ_CID=58d633d9-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-b67102af-486d-4557-b727-61c6b96d9edc, JMSReplyTo=temp-queue://eb10a31c-a967-4264-b181-0eb3a9501edf, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1039489298 to transaction: TransactionImpl [xid=null, txID=7018, xid=null, state=ACTIVE, createTime=1719619122295(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@240cb7a6 2024-06-28 23:58:42,296 INFO [scout-thread-20] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:108) - VetoException: undefined [severity=ERROR] - MDC[jobName=Receiving JMS message [dest=Destination@dbe9510d[name=test/mom/testRequestReply_JsonMarshaller_Exception2, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=fe3302d7-8aa7-46f6-9891-8c56ac1a25b4, activemq.broker=mom26] 2024-06-28 23:58:42,296 INFO [scout-thread-20] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58d6d01f-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@dbe9510d[name=test/mom/testRequestReply_JsonMarshaller_Exception2, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=fe3302d7-8aa7-46f6-9891-8c56ac1a25b4, activemq.broker=mom26] 2024-06-28 23:58:42,296 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58d6d022-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58d6d01f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58d6d01f-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@176a84bd, true, {}] 2024-06-28 23:58:42,296 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58d6d023-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58d6d01f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58d6d01f-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4a5d3a52, true, {}] 2024-06-28 23:58:42,297 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=7023, durable=true, userID=58d6f735-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=eb10a31c-a967-4264-b181-0eb3a9501edf, size=1201, properties=TypedProperties[__AMQ_CID=58d6d021-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-b67102af-486d-4557-b727-61c6b96d9edc, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.RuntimeException","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"false"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=fe3302d7-8aa7-46f6-9891-8c56ac1a25b4]]@621098100, context: RoutingContextImpl(Address=eb10a31c-a967-4264-b181-0eb3a9501edf, routingType=ANYCAST, PreviousAddress=eb10a31c-a967-4264-b181-0eb3a9501edf previousRoute:ANYCAST, reusable=true, version=-2147483185) .................................................. ***** durable queues eb10a31c-a967-4264-b181-0eb3a9501edf: ***** non durable for eb10a31c-a967-4264-b181-0eb3a9501edf: - queueID=7013 address:eb10a31c-a967-4264-b181-0eb3a9501edf name:eb10a31c-a967-4264-b181-0eb3a9501edf filter:null .................................................. , transaction: null 2024-06-28 23:58:42,297 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from eb10a31c-a967-4264-b181-0eb3a9501edf: Reference[7023]:RELIABLE:CoreMessage[messageID=7023, durable=true, userID=58d6f735-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=eb10a31c-a967-4264-b181-0eb3a9501edf, size=1201, properties=TypedProperties[__AMQ_CID=58d6d021-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-b67102af-486d-4557-b727-61c6b96d9edc, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.RuntimeException","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"false"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=fe3302d7-8aa7-46f6-9891-8c56ac1a25b4]]@621098100 2024-06-28 23:58:42,298 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from eb10a31c-a967-4264-b181-0eb3a9501edf: CoreMessage[messageID=7023, durable=true, userID=58d6f735-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=eb10a31c-a967-4264-b181-0eb3a9501edf, size=1201, properties=TypedProperties[__AMQ_CID=58d6d021-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-b67102af-486d-4557-b727-61c6b96d9edc, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.RuntimeException","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"false"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=fe3302d7-8aa7-46f6-9891-8c56ac1a25b4]]@621098100 to transaction: TransactionImpl [xid=null, txID=7026, xid=null, state=ACTIVE, createTime=1719619122298(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@ea26e21 2024-06-28 23:58:42,298 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from eb10a31c-a967-4264-b181-0eb3a9501edf: CoreMessage[messageID=7023, durable=true, userID=58d6f735-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=eb10a31c-a967-4264-b181-0eb3a9501edf, size=1201, properties=TypedProperties[__AMQ_CID=58d6d021-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-b67102af-486d-4557-b727-61c6b96d9edc, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.RuntimeException","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"false"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=fe3302d7-8aa7-46f6-9891-8c56ac1a25b4]]@621098100, transaction: TransactionImpl [xid=null, txID=7026, xid=null, state=COMMITTED, createTime=1719619122298(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@ea26e21 2024-06-28 23:58:42,298 INFO [scout-thread-20] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58d6d01f-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@dbe9510d[name=test/mom/testRequestReply_JsonMarshaller_Exception2, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=fe3302d7-8aa7-46f6-9891-8c56ac1a25b4, activemq.broker=mom26] 2024-06-28 23:58:42,298 INFO [scout-thread-19] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58d633d7-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testRequestReply_JsonMarshaller_Exception2, activemq.broker=mom85] 2024-06-28 23:58:42,298 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReply_JsonMarshaller_Exception2: CoreMessage[messageID=7017, durable=true, userID=58d681fe-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReply_JsonMarshaller_Exception2, size=775, properties=TypedProperties[__AMQ_CID=58d633d9-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-b67102af-486d-4557-b727-61c6b96d9edc, JMSReplyTo=temp-queue://eb10a31c-a967-4264-b181-0eb3a9501edf, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1039489298, transaction: TransactionImpl [xid=null, txID=7018, xid=null, state=COMMITTED, createTime=1719619122295(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@240cb7a6 2024-06-28 23:58:42,299 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@19412eef] 2024-06-28 23:58:42,300 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58d5e5b2-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:42,301 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@73934548[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:42,301 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.008235 ms 2024-06-28 23:58:42,302 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58d5978c-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:42,303 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:42,303 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 16.938000 ms 2024-06-28 23:58:42,303 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:42,304 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:42,304 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:42,304 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 548296392'. - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:42,306 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:42,306 INFO [scout-thread-17] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58d856c7-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:42,306 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58d856ca-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58d856c7-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58d856c7-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2897c068, true, {}] 2024-06-28 23:58:42,307 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58d856cb-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58d856c7-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58d856c7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@520d9def, true, {}] 2024-06-28 23:58:42,307 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=6c212737-d061-480c-a028-3c44837eb5c3, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:42,308 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@28d387e5 2024-06-28 23:58:42,308 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 6c212737-d061-480c-a028-3c44837eb5c3, null, 0, false, true, null] 2024-06-28 23:58:42,308 INFO [scout-thread-17] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58d8a4ed-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:42,309 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58d8a4f0-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58d8a4ed-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58d8a4ed-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@631605ac, true, {}] 2024-06-28 23:58:42,309 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58d8cc01-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58d8a4ed-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58d8a4ed-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@45dd647c, true, {}] 2024-06-28 23:58:42,309 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 58d8cc01-35aa-11ef-ab26-0a580a2845c5 with parameters: [test/mom/testQueueRequestReplyJsonObjectMarshaller, [MULTICAST], true] 2024-06-28 23:58:42,310 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@3909e703 2024-06-28 23:58:42,310 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=09667dc3-5f0a-4a41-8c8d-fe2226156449, address=test/mom/testQueueRequestReplyJsonObjectMarshaller, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:42,310 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@4fd786a1 2024-06-28 23:58:42,311 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 09667dc3-5f0a-4a41-8c8d-fe2226156449, null, 0, false, true, null] 2024-06-28 23:58:42,311 INFO [scout-thread-19] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58d91a23-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testQueueRequestReplyJsonObjectMarshaller, activemq.broker=mom85] 2024-06-28 23:58:42,312 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58d91a26-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58d91a23-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58d91a23-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@48140733, true, {}] 2024-06-28 23:58:42,312 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58d94137-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58d91a23-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58d91a23-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5b31dc7f, true, {}] 2024-06-28 23:58:42,312 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=0e6f8518-4226-4e90-a9df-12d1717f69fa, address=0e6f8518-4226-4e90-a9df-12d1717f69fa, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:42,312 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@3e014835 2024-06-28 23:58:42,313 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@292bbb2e 2024-06-28 23:58:42,313 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 0e6f8518-4226-4e90-a9df-12d1717f69fa, null, 0, false, true, null] 2024-06-28 23:58:42,314 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=7086, durable=true, userID=58d9684a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyJsonObjectMarshaller, size=1041, properties=TypedProperties[__AMQ_CID=58d91a25-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e03e21ee-79cd-4d80-8ebe-13970764336b, JMSReplyTo=temp-queue://0e6f8518-4226-4e90-a9df-12d1717f69fa, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@295330594, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyJsonObjectMarshaller, routingType=MULTICAST, PreviousAddress=test/mom/testQueueRequestReplyJsonObjectMarshaller previousRoute:MULTICAST, reusable=true, version=-2147483181) .................................................. ***** durable queues test/mom/testQueueRequestReplyJsonObjectMarshaller: ***** non durable for test/mom/testQueueRequestReplyJsonObjectMarshaller: - queueID=7074 address:test/mom/testQueueRequestReplyJsonObjectMarshaller name:09667dc3-5f0a-4a41-8c8d-fe2226156449 filter:null .................................................. , transaction: null 2024-06-28 23:58:42,314 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 09667dc3-5f0a-4a41-8c8d-fe2226156449: Reference[7086]:RELIABLE:CoreMessage[messageID=7086, durable=true, userID=58d9684a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyJsonObjectMarshaller, size=1041, properties=TypedProperties[__AMQ_CID=58d91a25-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e03e21ee-79cd-4d80-8ebe-13970764336b, JMSReplyTo=temp-queue://0e6f8518-4226-4e90-a9df-12d1717f69fa, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@295330594 2024-06-28 23:58:42,314 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 09667dc3-5f0a-4a41-8c8d-fe2226156449: CoreMessage[messageID=7086, durable=true, userID=58d9684a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyJsonObjectMarshaller, size=1041, properties=TypedProperties[__AMQ_CID=58d91a25-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e03e21ee-79cd-4d80-8ebe-13970764336b, JMSReplyTo=temp-queue://0e6f8518-4226-4e90-a9df-12d1717f69fa, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@295330594 to transaction: TransactionImpl [xid=null, txID=7087, xid=null, state=ACTIVE, createTime=1719619122314(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@31605e67 2024-06-28 23:58:42,314 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 09667dc3-5f0a-4a41-8c8d-fe2226156449: CoreMessage[messageID=7086, durable=true, userID=58d9684a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyJsonObjectMarshaller, size=1041, properties=TypedProperties[__AMQ_CID=58d91a25-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e03e21ee-79cd-4d80-8ebe-13970764336b, JMSReplyTo=temp-queue://0e6f8518-4226-4e90-a9df-12d1717f69fa, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@295330594, transaction: TransactionImpl [xid=null, txID=7087, xid=null, state=COMMITTED, createTime=1719619122314(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@31605e67 2024-06-28 23:58:42,315 INFO [scout-thread-20] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58d9b66b-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@2a5094ba[name=test/mom/testQueueRequestReplyJsonObjectMarshaller, type=TOPIC, resolveMethod=DEFINE, properties={}]], cid=c742c740-5cc0-4228-9910-7eee20f72b31, activemq.broker=mom26] 2024-06-28 23:58:42,315 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58d9b66e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58d9b66b-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58d9b66b-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7de17a43, true, {}] 2024-06-28 23:58:42,315 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58d9b66f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58d9b66b-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58d9b66b-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2e4c0953, true, {}] 2024-06-28 23:58:42,316 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=7092, durable=true, userID=58d9dd81-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=0e6f8518-4226-4e90-a9df-12d1717f69fa, size=1077, properties=TypedProperties[__AMQ_CID=58d9b66d-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e03e21ee-79cd-4d80-8ebe-13970764336b, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=c742c740-5cc0-4228-9910-7eee20f72b31]]@1202161335, context: RoutingContextImpl(Address=0e6f8518-4226-4e90-a9df-12d1717f69fa, routingType=ANYCAST, PreviousAddress=0e6f8518-4226-4e90-a9df-12d1717f69fa previousRoute:ANYCAST, reusable=true, version=-2147483180) .................................................. ***** durable queues 0e6f8518-4226-4e90-a9df-12d1717f69fa: ***** non durable for 0e6f8518-4226-4e90-a9df-12d1717f69fa: - queueID=7082 address:0e6f8518-4226-4e90-a9df-12d1717f69fa name:0e6f8518-4226-4e90-a9df-12d1717f69fa filter:null .................................................. , transaction: null 2024-06-28 23:58:42,316 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 0e6f8518-4226-4e90-a9df-12d1717f69fa: Reference[7092]:RELIABLE:CoreMessage[messageID=7092, durable=true, userID=58d9dd81-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=0e6f8518-4226-4e90-a9df-12d1717f69fa, size=1077, properties=TypedProperties[__AMQ_CID=58d9b66d-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e03e21ee-79cd-4d80-8ebe-13970764336b, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=c742c740-5cc0-4228-9910-7eee20f72b31]]@1202161335 2024-06-28 23:58:42,317 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 0e6f8518-4226-4e90-a9df-12d1717f69fa: CoreMessage[messageID=7092, durable=true, userID=58d9dd81-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=0e6f8518-4226-4e90-a9df-12d1717f69fa, size=1077, properties=TypedProperties[__AMQ_CID=58d9b66d-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e03e21ee-79cd-4d80-8ebe-13970764336b, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=c742c740-5cc0-4228-9910-7eee20f72b31]]@1202161335 to transaction: TransactionImpl [xid=null, txID=7095, xid=null, state=ACTIVE, createTime=1719619122317(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@c54d456 2024-06-28 23:58:42,317 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 0e6f8518-4226-4e90-a9df-12d1717f69fa: CoreMessage[messageID=7092, durable=true, userID=58d9dd81-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=0e6f8518-4226-4e90-a9df-12d1717f69fa, size=1077, properties=TypedProperties[__AMQ_CID=58d9b66d-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-e03e21ee-79cd-4d80-8ebe-13970764336b, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=c742c740-5cc0-4228-9910-7eee20f72b31]]@1202161335, transaction: TransactionImpl [xid=null, txID=7095, xid=null, state=COMMITTED, createTime=1719619122317(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@c54d456 2024-06-28 23:58:42,317 INFO [scout-thread-20] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58d9b66b-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@2a5094ba[name=test/mom/testQueueRequestReplyJsonObjectMarshaller, type=TOPIC, resolveMethod=DEFINE, properties={}]], cid=c742c740-5cc0-4228-9910-7eee20f72b31, activemq.broker=mom26] 2024-06-28 23:58:42,317 INFO [scout-thread-19] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58d91a23-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testQueueRequestReplyJsonObjectMarshaller, activemq.broker=mom85] 2024-06-28 23:58:42,318 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@552b7481, org.eclipse.scout.rt.mom.jms.JmsSubscription@475b796d] 2024-06-28 23:58:42,319 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58d8a4ed-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:42,320 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@37787226[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:42,320 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.008384 ms 2024-06-28 23:58:42,321 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58d856c7-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:42,321 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:42,322 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 17.809776 ms 2024-06-28 23:58:42,322 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:42,322 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:42,323 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:42,323 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1366872363'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:42,324 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:42,325 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58db3d13-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:42,325 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58db3d16-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58db3d13-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58db3d13-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@12207818, true, {}] 2024-06-28 23:58:42,326 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58db3d17-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58db3d13-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58db3d13-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@77bc4f3, true, {}] 2024-06-28 23:58:42,326 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=8e657788-d2dc-4e4a-86b6-b29b10c847c6, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:42,327 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@1ad6c134 2024-06-28 23:58:42,327 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 8e657788-d2dc-4e4a-86b6-b29b10c847c6, null, 0, false, true, null] 2024-06-28 23:58:42,327 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58db8b39-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:42,328 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58dbb24c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58db8b39-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58db8b39-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4e3d1d0c, true, {}] 2024-06-28 23:58:42,328 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58dbb24d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58db8b39-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58db8b39-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@49fc124b, true, {}] 2024-06-28 23:58:42,329 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/momtestQueueRequestReply, null, 0, false, true, null] 2024-06-28 23:58:42,329 INFO [scout-thread-19] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58dbd95e-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/momtestQueueRequestReply, activemq.broker=mom85] 2024-06-28 23:58:42,329 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58dbd961-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58dbd95e-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58dbd95e-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@26206727, true, {}] 2024-06-28 23:58:42,330 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58dc0072-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58dbd95e-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58dbd95e-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6635aab2, true, {}] 2024-06-28 23:58:42,330 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=15a4f881-1fde-4330-b74a-e2530ea41e1d, address=15a4f881-1fde-4330-b74a-e2530ea41e1d, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:42,330 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@2a66b93e 2024-06-28 23:58:42,331 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@518f00fb 2024-06-28 23:58:42,331 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 15a4f881-1fde-4330-b74a-e2530ea41e1d, null, 0, false, true, null] 2024-06-28 23:58:42,332 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=7157, durable=true, userID=58dc4e95-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/momtestQueueRequestReply, size=861, properties=TypedProperties[__AMQ_CID=58dbd960-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-07a90877-5945-4fc7-9083-20cbf0d0f892, JMSReplyTo=temp-queue://15a4f881-1fde-4330-b74a-e2530ea41e1d, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1306906979, context: RoutingContextImpl(Address=test/momtestQueueRequestReply, routingType=ANYCAST, PreviousAddress=test/momtestQueueRequestReply previousRoute:ANYCAST, reusable=true, version=-2147483420) .................................................. ***** durable queues test/momtestQueueRequestReply: - queueID=3045 address:test/momtestQueueRequestReply name:test/momtestQueueRequestReply filter:null ***** non durable for test/momtestQueueRequestReply: .................................................. , transaction: null 2024-06-28 23:58:42,336 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/momtestQueueRequestReply: Reference[7157]:RELIABLE:CoreMessage[messageID=7157, durable=true, userID=58dc4e95-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/momtestQueueRequestReply, size=861, properties=TypedProperties[__AMQ_CID=58dbd960-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-07a90877-5945-4fc7-9083-20cbf0d0f892, JMSReplyTo=temp-queue://15a4f881-1fde-4330-b74a-e2530ea41e1d, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1306906979 2024-06-28 23:58:42,337 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/momtestQueueRequestReply: CoreMessage[messageID=7157, durable=true, userID=58dc4e95-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/momtestQueueRequestReply, size=861, properties=TypedProperties[__AMQ_CID=58dbd960-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-07a90877-5945-4fc7-9083-20cbf0d0f892, JMSReplyTo=temp-queue://15a4f881-1fde-4330-b74a-e2530ea41e1d, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1306906979 to transaction: TransactionImpl [xid=null, txID=7158, xid=null, state=ACTIVE, createTime=1719619122337(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@2ca0648d 2024-06-28 23:58:42,337 INFO [scout-thread-20] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58dd11e6-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@9e1bc3ab[name=test/momtestQueueRequestReply, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=36b138ff-d3ac-450f-8fa2-0238a4b370c4, activemq.broker=mom26] 2024-06-28 23:58:42,338 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58dd11e9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58dd11e6-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58dd11e6-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@619fd474, true, {}] 2024-06-28 23:58:42,338 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58dd38fa-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58dd11e6-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58dd11e6-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@407e426a, true, {}] 2024-06-28 23:58:42,339 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=7163, durable=true, userID=58dd38fc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=15a4f881-1fde-4330-b74a-e2530ea41e1d, size=939, properties=TypedProperties[__AMQ_CID=58dd11e8-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-07a90877-5945-4fc7-9083-20cbf0d0f892, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=36b138ff-d3ac-450f-8fa2-0238a4b370c4]]@1200856487, context: RoutingContextImpl(Address=15a4f881-1fde-4330-b74a-e2530ea41e1d, routingType=ANYCAST, PreviousAddress=15a4f881-1fde-4330-b74a-e2530ea41e1d previousRoute:ANYCAST, reusable=true, version=-2147483175) .................................................. ***** durable queues 15a4f881-1fde-4330-b74a-e2530ea41e1d: ***** non durable for 15a4f881-1fde-4330-b74a-e2530ea41e1d: - queueID=7153 address:15a4f881-1fde-4330-b74a-e2530ea41e1d name:15a4f881-1fde-4330-b74a-e2530ea41e1d filter:null .................................................. , transaction: null 2024-06-28 23:58:42,339 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 15a4f881-1fde-4330-b74a-e2530ea41e1d: Reference[7163]:RELIABLE:CoreMessage[messageID=7163, durable=true, userID=58dd38fc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=15a4f881-1fde-4330-b74a-e2530ea41e1d, size=939, properties=TypedProperties[__AMQ_CID=58dd11e8-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-07a90877-5945-4fc7-9083-20cbf0d0f892, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=36b138ff-d3ac-450f-8fa2-0238a4b370c4]]@1200856487 2024-06-28 23:58:42,339 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 15a4f881-1fde-4330-b74a-e2530ea41e1d: CoreMessage[messageID=7163, durable=true, userID=58dd38fc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=15a4f881-1fde-4330-b74a-e2530ea41e1d, size=939, properties=TypedProperties[__AMQ_CID=58dd11e8-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-07a90877-5945-4fc7-9083-20cbf0d0f892, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=36b138ff-d3ac-450f-8fa2-0238a4b370c4]]@1200856487 to transaction: TransactionImpl [xid=null, txID=7166, xid=null, state=ACTIVE, createTime=1719619122339(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@24843863 2024-06-28 23:58:42,339 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 15a4f881-1fde-4330-b74a-e2530ea41e1d: CoreMessage[messageID=7163, durable=true, userID=58dd38fc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=15a4f881-1fde-4330-b74a-e2530ea41e1d, size=939, properties=TypedProperties[__AMQ_CID=58dd11e8-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-07a90877-5945-4fc7-9083-20cbf0d0f892, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=36b138ff-d3ac-450f-8fa2-0238a4b370c4]]@1200856487, transaction: TransactionImpl [xid=null, txID=7166, xid=null, state=COMMITTED, createTime=1719619122339(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@24843863 2024-06-28 23:58:42,340 INFO [scout-thread-20] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58dd11e6-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@9e1bc3ab[name=test/momtestQueueRequestReply, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=36b138ff-d3ac-450f-8fa2-0238a4b370c4, activemq.broker=mom26] 2024-06-28 23:58:42,340 INFO [scout-thread-19] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58dbd95e-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/momtestQueueRequestReply, activemq.broker=mom85] 2024-06-28 23:58:42,340 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/momtestQueueRequestReply: CoreMessage[messageID=7157, durable=true, userID=58dc4e95-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/momtestQueueRequestReply, size=861, properties=TypedProperties[__AMQ_CID=58dbd960-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-07a90877-5945-4fc7-9083-20cbf0d0f892, JMSReplyTo=temp-queue://15a4f881-1fde-4330-b74a-e2530ea41e1d, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1306906979, transaction: TransactionImpl [xid=null, txID=7158, xid=null, state=COMMITTED, createTime=1719619122337(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@2ca0648d 2024-06-28 23:58:42,342 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6a495d88] 2024-06-28 23:58:42,342 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58db8b39-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:42,343 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@76d0f6be[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:42,343 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.008832 ms 2024-06-28 23:58:42,344 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58db3d13-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:42,345 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:42,345 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 22.341574 ms 2024-06-28 23:58:42,345 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:42,346 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:42,346 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:42,347 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1711943954'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom71] 2024-06-28 23:58:42,348 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom71] 2024-06-28 23:58:42,348 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58debf9e-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom71] 2024-06-28 23:58:42,349 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58debfa1-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58debf9e-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58debf9e-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3963f13a, true, {}] 2024-06-28 23:58:42,349 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58dee6b2-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58debf9e-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58debf9e-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@745b689f, true, {}] 2024-06-28 23:58:42,350 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=c09c55f1-81e3-4ce3-868f-e6f8e680c8e4, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:42,350 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@622fc32d 2024-06-28 23:58:42,350 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, c09c55f1-81e3-4ce3-868f-e6f8e680c8e4, null, 0, false, true, null] 2024-06-28 23:58:42,351 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58df34d4-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom71] 2024-06-28 23:58:42,351 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58df34d7-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58df34d4-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58df34d4-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@76858ca3, true, {}] 2024-06-28 23:58:42,351 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58df34d8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58df34d4-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58df34d4-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@143e5950, true, {}] 2024-06-28 23:58:42,352 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 58df34d8-35aa-11ef-ab26-0a580a2845c5 with parameters: [test/mom/testTopicRequestReplyCancellation, [MULTICAST], true] 2024-06-28 23:58:42,352 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@6f2552e0 2024-06-28 23:58:42,353 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=62e08df9-8132-4978-b5f7-81200a8bddd0, address=test/mom/testTopicRequestReplyCancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:42,353 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@67203c3a 2024-06-28 23:58:42,353 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 62e08df9-8132-4978-b5f7-81200a8bddd0, null, 0, false, true, null] 2024-06-28 23:58:42,354 INFO [scout-thread-20] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58dfaa0a-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testTopicRequestReplyCancellation, activemq.broker=mom26] 2024-06-28 23:58:42,354 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58dfaa0d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58dfaa0a-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58dfaa0a-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@780378de, true, {}] 2024-06-28 23:58:42,355 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58dfd11e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58dfaa0a-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58dfaa0a-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5865033a, true, {}] 2024-06-28 23:58:42,355 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=3b3fd551-9b01-4d64-ac74-4a56f01f3c9b, address=3b3fd551-9b01-4d64-ac74-4a56f01f3c9b, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:42,355 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@52bcf54 2024-06-28 23:58:42,355 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@691fa298 2024-06-28 23:58:42,356 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 3b3fd551-9b01-4d64-ac74-4a56f01f3c9b, null, 0, false, true, null] 2024-06-28 23:58:42,357 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=7226, durable=true, userID=58dff831-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReplyCancellation, size=887, properties=TypedProperties[__AMQ_CID=58dfaa0c-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-4c194594-b361-48ad-af3d-bd739ff36a7b, JMSReplyTo=temp-queue://3b3fd551-9b01-4d64-ac74-4a56f01f3c9b, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@317804927, context: RoutingContextImpl(Address=test/mom/testTopicRequestReplyCancellation, routingType=MULTICAST, PreviousAddress=test/mom/testTopicRequestReplyCancellation previousRoute:MULTICAST, reusable=true, version=-2147483171) .................................................. ***** durable queues test/mom/testTopicRequestReplyCancellation: ***** non durable for test/mom/testTopicRequestReplyCancellation: - queueID=7214 address:test/mom/testTopicRequestReplyCancellation name:62e08df9-8132-4978-b5f7-81200a8bddd0 filter:null .................................................. , transaction: null 2024-06-28 23:58:42,357 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 62e08df9-8132-4978-b5f7-81200a8bddd0: Reference[7226]:RELIABLE:CoreMessage[messageID=7226, durable=true, userID=58dff831-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReplyCancellation, size=887, properties=TypedProperties[__AMQ_CID=58dfaa0c-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-4c194594-b361-48ad-af3d-bd739ff36a7b, JMSReplyTo=temp-queue://3b3fd551-9b01-4d64-ac74-4a56f01f3c9b, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@317804927 2024-06-28 23:58:42,357 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 62e08df9-8132-4978-b5f7-81200a8bddd0: CoreMessage[messageID=7226, durable=true, userID=58dff831-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReplyCancellation, size=887, properties=TypedProperties[__AMQ_CID=58dfaa0c-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-4c194594-b361-48ad-af3d-bd739ff36a7b, JMSReplyTo=temp-queue://3b3fd551-9b01-4d64-ac74-4a56f01f3c9b, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@317804927 to transaction: TransactionImpl [xid=null, txID=7227, xid=null, state=ACTIVE, createTime=1719619122357(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@20bdad5 2024-06-28 23:58:42,357 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 62e08df9-8132-4978-b5f7-81200a8bddd0: CoreMessage[messageID=7226, durable=true, userID=58dff831-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReplyCancellation, size=887, properties=TypedProperties[__AMQ_CID=58dfaa0c-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-4c194594-b361-48ad-af3d-bd739ff36a7b, JMSReplyTo=temp-queue://3b3fd551-9b01-4d64-ac74-4a56f01f3c9b, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@317804927, transaction: TransactionImpl [xid=null, txID=7227, xid=null, state=COMMITTED, createTime=1719619122357(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@20bdad5 2024-06-28 23:58:42,358 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:481) - Request job canceled; java.lang.InterruptedException - MDC[jobName=request on test/mom/testTopicRequestReplyCancellation, activemq.broker=mom26] 2024-06-28 23:58:42,358 INFO [scout-thread-16] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58e04652-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS publish cancel request for scout.mom.requestreply.uid-4c194594-b361-48ad-af3d-bd739ff36a7b] 2024-06-28 23:58:42,358 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58e04655-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58e04652-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58e04652-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@f8d8232, true, {}] 2024-06-28 23:58:42,358 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58e04656-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58e04652-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58e04652-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6902d594, true, {}] 2024-06-28 23:58:42,358 INFO [scout-thread-20] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58dfaa0a-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testTopicRequestReplyCancellation, activemq.broker=mom26] 2024-06-28 23:58:42,359 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from c09c55f1-81e3-4ce3-868f-e6f8e680c8e4: Reference[7244]:RELIABLE:CoreMessage[messageID=7244, durable=true, userID=58e06d68-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=scout.mom.requestreply.cancellation, size=457, properties=TypedProperties[__AMQ_CID=58e04654-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-4c194594-b361-48ad-af3d-bd739ff36a7b, _AMQ_ROUTING_TYPE=0]]@2064833658 2024-06-28 23:58:42,359 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=7244, durable=true, userID=58e06d68-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=scout.mom.requestreply.cancellation, size=457, properties=TypedProperties[__AMQ_CID=58e04654-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-4c194594-b361-48ad-af3d-bd739ff36a7b, _AMQ_ROUTING_TYPE=0]]@2064833658, context: RoutingContextImpl(Address=scout.mom.requestreply.cancellation, routingType=MULTICAST, PreviousAddress=scout.mom.requestreply.cancellation previousRoute:MULTICAST, reusable=true, version=-2147483172) .................................................. ***** durable queues scout.mom.requestreply.cancellation: ***** non durable for scout.mom.requestreply.cancellation: - queueID=7204 address:scout.mom.requestreply.cancellation name:c09c55f1-81e3-4ce3-868f-e6f8e680c8e4 filter:null .................................................. , transaction: null 2024-06-28 23:58:42,359 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from c09c55f1-81e3-4ce3-868f-e6f8e680c8e4: CoreMessage[messageID=7244, durable=true, userID=58e06d68-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=scout.mom.requestreply.cancellation, size=457, properties=TypedProperties[__AMQ_CID=58e04654-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-4c194594-b361-48ad-af3d-bd739ff36a7b, _AMQ_ROUTING_TYPE=0]]@2064833658 to transaction: TransactionImpl [xid=null, txID=7246, xid=null, state=ACTIVE, createTime=1719619122359(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@1f560185 2024-06-28 23:58:42,359 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from c09c55f1-81e3-4ce3-868f-e6f8e680c8e4: CoreMessage[messageID=7244, durable=true, userID=58e06d68-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=scout.mom.requestreply.cancellation, size=457, properties=TypedProperties[__AMQ_CID=58e04654-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-4c194594-b361-48ad-af3d-bd739ff36a7b, _AMQ_ROUTING_TYPE=0]]@2064833658, transaction: TransactionImpl [xid=null, txID=7246, xid=null, state=COMMITTED, createTime=1719619122359(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@1f560185 2024-06-28 23:58:42,360 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@498cf1dc] 2024-06-28 23:58:42,360 INFO [scout-thread-16] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58e04652-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=JMS publish cancel request for scout.mom.requestreply.uid-4c194594-b361-48ad-af3d-bd739ff36a7b] 2024-06-28 23:58:42,360 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58df34d4-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:42,361 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@577b02fa[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:42,361 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.008590 ms 2024-06-28 23:58:42,362 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58debf9e-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:42,363 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:42,363 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 16.818083 ms 2024-06-28 23:58:42,363 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:42,364 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:42,364 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:42,364 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 2125324593'. - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:42,366 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:42,366 INFO [scout-thread-17] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58e17eda-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:42,366 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58e17edd-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58e17eda-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58e17eda-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1e215712, true, {}] 2024-06-28 23:58:42,367 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58e1a5ee-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58e17eda-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58e17eda-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3e6523aa, true, {}] 2024-06-28 23:58:42,368 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=9113084e-1505-4033-8d12-293fc50b57a6, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:42,368 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@6d4b4b1a 2024-06-28 23:58:42,368 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 9113084e-1505-4033-8d12-293fc50b57a6, null, 0, false, true, null] 2024-06-28 23:58:42,369 INFO [scout-thread-17] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58e1f310-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:42,369 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58e1f313-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58e1f310-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58e1f310-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@314af914, true, {}] 2024-06-28 23:58:42,369 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58e1f314-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58e1f310-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58e1f310-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@717ce48b, true, {}] 2024-06-28 23:58:42,370 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:42,370 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58e21a25-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom71] 2024-06-28 23:58:42,371 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58e24138-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58e21a25-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58e21a25-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@38461199, true, {}] 2024-06-28 23:58:42,371 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58e24139-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58e21a25-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58e21a25-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@15de2134, true, {}] 2024-06-28 23:58:42,371 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=e171a18b-6fd7-4b15-8428-8baa450a6df1, address=e171a18b-6fd7-4b15-8428-8baa450a6df1, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:42,372 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@bc96b95 2024-06-28 23:58:42,372 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@6836f4cc 2024-06-28 23:58:42,373 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, e171a18b-6fd7-4b15-8428-8baa450a6df1, null, 0, false, true, null] 2024-06-28 23:58:42,374 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=7297, durable=true, userID=58e28f5c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=739, properties=TypedProperties[__AMQ_CID=58e24137-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-8a2487ea-10e5-4c44-8220-b4acf79a4c7a, JMSReplyTo=temp-queue://e171a18b-6fd7-4b15-8428-8baa450a6df1, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@89184728, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:42,374 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[7297]:RELIABLE:CoreMessage[messageID=7297, durable=true, userID=58e28f5c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=739, properties=TypedProperties[__AMQ_CID=58e24137-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-8a2487ea-10e5-4c44-8220-b4acf79a4c7a, JMSReplyTo=temp-queue://e171a18b-6fd7-4b15-8428-8baa450a6df1, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@89184728 2024-06-28 23:58:42,374 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=7297, durable=true, userID=58e28f5c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=739, properties=TypedProperties[__AMQ_CID=58e24137-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-8a2487ea-10e5-4c44-8220-b4acf79a4c7a, JMSReplyTo=temp-queue://e171a18b-6fd7-4b15-8428-8baa450a6df1, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@89184728 to transaction: TransactionImpl [xid=null, txID=7298, xid=null, state=ACTIVE, createTime=1719619122374(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@690654a1 2024-06-28 23:58:42,375 INFO [scout-thread-24] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58e2dd7d-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=dcf71553-23eb-4d73-be12-39a64eef5152, activemq.broker=mom86] 2024-06-28 23:58:42,376 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58e30490-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58e2dd7d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58e2dd7d-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6f2dda28, true, {}] 2024-06-28 23:58:42,376 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58e30491-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58e2dd7d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58e2dd7d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4df603e0, true, {}] 2024-06-28 23:58:42,377 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=7303, durable=true, userID=58e32ba3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=e171a18b-6fd7-4b15-8428-8baa450a6df1, size=809, properties=TypedProperties[__AMQ_CID=58e2dd7f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-8a2487ea-10e5-4c44-8220-b4acf79a4c7a, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=dcf71553-23eb-4d73-be12-39a64eef5152]]@1909907592, context: RoutingContextImpl(Address=e171a18b-6fd7-4b15-8428-8baa450a6df1, routingType=ANYCAST, PreviousAddress=e171a18b-6fd7-4b15-8428-8baa450a6df1 previousRoute:ANYCAST, reusable=true, version=-2147483165) .................................................. ***** durable queues e171a18b-6fd7-4b15-8428-8baa450a6df1: ***** non durable for e171a18b-6fd7-4b15-8428-8baa450a6df1: - queueID=7293 address:e171a18b-6fd7-4b15-8428-8baa450a6df1 name:e171a18b-6fd7-4b15-8428-8baa450a6df1 filter:null .................................................. , transaction: null 2024-06-28 23:58:42,377 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from e171a18b-6fd7-4b15-8428-8baa450a6df1: Reference[7303]:RELIABLE:CoreMessage[messageID=7303, durable=true, userID=58e32ba3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=e171a18b-6fd7-4b15-8428-8baa450a6df1, size=809, properties=TypedProperties[__AMQ_CID=58e2dd7f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-8a2487ea-10e5-4c44-8220-b4acf79a4c7a, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=dcf71553-23eb-4d73-be12-39a64eef5152]]@1909907592 2024-06-28 23:58:42,377 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=7297, durable=true, userID=58e28f5c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=739, properties=TypedProperties[__AMQ_CID=58e24137-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-8a2487ea-10e5-4c44-8220-b4acf79a4c7a, JMSReplyTo=temp-queue://e171a18b-6fd7-4b15-8428-8baa450a6df1, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@89184728, transaction: TransactionImpl [xid=null, txID=7298, xid=null, state=COMMITTED, createTime=1719619122374(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@690654a1 2024-06-28 23:58:42,377 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from e171a18b-6fd7-4b15-8428-8baa450a6df1: CoreMessage[messageID=7303, durable=true, userID=58e32ba3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=e171a18b-6fd7-4b15-8428-8baa450a6df1, size=809, properties=TypedProperties[__AMQ_CID=58e2dd7f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-8a2487ea-10e5-4c44-8220-b4acf79a4c7a, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=dcf71553-23eb-4d73-be12-39a64eef5152]]@1909907592 to transaction: TransactionImpl [xid=null, txID=7306, xid=null, state=ACTIVE, createTime=1719619122377(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@7914fdf2 2024-06-28 23:58:42,378 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from e171a18b-6fd7-4b15-8428-8baa450a6df1: CoreMessage[messageID=7303, durable=true, userID=58e32ba3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=e171a18b-6fd7-4b15-8428-8baa450a6df1, size=809, properties=TypedProperties[__AMQ_CID=58e2dd7f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-8a2487ea-10e5-4c44-8220-b4acf79a4c7a, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=dcf71553-23eb-4d73-be12-39a64eef5152]]@1909907592, transaction: TransactionImpl [xid=null, txID=7306, xid=null, state=COMMITTED, createTime=1719619122377(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@7914fdf2 2024-06-28 23:58:42,378 INFO [scout-thread-24] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58e2dd7d-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=dcf71553-23eb-4d73-be12-39a64eef5152, activemq.broker=mom86] 2024-06-28 23:58:42,378 INFO [scout-thread-23] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58e21a25-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom71] 2024-06-28 23:58:42,379 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@3630f888, org.eclipse.scout.rt.mom.jms.JmsSubscription@2a0a39a5] - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:42,380 INFO [scout-thread-17] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58e1f310-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:42,381 INFO [scout-thread-17] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58e3c7e4-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:42,381 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58e3c7e7-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58e3c7e4-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58e3c7e4-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@225633e4, true, {}] 2024-06-28 23:58:42,382 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58e3eef8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58e3c7e4-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58e3c7e4-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7a811293, true, {}] 2024-06-28 23:58:42,382 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:42,383 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58e41609-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom71] 2024-06-28 23:58:42,383 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58e4160c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58e41609-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58e41609-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@629dfede, true, {}] 2024-06-28 23:58:42,383 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58e4160d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58e41609-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58e41609-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2b138968, true, {}] 2024-06-28 23:58:42,384 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=51a36a91-eb78-4dff-a6af-23ab8bd1ed6b, address=51a36a91-eb78-4dff-a6af-23ab8bd1ed6b, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:42,384 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@9294aa7 2024-06-28 23:58:42,384 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@67f2f86d 2024-06-28 23:58:42,385 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 51a36a91-eb78-4dff-a6af-23ab8bd1ed6b, null, 0, false, true, null] 2024-06-28 23:58:42,386 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=7342, durable=true, userID=58e46430-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=738, properties=TypedProperties[__AMQ_CID=58e4160b-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-28e7e49d-1af6-47ea-a923-5abe47f8cd17, JMSReplyTo=temp-queue://51a36a91-eb78-4dff-a6af-23ab8bd1ed6b, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@906918, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:42,386 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[7342]:RELIABLE:CoreMessage[messageID=7342, durable=true, userID=58e46430-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=738, properties=TypedProperties[__AMQ_CID=58e4160b-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-28e7e49d-1af6-47ea-a923-5abe47f8cd17, JMSReplyTo=temp-queue://51a36a91-eb78-4dff-a6af-23ab8bd1ed6b, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@906918 2024-06-28 23:58:42,387 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=7342, durable=true, userID=58e46430-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=738, properties=TypedProperties[__AMQ_CID=58e4160b-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-28e7e49d-1af6-47ea-a923-5abe47f8cd17, JMSReplyTo=temp-queue://51a36a91-eb78-4dff-a6af-23ab8bd1ed6b, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@906918 to transaction: TransactionImpl [xid=null, txID=7343, xid=null, state=ACTIVE, createTime=1719619122386(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@7ff16864 2024-06-28 23:58:42,387 INFO [scout-thread-24] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58e4b251-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=e25fc1e7-ad9d-4b33-bc7a-45c5d241d183, activemq.broker=mom86] 2024-06-28 23:58:42,387 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58e4b254-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58e4b251-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58e4b251-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5a6991c3, true, {}] 2024-06-28 23:58:42,388 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58e4d965-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58e4b251-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58e4b251-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@660f8221, true, {}] 2024-06-28 23:58:42,389 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=7348, durable=true, userID=58e50077-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=51a36a91-eb78-4dff-a6af-23ab8bd1ed6b, size=808, properties=TypedProperties[__AMQ_CID=58e4b253-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-28e7e49d-1af6-47ea-a923-5abe47f8cd17, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=e25fc1e7-ad9d-4b33-bc7a-45c5d241d183]]@567599365, context: RoutingContextImpl(Address=51a36a91-eb78-4dff-a6af-23ab8bd1ed6b, routingType=ANYCAST, PreviousAddress=51a36a91-eb78-4dff-a6af-23ab8bd1ed6b previousRoute:ANYCAST, reusable=true, version=-2147483163) .................................................. ***** durable queues 51a36a91-eb78-4dff-a6af-23ab8bd1ed6b: ***** non durable for 51a36a91-eb78-4dff-a6af-23ab8bd1ed6b: - queueID=7338 address:51a36a91-eb78-4dff-a6af-23ab8bd1ed6b name:51a36a91-eb78-4dff-a6af-23ab8bd1ed6b filter:null .................................................. , transaction: null 2024-06-28 23:58:42,389 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 51a36a91-eb78-4dff-a6af-23ab8bd1ed6b: Reference[7348]:RELIABLE:CoreMessage[messageID=7348, durable=true, userID=58e50077-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=51a36a91-eb78-4dff-a6af-23ab8bd1ed6b, size=808, properties=TypedProperties[__AMQ_CID=58e4b253-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-28e7e49d-1af6-47ea-a923-5abe47f8cd17, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=e25fc1e7-ad9d-4b33-bc7a-45c5d241d183]]@567599365 2024-06-28 23:58:42,389 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 51a36a91-eb78-4dff-a6af-23ab8bd1ed6b: CoreMessage[messageID=7348, durable=true, userID=58e50077-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=51a36a91-eb78-4dff-a6af-23ab8bd1ed6b, size=808, properties=TypedProperties[__AMQ_CID=58e4b253-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-28e7e49d-1af6-47ea-a923-5abe47f8cd17, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=e25fc1e7-ad9d-4b33-bc7a-45c5d241d183]]@567599365 to transaction: TransactionImpl [xid=null, txID=7351, xid=null, state=ACTIVE, createTime=1719619122389(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@189a9579 2024-06-28 23:58:42,389 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=7342, durable=true, userID=58e46430-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=738, properties=TypedProperties[__AMQ_CID=58e4160b-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-28e7e49d-1af6-47ea-a923-5abe47f8cd17, JMSReplyTo=temp-queue://51a36a91-eb78-4dff-a6af-23ab8bd1ed6b, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@906918, transaction: TransactionImpl [xid=null, txID=7343, xid=null, state=COMMITTED, createTime=1719619122386(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@7ff16864 2024-06-28 23:58:42,390 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 51a36a91-eb78-4dff-a6af-23ab8bd1ed6b: CoreMessage[messageID=7348, durable=true, userID=58e50077-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=51a36a91-eb78-4dff-a6af-23ab8bd1ed6b, size=808, properties=TypedProperties[__AMQ_CID=58e4b253-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-28e7e49d-1af6-47ea-a923-5abe47f8cd17, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=e25fc1e7-ad9d-4b33-bc7a-45c5d241d183]]@567599365, transaction: TransactionImpl [xid=null, txID=7351, xid=null, state=COMMITTED, createTime=1719619122389(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@189a9579 2024-06-28 23:58:42,390 INFO [scout-thread-24] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58e4b251-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=e25fc1e7-ad9d-4b33-bc7a-45c5d241d183, activemq.broker=mom86] 2024-06-28 23:58:42,390 INFO [scout-thread-23] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58e41609-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom71] 2024-06-28 23:58:42,391 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@b7949ca, org.eclipse.scout.rt.mom.jms.JmsSubscription@238a2426] - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:42,392 INFO [scout-thread-17] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58e3c7e4-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:42,393 INFO [scout-thread-17] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58e575a8-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:42,393 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58e59cbb-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58e575a8-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58e575a8-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@793873ac, true, {}] 2024-06-28 23:58:42,393 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58e59cbc-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58e575a8-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58e575a8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@68db2797, true, {}] 2024-06-28 23:58:42,394 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:42,394 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58e5c3cd-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom71] 2024-06-28 23:58:42,394 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58e5c3d0-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58e5c3cd-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58e5c3cd-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2cb280ef, true, {}] 2024-06-28 23:58:42,395 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58e5eae1-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58e5c3cd-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58e5c3cd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@58bd374, true, {}] 2024-06-28 23:58:42,395 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=268e4c2f-4185-4e9d-a82c-3276fab985c1, address=268e4c2f-4185-4e9d-a82c-3276fab985c1, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:42,395 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@483e4f47 2024-06-28 23:58:42,396 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@10b645c8 2024-06-28 23:58:42,396 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 268e4c2f-4185-4e9d-a82c-3276fab985c1, null, 0, false, true, null] 2024-06-28 23:58:42,397 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=7387, durable=true, userID=58e63904-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=739, properties=TypedProperties[__AMQ_CID=58e5c3cf-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-9ae4325a-b6ce-4049-ba59-b76bd8c09485, JMSReplyTo=temp-queue://268e4c2f-4185-4e9d-a82c-3276fab985c1, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1582349893, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:42,401 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[7387]:RELIABLE:CoreMessage[messageID=7387, durable=true, userID=58e63904-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=739, properties=TypedProperties[__AMQ_CID=58e5c3cf-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-9ae4325a-b6ce-4049-ba59-b76bd8c09485, JMSReplyTo=temp-queue://268e4c2f-4185-4e9d-a82c-3276fab985c1, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1582349893 2024-06-28 23:58:42,401 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=7387, durable=true, userID=58e63904-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=739, properties=TypedProperties[__AMQ_CID=58e5c3cf-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-9ae4325a-b6ce-4049-ba59-b76bd8c09485, JMSReplyTo=temp-queue://268e4c2f-4185-4e9d-a82c-3276fab985c1, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1582349893 to transaction: TransactionImpl [xid=null, txID=7388, xid=null, state=ACTIVE, createTime=1719619122401(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@496beb0d 2024-06-28 23:58:42,402 INFO [scout-thread-24] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58e6fc55-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=d67f06de-451a-443b-b09e-3da545ab2c7d, activemq.broker=mom86] 2024-06-28 23:58:42,402 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58e6fc58-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58e6fc55-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58e6fc55-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6472994, true, {}] 2024-06-28 23:58:42,402 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58e6fc59-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58e6fc55-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58e6fc55-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7820ced7, true, {}] 2024-06-28 23:58:42,403 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=7393, durable=true, userID=58e7236b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=268e4c2f-4185-4e9d-a82c-3276fab985c1, size=809, properties=TypedProperties[__AMQ_CID=58e6fc57-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-9ae4325a-b6ce-4049-ba59-b76bd8c09485, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=d67f06de-451a-443b-b09e-3da545ab2c7d]]@1328674796, context: RoutingContextImpl(Address=268e4c2f-4185-4e9d-a82c-3276fab985c1, routingType=ANYCAST, PreviousAddress=268e4c2f-4185-4e9d-a82c-3276fab985c1 previousRoute:ANYCAST, reusable=true, version=-2147483161) .................................................. ***** durable queues 268e4c2f-4185-4e9d-a82c-3276fab985c1: ***** non durable for 268e4c2f-4185-4e9d-a82c-3276fab985c1: - queueID=7383 address:268e4c2f-4185-4e9d-a82c-3276fab985c1 name:268e4c2f-4185-4e9d-a82c-3276fab985c1 filter:null .................................................. , transaction: null 2024-06-28 23:58:42,403 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 268e4c2f-4185-4e9d-a82c-3276fab985c1: Reference[7393]:RELIABLE:CoreMessage[messageID=7393, durable=true, userID=58e7236b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=268e4c2f-4185-4e9d-a82c-3276fab985c1, size=809, properties=TypedProperties[__AMQ_CID=58e6fc57-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-9ae4325a-b6ce-4049-ba59-b76bd8c09485, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=d67f06de-451a-443b-b09e-3da545ab2c7d]]@1328674796 2024-06-28 23:58:42,404 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 268e4c2f-4185-4e9d-a82c-3276fab985c1: CoreMessage[messageID=7393, durable=true, userID=58e7236b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=268e4c2f-4185-4e9d-a82c-3276fab985c1, size=809, properties=TypedProperties[__AMQ_CID=58e6fc57-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-9ae4325a-b6ce-4049-ba59-b76bd8c09485, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=d67f06de-451a-443b-b09e-3da545ab2c7d]]@1328674796 to transaction: TransactionImpl [xid=null, txID=7398, xid=null, state=ACTIVE, createTime=1719619122404(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@773ca31d 2024-06-28 23:58:42,404 INFO [scout-thread-24] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58e6fc55-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=d67f06de-451a-443b-b09e-3da545ab2c7d, activemq.broker=mom86] 2024-06-28 23:58:42,404 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 268e4c2f-4185-4e9d-a82c-3276fab985c1: CoreMessage[messageID=7393, durable=true, userID=58e7236b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=268e4c2f-4185-4e9d-a82c-3276fab985c1, size=809, properties=TypedProperties[__AMQ_CID=58e6fc57-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-9ae4325a-b6ce-4049-ba59-b76bd8c09485, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=d67f06de-451a-443b-b09e-3da545ab2c7d]]@1328674796, transaction: TransactionImpl [xid=null, txID=7398, xid=null, state=COMMITTED, createTime=1719619122404(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@773ca31d 2024-06-28 23:58:42,404 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=7387, durable=true, userID=58e63904-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=739, properties=TypedProperties[__AMQ_CID=58e5c3cf-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-9ae4325a-b6ce-4049-ba59-b76bd8c09485, JMSReplyTo=temp-queue://268e4c2f-4185-4e9d-a82c-3276fab985c1, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1582349893, transaction: TransactionImpl [xid=null, txID=7388, xid=null, state=COMMITTED, createTime=1719619122401(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@496beb0d 2024-06-28 23:58:42,404 INFO [scout-thread-23] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58e5c3cd-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom71] 2024-06-28 23:58:42,406 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@62aa04cd, org.eclipse.scout.rt.mom.jms.JmsSubscription@6156bf75] - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:42,406 INFO [scout-thread-17] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58e575a8-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:42,407 INFO [scout-thread-17] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58e7bfac-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:42,407 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58e7bfaf-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58e7bfac-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58e7bfac-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2cca0495, true, {}] 2024-06-28 23:58:42,408 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58e7e6c0-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58e7bfac-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58e7bfac-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4d11ec2c, true, {}] 2024-06-28 23:58:42,408 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:42,409 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58e80dd1-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom71] 2024-06-28 23:58:42,409 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58e80dd4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58e80dd1-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58e80dd1-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@227002d8, true, {}] 2024-06-28 23:58:42,409 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58e80dd5-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58e80dd1-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58e80dd1-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@501fe7bb, true, {}] 2024-06-28 23:58:42,409 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=6e7dca40-d87c-42fe-a12a-38c1f0c60ef8, address=6e7dca40-d87c-42fe-a12a-38c1f0c60ef8, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:42,410 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@b446ce 2024-06-28 23:58:42,410 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@18d6950e 2024-06-28 23:58:42,410 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 6e7dca40-d87c-42fe-a12a-38c1f0c60ef8, null, 0, false, true, null] 2024-06-28 23:58:42,411 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=7432, durable=true, userID=58e85bf8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=739, properties=TypedProperties[__AMQ_CID=58e80dd3-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-7684cd87-fe84-41cd-a289-e53a0f862aff, JMSReplyTo=temp-queue://6e7dca40-d87c-42fe-a12a-38c1f0c60ef8, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@773293564, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:42,412 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[7432]:RELIABLE:CoreMessage[messageID=7432, durable=true, userID=58e85bf8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=739, properties=TypedProperties[__AMQ_CID=58e80dd3-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-7684cd87-fe84-41cd-a289-e53a0f862aff, JMSReplyTo=temp-queue://6e7dca40-d87c-42fe-a12a-38c1f0c60ef8, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@773293564 2024-06-28 23:58:42,412 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=7432, durable=true, userID=58e85bf8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=739, properties=TypedProperties[__AMQ_CID=58e80dd3-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-7684cd87-fe84-41cd-a289-e53a0f862aff, JMSReplyTo=temp-queue://6e7dca40-d87c-42fe-a12a-38c1f0c60ef8, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@773293564 to transaction: TransactionImpl [xid=null, txID=7433, xid=null, state=ACTIVE, createTime=1719619122412(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@749ba9e9 2024-06-28 23:58:42,412 INFO [scout-thread-24] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58e88309-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=39c9ce1c-e5c3-4e17-9836-dc17fc3fa5a2, activemq.broker=mom86] 2024-06-28 23:58:42,413 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58e8aa1c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58e88309-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58e88309-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3006fbcf, true, {}] 2024-06-28 23:58:42,413 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58e8aa1d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58e88309-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58e88309-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@e187223, true, {}] 2024-06-28 23:58:42,414 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=7438, durable=true, userID=58e8d12f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=6e7dca40-d87c-42fe-a12a-38c1f0c60ef8, size=809, properties=TypedProperties[__AMQ_CID=58e8aa1b-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-7684cd87-fe84-41cd-a289-e53a0f862aff, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=39c9ce1c-e5c3-4e17-9836-dc17fc3fa5a2]]@1714276396, context: RoutingContextImpl(Address=6e7dca40-d87c-42fe-a12a-38c1f0c60ef8, routingType=ANYCAST, PreviousAddress=6e7dca40-d87c-42fe-a12a-38c1f0c60ef8 previousRoute:ANYCAST, reusable=true, version=-2147483159) .................................................. ***** durable queues 6e7dca40-d87c-42fe-a12a-38c1f0c60ef8: ***** non durable for 6e7dca40-d87c-42fe-a12a-38c1f0c60ef8: - queueID=7428 address:6e7dca40-d87c-42fe-a12a-38c1f0c60ef8 name:6e7dca40-d87c-42fe-a12a-38c1f0c60ef8 filter:null .................................................. , transaction: null 2024-06-28 23:58:42,414 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 6e7dca40-d87c-42fe-a12a-38c1f0c60ef8: Reference[7438]:RELIABLE:CoreMessage[messageID=7438, durable=true, userID=58e8d12f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=6e7dca40-d87c-42fe-a12a-38c1f0c60ef8, size=809, properties=TypedProperties[__AMQ_CID=58e8aa1b-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-7684cd87-fe84-41cd-a289-e53a0f862aff, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=39c9ce1c-e5c3-4e17-9836-dc17fc3fa5a2]]@1714276396 2024-06-28 23:58:42,415 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 6e7dca40-d87c-42fe-a12a-38c1f0c60ef8: CoreMessage[messageID=7438, durable=true, userID=58e8d12f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=6e7dca40-d87c-42fe-a12a-38c1f0c60ef8, size=809, properties=TypedProperties[__AMQ_CID=58e8aa1b-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-7684cd87-fe84-41cd-a289-e53a0f862aff, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=39c9ce1c-e5c3-4e17-9836-dc17fc3fa5a2]]@1714276396 to transaction: TransactionImpl [xid=null, txID=7441, xid=null, state=ACTIVE, createTime=1719619122415(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@1b44a38e 2024-06-28 23:58:42,415 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 6e7dca40-d87c-42fe-a12a-38c1f0c60ef8: CoreMessage[messageID=7438, durable=true, userID=58e8d12f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=6e7dca40-d87c-42fe-a12a-38c1f0c60ef8, size=809, properties=TypedProperties[__AMQ_CID=58e8aa1b-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-7684cd87-fe84-41cd-a289-e53a0f862aff, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=39c9ce1c-e5c3-4e17-9836-dc17fc3fa5a2]]@1714276396, transaction: TransactionImpl [xid=null, txID=7441, xid=null, state=COMMITTED, createTime=1719619122415(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@1b44a38e 2024-06-28 23:58:42,415 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=7432, durable=true, userID=58e85bf8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=739, properties=TypedProperties[__AMQ_CID=58e80dd3-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-7684cd87-fe84-41cd-a289-e53a0f862aff, JMSReplyTo=temp-queue://6e7dca40-d87c-42fe-a12a-38c1f0c60ef8, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@773293564, transaction: TransactionImpl [xid=null, txID=7433, xid=null, state=COMMITTED, createTime=1719619122412(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@749ba9e9 2024-06-28 23:58:42,415 INFO [scout-thread-24] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58e88309-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=39c9ce1c-e5c3-4e17-9836-dc17fc3fa5a2, activemq.broker=mom86] 2024-06-28 23:58:42,415 INFO [scout-thread-23] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58e80dd1-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom71] 2024-06-28 23:58:42,438 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@1c7250c7, org.eclipse.scout.rt.mom.jms.JmsSubscription@5fb69a7e] - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:42,438 INFO [scout-thread-17] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58e7bfac-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:42,439 INFO [scout-thread-17] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58eca1c0-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:42,439 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58eca1c3-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58eca1c0-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58eca1c0-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@52a1a335, true, {}] 2024-06-28 23:58:42,440 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58eca1c4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58eca1c0-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58eca1c0-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@75374d09, true, {}] 2024-06-28 23:58:42,440 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:42,441 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58ecefe5-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom71] 2024-06-28 23:58:42,441 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58ecefe8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58ecefe5-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58ecefe5-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@44e970f3, true, {}] 2024-06-28 23:58:42,441 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58ecefe9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58ecefe5-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58ecefe5-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2f1929c5, true, {}] 2024-06-28 23:58:42,442 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=e585961b-db5b-4b73-ae20-6da73c41cc46, address=e585961b-db5b-4b73-ae20-6da73c41cc46, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:42,442 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@7a532870 2024-06-28 23:58:42,442 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@5681bcd1 2024-06-28 23:58:42,443 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, e585961b-db5b-4b73-ae20-6da73c41cc46, null, 0, false, true, null] 2024-06-28 23:58:42,444 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=7477, durable=true, userID=58ed3e0c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=738, properties=TypedProperties[__AMQ_CID=58ecefe7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-8617b1b9-cfab-4754-b743-161368129451, JMSReplyTo=temp-queue://e585961b-db5b-4b73-ae20-6da73c41cc46, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@56345771, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:42,444 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[7477]:RELIABLE:CoreMessage[messageID=7477, durable=true, userID=58ed3e0c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=738, properties=TypedProperties[__AMQ_CID=58ecefe7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-8617b1b9-cfab-4754-b743-161368129451, JMSReplyTo=temp-queue://e585961b-db5b-4b73-ae20-6da73c41cc46, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@56345771 2024-06-28 23:58:42,444 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=7477, durable=true, userID=58ed3e0c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=738, properties=TypedProperties[__AMQ_CID=58ecefe7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-8617b1b9-cfab-4754-b743-161368129451, JMSReplyTo=temp-queue://e585961b-db5b-4b73-ae20-6da73c41cc46, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@56345771 to transaction: TransactionImpl [xid=null, txID=7478, xid=null, state=ACTIVE, createTime=1719619122444(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@74e8c5ba 2024-06-28 23:58:42,445 INFO [scout-thread-24] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58ed8c2d-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=0490358b-a934-4a38-8d46-ee1e2b0b256c, activemq.broker=mom86] 2024-06-28 23:58:42,445 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58ed8c30-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58ed8c2d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58ed8c2d-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6ba92374, true, {}] 2024-06-28 23:58:42,446 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58edb341-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58ed8c2d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58ed8c2d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1b454548, true, {}] 2024-06-28 23:58:42,447 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=7483, durable=true, userID=58edb343-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=e585961b-db5b-4b73-ae20-6da73c41cc46, size=808, properties=TypedProperties[__AMQ_CID=58ed8c2f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-8617b1b9-cfab-4754-b743-161368129451, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=0490358b-a934-4a38-8d46-ee1e2b0b256c]]@2081165219, context: RoutingContextImpl(Address=e585961b-db5b-4b73-ae20-6da73c41cc46, routingType=ANYCAST, PreviousAddress=e585961b-db5b-4b73-ae20-6da73c41cc46 previousRoute:ANYCAST, reusable=true, version=-2147483157) .................................................. ***** durable queues e585961b-db5b-4b73-ae20-6da73c41cc46: ***** non durable for e585961b-db5b-4b73-ae20-6da73c41cc46: - queueID=7473 address:e585961b-db5b-4b73-ae20-6da73c41cc46 name:e585961b-db5b-4b73-ae20-6da73c41cc46 filter:null .................................................. , transaction: null 2024-06-28 23:58:42,447 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from e585961b-db5b-4b73-ae20-6da73c41cc46: Reference[7483]:RELIABLE:CoreMessage[messageID=7483, durable=true, userID=58edb343-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=e585961b-db5b-4b73-ae20-6da73c41cc46, size=808, properties=TypedProperties[__AMQ_CID=58ed8c2f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-8617b1b9-cfab-4754-b743-161368129451, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=0490358b-a934-4a38-8d46-ee1e2b0b256c]]@2081165219 2024-06-28 23:58:42,447 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from e585961b-db5b-4b73-ae20-6da73c41cc46: CoreMessage[messageID=7483, durable=true, userID=58edb343-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=e585961b-db5b-4b73-ae20-6da73c41cc46, size=808, properties=TypedProperties[__AMQ_CID=58ed8c2f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-8617b1b9-cfab-4754-b743-161368129451, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=0490358b-a934-4a38-8d46-ee1e2b0b256c]]@2081165219 to transaction: TransactionImpl [xid=null, txID=7486, xid=null, state=ACTIVE, createTime=1719619122447(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@3cbd0d20 2024-06-28 23:58:42,447 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from e585961b-db5b-4b73-ae20-6da73c41cc46: CoreMessage[messageID=7483, durable=true, userID=58edb343-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=e585961b-db5b-4b73-ae20-6da73c41cc46, size=808, properties=TypedProperties[__AMQ_CID=58ed8c2f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-8617b1b9-cfab-4754-b743-161368129451, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=0490358b-a934-4a38-8d46-ee1e2b0b256c]]@2081165219, transaction: TransactionImpl [xid=null, txID=7486, xid=null, state=COMMITTED, createTime=1719619122447(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@3cbd0d20 2024-06-28 23:58:42,447 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=7477, durable=true, userID=58ed3e0c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=738, properties=TypedProperties[__AMQ_CID=58ecefe7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-8617b1b9-cfab-4754-b743-161368129451, JMSReplyTo=temp-queue://e585961b-db5b-4b73-ae20-6da73c41cc46, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@56345771, transaction: TransactionImpl [xid=null, txID=7478, xid=null, state=COMMITTED, createTime=1719619122444(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@74e8c5ba 2024-06-28 23:58:42,447 INFO [scout-thread-24] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58ed8c2d-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=0490358b-a934-4a38-8d46-ee1e2b0b256c, activemq.broker=mom86] 2024-06-28 23:58:42,448 INFO [scout-thread-23] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58ecefe5-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom71] 2024-06-28 23:58:42,449 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@4645745c, org.eclipse.scout.rt.mom.jms.JmsSubscription@1e0158f5] - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:42,450 INFO [scout-thread-17] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58eca1c0-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:42,450 INFO [scout-thread-17] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58ee4f84-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:42,451 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58ee7697-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58ee4f84-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58ee4f84-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@11f18959, true, {}] 2024-06-28 23:58:42,451 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58ee7698-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58ee4f84-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58ee4f84-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@291129e9, true, {}] 2024-06-28 23:58:42,452 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:42,452 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58ee9da9-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom71] 2024-06-28 23:58:42,452 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58ee9dac-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58ee9da9-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58ee9da9-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@33fef921, true, {}] 2024-06-28 23:58:42,453 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58eec4bd-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58ee9da9-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58ee9da9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@67015952, true, {}] 2024-06-28 23:58:42,453 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=f174bd90-0e49-4942-b1e6-081c9d3746e2, address=f174bd90-0e49-4942-b1e6-081c9d3746e2, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:42,453 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@736d9639 2024-06-28 23:58:42,454 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@1d2aebf 2024-06-28 23:58:42,454 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, f174bd90-0e49-4942-b1e6-081c9d3746e2, null, 0, false, true, null] 2024-06-28 23:58:42,455 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=7522, durable=true, userID=58eeebd0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=739, properties=TypedProperties[__AMQ_CID=58ee9dab-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-1569e999-717c-4501-b7e5-7c735c08dffb, JMSReplyTo=temp-queue://f174bd90-0e49-4942-b1e6-081c9d3746e2, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@2135847912, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:42,455 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[7522]:RELIABLE:CoreMessage[messageID=7522, durable=true, userID=58eeebd0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=739, properties=TypedProperties[__AMQ_CID=58ee9dab-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-1569e999-717c-4501-b7e5-7c735c08dffb, JMSReplyTo=temp-queue://f174bd90-0e49-4942-b1e6-081c9d3746e2, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@2135847912 2024-06-28 23:58:42,455 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=7522, durable=true, userID=58eeebd0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=739, properties=TypedProperties[__AMQ_CID=58ee9dab-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-1569e999-717c-4501-b7e5-7c735c08dffb, JMSReplyTo=temp-queue://f174bd90-0e49-4942-b1e6-081c9d3746e2, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@2135847912 to transaction: TransactionImpl [xid=null, txID=7523, xid=null, state=ACTIVE, createTime=1719619122455(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@30d6e462 2024-06-28 23:58:42,456 INFO [scout-thread-24] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58ef39f1-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=86d34b7c-c7f8-42ab-9881-94031b28dbc5, activemq.broker=mom86] 2024-06-28 23:58:42,456 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58ef39f4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58ef39f1-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58ef39f1-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7c4b3d13, true, {}] 2024-06-28 23:58:42,457 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58ef39f5-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58ef39f1-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58ef39f1-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@33256e2a, true, {}] 2024-06-28 23:58:42,458 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=7528, durable=true, userID=58ef6107-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=f174bd90-0e49-4942-b1e6-081c9d3746e2, size=809, properties=TypedProperties[__AMQ_CID=58ef39f3-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-1569e999-717c-4501-b7e5-7c735c08dffb, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=86d34b7c-c7f8-42ab-9881-94031b28dbc5]]@404476529, context: RoutingContextImpl(Address=f174bd90-0e49-4942-b1e6-081c9d3746e2, routingType=ANYCAST, PreviousAddress=f174bd90-0e49-4942-b1e6-081c9d3746e2 previousRoute:ANYCAST, reusable=true, version=-2147483155) .................................................. ***** durable queues f174bd90-0e49-4942-b1e6-081c9d3746e2: ***** non durable for f174bd90-0e49-4942-b1e6-081c9d3746e2: - queueID=7518 address:f174bd90-0e49-4942-b1e6-081c9d3746e2 name:f174bd90-0e49-4942-b1e6-081c9d3746e2 filter:null .................................................. , transaction: null 2024-06-28 23:58:42,458 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from f174bd90-0e49-4942-b1e6-081c9d3746e2: Reference[7528]:RELIABLE:CoreMessage[messageID=7528, durable=true, userID=58ef6107-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=f174bd90-0e49-4942-b1e6-081c9d3746e2, size=809, properties=TypedProperties[__AMQ_CID=58ef39f3-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-1569e999-717c-4501-b7e5-7c735c08dffb, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=86d34b7c-c7f8-42ab-9881-94031b28dbc5]]@404476529 2024-06-28 23:58:42,458 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from f174bd90-0e49-4942-b1e6-081c9d3746e2: CoreMessage[messageID=7528, durable=true, userID=58ef6107-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=f174bd90-0e49-4942-b1e6-081c9d3746e2, size=809, properties=TypedProperties[__AMQ_CID=58ef39f3-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-1569e999-717c-4501-b7e5-7c735c08dffb, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=86d34b7c-c7f8-42ab-9881-94031b28dbc5]]@404476529 to transaction: TransactionImpl [xid=null, txID=7531, xid=null, state=ACTIVE, createTime=1719619122458(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@308b9964 2024-06-28 23:58:42,458 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from f174bd90-0e49-4942-b1e6-081c9d3746e2: CoreMessage[messageID=7528, durable=true, userID=58ef6107-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=f174bd90-0e49-4942-b1e6-081c9d3746e2, size=809, properties=TypedProperties[__AMQ_CID=58ef39f3-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-1569e999-717c-4501-b7e5-7c735c08dffb, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=86d34b7c-c7f8-42ab-9881-94031b28dbc5]]@404476529, transaction: TransactionImpl [xid=null, txID=7531, xid=null, state=COMMITTED, createTime=1719619122458(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@308b9964 2024-06-28 23:58:42,458 INFO [scout-thread-24] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58ef39f1-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=86d34b7c-c7f8-42ab-9881-94031b28dbc5, activemq.broker=mom86] 2024-06-28 23:58:42,458 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=7522, durable=true, userID=58eeebd0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=739, properties=TypedProperties[__AMQ_CID=58ee9dab-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-1569e999-717c-4501-b7e5-7c735c08dffb, JMSReplyTo=temp-queue://f174bd90-0e49-4942-b1e6-081c9d3746e2, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@2135847912, transaction: TransactionImpl [xid=null, txID=7523, xid=null, state=COMMITTED, createTime=1719619122455(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@30d6e462 2024-06-28 23:58:42,459 INFO [scout-thread-23] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58ee9da9-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom71] 2024-06-28 23:58:42,460 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@220b75fc, org.eclipse.scout.rt.mom.jms.JmsSubscription@2e1d6493] - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:42,461 INFO [scout-thread-17] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58ee4f84-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:42,461 INFO [scout-thread-17] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58effd48-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:42,462 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58f0245b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58effd48-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58effd48-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5c6807a2, true, {}] 2024-06-28 23:58:42,462 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58f0245c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58effd48-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58effd48-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2603625e, true, {}] 2024-06-28 23:58:42,463 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:42,463 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58f04b6d-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom71] 2024-06-28 23:58:42,464 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58f07280-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58f04b6d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58f04b6d-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@456dfc25, true, {}] 2024-06-28 23:58:42,464 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58f07281-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58f04b6d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58f04b6d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@226d9e36, true, {}] 2024-06-28 23:58:42,464 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=a3439392-ac45-4b63-982f-6aa84a3f1762, address=a3439392-ac45-4b63-982f-6aa84a3f1762, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:42,464 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@24387e9c 2024-06-28 23:58:42,465 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@3cf4000f 2024-06-28 23:58:42,465 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, a3439392-ac45-4b63-982f-6aa84a3f1762, null, 0, false, true, null] 2024-06-28 23:58:42,466 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=7567, durable=true, userID=58f0c0a4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=738, properties=TypedProperties[__AMQ_CID=58f0727f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-8f845747-c884-4d8a-9ff1-ab650e467a8c, JMSReplyTo=temp-queue://a3439392-ac45-4b63-982f-6aa84a3f1762, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@2135311837, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:42,467 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[7567]:RELIABLE:CoreMessage[messageID=7567, durable=true, userID=58f0c0a4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=738, properties=TypedProperties[__AMQ_CID=58f0727f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-8f845747-c884-4d8a-9ff1-ab650e467a8c, JMSReplyTo=temp-queue://a3439392-ac45-4b63-982f-6aa84a3f1762, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@2135311837 2024-06-28 23:58:42,467 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=7567, durable=true, userID=58f0c0a4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=738, properties=TypedProperties[__AMQ_CID=58f0727f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-8f845747-c884-4d8a-9ff1-ab650e467a8c, JMSReplyTo=temp-queue://a3439392-ac45-4b63-982f-6aa84a3f1762, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@2135311837 to transaction: TransactionImpl [xid=null, txID=7568, xid=null, state=ACTIVE, createTime=1719619122467(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@4f64985a 2024-06-28 23:58:42,467 INFO [scout-thread-24] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58f0e7b5-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=1cba3199-b252-4253-8c38-794021849cac, activemq.broker=mom86] 2024-06-28 23:58:42,468 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58f10ec8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58f0e7b5-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58f0e7b5-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4060d323, true, {}] 2024-06-28 23:58:42,468 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58f10ec9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58f0e7b5-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58f0e7b5-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@53a4f6a5, true, {}] 2024-06-28 23:58:42,469 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=7573, durable=true, userID=58f135db-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=a3439392-ac45-4b63-982f-6aa84a3f1762, size=808, properties=TypedProperties[__AMQ_CID=58f10ec7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-8f845747-c884-4d8a-9ff1-ab650e467a8c, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=1cba3199-b252-4253-8c38-794021849cac]]@948261954, context: RoutingContextImpl(Address=a3439392-ac45-4b63-982f-6aa84a3f1762, routingType=ANYCAST, PreviousAddress=a3439392-ac45-4b63-982f-6aa84a3f1762 previousRoute:ANYCAST, reusable=true, version=-2147483153) .................................................. ***** durable queues a3439392-ac45-4b63-982f-6aa84a3f1762: ***** non durable for a3439392-ac45-4b63-982f-6aa84a3f1762: - queueID=7563 address:a3439392-ac45-4b63-982f-6aa84a3f1762 name:a3439392-ac45-4b63-982f-6aa84a3f1762 filter:null .................................................. , transaction: null 2024-06-28 23:58:42,469 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from a3439392-ac45-4b63-982f-6aa84a3f1762: Reference[7573]:RELIABLE:CoreMessage[messageID=7573, durable=true, userID=58f135db-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=a3439392-ac45-4b63-982f-6aa84a3f1762, size=808, properties=TypedProperties[__AMQ_CID=58f10ec7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-8f845747-c884-4d8a-9ff1-ab650e467a8c, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=1cba3199-b252-4253-8c38-794021849cac]]@948261954 2024-06-28 23:58:42,470 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from a3439392-ac45-4b63-982f-6aa84a3f1762: CoreMessage[messageID=7573, durable=true, userID=58f135db-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=a3439392-ac45-4b63-982f-6aa84a3f1762, size=808, properties=TypedProperties[__AMQ_CID=58f10ec7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-8f845747-c884-4d8a-9ff1-ab650e467a8c, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=1cba3199-b252-4253-8c38-794021849cac]]@948261954 to transaction: TransactionImpl [xid=null, txID=7576, xid=null, state=ACTIVE, createTime=1719619122470(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@58a340ef 2024-06-28 23:58:42,470 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from a3439392-ac45-4b63-982f-6aa84a3f1762: CoreMessage[messageID=7573, durable=true, userID=58f135db-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=a3439392-ac45-4b63-982f-6aa84a3f1762, size=808, properties=TypedProperties[__AMQ_CID=58f10ec7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-8f845747-c884-4d8a-9ff1-ab650e467a8c, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=1cba3199-b252-4253-8c38-794021849cac]]@948261954, transaction: TransactionImpl [xid=null, txID=7576, xid=null, state=COMMITTED, createTime=1719619122470(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@58a340ef 2024-06-28 23:58:42,470 INFO [scout-thread-24] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58f0e7b5-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=1cba3199-b252-4253-8c38-794021849cac, activemq.broker=mom86] 2024-06-28 23:58:42,470 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=7567, durable=true, userID=58f0c0a4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=738, properties=TypedProperties[__AMQ_CID=58f0727f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-8f845747-c884-4d8a-9ff1-ab650e467a8c, JMSReplyTo=temp-queue://a3439392-ac45-4b63-982f-6aa84a3f1762, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@2135311837, transaction: TransactionImpl [xid=null, txID=7568, xid=null, state=COMMITTED, createTime=1719619122467(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@4f64985a 2024-06-28 23:58:42,470 INFO [scout-thread-23] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58f04b6d-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom71] 2024-06-28 23:58:42,472 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@3f1e5d6c, org.eclipse.scout.rt.mom.jms.JmsSubscription@7ee0ebae] - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:42,472 INFO [scout-thread-17] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58effd48-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:42,473 INFO [scout-thread-17] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58f1d21c-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:42,473 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58f1d21f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58f1d21c-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58f1d21c-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@12a31ba3, true, {}] 2024-06-28 23:58:42,474 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58f1d220-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58f1d21c-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58f1d21c-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3988881e, true, {}] 2024-06-28 23:58:42,474 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:42,475 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58f22041-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom71] 2024-06-28 23:58:42,475 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58f22044-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58f22041-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58f22041-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@44cbd78c, true, {}] 2024-06-28 23:58:42,475 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58f22045-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58f22041-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58f22041-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7ff5945c, true, {}] 2024-06-28 23:58:42,476 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=d87e5365-2965-4c16-a43f-7ca7e76b3c06, address=d87e5365-2965-4c16-a43f-7ca7e76b3c06, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:42,476 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@26f827b 2024-06-28 23:58:42,476 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@66c3a22d 2024-06-28 23:58:42,477 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, d87e5365-2965-4c16-a43f-7ca7e76b3c06, null, 0, false, true, null] 2024-06-28 23:58:42,477 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=7612, durable=true, userID=58f26e68-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=739, properties=TypedProperties[__AMQ_CID=58f22043-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-8a6f5cde-3977-4fdc-896e-6d1f11a9f3de, JMSReplyTo=temp-queue://d87e5365-2965-4c16-a43f-7ca7e76b3c06, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@124753490, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:42,481 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[7612]:RELIABLE:CoreMessage[messageID=7612, durable=true, userID=58f26e68-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=739, properties=TypedProperties[__AMQ_CID=58f22043-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-8a6f5cde-3977-4fdc-896e-6d1f11a9f3de, JMSReplyTo=temp-queue://d87e5365-2965-4c16-a43f-7ca7e76b3c06, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@124753490 2024-06-28 23:58:42,482 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=7612, durable=true, userID=58f26e68-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=739, properties=TypedProperties[__AMQ_CID=58f22043-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-8a6f5cde-3977-4fdc-896e-6d1f11a9f3de, JMSReplyTo=temp-queue://d87e5365-2965-4c16-a43f-7ca7e76b3c06, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@124753490 to transaction: TransactionImpl [xid=null, txID=7613, xid=null, state=ACTIVE, createTime=1719619122482(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@4f715312 2024-06-28 23:58:42,482 INFO [scout-thread-24] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58f331b9-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=45d7f735-cbfc-4122-8b6b-1a2c476b9d79, activemq.broker=mom86] 2024-06-28 23:58:42,483 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58f358cc-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58f331b9-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58f331b9-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5b553488, true, {}] 2024-06-28 23:58:42,483 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58f358cd-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58f331b9-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58f331b9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4f65f8fe, true, {}] 2024-06-28 23:58:42,484 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=7618, durable=true, userID=58f37fdf-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=d87e5365-2965-4c16-a43f-7ca7e76b3c06, size=809, properties=TypedProperties[__AMQ_CID=58f358cb-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-8a6f5cde-3977-4fdc-896e-6d1f11a9f3de, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=45d7f735-cbfc-4122-8b6b-1a2c476b9d79]]@219665963, context: RoutingContextImpl(Address=d87e5365-2965-4c16-a43f-7ca7e76b3c06, routingType=ANYCAST, PreviousAddress=d87e5365-2965-4c16-a43f-7ca7e76b3c06 previousRoute:ANYCAST, reusable=true, version=-2147483151) .................................................. ***** durable queues d87e5365-2965-4c16-a43f-7ca7e76b3c06: ***** non durable for d87e5365-2965-4c16-a43f-7ca7e76b3c06: - queueID=7608 address:d87e5365-2965-4c16-a43f-7ca7e76b3c06 name:d87e5365-2965-4c16-a43f-7ca7e76b3c06 filter:null .................................................. , transaction: null 2024-06-28 23:58:42,484 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from d87e5365-2965-4c16-a43f-7ca7e76b3c06: Reference[7618]:RELIABLE:CoreMessage[messageID=7618, durable=true, userID=58f37fdf-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=d87e5365-2965-4c16-a43f-7ca7e76b3c06, size=809, properties=TypedProperties[__AMQ_CID=58f358cb-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-8a6f5cde-3977-4fdc-896e-6d1f11a9f3de, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=45d7f735-cbfc-4122-8b6b-1a2c476b9d79]]@219665963 2024-06-28 23:58:42,485 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=7612, durable=true, userID=58f26e68-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=739, properties=TypedProperties[__AMQ_CID=58f22043-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-8a6f5cde-3977-4fdc-896e-6d1f11a9f3de, JMSReplyTo=temp-queue://d87e5365-2965-4c16-a43f-7ca7e76b3c06, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@124753490, transaction: TransactionImpl [xid=null, txID=7613, xid=null, state=COMMITTED, createTime=1719619122482(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@4f715312 2024-06-28 23:58:42,485 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from d87e5365-2965-4c16-a43f-7ca7e76b3c06: CoreMessage[messageID=7618, durable=true, userID=58f37fdf-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=d87e5365-2965-4c16-a43f-7ca7e76b3c06, size=809, properties=TypedProperties[__AMQ_CID=58f358cb-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-8a6f5cde-3977-4fdc-896e-6d1f11a9f3de, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=45d7f735-cbfc-4122-8b6b-1a2c476b9d79]]@219665963 to transaction: TransactionImpl [xid=null, txID=7621, xid=null, state=ACTIVE, createTime=1719619122485(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@177a17b2 2024-06-28 23:58:42,485 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from d87e5365-2965-4c16-a43f-7ca7e76b3c06: CoreMessage[messageID=7618, durable=true, userID=58f37fdf-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=d87e5365-2965-4c16-a43f-7ca7e76b3c06, size=809, properties=TypedProperties[__AMQ_CID=58f358cb-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-8a6f5cde-3977-4fdc-896e-6d1f11a9f3de, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=45d7f735-cbfc-4122-8b6b-1a2c476b9d79]]@219665963, transaction: TransactionImpl [xid=null, txID=7621, xid=null, state=COMMITTED, createTime=1719619122485(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@177a17b2 2024-06-28 23:58:42,485 INFO [scout-thread-24] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58f331b9-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=45d7f735-cbfc-4122-8b6b-1a2c476b9d79, activemq.broker=mom86] 2024-06-28 23:58:42,485 INFO [scout-thread-23] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58f22041-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom71] 2024-06-28 23:58:42,487 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@25fe3b68, org.eclipse.scout.rt.mom.jms.JmsSubscription@3b48b6de] - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:42,487 INFO [scout-thread-17] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58f1d21c-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:42,488 INFO [scout-thread-17] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58f41c20-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:42,488 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58f41c23-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58f41c20-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58f41c20-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@77190c1, true, {}] 2024-06-28 23:58:42,489 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58f44334-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58f41c20-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58f41c20-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1631a488, true, {}] 2024-06-28 23:58:42,489 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:42,490 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58f46a45-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom71] 2024-06-28 23:58:42,490 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58f46a48-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58f46a45-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58f46a45-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@57175853, true, {}] 2024-06-28 23:58:42,491 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58f49159-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58f46a45-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58f46a45-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@47998148, true, {}] 2024-06-28 23:58:42,491 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=a809cd3d-1e30-42f1-b124-539536736756, address=a809cd3d-1e30-42f1-b124-539536736756, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:42,491 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@20fc9c1d 2024-06-28 23:58:42,492 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@52bf37f 2024-06-28 23:58:42,492 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, a809cd3d-1e30-42f1-b124-539536736756, null, 0, false, true, null] 2024-06-28 23:58:42,493 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=7657, durable=true, userID=58f4df7c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=739, properties=TypedProperties[__AMQ_CID=58f46a47-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-19fb2290-66a7-4a7c-9065-118085a9a067, JMSReplyTo=temp-queue://a809cd3d-1e30-42f1-b124-539536736756, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@565072530, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:42,497 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[7657]:RELIABLE:CoreMessage[messageID=7657, durable=true, userID=58f4df7c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=739, properties=TypedProperties[__AMQ_CID=58f46a47-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-19fb2290-66a7-4a7c-9065-118085a9a067, JMSReplyTo=temp-queue://a809cd3d-1e30-42f1-b124-539536736756, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@565072530 2024-06-28 23:58:42,497 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=7657, durable=true, userID=58f4df7c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=739, properties=TypedProperties[__AMQ_CID=58f46a47-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-19fb2290-66a7-4a7c-9065-118085a9a067, JMSReplyTo=temp-queue://a809cd3d-1e30-42f1-b124-539536736756, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@565072530 to transaction: TransactionImpl [xid=null, txID=7658, xid=null, state=ACTIVE, createTime=1719619122497(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@7ba9c5fb 2024-06-28 23:58:42,498 INFO [scout-thread-24] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58f5a2cd-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=4fb4088c-c0b3-4e23-ae0d-fbdc4607244a, activemq.broker=mom86] 2024-06-28 23:58:42,498 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58f5a2d0-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58f5a2cd-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58f5a2cd-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@15dae5b9, true, {}] 2024-06-28 23:58:42,498 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58f5a2d1-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58f5a2cd-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58f5a2cd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1922a0d3, true, {}] 2024-06-28 23:58:42,499 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=7663, durable=true, userID=58f5c9e3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=a809cd3d-1e30-42f1-b124-539536736756, size=809, properties=TypedProperties[__AMQ_CID=58f5a2cf-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-19fb2290-66a7-4a7c-9065-118085a9a067, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=4fb4088c-c0b3-4e23-ae0d-fbdc4607244a]]@53865, context: RoutingContextImpl(Address=a809cd3d-1e30-42f1-b124-539536736756, routingType=ANYCAST, PreviousAddress=a809cd3d-1e30-42f1-b124-539536736756 previousRoute:ANYCAST, reusable=true, version=-2147483149) .................................................. ***** durable queues a809cd3d-1e30-42f1-b124-539536736756: ***** non durable for a809cd3d-1e30-42f1-b124-539536736756: - queueID=7653 address:a809cd3d-1e30-42f1-b124-539536736756 name:a809cd3d-1e30-42f1-b124-539536736756 filter:null .................................................. , transaction: null 2024-06-28 23:58:42,499 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from a809cd3d-1e30-42f1-b124-539536736756: Reference[7663]:RELIABLE:CoreMessage[messageID=7663, durable=true, userID=58f5c9e3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=a809cd3d-1e30-42f1-b124-539536736756, size=809, properties=TypedProperties[__AMQ_CID=58f5a2cf-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-19fb2290-66a7-4a7c-9065-118085a9a067, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=4fb4088c-c0b3-4e23-ae0d-fbdc4607244a]]@53865 2024-06-28 23:58:42,500 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from a809cd3d-1e30-42f1-b124-539536736756: CoreMessage[messageID=7663, durable=true, userID=58f5c9e3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=a809cd3d-1e30-42f1-b124-539536736756, size=809, properties=TypedProperties[__AMQ_CID=58f5a2cf-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-19fb2290-66a7-4a7c-9065-118085a9a067, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=4fb4088c-c0b3-4e23-ae0d-fbdc4607244a]]@53865 to transaction: TransactionImpl [xid=null, txID=7664, xid=null, state=ACTIVE, createTime=1719619122500(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@605d40c6 2024-06-28 23:58:42,500 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from a809cd3d-1e30-42f1-b124-539536736756: CoreMessage[messageID=7663, durable=true, userID=58f5c9e3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=a809cd3d-1e30-42f1-b124-539536736756, size=809, properties=TypedProperties[__AMQ_CID=58f5a2cf-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-19fb2290-66a7-4a7c-9065-118085a9a067, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=4fb4088c-c0b3-4e23-ae0d-fbdc4607244a]]@53865, transaction: TransactionImpl [xid=null, txID=7664, xid=null, state=COMMITTED, createTime=1719619122500(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@605d40c6 2024-06-28 23:58:42,500 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=7657, durable=true, userID=58f4df7c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=739, properties=TypedProperties[__AMQ_CID=58f46a47-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-19fb2290-66a7-4a7c-9065-118085a9a067, JMSReplyTo=temp-queue://a809cd3d-1e30-42f1-b124-539536736756, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@565072530, transaction: TransactionImpl [xid=null, txID=7658, xid=null, state=COMMITTED, createTime=1719619122497(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@7ba9c5fb 2024-06-28 23:58:42,500 INFO [scout-thread-24] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58f5a2cd-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=4fb4088c-c0b3-4e23-ae0d-fbdc4607244a, activemq.broker=mom86] 2024-06-28 23:58:42,500 INFO [scout-thread-23] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58f46a45-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom71] 2024-06-28 23:58:42,502 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@20ba9700, org.eclipse.scout.rt.mom.jms.JmsSubscription@318f3c44] - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:42,502 INFO [scout-thread-17] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58f41c20-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:42,503 INFO [scout-thread-17] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58f66624-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:42,503 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58f66627-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58f66624-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58f66624-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1b7b9799, true, {}] 2024-06-28 23:58:42,504 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58f68d38-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58f66624-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58f66624-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1ec43ede, true, {}] 2024-06-28 23:58:42,504 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testRequestReplyInternal, null, 0, false, true, null] 2024-06-28 23:58:42,505 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58f68d39-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom71] 2024-06-28 23:58:42,505 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58f6b44c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58f68d39-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58f68d39-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1ed97e40, true, {}] 2024-06-28 23:58:42,505 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58f6b44d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58f68d39-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58f68d39-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6c773acd, true, {}] 2024-06-28 23:58:42,505 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=9a016b1c-6ec2-4bc0-be01-572b980ea210, address=9a016b1c-6ec2-4bc0-be01-572b980ea210, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:42,505 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@4458ba00 2024-06-28 23:58:42,506 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@1e3209ff 2024-06-28 23:58:42,507 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 9a016b1c-6ec2-4bc0-be01-572b980ea210, null, 0, false, true, null] 2024-06-28 23:58:42,507 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=7702, durable=true, userID=58f70270-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=738, properties=TypedProperties[__AMQ_CID=58f6b44b-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-241eb66b-1d7d-42e6-8781-451a9b4cdc66, JMSReplyTo=temp-queue://9a016b1c-6ec2-4bc0-be01-572b980ea210, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@845063267, context: RoutingContextImpl(Address=test/mom/testRequestReplyInternal, routingType=ANYCAST, PreviousAddress=test/mom/testRequestReplyInternal previousRoute:ANYCAST, reusable=true, version=-2147483613) .................................................. ***** durable queues test/mom/testRequestReplyInternal: - queueID=149 address:test/mom/testRequestReplyInternal name:test/mom/testRequestReplyInternal filter:null ***** non durable for test/mom/testRequestReplyInternal: .................................................. , transaction: null 2024-06-28 23:58:42,508 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testRequestReplyInternal: Reference[7702]:RELIABLE:CoreMessage[messageID=7702, durable=true, userID=58f70270-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=738, properties=TypedProperties[__AMQ_CID=58f6b44b-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-241eb66b-1d7d-42e6-8781-451a9b4cdc66, JMSReplyTo=temp-queue://9a016b1c-6ec2-4bc0-be01-572b980ea210, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@845063267 2024-06-28 23:58:42,508 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testRequestReplyInternal: CoreMessage[messageID=7702, durable=true, userID=58f70270-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=738, properties=TypedProperties[__AMQ_CID=58f6b44b-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-241eb66b-1d7d-42e6-8781-451a9b4cdc66, JMSReplyTo=temp-queue://9a016b1c-6ec2-4bc0-be01-572b980ea210, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@845063267 to transaction: TransactionImpl [xid=null, txID=7703, xid=null, state=ACTIVE, createTime=1719619122508(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@70ae00c9 2024-06-28 23:58:42,508 INFO [scout-thread-24] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58f72981-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=1a0c3819-dd64-4dfe-8edb-1432a4f34f55, activemq.broker=mom86] 2024-06-28 23:58:42,509 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58f75094-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58f72981-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58f72981-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@48caed0, true, {}] 2024-06-28 23:58:42,509 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58f75095-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58f72981-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58f72981-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2b8181df, true, {}] 2024-06-28 23:58:42,510 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=7708, durable=true, userID=58f777a7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=9a016b1c-6ec2-4bc0-be01-572b980ea210, size=808, properties=TypedProperties[__AMQ_CID=58f75093-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-241eb66b-1d7d-42e6-8781-451a9b4cdc66, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=1a0c3819-dd64-4dfe-8edb-1432a4f34f55]]@1228704485, context: RoutingContextImpl(Address=9a016b1c-6ec2-4bc0-be01-572b980ea210, routingType=ANYCAST, PreviousAddress=9a016b1c-6ec2-4bc0-be01-572b980ea210 previousRoute:ANYCAST, reusable=true, version=-2147483147) .................................................. ***** durable queues 9a016b1c-6ec2-4bc0-be01-572b980ea210: ***** non durable for 9a016b1c-6ec2-4bc0-be01-572b980ea210: - queueID=7698 address:9a016b1c-6ec2-4bc0-be01-572b980ea210 name:9a016b1c-6ec2-4bc0-be01-572b980ea210 filter:null .................................................. , transaction: null 2024-06-28 23:58:42,510 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 9a016b1c-6ec2-4bc0-be01-572b980ea210: Reference[7708]:RELIABLE:CoreMessage[messageID=7708, durable=true, userID=58f777a7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=9a016b1c-6ec2-4bc0-be01-572b980ea210, size=808, properties=TypedProperties[__AMQ_CID=58f75093-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-241eb66b-1d7d-42e6-8781-451a9b4cdc66, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=1a0c3819-dd64-4dfe-8edb-1432a4f34f55]]@1228704485 2024-06-28 23:58:42,510 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 9a016b1c-6ec2-4bc0-be01-572b980ea210: CoreMessage[messageID=7708, durable=true, userID=58f777a7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=9a016b1c-6ec2-4bc0-be01-572b980ea210, size=808, properties=TypedProperties[__AMQ_CID=58f75093-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-241eb66b-1d7d-42e6-8781-451a9b4cdc66, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=1a0c3819-dd64-4dfe-8edb-1432a4f34f55]]@1228704485 to transaction: TransactionImpl [xid=null, txID=7710, xid=null, state=ACTIVE, createTime=1719619122510(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@66ae0692 2024-06-28 23:58:42,510 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 9a016b1c-6ec2-4bc0-be01-572b980ea210: CoreMessage[messageID=7708, durable=true, userID=58f777a7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=9a016b1c-6ec2-4bc0-be01-572b980ea210, size=808, properties=TypedProperties[__AMQ_CID=58f75093-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-241eb66b-1d7d-42e6-8781-451a9b4cdc66, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=1a0c3819-dd64-4dfe-8edb-1432a4f34f55]]@1228704485, transaction: TransactionImpl [xid=null, txID=7710, xid=null, state=COMMITTED, createTime=1719619122510(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@66ae0692 2024-06-28 23:58:42,511 INFO [scout-thread-23] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58f68d39-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testRequestReplyInternal, activemq.broker=mom71] 2024-06-28 23:58:42,511 INFO [scout-thread-24] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58f72981-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@9d784c2a[name=test/mom/testRequestReplyInternal, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=1a0c3819-dd64-4dfe-8edb-1432a4f34f55, activemq.broker=mom86] 2024-06-28 23:58:42,511 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testRequestReplyInternal: CoreMessage[messageID=7702, durable=true, userID=58f70270-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testRequestReplyInternal, size=738, properties=TypedProperties[__AMQ_CID=58f6b44b-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-241eb66b-1d7d-42e6-8781-451a9b4cdc66, JMSReplyTo=temp-queue://9a016b1c-6ec2-4bc0-be01-572b980ea210, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@845063267, transaction: TransactionImpl [xid=null, txID=7703, xid=null, state=COMMITTED, createTime=1719619122508(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@70ae00c9 2024-06-28 23:58:42,512 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@4900fb88, org.eclipse.scout.rt.mom.jms.JmsSubscription@56b41013] - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:42,513 INFO [scout-thread-17] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58f66624-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:42,514 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@6e805d33[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:42,514 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.008752 ms 2024-06-28 23:58:42,515 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58e17eda-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:42,537 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:42,537 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 172.976326 ms 2024-06-28 23:58:42,537 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:42,538 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:42,538 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:42,538 INFO [scout-thread-16] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 240901748'. - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:42,540 INFO [scout-thread-16] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:42,540 INFO [scout-thread-16] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58fc0b89-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:42,541 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58fc329c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58fc0b89-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58fc0b89-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@486f0212, true, {}] 2024-06-28 23:58:42,541 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58fc329d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58fc0b89-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58fc0b89-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@388f899e, true, {}] 2024-06-28 23:58:42,542 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=064dd0cc-0831-44b5-98ee-4958bd2023d7, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:42,542 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@b961fd4 2024-06-28 23:58:42,543 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 064dd0cc-0831-44b5-98ee-4958bd2023d7, null, 0, false, true, null] 2024-06-28 23:58:42,543 INFO [scout-thread-16] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58fc80bf-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:42,543 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58fc80c2-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58fc80bf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58fc80bf-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@42270ebe, true, {}] 2024-06-28 23:58:42,544 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58fca7d3-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58fc80bf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58fc80bf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2c1dba44, true, {}] 2024-06-28 23:58:42,544 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testTopicRequestReplyJsonObjectMarshaller, null, 0, false, true, null] 2024-06-28 23:58:42,545 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58fccee4-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testTopicRequestReplyJsonObjectMarshaller, activemq.broker=mom71] 2024-06-28 23:58:42,545 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58fccee7-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58fccee4-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58fccee4-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@18e929aa, true, {}] 2024-06-28 23:58:42,545 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58fccee8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58fccee4-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58fccee4-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5499ea84, true, {}] 2024-06-28 23:58:42,546 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=7eec3ef5-2b72-4276-a15d-1546caf3dcbd, address=7eec3ef5-2b72-4276-a15d-1546caf3dcbd, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:42,546 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@1c42d6fc 2024-06-28 23:58:42,547 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@5554f72f 2024-06-28 23:58:42,547 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 7eec3ef5-2b72-4276-a15d-1546caf3dcbd, null, 0, false, true, null] 2024-06-28 23:58:42,548 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=7767, durable=true, userID=58fd441b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReplyJsonObjectMarshaller, size=1041, properties=TypedProperties[__AMQ_CID=58fccee6-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-123038fa-0053-4444-a8ed-066872da11d5, JMSReplyTo=temp-queue://7eec3ef5-2b72-4276-a15d-1546caf3dcbd, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@121823383, context: RoutingContextImpl(Address=test/mom/testTopicRequestReplyJsonObjectMarshaller, routingType=ANYCAST, PreviousAddress=test/mom/testTopicRequestReplyJsonObjectMarshaller previousRoute:ANYCAST, reusable=true, version=-2147483387) .................................................. ***** durable queues test/mom/testTopicRequestReplyJsonObjectMarshaller: - queueID=3570 address:test/mom/testTopicRequestReplyJsonObjectMarshaller name:test/mom/testTopicRequestReplyJsonObjectMarshaller filter:null ***** non durable for test/mom/testTopicRequestReplyJsonObjectMarshaller: .................................................. , transaction: null 2024-06-28 23:58:42,548 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testTopicRequestReplyJsonObjectMarshaller: Reference[7767]:RELIABLE:CoreMessage[messageID=7767, durable=true, userID=58fd441b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReplyJsonObjectMarshaller, size=1041, properties=TypedProperties[__AMQ_CID=58fccee6-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-123038fa-0053-4444-a8ed-066872da11d5, JMSReplyTo=temp-queue://7eec3ef5-2b72-4276-a15d-1546caf3dcbd, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@121823383 2024-06-28 23:58:42,549 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testTopicRequestReplyJsonObjectMarshaller: CoreMessage[messageID=7767, durable=true, userID=58fd441b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReplyJsonObjectMarshaller, size=1041, properties=TypedProperties[__AMQ_CID=58fccee6-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-123038fa-0053-4444-a8ed-066872da11d5, JMSReplyTo=temp-queue://7eec3ef5-2b72-4276-a15d-1546caf3dcbd, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@121823383 to transaction: TransactionImpl [xid=null, txID=7768, xid=null, state=ACTIVE, createTime=1719619122549(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@6aee54df 2024-06-28 23:58:42,549 INFO [scout-thread-24] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58fd6b2c-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@3df050d8[name=test/mom/testTopicRequestReplyJsonObjectMarshaller, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=6cea5eb8-3615-490f-9ad2-a6796a6ea440, activemq.broker=mom86] 2024-06-28 23:58:42,550 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58fd923f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58fd6b2c-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58fd6b2c-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5724894b, true, {}] 2024-06-28 23:58:42,550 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58fd9240-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58fd6b2c-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58fd6b2c-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@557c1d04, true, {}] 2024-06-28 23:58:42,552 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testTopicRequestReplyJsonObjectMarshaller: CoreMessage[messageID=7767, durable=true, userID=58fd441b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReplyJsonObjectMarshaller, size=1041, properties=TypedProperties[__AMQ_CID=58fccee6-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-123038fa-0053-4444-a8ed-066872da11d5, JMSReplyTo=temp-queue://7eec3ef5-2b72-4276-a15d-1546caf3dcbd, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@121823383, transaction: TransactionImpl [xid=null, txID=7768, xid=null, state=COMMITTED, createTime=1719619122549(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@6aee54df 2024-06-28 23:58:42,553 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=7773, durable=true, userID=58fde062-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=7eec3ef5-2b72-4276-a15d-1546caf3dcbd, size=1077, properties=TypedProperties[__AMQ_CID=58fd923e-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-123038fa-0053-4444-a8ed-066872da11d5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=6cea5eb8-3615-490f-9ad2-a6796a6ea440]]@88523042, context: RoutingContextImpl(Address=7eec3ef5-2b72-4276-a15d-1546caf3dcbd, routingType=ANYCAST, PreviousAddress=7eec3ef5-2b72-4276-a15d-1546caf3dcbd previousRoute:ANYCAST, reusable=true, version=-2147483143) .................................................. ***** durable queues 7eec3ef5-2b72-4276-a15d-1546caf3dcbd: ***** non durable for 7eec3ef5-2b72-4276-a15d-1546caf3dcbd: - queueID=7763 address:7eec3ef5-2b72-4276-a15d-1546caf3dcbd name:7eec3ef5-2b72-4276-a15d-1546caf3dcbd filter:null .................................................. , transaction: null 2024-06-28 23:58:42,553 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 7eec3ef5-2b72-4276-a15d-1546caf3dcbd: Reference[7773]:RELIABLE:CoreMessage[messageID=7773, durable=true, userID=58fde062-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=7eec3ef5-2b72-4276-a15d-1546caf3dcbd, size=1077, properties=TypedProperties[__AMQ_CID=58fd923e-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-123038fa-0053-4444-a8ed-066872da11d5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=6cea5eb8-3615-490f-9ad2-a6796a6ea440]]@88523042 2024-06-28 23:58:42,553 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 7eec3ef5-2b72-4276-a15d-1546caf3dcbd: CoreMessage[messageID=7773, durable=true, userID=58fde062-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=7eec3ef5-2b72-4276-a15d-1546caf3dcbd, size=1077, properties=TypedProperties[__AMQ_CID=58fd923e-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-123038fa-0053-4444-a8ed-066872da11d5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=6cea5eb8-3615-490f-9ad2-a6796a6ea440]]@88523042 to transaction: TransactionImpl [xid=null, txID=7775, xid=null, state=ACTIVE, createTime=1719619122553(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@72450231 2024-06-28 23:58:42,553 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 7eec3ef5-2b72-4276-a15d-1546caf3dcbd: CoreMessage[messageID=7773, durable=true, userID=58fde062-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=7eec3ef5-2b72-4276-a15d-1546caf3dcbd, size=1077, properties=TypedProperties[__AMQ_CID=58fd923e-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-123038fa-0053-4444-a8ed-066872da11d5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=6cea5eb8-3615-490f-9ad2-a6796a6ea440]]@88523042, transaction: TransactionImpl [xid=null, txID=7775, xid=null, state=COMMITTED, createTime=1719619122553(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@72450231 2024-06-28 23:58:42,553 INFO [scout-thread-24] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58fd6b2c-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@3df050d8[name=test/mom/testTopicRequestReplyJsonObjectMarshaller, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=6cea5eb8-3615-490f-9ad2-a6796a6ea440, activemq.broker=mom86] 2024-06-28 23:58:42,554 INFO [scout-thread-23] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58fccee4-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testTopicRequestReplyJsonObjectMarshaller, activemq.broker=mom71] 2024-06-28 23:58:42,555 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@5687ba39, org.eclipse.scout.rt.mom.jms.JmsSubscription@3fbf66e7] 2024-06-28 23:58:42,556 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58fc80bf-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:42,557 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@22a8244f[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:42,557 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.007067 ms 2024-06-28 23:58:42,558 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58fc0b89-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:42,558 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:42,559 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 20.799998 ms 2024-06-28 23:58:42,559 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:42,559 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:42,560 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:42,560 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1434435994'. - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:42,561 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:42,562 INFO [scout-thread-17] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58ff6704-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:42,562 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58ff6707-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58ff6704-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58ff6704-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@cb152ab, true, {}] 2024-06-28 23:58:42,562 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58ff6708-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58ff6704-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58ff6704-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5a6ed9, true, {}] 2024-06-28 23:58:42,563 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=35be377e-dd3a-453f-a66f-a9a3e7eec66f, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:42,564 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@1e1c94e6 2024-06-28 23:58:42,564 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 35be377e-dd3a-453f-a66f-a9a3e7eec66f, null, 0, false, true, null] 2024-06-28 23:58:42,564 INFO [scout-thread-17] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 58ffb52a-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:42,565 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58ffb52d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58ffb52a-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58ffb52a-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2de009d6, true, {}] 2024-06-28 23:58:42,565 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [58ffdc3e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=58ffb52a-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=58ffb52a-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4e19ada, true, {}] 2024-06-28 23:58:42,565 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 58ffdc3e-35aa-11ef-ab26-0a580a2845c5 with parameters: [test/mom/testTopicRequestReply, [MULTICAST], true] 2024-06-28 23:58:42,566 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@1e7f215e 2024-06-28 23:58:42,566 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=792dd883-0c97-4410-9d0f-d6274972d71b, address=test/mom/testTopicRequestReply, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:42,567 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@27296d6 2024-06-28 23:58:42,567 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 792dd883-0c97-4410-9d0f-d6274972d71b, null, 0, false, true, null] 2024-06-28 23:58:42,567 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 59002a60-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testTopicRequestReply, activemq.broker=mom71] 2024-06-28 23:58:42,568 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [59005173-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=59002a60-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=59002a60-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1a2262eb, true, {}] 2024-06-28 23:58:42,568 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [59005174-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=59002a60-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=59002a60-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@643e3dd3, true, {}] 2024-06-28 23:58:42,569 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=f37861fd-9e1e-4523-9f39-87681b405c3f, address=f37861fd-9e1e-4523-9f39-87681b405c3f, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:42,569 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@4b48edf5 2024-06-28 23:58:42,569 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@41ef3825 2024-06-28 23:58:42,570 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, f37861fd-9e1e-4523-9f39-87681b405c3f, null, 0, false, true, null] 2024-06-28 23:58:42,570 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=7836, durable=true, userID=59009f97-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReply, size=863, properties=TypedProperties[__AMQ_CID=59005172-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-aa69d45e-d451-478b-8de1-00cbbd369a33, JMSReplyTo=temp-queue://f37861fd-9e1e-4523-9f39-87681b405c3f, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@462987798, context: RoutingContextImpl(Address=test/mom/testTopicRequestReply, routingType=MULTICAST, PreviousAddress=test/mom/testTopicRequestReply previousRoute:MULTICAST, reusable=true, version=-2147483139) .................................................. ***** durable queues test/mom/testTopicRequestReply: ***** non durable for test/mom/testTopicRequestReply: - queueID=7824 address:test/mom/testTopicRequestReply name:792dd883-0c97-4410-9d0f-d6274972d71b filter:null .................................................. , transaction: null 2024-06-28 23:58:42,571 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 792dd883-0c97-4410-9d0f-d6274972d71b: Reference[7836]:RELIABLE:CoreMessage[messageID=7836, durable=true, userID=59009f97-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReply, size=863, properties=TypedProperties[__AMQ_CID=59005172-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-aa69d45e-d451-478b-8de1-00cbbd369a33, JMSReplyTo=temp-queue://f37861fd-9e1e-4523-9f39-87681b405c3f, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@462987798 2024-06-28 23:58:42,571 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 792dd883-0c97-4410-9d0f-d6274972d71b: CoreMessage[messageID=7836, durable=true, userID=59009f97-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReply, size=863, properties=TypedProperties[__AMQ_CID=59005172-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-aa69d45e-d451-478b-8de1-00cbbd369a33, JMSReplyTo=temp-queue://f37861fd-9e1e-4523-9f39-87681b405c3f, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@462987798 to transaction: TransactionImpl [xid=null, txID=7837, xid=null, state=ACTIVE, createTime=1719619122571(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@3c112714 2024-06-28 23:58:42,571 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 792dd883-0c97-4410-9d0f-d6274972d71b: CoreMessage[messageID=7836, durable=true, userID=59009f97-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicRequestReply, size=863, properties=TypedProperties[__AMQ_CID=59005172-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-aa69d45e-d451-478b-8de1-00cbbd369a33, JMSReplyTo=temp-queue://f37861fd-9e1e-4523-9f39-87681b405c3f, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@462987798, transaction: TransactionImpl [xid=null, txID=7837, xid=null, state=COMMITTED, createTime=1719619122571(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@3c112714 2024-06-28 23:58:42,571 INFO [scout-thread-24] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 5900c6a8-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@4a5b0ad6[name=test/mom/testTopicRequestReply, type=TOPIC, resolveMethod=DEFINE, properties={}]], cid=68301c35-66fc-4b14-85d9-e0db289df3ab, activemq.broker=mom86] 2024-06-28 23:58:42,572 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5900edbb-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5900c6a8-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5900c6a8-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@65425906, true, {}] 2024-06-28 23:58:42,572 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5900edbc-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5900c6a8-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5900c6a8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@73d301bd, true, {}] 2024-06-28 23:58:42,573 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=7842, durable=true, userID=590114ce-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=f37861fd-9e1e-4523-9f39-87681b405c3f, size=939, properties=TypedProperties[__AMQ_CID=5900edba-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-aa69d45e-d451-478b-8de1-00cbbd369a33, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=68301c35-66fc-4b14-85d9-e0db289df3ab]]@1178180822, context: RoutingContextImpl(Address=f37861fd-9e1e-4523-9f39-87681b405c3f, routingType=ANYCAST, PreviousAddress=f37861fd-9e1e-4523-9f39-87681b405c3f previousRoute:ANYCAST, reusable=true, version=-2147483138) .................................................. ***** durable queues f37861fd-9e1e-4523-9f39-87681b405c3f: ***** non durable for f37861fd-9e1e-4523-9f39-87681b405c3f: - queueID=7832 address:f37861fd-9e1e-4523-9f39-87681b405c3f name:f37861fd-9e1e-4523-9f39-87681b405c3f filter:null .................................................. , transaction: null 2024-06-28 23:58:42,574 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from f37861fd-9e1e-4523-9f39-87681b405c3f: Reference[7842]:RELIABLE:CoreMessage[messageID=7842, durable=true, userID=590114ce-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=f37861fd-9e1e-4523-9f39-87681b405c3f, size=939, properties=TypedProperties[__AMQ_CID=5900edba-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-aa69d45e-d451-478b-8de1-00cbbd369a33, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=68301c35-66fc-4b14-85d9-e0db289df3ab]]@1178180822 2024-06-28 23:58:42,574 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from f37861fd-9e1e-4523-9f39-87681b405c3f: CoreMessage[messageID=7842, durable=true, userID=590114ce-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=f37861fd-9e1e-4523-9f39-87681b405c3f, size=939, properties=TypedProperties[__AMQ_CID=5900edba-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-aa69d45e-d451-478b-8de1-00cbbd369a33, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=68301c35-66fc-4b14-85d9-e0db289df3ab]]@1178180822 to transaction: TransactionImpl [xid=null, txID=7845, xid=null, state=ACTIVE, createTime=1719619122574(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@41967fde 2024-06-28 23:58:42,574 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from f37861fd-9e1e-4523-9f39-87681b405c3f: CoreMessage[messageID=7842, durable=true, userID=590114ce-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=f37861fd-9e1e-4523-9f39-87681b405c3f, size=939, properties=TypedProperties[__AMQ_CID=5900edba-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-aa69d45e-d451-478b-8de1-00cbbd369a33, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=68301c35-66fc-4b14-85d9-e0db289df3ab]]@1178180822, transaction: TransactionImpl [xid=null, txID=7845, xid=null, state=COMMITTED, createTime=1719619122574(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@41967fde 2024-06-28 23:58:42,574 INFO [scout-thread-24] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 5900c6a8-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@4a5b0ad6[name=test/mom/testTopicRequestReply, type=TOPIC, resolveMethod=DEFINE, properties={}]], cid=68301c35-66fc-4b14-85d9-e0db289df3ab, activemq.broker=mom86] 2024-06-28 23:58:42,575 INFO [scout-thread-23] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 59002a60-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testTopicRequestReply, activemq.broker=mom71] 2024-06-28 23:58:42,576 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@58e9e852] 2024-06-28 23:58:42,576 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58ffb52a-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:42,577 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@66a936ac[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:42,577 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.007115 ms 2024-06-28 23:58:42,578 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 58ff6704-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:42,579 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:42,579 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 19.292234 ms 2024-06-28 23:58:42,579 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:42,580 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:42,580 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:42,580 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1180917242'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:42,582 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:42,582 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 59027360-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:42,582 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [59027363-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=59027360-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=59027360-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@32728f82, true, {}] 2024-06-28 23:58:42,583 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [59029a74-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=59027360-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=59027360-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@21a8ae53, true, {}] 2024-06-28 23:58:42,584 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 59029a74-35aa-11ef-ab26-0a580a2845c5 with parameters: [scout.physical.UnitTestTopic, [MULTICAST], true] 2024-06-28 23:58:42,584 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@1965c2dd 2024-06-28 23:58:42,585 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=d7e33d77-53c8-40c6-892f-1f1214f72dfb, address=scout.physical.UnitTestTopic, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:42,585 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@539ff4c2 2024-06-28 23:58:42,586 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, d7e33d77-53c8-40c6-892f-1f1214f72dfb, null, 0, false, true, null] 2024-06-28 23:58:42,586 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 59030fa7-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:42,586 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [59030faa-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=59030fa7-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=59030fa7-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7459737b, true, {}] 2024-06-28 23:58:42,587 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [590336bb-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=59030fa7-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=59030fa7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@12e9fd93, true, {}] 2024-06-28 23:58:42,587 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=402e5841-a40f-4df2-9de6-7ab0b07f453f, address=scout.physical.UnitTestTopic, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:42,587 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@3635eab6 2024-06-28 23:58:42,588 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 402e5841-a40f-4df2-9de6-7ab0b07f453f, null, 0, false, true, null] 2024-06-28 23:58:42,588 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 59035dcd-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom84] 2024-06-28 23:58:42,588 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [59035dd0-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=59035dcd-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=59035dcd-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1a203156, true, {}] 2024-06-28 23:58:42,589 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [59035dd1-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=59035dcd-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=59035dcd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2173ffc4, true, {}] 2024-06-28 23:58:42,589 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyCancellation, null, 0, false, true, null] 2024-06-28 23:58:42,590 INFO [scout-thread-20] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 5903abf2-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testQueueRequestReplyCancellation, activemq.broker=mom26] 2024-06-28 23:58:42,590 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5903abf5-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5903abf2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5903abf2-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@99a1dc5, true, {}] 2024-06-28 23:58:42,590 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5903abf6-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5903abf2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5903abf2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2790a196, true, {}] 2024-06-28 23:58:42,590 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=b4f98704-9668-4567-aa11-7ab4a4b5f4ff, address=b4f98704-9668-4567-aa11-7ab4a4b5f4ff, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:42,591 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@7a2cb6fd 2024-06-28 23:58:42,591 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@2aa173 2024-06-28 23:58:42,591 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, b4f98704-9668-4567-aa11-7ab4a4b5f4ff, null, 0, false, true, null] 2024-06-28 23:58:42,592 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=7917, durable=true, userID=5903fa19-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyCancellation, size=887, properties=TypedProperties[__AMQ_CID=5903abf4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-701232d3-9e5d-4688-b268-3c9dbd497512, JMSReplyTo=temp-queue://b4f98704-9668-4567-aa11-7ab4a4b5f4ff, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@808586182, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyCancellation, routingType=ANYCAST, PreviousAddress=test/mom/testQueueRequestReplyCancellation previousRoute:ANYCAST, reusable=true, version=-2147483446) .................................................. ***** durable queues test/mom/testQueueRequestReplyCancellation: - queueID=2722 address:test/mom/testQueueRequestReplyCancellation name:test/mom/testQueueRequestReplyCancellation filter:null ***** non durable for test/mom/testQueueRequestReplyCancellation: .................................................. , transaction: null 2024-06-28 23:58:42,593 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueueRequestReplyCancellation: Reference[7917]:RELIABLE:CoreMessage[messageID=7917, durable=true, userID=5903fa19-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyCancellation, size=887, properties=TypedProperties[__AMQ_CID=5903abf4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-701232d3-9e5d-4688-b268-3c9dbd497512, JMSReplyTo=temp-queue://b4f98704-9668-4567-aa11-7ab4a4b5f4ff, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@808586182 2024-06-28 23:58:42,593 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueueRequestReplyCancellation: CoreMessage[messageID=7917, durable=true, userID=5903fa19-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyCancellation, size=887, properties=TypedProperties[__AMQ_CID=5903abf4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-701232d3-9e5d-4688-b268-3c9dbd497512, JMSReplyTo=temp-queue://b4f98704-9668-4567-aa11-7ab4a4b5f4ff, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@808586182 to transaction: TransactionImpl [xid=null, txID=7918, xid=null, state=ACTIVE, createTime=1719619122593(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@bd21fc1 2024-06-28 23:58:42,594 INFO [scout-thread-20] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:481) - Request job canceled; java.lang.InterruptedException - MDC[jobName=request on test/mom/testQueueRequestReplyCancellation, activemq.broker=mom26] 2024-06-28 23:58:42,594 INFO [scout-thread-21] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 5904483a-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS publish cancel request for scout.mom.requestreply.uid-701232d3-9e5d-4688-b268-3c9dbd497512, activemq.broker=mom57] 2024-06-28 23:58:42,594 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5904483d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5904483a-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5904483a-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@77d74219, true, {}] 2024-06-28 23:58:42,594 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5904483e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5904483a-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5904483a-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@8523862, true, {}] 2024-06-28 23:58:42,594 INFO [scout-thread-20] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 5903abf2-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testQueueRequestReplyCancellation, activemq.broker=mom26] 2024-06-28 23:58:42,595 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=7936, durable=true, userID=59046f50-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=scout.physical.UnitTestTopic, size=443, properties=TypedProperties[__AMQ_CID=5904483c-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-701232d3-9e5d-4688-b268-3c9dbd497512, _AMQ_ROUTING_TYPE=0]]@1734586458, context: RoutingContextImpl(Address=scout.physical.UnitTestTopic, routingType=MULTICAST, PreviousAddress=scout.physical.UnitTestTopic previousRoute:MULTICAST, reusable=true, version=-2147483133) .................................................. ***** durable queues scout.physical.UnitTestTopic: ***** non durable for scout.physical.UnitTestTopic: - queueID=7899 address:scout.physical.UnitTestTopic name:402e5841-a40f-4df2-9de6-7ab0b07f453f filter:null - queueID=7891 address:scout.physical.UnitTestTopic name:d7e33d77-53c8-40c6-892f-1f1214f72dfb filter:null .................................................. , transaction: null 2024-06-28 23:58:42,595 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 402e5841-a40f-4df2-9de6-7ab0b07f453f: Reference[7936]:RELIABLE:CoreMessage[messageID=7936, durable=true, userID=59046f50-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=scout.physical.UnitTestTopic, size=443, properties=TypedProperties[__AMQ_CID=5904483c-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-701232d3-9e5d-4688-b268-3c9dbd497512, _AMQ_ROUTING_TYPE=0]]@1734586458 2024-06-28 23:58:42,595 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from d7e33d77-53c8-40c6-892f-1f1214f72dfb: Reference[7936]:RELIABLE:CoreMessage[messageID=7936, durable=true, userID=59046f50-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=scout.physical.UnitTestTopic, size=443, properties=TypedProperties[__AMQ_CID=5904483c-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-701232d3-9e5d-4688-b268-3c9dbd497512, _AMQ_ROUTING_TYPE=0]]@1734586458 2024-06-28 23:58:42,595 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 402e5841-a40f-4df2-9de6-7ab0b07f453f: CoreMessage[messageID=7936, durable=true, userID=59046f50-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=scout.physical.UnitTestTopic, size=443, properties=TypedProperties[__AMQ_CID=5904483c-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-701232d3-9e5d-4688-b268-3c9dbd497512, _AMQ_ROUTING_TYPE=0]]@1734586458 to transaction: TransactionImpl [xid=null, txID=7939, xid=null, state=ACTIVE, createTime=1719619122595(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@5027e541 2024-06-28 23:58:42,595 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from d7e33d77-53c8-40c6-892f-1f1214f72dfb: CoreMessage[messageID=7936, durable=true, userID=59046f50-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=scout.physical.UnitTestTopic, size=443, properties=TypedProperties[__AMQ_CID=5904483c-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-701232d3-9e5d-4688-b268-3c9dbd497512, _AMQ_ROUTING_TYPE=0]]@1734586458 to transaction: TransactionImpl [xid=null, txID=7940, xid=null, state=ACTIVE, createTime=1719619122595(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@1e0ff478 2024-06-28 23:58:42,595 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 402e5841-a40f-4df2-9de6-7ab0b07f453f: CoreMessage[messageID=7936, durable=true, userID=59046f50-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=scout.physical.UnitTestTopic, size=443, properties=TypedProperties[__AMQ_CID=5904483c-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-701232d3-9e5d-4688-b268-3c9dbd497512, _AMQ_ROUTING_TYPE=0]]@1734586458, transaction: TransactionImpl [xid=null, txID=7939, xid=null, state=COMMITTED, createTime=1719619122595(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@5027e541 2024-06-28 23:58:42,595 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from d7e33d77-53c8-40c6-892f-1f1214f72dfb: CoreMessage[messageID=7936, durable=true, userID=59046f50-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=scout.physical.UnitTestTopic, size=443, properties=TypedProperties[__AMQ_CID=5904483c-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-701232d3-9e5d-4688-b268-3c9dbd497512, _AMQ_ROUTING_TYPE=0]]@1734586458, transaction: TransactionImpl [xid=null, txID=7940, xid=null, state=COMMITTED, createTime=1719619122595(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@1e0ff478 2024-06-28 23:58:42,595 INFO [scout-thread-21] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 5904483a-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=JMS publish cancel request for scout.mom.requestreply.uid-701232d3-9e5d-4688-b268-3c9dbd497512, activemq.broker=mom57] 2024-06-28 23:58:42,596 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1af29a19, org.eclipse.scout.rt.mom.jms.JmsSubscription@38624a3a] 2024-06-28 23:58:42,596 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueueRequestReplyCancellation: CoreMessage[messageID=7917, durable=true, userID=5903fa19-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyCancellation, size=887, properties=TypedProperties[__AMQ_CID=5903abf4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-701232d3-9e5d-4688-b268-3c9dbd497512, JMSReplyTo=temp-queue://b4f98704-9668-4567-aa11-7ab4a4b5f4ff, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@808586182, transaction: TransactionImpl [xid=null, txID=7918, xid=null, state=COMMITTED, createTime=1719619122593(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@bd21fc1 2024-06-28 23:58:42,596 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 59027360-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:42,598 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 59035dcd-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:42,598 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@3dc5771a[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:42,598 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.007380 ms 2024-06-28 23:58:42,599 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 59030fa7-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:42,600 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:42,600 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 20.137011 ms 2024-06-28 23:58:42,600 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:42,601 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:42,601 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:42,601 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 329269803'. - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:42,603 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:42,603 INFO [scout-thread-17] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 5905a7d2-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:42,603 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5905a7d5-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5905a7d2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5905a7d2-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6e14bd5e, true, {}] 2024-06-28 23:58:42,604 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5905cee6-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5905a7d2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5905a7d2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@441e4632, true, {}] 2024-06-28 23:58:42,604 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=36cf50cf-014a-4403-bdd4-12a7db507598, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:42,605 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@4b7beff3 2024-06-28 23:58:42,605 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 36cf50cf-014a-4403-bdd4-12a7db507598, null, 0, false, true, null] 2024-06-28 23:58:42,606 INFO [scout-thread-17] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 5905f5f8-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout] 2024-06-28 23:58:42,606 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [59061d0b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5905f5f8-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5905f5f8-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@671ab0f, true, {}] 2024-06-28 23:58:42,606 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [59061d0c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5905f5f8-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5905f5f8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@ffb500c, true, {}] 2024-06-28 23:58:42,607 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyCorrelationId, null, 0, false, true, null] 2024-06-28 23:58:42,607 INFO [scout-thread-21] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 5906441d-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testQueueRequestReplyCorrelationId, cid=cid:abc, activemq.broker=mom57] 2024-06-28 23:58:42,608 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [59066b30-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5906441d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5906441d-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3f60dd53, true, {}] 2024-06-28 23:58:42,608 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [59066b31-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5906441d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5906441d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@62c7bb2e, true, {}] 2024-06-28 23:58:42,608 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=93bbf191-893b-4742-a9ff-9aae8cd93b63, address=93bbf191-893b-4742-a9ff-9aae8cd93b63, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:42,608 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@485ff9db 2024-06-28 23:58:42,609 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@273d107c 2024-06-28 23:58:42,609 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 93bbf191-893b-4742-a9ff-9aae8cd93b63, null, 0, false, true, null] 2024-06-28 23:58:42,610 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=7995, durable=true, userID=5906b954-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyCorrelationId, size=944, properties=TypedProperties[__AMQ_CID=59066b2f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-41b1ec7a-7bed-496a-8ade-9c2fe28921d3, JMSReplyTo=temp-queue://93bbf191-893b-4742-a9ff-9aae8cd93b63, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid:abc]]@342472987, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyCorrelationId, routingType=ANYCAST, PreviousAddress=test/mom/testQueueRequestReplyCorrelationId previousRoute:ANYCAST, reusable=true, version=-2147483370) .................................................. ***** durable queues test/mom/testQueueRequestReplyCorrelationId: - queueID=3779 address:test/mom/testQueueRequestReplyCorrelationId name:test/mom/testQueueRequestReplyCorrelationId filter:null ***** non durable for test/mom/testQueueRequestReplyCorrelationId: .................................................. , transaction: null 2024-06-28 23:58:42,610 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueueRequestReplyCorrelationId: Reference[7995]:RELIABLE:CoreMessage[messageID=7995, durable=true, userID=5906b954-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyCorrelationId, size=944, properties=TypedProperties[__AMQ_CID=59066b2f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-41b1ec7a-7bed-496a-8ade-9c2fe28921d3, JMSReplyTo=temp-queue://93bbf191-893b-4742-a9ff-9aae8cd93b63, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid:abc]]@342472987 2024-06-28 23:58:42,611 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueueRequestReplyCorrelationId: CoreMessage[messageID=7995, durable=true, userID=5906b954-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyCorrelationId, size=944, properties=TypedProperties[__AMQ_CID=59066b2f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-41b1ec7a-7bed-496a-8ade-9c2fe28921d3, JMSReplyTo=temp-queue://93bbf191-893b-4742-a9ff-9aae8cd93b63, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid:abc]]@342472987 to transaction: TransactionImpl [xid=null, txID=7996, xid=null, state=ACTIVE, createTime=1719619122611(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@20d24699 2024-06-28 23:58:42,611 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 5906e065-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Receiving JMS message [dest=Destination@13544343[name=test/mom/testQueueRequestReplyCorrelationId, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=cid:abc, activemq.broker=mom84] 2024-06-28 23:58:42,611 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5906e068-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5906e065-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5906e065-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7c536358, true, {}] 2024-06-28 23:58:42,612 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [59070779-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5906e065-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5906e065-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6c88a788, true, {}] 2024-06-28 23:58:42,613 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=8001, durable=true, userID=5907077b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=93bbf191-893b-4742-a9ff-9aae8cd93b63, size=873, properties=TypedProperties[__AMQ_CID=5906e067-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-41b1ec7a-7bed-496a-8ade-9c2fe28921d3, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid:abc]]@339580759, context: RoutingContextImpl(Address=93bbf191-893b-4742-a9ff-9aae8cd93b63, routingType=ANYCAST, PreviousAddress=93bbf191-893b-4742-a9ff-9aae8cd93b63 previousRoute:ANYCAST, reusable=true, version=-2147483127) .................................................. ***** durable queues 93bbf191-893b-4742-a9ff-9aae8cd93b63: ***** non durable for 93bbf191-893b-4742-a9ff-9aae8cd93b63: - queueID=7991 address:93bbf191-893b-4742-a9ff-9aae8cd93b63 name:93bbf191-893b-4742-a9ff-9aae8cd93b63 filter:null .................................................. , transaction: null 2024-06-28 23:58:42,613 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 93bbf191-893b-4742-a9ff-9aae8cd93b63: Reference[8001]:RELIABLE:CoreMessage[messageID=8001, durable=true, userID=5907077b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=93bbf191-893b-4742-a9ff-9aae8cd93b63, size=873, properties=TypedProperties[__AMQ_CID=5906e067-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-41b1ec7a-7bed-496a-8ade-9c2fe28921d3, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid:abc]]@339580759 2024-06-28 23:58:42,613 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 93bbf191-893b-4742-a9ff-9aae8cd93b63: CoreMessage[messageID=8001, durable=true, userID=5907077b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=93bbf191-893b-4742-a9ff-9aae8cd93b63, size=873, properties=TypedProperties[__AMQ_CID=5906e067-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-41b1ec7a-7bed-496a-8ade-9c2fe28921d3, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid:abc]]@339580759 to transaction: TransactionImpl [xid=null, txID=8004, xid=null, state=ACTIVE, createTime=1719619122613(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@2fdbd250 2024-06-28 23:58:42,613 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 93bbf191-893b-4742-a9ff-9aae8cd93b63: CoreMessage[messageID=8001, durable=true, userID=5907077b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=93bbf191-893b-4742-a9ff-9aae8cd93b63, size=873, properties=TypedProperties[__AMQ_CID=5906e067-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-41b1ec7a-7bed-496a-8ade-9c2fe28921d3, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false","x-scout.mom.requestreply.code":"true"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid:abc]]@339580759, transaction: TransactionImpl [xid=null, txID=8004, xid=null, state=COMMITTED, createTime=1719619122613(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@2fdbd250 2024-06-28 23:58:42,613 INFO [scout-thread-18] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 5906e065-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=Receiving JMS message [dest=Destination@13544343[name=test/mom/testQueueRequestReplyCorrelationId, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=cid:abc, activemq.broker=mom84] 2024-06-28 23:58:42,637 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueueRequestReplyCorrelationId: CoreMessage[messageID=7995, durable=true, userID=5906b954-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyCorrelationId, size=944, properties=TypedProperties[__AMQ_CID=59066b2f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-41b1ec7a-7bed-496a-8ade-9c2fe28921d3, JMSReplyTo=temp-queue://93bbf191-893b-4742-a9ff-9aae8cd93b63, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid:abc]]@342472987, transaction: TransactionImpl [xid=null, txID=7996, xid=null, state=COMMITTED, createTime=1719619122611(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@20d24699 2024-06-28 23:58:42,637 INFO [scout-thread-21] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 5906441d-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testQueueRequestReplyCorrelationId, cid=cid:abc, activemq.broker=mom57] 2024-06-28 23:58:42,639 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@ea3491d] 2024-06-28 23:58:42,640 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 5905f5f8-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:42,640 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@d20c593[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:42,640 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.008140 ms 2024-06-28 23:58:42,641 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 5905a7d2-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:42,642 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:42,642 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 41.057219 ms 2024-06-28 23:58:42,642 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:42,643 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:42,643 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:42,644 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1573967290'. - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom71] 2024-06-28 23:58:42,644 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.createContextEnvironment(JmsMomImplementor.java:711) - ignoring property having null key or value [key=scout.mom.requestreply.enabled, value=null] - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom71] 2024-06-28 23:58:42,645 INFO [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom71] 2024-06-28 23:58:42,646 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 590c379d-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom71] 2024-06-28 23:58:42,646 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [590c37a0-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=590c379d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=590c379d-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@f5e8040, true, {}] 2024-06-28 23:58:42,646 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [590c37a1-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=590c379d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=590c379d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2d8e4ac6, true, {}] 2024-06-28 23:58:42,647 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=203aaf02-3024-4370-b38d-770977918cc2, address=scout.mom.requestreply.cancellation, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:42,648 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@5f9f58d3 2024-06-28 23:58:42,648 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 203aaf02-3024-4370-b38d-770977918cc2, null, 0, false, true, null] 2024-06-28 23:58:42,648 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 590c85c3-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom71] 2024-06-28 23:58:42,649 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [590cacd6-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=590c85c3-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=590c85c3-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@ab1181c, true, {}] 2024-06-28 23:58:42,649 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [590cacd7-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=590c85c3-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=590c85c3-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2a172535, true, {}] 2024-06-28 23:58:42,650 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 590cacd7-35aa-11ef-ab26-0a580a2845c5 with parameters: [differentTopic, [MULTICAST], true] 2024-06-28 23:58:42,650 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@31cdef49 2024-06-28 23:58:42,650 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=5e0e9879-3b63-4fea-8615-e05b56f890d5, address=differentTopic, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:42,651 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@4a8e9259 2024-06-28 23:58:42,651 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 5e0e9879-3b63-4fea-8615-e05b56f890d5, null, 0, false, true, null] 2024-06-28 23:58:42,651 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 590cfaf9-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom71] 2024-06-28 23:58:42,652 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [590d220c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=590cfaf9-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=590cfaf9-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5ffc584, true, {}] 2024-06-28 23:58:42,652 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [590d220d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=590cfaf9-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=590cfaf9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@49325108, true, {}] 2024-06-28 23:58:42,653 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=342976d8-040b-46b6-9874-2e283b91bc9e, address=differentTopic, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:42,653 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@109ece53 2024-06-28 23:58:42,653 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 342976d8-040b-46b6-9874-2e283b91bc9e, null, 0, false, true, null] 2024-06-28 23:58:42,653 INFO [scout-thread-23] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 590d491f-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=Running test with support for JUnit timeout, activemq.broker=mom71] 2024-06-28 23:58:42,654 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [590d7032-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=590d491f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=590d491f-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2e3c8a43, true, {}] 2024-06-28 23:58:42,654 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [590d7033-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=590d491f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=590d491f-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@488f5c4d, true, {}] 2024-06-28 23:58:42,655 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueueRequestReplyCancellation, null, 0, false, true, null] 2024-06-28 23:58:42,655 INFO [scout-thread-19] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 590d9744-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=request on test/mom/testQueueRequestReplyCancellation, activemq.broker=mom85] 2024-06-28 23:58:42,655 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [590d9747-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=590d9744-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=590d9744-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6dfc4525, true, {}] 2024-06-28 23:58:42,656 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [590dbe58-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=590d9744-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=590d9744-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@59da3716, true, {}] 2024-06-28 23:58:42,656 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=33a247d1-08b5-4729-97ee-93c03078f126, address=33a247d1-08b5-4729-97ee-93c03078f126, routingType=ANYCAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:58:42,656 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@340bbd9a 2024-06-28 23:58:42,657 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@27a608a3 2024-06-28 23:58:42,657 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 33a247d1-08b5-4729-97ee-93c03078f126, null, 0, false, true, null] 2024-06-28 23:58:42,658 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=8078, durable=true, userID=590e0c7b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyCancellation, size=887, properties=TypedProperties[__AMQ_CID=590d9746-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-20f48663-8e9c-41e1-b1f5-00ffdc6f1dbe, JMSReplyTo=temp-queue://33a247d1-08b5-4729-97ee-93c03078f126, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1007395121, context: RoutingContextImpl(Address=test/mom/testQueueRequestReplyCancellation, routingType=ANYCAST, PreviousAddress=test/mom/testQueueRequestReplyCancellation previousRoute:ANYCAST, reusable=true, version=-2147483446) .................................................. ***** durable queues test/mom/testQueueRequestReplyCancellation: - queueID=2722 address:test/mom/testQueueRequestReplyCancellation name:test/mom/testQueueRequestReplyCancellation filter:null ***** non durable for test/mom/testQueueRequestReplyCancellation: .................................................. , transaction: null 2024-06-28 23:58:42,659 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueueRequestReplyCancellation: Reference[8078]:RELIABLE:CoreMessage[messageID=8078, durable=true, userID=590e0c7b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyCancellation, size=887, properties=TypedProperties[__AMQ_CID=590d9746-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-20f48663-8e9c-41e1-b1f5-00ffdc6f1dbe, JMSReplyTo=temp-queue://33a247d1-08b5-4729-97ee-93c03078f126, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1007395121 2024-06-28 23:58:42,659 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueueRequestReplyCancellation: CoreMessage[messageID=8078, durable=true, userID=590e0c7b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyCancellation, size=887, properties=TypedProperties[__AMQ_CID=590d9746-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-20f48663-8e9c-41e1-b1f5-00ffdc6f1dbe, JMSReplyTo=temp-queue://33a247d1-08b5-4729-97ee-93c03078f126, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1007395121 to transaction: TransactionImpl [xid=null, txID=8079, xid=null, state=ACTIVE, createTime=1719619122659(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@41d21f30 2024-06-28 23:58:42,660 INFO [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:481) - Request job canceled; java.lang.InterruptedException - MDC[jobName=request on test/mom/testQueueRequestReplyCancellation, activemq.broker=mom85] 2024-06-28 23:58:42,660 INFO [scout-thread-22] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 590e5a9c-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS publish cancel request for scout.mom.requestreply.uid-20f48663-8e9c-41e1-b1f5-00ffdc6f1dbe, activemq.broker=mom82] 2024-06-28 23:58:42,660 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [590e5a9f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=590e5a9c-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=590e5a9c-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3179dd6e, true, {}] 2024-06-28 23:58:42,660 INFO [scout-thread-19] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 590d9744-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=request on test/mom/testQueueRequestReplyCancellation, activemq.broker=mom85] 2024-06-28 23:58:42,660 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [590e5aa0-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=590e5a9c-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=308c2d46-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=590e5a9c-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5c52972c, true, {}] 2024-06-28 23:58:42,661 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=8097, durable=true, userID=590e81b2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=differentTopic, size=415, properties=TypedProperties[__AMQ_CID=590e5a9e-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-20f48663-8e9c-41e1-b1f5-00ffdc6f1dbe, _AMQ_ROUTING_TYPE=0]]@1835040366, context: RoutingContextImpl(Address=differentTopic, routingType=MULTICAST, PreviousAddress=differentTopic previousRoute:MULTICAST, reusable=true, version=-2147483122) .................................................. ***** durable queues differentTopic: ***** non durable for differentTopic: - queueID=8052 address:differentTopic name:5e0e9879-3b63-4fea-8615-e05b56f890d5 filter:null - queueID=8060 address:differentTopic name:342976d8-040b-46b6-9874-2e283b91bc9e filter:null .................................................. , transaction: null 2024-06-28 23:58:42,661 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 5e0e9879-3b63-4fea-8615-e05b56f890d5: Reference[8097]:RELIABLE:CoreMessage[messageID=8097, durable=true, userID=590e81b2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=differentTopic, size=415, properties=TypedProperties[__AMQ_CID=590e5a9e-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-20f48663-8e9c-41e1-b1f5-00ffdc6f1dbe, _AMQ_ROUTING_TYPE=0]]@1835040366 2024-06-28 23:58:42,661 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 342976d8-040b-46b6-9874-2e283b91bc9e: Reference[8097]:RELIABLE:CoreMessage[messageID=8097, durable=true, userID=590e81b2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=differentTopic, size=415, properties=TypedProperties[__AMQ_CID=590e5a9e-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-20f48663-8e9c-41e1-b1f5-00ffdc6f1dbe, _AMQ_ROUTING_TYPE=0]]@1835040366 2024-06-28 23:58:42,662 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 5e0e9879-3b63-4fea-8615-e05b56f890d5: CoreMessage[messageID=8097, durable=true, userID=590e81b2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=differentTopic, size=415, properties=TypedProperties[__AMQ_CID=590e5a9e-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-20f48663-8e9c-41e1-b1f5-00ffdc6f1dbe, _AMQ_ROUTING_TYPE=0]]@1835040366 to transaction: TransactionImpl [xid=null, txID=8100, xid=null, state=ACTIVE, createTime=1719619122662(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@73ab8235 2024-06-28 23:58:42,662 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 342976d8-040b-46b6-9874-2e283b91bc9e: CoreMessage[messageID=8097, durable=true, userID=590e81b2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=differentTopic, size=415, properties=TypedProperties[__AMQ_CID=590e5a9e-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-20f48663-8e9c-41e1-b1f5-00ffdc6f1dbe, _AMQ_ROUTING_TYPE=0]]@1835040366 to transaction: TransactionImpl [xid=null, txID=8101, xid=null, state=ACTIVE, createTime=1719619122662(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@27d1c58 2024-06-28 23:58:42,662 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 5e0e9879-3b63-4fea-8615-e05b56f890d5: CoreMessage[messageID=8097, durable=true, userID=590e81b2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=differentTopic, size=415, properties=TypedProperties[__AMQ_CID=590e5a9e-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-20f48663-8e9c-41e1-b1f5-00ffdc6f1dbe, _AMQ_ROUTING_TYPE=0]]@1835040366, transaction: TransactionImpl [xid=null, txID=8100, xid=null, state=COMMITTED, createTime=1719619122662(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@73ab8235 2024-06-28 23:58:42,662 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 342976d8-040b-46b6-9874-2e283b91bc9e: CoreMessage[messageID=8097, durable=true, userID=590e81b2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=differentTopic, size=415, properties=TypedProperties[__AMQ_CID=590e5a9e-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-20f48663-8e9c-41e1-b1f5-00ffdc6f1dbe, _AMQ_ROUTING_TYPE=0]]@1835040366, transaction: TransactionImpl [xid=null, txID=8101, xid=null, state=COMMITTED, createTime=1719619122662(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@27d1c58 2024-06-28 23:58:42,662 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@15b642b9)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueueRequestReplyCancellation: CoreMessage[messageID=8078, durable=true, userID=590e0c7b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:42 UTC 2024, expiration=0, durable=true, address=test/mom/testQueueRequestReplyCancellation, size=887, properties=TypedProperties[__AMQ_CID=590d9746-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_requestreply_id=scout.mom.requestreply.uid-20f48663-8e9c-41e1-b1f5-00ffdc6f1dbe, JMSReplyTo=temp-queue://33a247d1-08b5-4729-97ee-93c03078f126, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1007395121, transaction: TransactionImpl [xid=null, txID=8079, xid=null, state=COMMITTED, createTime=1719619122659(Fri Jun 28 23:58:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@41d21f30 2024-06-28 23:58:42,662 INFO [scout-thread-22] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 590e5a9c-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=JMS publish cancel request for scout.mom.requestreply.uid-20f48663-8e9c-41e1-b1f5-00ffdc6f1dbe, activemq.broker=mom82] 2024-06-28 23:58:43,662 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 3 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7e2c8622, org.eclipse.scout.rt.mom.jms.JmsSubscription@4b02dc4e, org.eclipse.scout.rt.mom.jms.JmsSubscription@b67b359] 2024-06-28 23:58:43,664 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 590c379d-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:43,666 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 590c85c3-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:43,668 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 590d491f-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:43,669 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@2a309082[job=JMS reply cancel message listener, state=RUNNING]] 2024-06-28 23:58:43,670 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.028205 ms 2024-06-28 23:58:43,671 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 590cfaf9-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:43,672 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:43,672 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 1028.930468 ms 2024-06-28 23:58:43,672 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:43,694 INFO [main] org.apache.activemq.artemis.core.server.serverStopped(ActiveMQServerLogger_impl.java:61) - AMQ221002: Apache ActiveMQ Artemis Message Broker version 2.31.2 [308c2d46-35aa-11ef-ab26-0a580a2845c5] stopped, uptime 1 minute 2024-06-28 23:58:43,706 INFO [main] org.apache.activemq.artemis.core.server.serverStarting(ActiveMQServerLogger_impl.java:45) - AMQ221000: live Message Broker is starting with configuration Broker Configuration (clustered=false,journalDirectory=data/journal,bindingsDirectory=data/bindings,largeMessagesDirectory=data/largemessages,pagingDirectory=data/paging) 2024-06-28 23:58:43,706 INFO [main] org.apache.activemq.artemis.core.server.switchingNIO(ActiveMQServerLogger_impl.java:397) - AMQ221045: libaio is not available, switching the configuration into NIO 2024-06-28 23:58:43,707 INFO [main] org.apache.activemq.artemis.core.server.journalUseNIO(ActiveMQServerLogger_impl.java:149) - AMQ221013: Using NIO Journal 2024-06-28 23:58:43,707 INFO [main] org.apache.activemq.artemis.core.server.usingDefaultPaging(ActiveMQServerLogger_impl.java:493) - AMQ221057: Global Max Size is being adjusted to 1/2 of the JVM max size (-Xmx). being defined as 1073741824 2024-06-28 23:58:43,707 INFO [main] org.apache.activemq.artemis.core.server.addingProtocolSupport(ActiveMQServerLogger_impl.java:389) - AMQ221043: Protocol module found: [artemis-server]. Adding protocol support for: CORE 2024-06-28 23:58:43,708 INFO [main] org.apache.activemq.audit.base.getNotificationInfo(AuditLogger_impl.java:1139) - AMQ601138: User anonymous@unknown is getting notification info on target resource: null 2024-06-28 23:58:43,708 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.ActiveMQServerControlImpl@5a457aa1 2024-06-28 23:58:43,708 INFO [main] org.apache.activemq.audit.base.getNotificationInfo(AuditLogger_impl.java:1139) - AMQ601138: User anonymous@unknown is getting notification info on target resource: ActiveMQServerImpl::name=localhost 2024-06-28 23:58:43,709 INFO [main] org.apache.activemq.artemis.core.server.waitingToObtainLiveLock(ActiveMQServerLogger_impl.java:317) - AMQ221034: Waiting indefinitely to obtain live lock 2024-06-28 23:58:43,709 INFO [main] org.apache.activemq.artemis.core.server.obtainedLiveLock(ActiveMQServerLogger_impl.java:325) - AMQ221035: Live Server Obtained live lock 2024-06-28 23:58:43,774 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.scout.mom.requestreply.cancellation on address jms.topic.scout.mom.requestreply.cancellation 2024-06-28 23:58:43,775 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@21b75073 2024-06-28 23:58:43,776 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@318ca53a 2024-06-28 23:58:43,776 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testTopicPublishFirst on address jms.topic.test/mom/testTopicPublishFirst 2024-06-28 23:58:43,776 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@ab11e76 2024-06-28 23:58:43,776 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@72f91c91 2024-06-28 23:58:43,777 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testProperties on address jms.topic.test/mom/testProperties 2024-06-28 23:58:43,777 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@69d6fe75 2024-06-28 23:58:43,777 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@3d273300 2024-06-28 23:58:43,777 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testTopicRequestReplyTimeout on address jms.topic.test/mom/testTopicRequestReplyTimeout 2024-06-28 23:58:43,777 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@3fe7c87c 2024-06-28 23:58:43,778 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@5c04685 2024-06-28 23:58:43,778 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testTopicRequestReplyRequestFirst on address jms.topic.test/mom/testTopicRequestReplyRequestFirst 2024-06-28 23:58:43,778 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@5bbb351e 2024-06-28 23:58:43,778 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@5f80b25a 2024-06-28 23:58:43,778 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testTopicRequestReplyMultipleSubscriptions on address jms.topic.test/mom/testTopicRequestReplyMultipleSubscriptions 2024-06-28 23:58:43,778 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@5e2525fe 2024-06-28 23:58:43,779 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@59d6a4d1 2024-06-28 23:58:43,779 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testTopicRequestReplyCorrelationId on address jms.topic.test/mom/testTopicRequestReplyCorrelationId 2024-06-28 23:58:43,779 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@5b476930 2024-06-28 23:58:43,779 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@18f1260 2024-06-28 23:58:43,780 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testTopicPublishSubscribeMultipleSubscriptions on address jms.topic.test/mom/testTopicPublishSubscribeMultipleSubscriptions 2024-06-28 23:58:43,780 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@7672dd7a 2024-06-28 23:58:43,780 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@1aee0f49 2024-06-28 23:58:43,780 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testQueueRequestReplyJsonObjectMarshaller on address jms.topic.test/mom/testQueueRequestReplyJsonObjectMarshaller 2024-06-28 23:58:43,780 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@7a80ebcd 2024-06-28 23:58:43,781 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@365eaef 2024-06-28 23:58:43,781 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testTopicRequestReplyCancellation on address jms.topic.test/mom/testTopicRequestReplyCancellation 2024-06-28 23:58:43,781 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@631c6ef4 2024-06-28 23:58:43,781 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@9e2b199 2024-06-28 23:58:43,781 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testTopicRequestReply on address jms.topic.test/mom/testTopicRequestReply 2024-06-28 23:58:43,781 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@7441edeb 2024-06-28 23:58:43,782 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@58df431e 2024-06-28 23:58:43,782 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testTopicPublishSubscribeCorrelationId on address jms.topic.test/mom/testTopicPublishSubscribeCorrelationId 2024-06-28 23:58:43,782 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@5834fd3f 2024-06-28 23:58:43,783 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@4446e1d9 2024-06-28 23:58:43,783 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testMessageSelector on address jms.topic.test/mom/testMessageSelector 2024-06-28 23:58:43,783 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@3f13720f 2024-06-28 23:58:43,783 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@1df60140 2024-06-28 23:58:43,783 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testQueueRequestReplyCancellation on address jms.topic.test/mom/testQueueRequestReplyCancellation 2024-06-28 23:58:43,783 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@62d4dac4 2024-06-28 23:58:43,784 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@11efa76e 2024-06-28 23:58:43,784 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.differentTopic on address jms.topic.differentTopic 2024-06-28 23:58:43,784 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@35c83c56 2024-06-28 23:58:43,785 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@1899c7ae 2024-06-28 23:58:43,785 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.scout.physical.UnitTestTopic on address jms.topic.scout.physical.UnitTestTopic 2024-06-28 23:58:43,785 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@5cdf2c83 2024-06-28 23:58:43,785 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@30e734a1 2024-06-28 23:58:43,786 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue Durable-Test-Subscription on address jms.topic.test/mom/testTopicPublishSubscribe 2024-06-28 23:58:43,786 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@44b99467 2024-06-28 23:58:43,786 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@124b8fe9 2024-06-28 23:58:43,786 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testPublishBytes on address jms.queue.test/mom/testPublishBytes 2024-06-28 23:58:43,786 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@37d50217 2024-06-28 23:58:43,787 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@3e9e7a70 2024-06-28 23:58:43,787 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testPublishText on address jms.queue.test/mom/testPublishText 2024-06-28 23:58:43,787 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@360ccb68 2024-06-28 23:58:43,787 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@78762e87 2024-06-28 23:58:43,787 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testPublishObject on address jms.queue.test/mom/testPublishObject 2024-06-28 23:58:43,787 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@672c4e24 2024-06-28 23:58:43,788 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@2aacf54b 2024-06-28 23:58:43,788 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testConcurrentMessageConsumption on address jms.queue.test/mom/testConcurrentMessageConsumption 2024-06-28 23:58:43,788 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@7a2b3cfd 2024-06-28 23:58:43,788 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@33602729 2024-06-28 23:58:43,788 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testPublishAndConsumeInternal on address jms.queue.test/mom/testPublishAndConsumeInternal 2024-06-28 23:58:43,789 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@3638120f 2024-06-28 23:58:43,789 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@7bf3bf2e 2024-06-28 23:58:43,789 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testSubscribeTransactional on address jms.queue.test/mom/testSubscribeTransactional 2024-06-28 23:58:43,789 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@581cb879 2024-06-28 23:58:43,789 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@6a77953c 2024-06-28 23:58:43,789 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testSubscribeFailover on address jms.queue.test/mom/testSubscribeFailover 2024-06-28 23:58:43,790 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@1c294a17 2024-06-28 23:58:43,790 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@7a458c73 2024-06-28 23:58:43,790 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testQueuePublishFirst on address jms.queue.test/mom/testQueuePublishFirst 2024-06-28 23:58:43,790 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@47a72c32 2024-06-28 23:58:43,790 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@112f8f8f 2024-06-28 23:58:43,791 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testPublishJsonData on address jms.queue.test/mom/testPublishJsonData 2024-06-28 23:58:43,791 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@4700064f 2024-06-28 23:58:43,791 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@11703cc8 2024-06-28 23:58:43,791 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testPublishJsonDataSecure on address jms.queue.test/mom/testPublishJsonDataSecure 2024-06-28 23:58:43,791 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@6fc84468 2024-06-28 23:58:43,792 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@2f6ede9 2024-06-28 23:58:43,792 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testQueueRequestReplyRequestFirst on address jms.queue.test/mom/testQueueRequestReplyRequestFirst 2024-06-28 23:58:43,792 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@4583a186 2024-06-28 23:58:43,792 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@55854382 2024-06-28 23:58:43,792 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testPublishTransactional on address jms.queue.test/mom/testPublishTransactional 2024-06-28 23:58:43,792 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@7843b65e 2024-06-28 23:58:43,793 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@4d6f951a 2024-06-28 23:58:43,793 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testPublishStringData on address jms.queue.test/mom/testPublishStringData 2024-06-28 23:58:43,793 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@15b882a0 2024-06-28 23:58:43,793 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@6ade4ac6 2024-06-28 23:58:43,793 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testPublishObjectData on address jms.queue.test/mom/testPublishObjectData 2024-06-28 23:58:43,793 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@fcae085 2024-06-28 23:58:43,794 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@3e3c6323 2024-06-28 23:58:43,794 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testCurrentMessagePubSub on address jms.queue.test/mom/testCurrentMessagePubSub 2024-06-28 23:58:43,794 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@6f404bc6 2024-06-28 23:58:43,794 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@77d0a492 2024-06-28 23:58:43,794 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testSerialMessageConsumption on address jms.queue.test/mom/testSerialMessageConsumption 2024-06-28 23:58:43,794 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@2f46bc25 2024-06-28 23:58:43,795 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@72bef795 2024-06-28 23:58:43,795 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@1f4d9c7f 2024-06-28 23:58:43,795 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AcceptorControlImpl@77f66138 2024-06-28 23:58:43,798 INFO [main] org.apache.activemq.artemis.core.server.serverIsLive(ActiveMQServerLogger_impl.java:101) - AMQ221007: Server is now live 2024-06-28 23:58:43,798 INFO [main] org.apache.activemq.artemis.core.server.serverStarted(ActiveMQServerLogger_impl.java:53) - AMQ221001: Apache ActiveMQ Artemis Message Broker version 2.31.2 [localhost, nodeID=59adf604-35aa-11ef-ab26-0a580a2845c5] [INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 68.11 s -- in org.eclipse.scout.rt.mom.jms.JmsMomWithRequestReplyTest [INFO] Running org.eclipse.scout.rt.mom.jms.JmsMomWithFailoverTest 2024-06-28 23:58:43,800 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:43,800 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:43,803 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1411222174'. 2024-06-28 23:58:43,806 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #87 initialized: null 2024-06-28 23:58:43,807 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:58:43,807 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:58:43,807 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:58:43,807 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:58:43,807 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:58:43,808 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom87, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:85) is starting - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:58:43,808 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom87, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:85) started - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:58:43,808 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:58:43,808 INFO [scout-thread-21] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom87 started - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:58:43,809 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-256:1,clientId=Scout JUnit MOM #87 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS subscriber, activemq.broker=mom87] simulateConnectionDown 2024-06-28 23:58:43,813 WARN [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.invalidate(JmsConnectionWrapper.java:174) - invalidate 1 connection and 1 sessions due to 'JUnit fixture: connection failed' 2024-06-28 23:58:43,814 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.invalidate(JmsConnectionWrapper.java:178) - invalidating session 1 of 1 2024-06-28 23:58:43,814 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsSessionProviderWrapper.invalidate(JmsSessionProviderWrapper.java:100) - Invalidate sessionProvider org.eclipse.scout.rt.mom.jms.JmsSessionProvider@6cf34b88 2024-06-28 23:58:43,814 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.invalidate(JmsConnectionWrapper.java:186) - invalidating connection 2024-06-28 23:58:43,814 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom87 stopped 2024-06-28 23:58:43,814 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom87, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:85) is shutting down - MDC[activemq.broker=mom87] 2024-06-28 23:58:43,815 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom87, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:85) uptime 0.008 seconds - MDC[activemq.broker=mom87] 2024-06-28 23:58:43,815 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom87, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:85) is shutdown - MDC[activemq.broker=mom87] 2024-06-28 23:58:43,815 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.invalidate(JmsConnectionWrapper.java:188) - connection invalidated 2024-06-28 23:58:43,815 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.waitForRetry(JmsConnectionWrapper.java:278) - JMS connection unavailable 'jakarta.jms.JMSException: JUnit fixture: no connection'; retry #1 in 1 seconds - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:58:44,816 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.waitForRetry(JmsConnectionWrapper.java:278) - JMS connection unavailable 'jakarta.jms.JMSException: JUnit fixture: no connection'; retry #2 in 1 seconds - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:58:45,816 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.waitForRetry(JmsConnectionWrapper.java:278) - JMS connection unavailable 'jakarta.jms.JMSException: JUnit fixture: no connection'; retry #3 in 1 seconds - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:58:46,817 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.waitForRetry(JmsConnectionWrapper.java:278) - JMS connection unavailable 'jakarta.jms.JMSException: JUnit fixture: no connection'; retry #4 in 1 seconds - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:58:47,817 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.waitForRetry(JmsConnectionWrapper.java:278) - JMS connection unavailable 'jakarta.jms.JMSException: JUnit fixture: no connection'; retry #5 in 1 seconds - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:58:48,817 WARN [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.waitForRetry(JmsConnectionWrapper.java:274) - JMS connection unavailable 'jakarta.jms.JMSException: JUnit fixture: no connection'; fail after 5 retry - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:58:48,818 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsSessionProviderWrapper.waitForRetry(JmsSessionProviderWrapper.java:156) - JMS call failed 'jakarta.jms.JMSException: JUnit fixture: no connection'; retry in 2 seconds - MDC[jobName=JMS subscriber, activemq.broker=mom87] simulateConnectionUp 2024-06-28 23:58:50,818 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:58:50,819 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:58:50,819 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:58:50,819 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:58:50,819 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:58:50,819 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom87, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:86) is starting - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:58:50,819 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom87, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:86) started - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:58:50,820 INFO [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:58:50,820 INFO [scout-thread-21] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom87 started - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:58:50,820 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-256:2,clientId=Scout JUnit MOM #87 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:58:50,822 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@f0deba2, org.eclipse.scout.rt.mom.jms.JmsSubscription@1ddf9fd] 2024-06-28 23:58:50,823 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:58:50,823 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:58:50,823 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom87 stopped 2024-06-28 23:58:50,823 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom87, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:86) is shutting down - MDC[activemq.broker=mom87] 2024-06-28 23:58:50,824 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom87, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:86) uptime 0.006 seconds - MDC[activemq.broker=mom87] 2024-06-28 23:58:50,824 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom87, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:86) is shutdown - MDC[activemq.broker=mom87] 2024-06-28 23:58:50,824 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:50,824 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 7023.865626 ms 2024-06-28 23:58:50,824 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:50,825 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:50,826 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:50,826 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 0.577259 ms 2024-06-28 23:58:50,826 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:50,831 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:50,831 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:50,831 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1371345136'. 2024-06-28 23:58:50,833 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:58:50,833 INFO [scout-thread-21] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 5ded7497-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:58:50,834 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@392af2e0)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5ded9baa-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5ded7497-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=59adf604-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5ded7497-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@729bb6b, true, {}] 2024-06-28 23:58:50,834 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@715237c7 - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:58:50,835 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@392af2e0)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5dedc2bb-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5ded7497-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=59adf604-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5ded7497-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@48d35fc5, true, {}] 2024-06-28 23:58:50,835 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@392af2e0)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=test/mom/testSubscribeFailover, address=test/mom/testSubscribeFailover, routingType=ANYCAST, filterString=null, durable=true, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=false, autoCreateAddress=null, internal=null, transient=null, autoCreated=true, fqqn=null]] 2024-06-28 23:58:50,835 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@392af2e0)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@79d1b351 2024-06-28 23:58:50,836 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@392af2e0)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@7a03f578 2024-06-28 23:58:50,836 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@392af2e0)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testSubscribeFailover, null, 0, false, true, null] 2024-06-28 23:58:50,837 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@392af2e0)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [5dede9cd-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=5ded7497-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=59adf604-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=5ded7497-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2a81ea9b, true, {}] 2024-06-28 23:58:50,838 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@392af2e0)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=148, durable=true, userID=5dee10df-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:50 UTC 2024, expiration=0, durable=true, address=test/mom/testSubscribeFailover, size=592, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1895144253, context: RoutingContextImpl(Address=test/mom/testSubscribeFailover, routingType=ANYCAST, PreviousAddress=test/mom/testSubscribeFailover previousRoute:ANYCAST, reusable=true, version=-2147483083) .................................................. ***** durable queues test/mom/testSubscribeFailover: - queueID=141 address:test/mom/testSubscribeFailover name:test/mom/testSubscribeFailover filter:null ***** non durable for test/mom/testSubscribeFailover: .................................................. , transaction: null 2024-06-28 23:58:50,858 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@392af2e0)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testSubscribeFailover: Reference[148]:RELIABLE:CoreMessage[messageID=148, durable=true, userID=5dee10df-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:50 UTC 2024, expiration=0, durable=true, address=test/mom/testSubscribeFailover, size=592, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1895144253 2024-06-28 23:58:50,859 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@392af2e0)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testSubscribeFailover: CoreMessage[messageID=148, durable=true, userID=5dee10df-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:50 UTC 2024, expiration=0, durable=true, address=test/mom/testSubscribeFailover, size=592, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1895144253 to transaction: TransactionImpl [xid=null, txID=151, xid=null, state=ACTIVE, createTime=1719619130859(Fri Jun 28 23:58:50 UTC 2024), timeoutSeconds=-1, nr operations = 1]@1abb5a55 simulateConnectionDown 2024-06-28 23:58:50,859 WARN [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.invalidate(JmsConnectionWrapper.java:174) - invalidate 1 connection and 1 sessions due to 'JUnit fixture: connection failed' 2024-06-28 23:58:50,859 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.invalidate(JmsConnectionWrapper.java:178) - invalidating session 1 of 1 2024-06-28 23:58:50,859 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsSessionProviderWrapper.invalidate(JmsSessionProviderWrapper.java:100) - Invalidate sessionProvider org.eclipse.scout.rt.mom.jms.JmsSessionProvider@2f154d9b 2024-06-28 23:58:50,862 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@392af2e0)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testSubscribeFailover: CoreMessage[messageID=148, durable=true, userID=5dee10df-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:50 UTC 2024, expiration=0, durable=true, address=test/mom/testSubscribeFailover, size=592, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1895144253, transaction: TransactionImpl [xid=null, txID=151, xid=null, state=COMMITTED, createTime=1719619130859(Fri Jun 28 23:58:50 UTC 2024), timeoutSeconds=-1, nr operations = 0]@1abb5a55 2024-06-28 23:58:50,863 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.invalidate(JmsConnectionWrapper.java:186) - invalidating connection 2024-06-28 23:58:50,863 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 5ded7497-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:50,864 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.invalidate(JmsConnectionWrapper.java:188) - connection invalidated 2024-06-28 23:58:50,864 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.waitForRetry(JmsConnectionWrapper.java:278) - JMS connection unavailable 'jakarta.jms.JMSException: JUnit fixture: no connection'; retry #1 in 1 seconds - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:58:51,864 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.waitForRetry(JmsConnectionWrapper.java:278) - JMS connection unavailable 'jakarta.jms.JMSException: JUnit fixture: no connection'; retry #2 in 1 seconds - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:58:52,864 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.waitForRetry(JmsConnectionWrapper.java:278) - JMS connection unavailable 'jakarta.jms.JMSException: JUnit fixture: no connection'; retry #3 in 1 seconds - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:58:53,865 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.waitForRetry(JmsConnectionWrapper.java:278) - JMS connection unavailable 'jakarta.jms.JMSException: JUnit fixture: no connection'; retry #4 in 1 seconds - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:58:54,865 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.waitForRetry(JmsConnectionWrapper.java:278) - JMS connection unavailable 'jakarta.jms.JMSException: JUnit fixture: no connection'; retry #5 in 1 seconds - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:58:55,866 WARN [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.waitForRetry(JmsConnectionWrapper.java:274) - JMS connection unavailable 'jakarta.jms.JMSException: JUnit fixture: no connection'; fail after 5 retry - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:58:55,866 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsSessionProviderWrapper.waitForRetry(JmsSessionProviderWrapper.java:156) - JMS call failed 'jakarta.jms.JMSException: JUnit fixture: no connection'; retry in 2 seconds - MDC[jobName=JMS subscriber, activemq.broker=mom87] simulateConnectionUp 2024-06-28 23:58:57,866 INFO [scout-thread-21] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 621e9b30-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:58:57,867 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@392af2e0)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [621ec243-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=621e9b30-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=59adf604-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=621e9b30-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4cae549, true, {}] 2024-06-28 23:58:57,868 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@75eb1815 - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:58:57,868 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@392af2e0)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [621ee954-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=621e9b30-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=59adf604-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=621e9b30-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@207981eb, true, {}] 2024-06-28 23:58:57,868 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@392af2e0)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [621ee955-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=621e9b30-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=59adf604-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=621e9b30-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2cb27cc7, true, {}] 2024-06-28 23:58:57,868 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@392af2e0)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testSubscribeFailover, null, 0, false, true, null] 2024-06-28 23:58:57,869 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@392af2e0)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=166, durable=true, userID=621f1067-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:57 UTC 2024, expiration=0, durable=true, address=test/mom/testSubscribeFailover, size=592, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1074520198, context: RoutingContextImpl(Address=test/mom/testSubscribeFailover, routingType=ANYCAST, PreviousAddress=test/mom/testSubscribeFailover previousRoute:ANYCAST, reusable=true, version=-2147483083) .................................................. ***** durable queues test/mom/testSubscribeFailover: - queueID=141 address:test/mom/testSubscribeFailover name:test/mom/testSubscribeFailover filter:null ***** non durable for test/mom/testSubscribeFailover: .................................................. , transaction: null 2024-06-28 23:58:57,870 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@392af2e0)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testSubscribeFailover: Reference[166]:RELIABLE:CoreMessage[messageID=166, durable=true, userID=621f1067-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:57 UTC 2024, expiration=0, durable=true, address=test/mom/testSubscribeFailover, size=592, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1074520198 2024-06-28 23:58:57,870 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@392af2e0)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testSubscribeFailover: CoreMessage[messageID=166, durable=true, userID=621f1067-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:57 UTC 2024, expiration=0, durable=true, address=test/mom/testSubscribeFailover, size=592, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1074520198 to transaction: TransactionImpl [xid=null, txID=169, xid=null, state=ACTIVE, createTime=1719619137870(Fri Jun 28 23:58:57 UTC 2024), timeoutSeconds=-1, nr operations = 1]@15e82c46 2024-06-28 23:58:57,871 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@308f18c0, org.eclipse.scout.rt.mom.jms.JmsSubscription@7d44e3c7] 2024-06-28 23:58:57,873 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@392af2e0)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testSubscribeFailover: CoreMessage[messageID=166, durable=true, userID=621f1067-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:57 UTC 2024, expiration=0, durable=true, address=test/mom/testSubscribeFailover, size=592, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1074520198, transaction: TransactionImpl [xid=null, txID=169, xid=null, state=COMMITTED, createTime=1719619137870(Fri Jun 28 23:58:57 UTC 2024), timeoutSeconds=-1, nr operations = 0]@15e82c46 2024-06-28 23:58:57,874 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:58:57,874 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:58:57,874 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 621e9b30-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:57,875 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:57,875 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 7043.749081 ms 2024-06-28 23:58:57,875 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:57,875 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:57,875 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:57,876 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 0.108576 ms 2024-06-28 23:58:57,876 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:57,899 INFO [main] org.apache.activemq.artemis.core.server.serverStopped(ActiveMQServerLogger_impl.java:61) - AMQ221002: Apache ActiveMQ Artemis Message Broker version 2.31.2 [59adf604-35aa-11ef-ab26-0a580a2845c5] stopped, uptime 14.194 seconds 2024-06-28 23:58:57,906 INFO [main] org.apache.activemq.artemis.core.server.serverStarting(ActiveMQServerLogger_impl.java:45) - AMQ221000: live Message Broker is starting with configuration Broker Configuration (clustered=false,journalDirectory=data/journal,bindingsDirectory=data/bindings,largeMessagesDirectory=data/largemessages,pagingDirectory=data/paging) 2024-06-28 23:58:57,906 INFO [main] org.apache.activemq.artemis.core.server.switchingNIO(ActiveMQServerLogger_impl.java:397) - AMQ221045: libaio is not available, switching the configuration into NIO 2024-06-28 23:58:57,906 INFO [main] org.apache.activemq.artemis.core.server.journalUseNIO(ActiveMQServerLogger_impl.java:149) - AMQ221013: Using NIO Journal 2024-06-28 23:58:57,906 INFO [main] org.apache.activemq.artemis.core.server.usingDefaultPaging(ActiveMQServerLogger_impl.java:493) - AMQ221057: Global Max Size is being adjusted to 1/2 of the JVM max size (-Xmx). being defined as 1073741824 2024-06-28 23:58:57,907 INFO [main] org.apache.activemq.artemis.core.server.addingProtocolSupport(ActiveMQServerLogger_impl.java:389) - AMQ221043: Protocol module found: [artemis-server]. Adding protocol support for: CORE 2024-06-28 23:58:57,907 INFO [main] org.apache.activemq.audit.base.getNotificationInfo(AuditLogger_impl.java:1139) - AMQ601138: User anonymous@unknown is getting notification info on target resource: null 2024-06-28 23:58:57,907 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.ActiveMQServerControlImpl@6b5c4b75 2024-06-28 23:58:57,907 INFO [main] org.apache.activemq.audit.base.getNotificationInfo(AuditLogger_impl.java:1139) - AMQ601138: User anonymous@unknown is getting notification info on target resource: ActiveMQServerImpl::name=localhost 2024-06-28 23:58:57,908 INFO [main] org.apache.activemq.artemis.core.server.waitingToObtainLiveLock(ActiveMQServerLogger_impl.java:317) - AMQ221034: Waiting indefinitely to obtain live lock 2024-06-28 23:58:57,908 INFO [main] org.apache.activemq.artemis.core.server.obtainedLiveLock(ActiveMQServerLogger_impl.java:325) - AMQ221035: Live Server Obtained live lock 2024-06-28 23:58:57,973 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.scout.mom.requestreply.cancellation on address jms.topic.scout.mom.requestreply.cancellation 2024-06-28 23:58:57,974 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@179cdf4f 2024-06-28 23:58:57,975 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@6a0d47e8 2024-06-28 23:58:57,975 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testTopicPublishFirst on address jms.topic.test/mom/testTopicPublishFirst 2024-06-28 23:58:57,975 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@480d3c40 2024-06-28 23:58:57,975 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@3f69b166 2024-06-28 23:58:57,975 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testProperties on address jms.topic.test/mom/testProperties 2024-06-28 23:58:57,976 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@4e7e7763 2024-06-28 23:58:57,976 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@4ecc4b43 2024-06-28 23:58:57,976 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testTopicRequestReplyTimeout on address jms.topic.test/mom/testTopicRequestReplyTimeout 2024-06-28 23:58:57,976 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@6f8281e6 2024-06-28 23:58:57,976 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@1d12eff1 2024-06-28 23:58:57,977 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testTopicRequestReplyRequestFirst on address jms.topic.test/mom/testTopicRequestReplyRequestFirst 2024-06-28 23:58:57,977 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@206a465f 2024-06-28 23:58:57,977 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@c509742 2024-06-28 23:58:57,977 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testTopicRequestReplyMultipleSubscriptions on address jms.topic.test/mom/testTopicRequestReplyMultipleSubscriptions 2024-06-28 23:58:57,977 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@77a6aa9f 2024-06-28 23:58:57,978 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@7d41aefd 2024-06-28 23:58:57,978 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testTopicRequestReplyCorrelationId on address jms.topic.test/mom/testTopicRequestReplyCorrelationId 2024-06-28 23:58:57,978 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@feb57b4 2024-06-28 23:58:57,978 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@7893b8c 2024-06-28 23:58:57,978 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testTopicPublishSubscribeMultipleSubscriptions on address jms.topic.test/mom/testTopicPublishSubscribeMultipleSubscriptions 2024-06-28 23:58:57,978 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@45398bb0 2024-06-28 23:58:57,979 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@35ffe3ac 2024-06-28 23:58:57,979 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testQueueRequestReplyJsonObjectMarshaller on address jms.topic.test/mom/testQueueRequestReplyJsonObjectMarshaller 2024-06-28 23:58:57,979 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@60fc4450 2024-06-28 23:58:57,979 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@2e674698 2024-06-28 23:58:57,979 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testTopicRequestReplyCancellation on address jms.topic.test/mom/testTopicRequestReplyCancellation 2024-06-28 23:58:57,979 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@270a3cef 2024-06-28 23:58:57,980 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@6d224921 2024-06-28 23:58:57,980 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testTopicRequestReply on address jms.topic.test/mom/testTopicRequestReply 2024-06-28 23:58:57,980 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@6f7e5e11 2024-06-28 23:58:57,980 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@7bb996e0 2024-06-28 23:58:57,980 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testTopicPublishSubscribeCorrelationId on address jms.topic.test/mom/testTopicPublishSubscribeCorrelationId 2024-06-28 23:58:57,980 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@da2303c 2024-06-28 23:58:57,981 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@72b60be8 2024-06-28 23:58:57,981 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testMessageSelector on address jms.topic.test/mom/testMessageSelector 2024-06-28 23:58:57,981 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@6f254d79 2024-06-28 23:58:57,981 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@589cc8eb 2024-06-28 23:58:57,981 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testQueueRequestReplyCancellation on address jms.topic.test/mom/testQueueRequestReplyCancellation 2024-06-28 23:58:57,982 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@44233014 2024-06-28 23:58:57,982 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@6888a33 2024-06-28 23:58:57,982 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.differentTopic on address jms.topic.differentTopic 2024-06-28 23:58:57,982 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@4303511e 2024-06-28 23:58:57,982 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@7d661205 2024-06-28 23:58:57,982 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.scout.physical.UnitTestTopic on address jms.topic.scout.physical.UnitTestTopic 2024-06-28 23:58:57,983 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@20183e2d 2024-06-28 23:58:57,983 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@6203f10f 2024-06-28 23:58:57,983 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue Durable-Test-Subscription on address jms.topic.test/mom/testTopicPublishSubscribe 2024-06-28 23:58:57,983 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@3bd1c7f0 2024-06-28 23:58:57,984 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@76ea1cb5 2024-06-28 23:58:57,984 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testPublishBytes on address jms.queue.test/mom/testPublishBytes 2024-06-28 23:58:57,984 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@17e2ad13 2024-06-28 23:58:57,984 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@6a94bd69 2024-06-28 23:58:57,984 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testPublishText on address jms.queue.test/mom/testPublishText 2024-06-28 23:58:57,984 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@5f4f198c 2024-06-28 23:58:57,985 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@7966a964 2024-06-28 23:58:57,985 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testPublishObject on address jms.queue.test/mom/testPublishObject 2024-06-28 23:58:57,985 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@7b6e196e 2024-06-28 23:58:57,985 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@34de8c9f 2024-06-28 23:58:57,985 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testConcurrentMessageConsumption on address jms.queue.test/mom/testConcurrentMessageConsumption 2024-06-28 23:58:57,986 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@137a70f1 2024-06-28 23:58:57,986 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@5f1bd673 2024-06-28 23:58:57,986 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testPublishAndConsumeInternal on address jms.queue.test/mom/testPublishAndConsumeInternal 2024-06-28 23:58:57,986 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@54351197 2024-06-28 23:58:57,987 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@144fc5fa 2024-06-28 23:58:57,987 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testSubscribeTransactional on address jms.queue.test/mom/testSubscribeTransactional 2024-06-28 23:58:57,987 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@5472c27a 2024-06-28 23:58:57,987 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@555b3ec9 2024-06-28 23:58:57,987 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testSubscribeFailover on address jms.queue.test/mom/testSubscribeFailover 2024-06-28 23:58:57,987 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@299e245c 2024-06-28 23:58:57,988 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@43945480 2024-06-28 23:58:57,988 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testQueuePublishFirst on address jms.queue.test/mom/testQueuePublishFirst 2024-06-28 23:58:57,988 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@1b72f9a 2024-06-28 23:58:57,988 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@d96f413 2024-06-28 23:58:57,988 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testPublishJsonData on address jms.queue.test/mom/testPublishJsonData 2024-06-28 23:58:57,988 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@55f29d39 2024-06-28 23:58:57,989 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@3423f353 2024-06-28 23:58:57,989 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testPublishJsonDataSecure on address jms.queue.test/mom/testPublishJsonDataSecure 2024-06-28 23:58:57,989 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@c50d1b2 2024-06-28 23:58:57,989 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@365c8a47 2024-06-28 23:58:57,989 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testQueueRequestReplyRequestFirst on address jms.queue.test/mom/testQueueRequestReplyRequestFirst 2024-06-28 23:58:57,990 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@7786c2e0 2024-06-28 23:58:57,990 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@5c940e28 2024-06-28 23:58:57,990 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testPublishTransactional on address jms.queue.test/mom/testPublishTransactional 2024-06-28 23:58:57,990 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@56c39949 2024-06-28 23:58:57,990 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@41f3f64 2024-06-28 23:58:57,990 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testPublishStringData on address jms.queue.test/mom/testPublishStringData 2024-06-28 23:58:57,991 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@454f6cc5 2024-06-28 23:58:57,991 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@3956df0a 2024-06-28 23:58:57,991 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testPublishObjectData on address jms.queue.test/mom/testPublishObjectData 2024-06-28 23:58:57,991 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@739500b8 2024-06-28 23:58:57,991 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@e8ce5b1 2024-06-28 23:58:57,991 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testCurrentMessagePubSub on address jms.queue.test/mom/testCurrentMessagePubSub 2024-06-28 23:58:57,992 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@301b89e1 2024-06-28 23:58:57,992 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@3f3abe67 2024-06-28 23:58:57,992 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testSerialMessageConsumption on address jms.queue.test/mom/testSerialMessageConsumption 2024-06-28 23:58:57,992 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@64f1e9f8 2024-06-28 23:58:57,992 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@d3929ba 2024-06-28 23:58:57,993 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@6101fd7d 2024-06-28 23:58:57,993 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AcceptorControlImpl@60773809 2024-06-28 23:58:58,013 INFO [main] org.apache.activemq.artemis.core.server.serverIsLive(ActiveMQServerLogger_impl.java:101) - AMQ221007: Server is now live 2024-06-28 23:58:58,013 INFO [main] org.apache.activemq.artemis.core.server.serverStarted(ActiveMQServerLogger_impl.java:53) - AMQ221001: Apache ActiveMQ Artemis Message Broker version 2.31.2 [localhost, nodeID=62248ea9-35aa-11ef-ab26-0a580a2845c5] [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 14.12 s -- in org.eclipse.scout.rt.mom.jms.JmsMomWithFailoverTest [INFO] Running org.eclipse.scout.rt.mom.jms.JmsMomWithCustomMarshallerTest 2024-06-28 23:58:58,015 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:58,015 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:58,016 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 942802969'. 2024-06-28 23:58:58,017 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #88 initialized: null 2024-06-28 23:58:58,017 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom88] 2024-06-28 23:58:58,017 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom88] 2024-06-28 23:58:58,017 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom88] 2024-06-28 23:58:58,017 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom88] 2024-06-28 23:58:58,017 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom88] 2024-06-28 23:58:58,018 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom88, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:87) is starting - MDC[activemq.broker=mom88] 2024-06-28 23:58:58,018 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom88, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:87) started - MDC[activemq.broker=mom88] 2024-06-28 23:58:58,018 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom88] 2024-06-28 23:58:58,018 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom88 started - MDC[activemq.broker=mom88] 2024-06-28 23:58:58,019 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-260:1,clientId=junit_mom_client,started=true} - MDC[activemq.broker=mom88] 2024-06-28 23:58:58,025 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 3 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@7aff1db3, org.eclipse.scout.rt.mom.jms.JmsSubscription@46374b8, org.eclipse.scout.rt.mom.jms.JmsSubscription@29ceefb3] - MDC[activemq.broker=mom88] 2024-06-28 23:58:58,025 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@490dfe25[job=JMS subscriber, state=DONE]] - MDC[activemq.broker=mom88] 2024-06-28 23:58:58,025 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.007355 ms - MDC[activemq.broker=mom88] 2024-06-28 23:58:58,025 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom88] 2024-06-28 23:58:58,025 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom88] 2024-06-28 23:58:58,026 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom88 stopped - MDC[activemq.broker=mom88] 2024-06-28 23:58:58,026 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom88, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:87) is shutting down - MDC[activemq.broker=mom88] 2024-06-28 23:58:58,026 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom88, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:87) uptime 0.009 seconds - MDC[activemq.broker=mom88] 2024-06-28 23:58:58,026 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom88, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:87) is shutdown - MDC[activemq.broker=mom88] 2024-06-28 23:58:58,026 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:58,026 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 11.215858 ms 2024-06-28 23:58:58,026 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:58,027 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:58,027 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:58,027 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 778306577'. 2024-06-28 23:58:58,029 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #89 initialized: null 2024-06-28 23:58:58,029 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom89] 2024-06-28 23:58:58,029 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom89] 2024-06-28 23:58:58,029 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom89] 2024-06-28 23:58:58,029 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom89] 2024-06-28 23:58:58,029 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom89] 2024-06-28 23:58:58,030 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom89, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:88) is starting - MDC[activemq.broker=mom89] 2024-06-28 23:58:58,030 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom89, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:88) started - MDC[activemq.broker=mom89] 2024-06-28 23:58:58,030 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom89] 2024-06-28 23:58:58,030 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom89 started - MDC[activemq.broker=mom89] 2024-06-28 23:58:58,031 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-263:1,clientId=Scout JUnit MOM #89 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[activemq.broker=mom89] 2024-06-28 23:58:58,033 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@36109a76] - MDC[activemq.broker=mom89] 2024-06-28 23:58:58,033 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@67e12e28[job=JMS subscriber, state=DONE]] - MDC[activemq.broker=mom89] 2024-06-28 23:58:58,033 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.005651 ms - MDC[activemq.broker=mom89] 2024-06-28 23:58:58,033 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom89] 2024-06-28 23:58:58,033 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom89] 2024-06-28 23:58:58,034 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom89 stopped - MDC[activemq.broker=mom89] 2024-06-28 23:58:58,034 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom89, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:88) is shutting down - MDC[activemq.broker=mom89] 2024-06-28 23:58:58,034 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom89, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:88) uptime 0.005 seconds - MDC[activemq.broker=mom89] 2024-06-28 23:58:58,034 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom89, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:88) is shutdown - MDC[activemq.broker=mom89] 2024-06-28 23:58:58,034 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:58,034 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 7.161861 ms 2024-06-28 23:58:58,034 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:58,035 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:58,035 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:58,035 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 732967222'. 2024-06-28 23:58:58,036 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:58,037 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 1.783685 ms 2024-06-28 23:58:58,037 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:58,037 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:58,037 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:58,037 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1454225246'. 2024-06-28 23:58:58,038 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #91 initialized: null 2024-06-28 23:58:58,038 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom91] 2024-06-28 23:58:58,039 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom91] 2024-06-28 23:58:58,039 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom91] 2024-06-28 23:58:58,039 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom91] 2024-06-28 23:58:58,039 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom91] 2024-06-28 23:58:58,039 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom91, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:89) is starting - MDC[activemq.broker=mom91] 2024-06-28 23:58:58,039 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom91, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:89) started - MDC[activemq.broker=mom91] 2024-06-28 23:58:58,039 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom91] 2024-06-28 23:58:58,040 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom91 started - MDC[activemq.broker=mom91] 2024-06-28 23:58:58,040 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-266:1,clientId=null,started=false} - MDC[activemq.broker=mom91] 2024-06-28 23:58:58,044 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 3 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@5e572ad6, org.eclipse.scout.rt.mom.jms.JmsSubscription@709353b9, org.eclipse.scout.rt.mom.jms.JmsSubscription@69c53b72] - MDC[activemq.broker=mom91] 2024-06-28 23:58:58,045 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom91] 2024-06-28 23:58:58,045 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom91] 2024-06-28 23:58:58,046 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom91 stopped - MDC[activemq.broker=mom91] 2024-06-28 23:58:58,046 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom91, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:89) is shutting down - MDC[activemq.broker=mom91] 2024-06-28 23:58:58,046 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom91, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:89) uptime 0.008 seconds - MDC[activemq.broker=mom91] 2024-06-28 23:58:58,046 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom91, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:89) is shutdown - MDC[activemq.broker=mom91] 2024-06-28 23:58:58,046 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:58,046 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 8.981423 ms 2024-06-28 23:58:58,046 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:58,047 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:58,047 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:58,047 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 282017359'. 2024-06-28 23:58:58,048 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #92 initialized: null 2024-06-28 23:58:58,048 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom92] 2024-06-28 23:58:58,048 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom92] 2024-06-28 23:58:58,048 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom92] 2024-06-28 23:58:58,048 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom92] 2024-06-28 23:58:58,049 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom92] 2024-06-28 23:58:58,049 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom92, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:90) is starting - MDC[activemq.broker=mom92] 2024-06-28 23:58:58,049 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom92, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:90) started - MDC[activemq.broker=mom92] 2024-06-28 23:58:58,049 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom92] 2024-06-28 23:58:58,049 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom92 started - MDC[activemq.broker=mom92] 2024-06-28 23:58:58,050 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-269:1,clientId=null,started=false} - MDC[activemq.broker=mom92] 2024-06-28 23:58:58,052 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4bf6bc2d] - MDC[activemq.broker=mom92] 2024-06-28 23:58:58,053 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom92] 2024-06-28 23:58:58,053 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom92] 2024-06-28 23:58:58,053 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom92 stopped - MDC[activemq.broker=mom92] 2024-06-28 23:58:58,053 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom92, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:90) is shutting down - MDC[activemq.broker=mom92] 2024-06-28 23:58:58,053 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom92, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:90) uptime 0.005 seconds - MDC[activemq.broker=mom92] 2024-06-28 23:58:58,053 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom92, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:90) is shutdown - MDC[activemq.broker=mom92] 2024-06-28 23:58:58,053 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:58,054 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 6.394899 ms 2024-06-28 23:58:58,054 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:58,054 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:58,054 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:58,054 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1387426106'. 2024-06-28 23:58:58,055 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:58,055 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 1.221791 ms 2024-06-28 23:58:58,056 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:58,056 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:58,056 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:58,056 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 441809490'. 2024-06-28 23:58:58,058 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:58:58,058 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 623be75c-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:58:58,059 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [623c0e6f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=623be75c-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62248ea9-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=623be75c-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@58cd5aa4, true, {}] 2024-06-28 23:58:58,059 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@721f3526 2024-06-28 23:58:58,059 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [623c0e70-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=623be75c-35aa-11ef-ab26-0a580a2845c5, clientID=junit_mom_client, nodeID=62248ea9-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=623be75c-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1737b5f6, true, {}] 2024-06-28 23:58:58,060 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 623c0e70-35aa-11ef-ab26-0a580a2845c5 with parameters: [test/mom/testPublishStringData, [ANYCAST], true] 2024-06-28 23:58:58,060 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@266ae267 2024-06-28 23:58:58,061 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=test/mom/testPublishStringData, address=test/mom/testPublishStringData, routingType=ANYCAST, filterString=null, durable=true, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=false, autoCreateAddress=null, internal=null, transient=null, autoCreated=true, fqqn=null]] 2024-06-28 23:58:58,061 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@5d2adcef 2024-06-28 23:58:58,062 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=144, durable=true, userID=623c5c93-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:58 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishStringData, size=403, properties=TypedProperties[__AMQ_CID=junit_mom_client, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1998080697, context: RoutingContextImpl(Address=test/mom/testPublishStringData, routingType=ANYCAST, PreviousAddress=test/mom/testPublishStringData previousRoute:ANYCAST, reusable=true, version=-2147483049) .................................................. ***** durable queues test/mom/testPublishStringData: - queueID=141 address:test/mom/testPublishStringData name:test/mom/testPublishStringData filter:null ***** non durable for test/mom/testPublishStringData: .................................................. , transaction: null 2024-06-28 23:58:58,063 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [623caab4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=623be75c-35aa-11ef-ab26-0a580a2845c5, clientID=junit_mom_client, nodeID=62248ea9-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=623be75c-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4de87600, true, {}] 2024-06-28 23:58:58,064 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 623caab4-35aa-11ef-ab26-0a580a2845c5 with parameters: [test/mom/testPublishObjectData, [ANYCAST], true] 2024-06-28 23:58:58,064 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@16186c78 2024-06-28 23:58:58,064 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=test/mom/testPublishObjectData, address=test/mom/testPublishObjectData, routingType=ANYCAST, filterString=null, durable=true, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=false, autoCreateAddress=null, internal=null, transient=null, autoCreated=true, fqqn=null]] 2024-06-28 23:58:58,065 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@18df90cb 2024-06-28 23:58:58,065 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=154, durable=true, userID=623cf8d7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:58 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectData, size=794, properties=TypedProperties[__AMQ_CID=junit_mom_client, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.platform.holders.StringHolder"}, _AMQ_ROUTING_TYPE=1]]@830547132, context: RoutingContextImpl(Address=test/mom/testPublishObjectData, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObjectData previousRoute:ANYCAST, reusable=true, version=-2147483048) .................................................. ***** durable queues test/mom/testPublishObjectData: - queueID=151 address:test/mom/testPublishObjectData name:test/mom/testPublishObjectData filter:null ***** non durable for test/mom/testPublishObjectData: .................................................. , transaction: null 2024-06-28 23:58:58,069 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [623d9518-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=623be75c-35aa-11ef-ab26-0a580a2845c5, clientID=junit_mom_client, nodeID=62248ea9-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=623be75c-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1ce00708, true, {}] 2024-06-28 23:58:58,070 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishStringData, null, 0, false, true, null] 2024-06-28 23:58:58,070 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishStringData: Reference[144]:RELIABLE:CoreMessage[messageID=144, durable=true, userID=623c5c93-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:58 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishStringData, size=403, properties=TypedProperties[__AMQ_CID=junit_mom_client, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1998080697 2024-06-28 23:58:58,070 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [623dbc29-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=623be75c-35aa-11ef-ab26-0a580a2845c5, clientID=junit_mom_client, nodeID=62248ea9-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=623be75c-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@c4c5618, true, {}] 2024-06-28 23:58:58,071 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishStringData: CoreMessage[messageID=144, durable=true, userID=623c5c93-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:58 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishStringData, size=403, properties=TypedProperties[__AMQ_CID=junit_mom_client, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1998080697 to transaction: TransactionImpl [xid=null, txID=163, xid=null, state=ACTIVE, createTime=1719619138071(Fri Jun 28 23:58:58 UTC 2024), timeoutSeconds=-1, nr operations = 1]@7356d108 2024-06-28 23:58:58,071 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishObjectData, null, 0, false, true, null] 2024-06-28 23:58:58,071 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObjectData: Reference[154]:RELIABLE:CoreMessage[messageID=154, durable=true, userID=623cf8d7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:58 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectData, size=794, properties=TypedProperties[__AMQ_CID=junit_mom_client, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.platform.holders.StringHolder"}, _AMQ_ROUTING_TYPE=1]]@830547132 2024-06-28 23:58:58,071 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishObjectData: CoreMessage[messageID=154, durable=true, userID=623cf8d7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:58 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectData, size=794, properties=TypedProperties[__AMQ_CID=junit_mom_client, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.platform.holders.StringHolder"}, _AMQ_ROUTING_TYPE=1]]@830547132 to transaction: TransactionImpl [xid=null, txID=166, xid=null, state=ACTIVE, createTime=1719619138071(Fri Jun 28 23:58:58 UTC 2024), timeoutSeconds=-1, nr operations = 1]@743554d3 2024-06-28 23:58:58,072 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 3 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@452ea8f0, org.eclipse.scout.rt.mom.jms.JmsSubscription@e417628, org.eclipse.scout.rt.mom.jms.JmsSubscription@46f3d0f7] 2024-06-28 23:58:58,072 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishStringData: CoreMessage[messageID=144, durable=true, userID=623c5c93-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:58 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishStringData, size=403, properties=TypedProperties[__AMQ_CID=junit_mom_client, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1998080697, transaction: TransactionImpl [xid=null, txID=163, xid=null, state=COMMITTED, createTime=1719619138071(Fri Jun 28 23:58:58 UTC 2024), timeoutSeconds=-1, nr operations = 0]@7356d108 2024-06-28 23:58:58,072 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishObjectData: CoreMessage[messageID=154, durable=true, userID=623cf8d7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:58 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectData, size=794, properties=TypedProperties[__AMQ_CID=junit_mom_client, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.platform.holders.StringHolder"}, _AMQ_ROUTING_TYPE=1]]@830547132, transaction: TransactionImpl [xid=null, txID=166, xid=null, state=COMMITTED, createTime=1719619138071(Fri Jun 28 23:58:58 UTC 2024), timeoutSeconds=-1, nr operations = 0]@743554d3 2024-06-28 23:58:58,073 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:58:58,073 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:58:58,073 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 623be75c-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:58,074 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:58,074 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 17.813861 ms 2024-06-28 23:58:58,074 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:58,075 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:58,075 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:58,075 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1746038925'. 2024-06-28 23:58:58,076 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:58:58,077 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 623ecd9b-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:58:58,077 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [623ecd9e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=623ecd9b-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62248ea9-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=623ecd9b-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3e8773d0, true, {}] 2024-06-28 23:58:58,078 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@738b93a8 2024-06-28 23:58:58,078 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [623ef4af-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=623ecd9b-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62248ea9-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=623ecd9b-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@347f18a0, true, {}] 2024-06-28 23:58:58,079 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=181, durable=true, userID=623ef4b1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:58 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishStringData, size=499, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@997806028, context: RoutingContextImpl(Address=test/mom/testPublishStringData, routingType=ANYCAST, PreviousAddress=test/mom/testPublishStringData previousRoute:ANYCAST, reusable=true, version=-2147483049) .................................................. ***** durable queues test/mom/testPublishStringData: - queueID=141 address:test/mom/testPublishStringData name:test/mom/testPublishStringData filter:null ***** non durable for test/mom/testPublishStringData: .................................................. , transaction: null 2024-06-28 23:58:58,080 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [623f1bc2-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=623ecd9b-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62248ea9-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=623ecd9b-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1e28db61, true, {}] 2024-06-28 23:58:58,080 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishStringData, null, 0, false, true, null] 2024-06-28 23:58:58,080 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishStringData: Reference[181]:RELIABLE:CoreMessage[messageID=181, durable=true, userID=623ef4b1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:58 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishStringData, size=499, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@997806028 2024-06-28 23:58:58,081 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishStringData: CoreMessage[messageID=181, durable=true, userID=623ef4b1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:58 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishStringData, size=499, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@997806028 to transaction: TransactionImpl [xid=null, txID=188, xid=null, state=ACTIVE, createTime=1719619138080(Fri Jun 28 23:58:58 UTC 2024), timeoutSeconds=-1, nr operations = 1]@47cbd35c 2024-06-28 23:58:58,081 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@39329d81] 2024-06-28 23:58:58,082 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishStringData: CoreMessage[messageID=181, durable=true, userID=623ef4b1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:58 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishStringData, size=499, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@997806028, transaction: TransactionImpl [xid=null, txID=188, xid=null, state=COMMITTED, createTime=1719619138080(Fri Jun 28 23:58:58 UTC 2024), timeoutSeconds=-1, nr operations = 0]@47cbd35c 2024-06-28 23:58:58,083 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:58:58,083 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:58:58,087 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 623ecd9b-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:58,088 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:58,088 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 13.234769 ms 2024-06-28 23:58:58,088 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:58,089 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:58,089 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:58,089 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 549207679'. 2024-06-28 23:58:58,091 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:58,091 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 1.961059 ms 2024-06-28 23:58:58,091 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:58,092 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:58,092 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:58,092 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1960907176'. 2024-06-28 23:58:58,093 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:58:58,094 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 624165b5-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:58:58,094 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [624165b8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=624165b5-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62248ea9-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=624165b5-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7164f4f5, true, {}] 2024-06-28 23:58:58,094 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@633dce39 2024-06-28 23:58:58,095 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [62418cc9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=624165b5-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62248ea9-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=624165b5-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7e7bd6c7, true, {}] 2024-06-28 23:58:58,096 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=199, durable=true, userID=62418ccb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:58 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishStringData, size=443, properties=TypedProperties[__AMQ_CID=624165b7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1960932423, context: RoutingContextImpl(Address=test/mom/testPublishStringData, routingType=ANYCAST, PreviousAddress=test/mom/testPublishStringData previousRoute:ANYCAST, reusable=true, version=-2147483049) .................................................. ***** durable queues test/mom/testPublishStringData: - queueID=141 address:test/mom/testPublishStringData name:test/mom/testPublishStringData filter:null ***** non durable for test/mom/testPublishStringData: .................................................. , transaction: null 2024-06-28 23:58:58,100 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [6242501c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=624165b5-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62248ea9-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=624165b5-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4046e3b1, true, {}] 2024-06-28 23:58:58,101 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=204, durable=true, userID=6242772e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:58 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectData, size=834, properties=TypedProperties[__AMQ_CID=624165b7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.platform.holders.StringHolder"}, _AMQ_ROUTING_TYPE=1]]@316945146, context: RoutingContextImpl(Address=test/mom/testPublishObjectData, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObjectData previousRoute:ANYCAST, reusable=true, version=-2147483048) .................................................. ***** durable queues test/mom/testPublishObjectData: - queueID=151 address:test/mom/testPublishObjectData name:test/mom/testPublishObjectData filter:null ***** non durable for test/mom/testPublishObjectData: .................................................. , transaction: null 2024-06-28 23:58:58,103 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 6242c54f-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:58:58,104 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [6242ec62-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=6242c54f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62248ea9-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=6242c54f-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@39cd65bf, true, {}] 2024-06-28 23:58:58,104 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [6242ec63-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=6242c54f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62248ea9-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=6242c54f-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@b2c52c9, true, {}] 2024-06-28 23:58:58,104 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishStringData, null, 0, false, true, null] 2024-06-28 23:58:58,105 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishStringData: Reference[199]:RELIABLE:CoreMessage[messageID=199, durable=true, userID=62418ccb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:58 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishStringData, size=443, properties=TypedProperties[__AMQ_CID=624165b7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1960932423 2024-06-28 23:58:58,105 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 62431374-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:58:58,105 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [62431377-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=62431374-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62248ea9-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=62431374-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@31fc1127, true, {}] 2024-06-28 23:58:58,105 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishStringData: CoreMessage[messageID=199, durable=true, userID=62418ccb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:58 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishStringData, size=443, properties=TypedProperties[__AMQ_CID=624165b7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1960932423 to transaction: TransactionImpl [xid=null, txID=213, xid=null, state=ACTIVE, createTime=1719619138105(Fri Jun 28 23:58:58 UTC 2024), timeoutSeconds=-1, nr operations = 1]@14d0b011 2024-06-28 23:58:58,105 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [62431378-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=62431374-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62248ea9-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=62431374-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4fcf2c6c, true, {}] 2024-06-28 23:58:58,106 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishObjectData, null, 0, false, true, null] 2024-06-28 23:58:58,106 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObjectData: Reference[204]:RELIABLE:CoreMessage[messageID=204, durable=true, userID=6242772e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:58 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectData, size=834, properties=TypedProperties[__AMQ_CID=624165b7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.platform.holders.StringHolder"}, _AMQ_ROUTING_TYPE=1]]@316945146 2024-06-28 23:58:58,106 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishStringData: CoreMessage[messageID=199, durable=true, userID=62418ccb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:58 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishStringData, size=443, properties=TypedProperties[__AMQ_CID=624165b7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1960932423, transaction: TransactionImpl [xid=null, txID=213, xid=null, state=COMMITTED, createTime=1719619138105(Fri Jun 28 23:58:58 UTC 2024), timeoutSeconds=-1, nr operations = 0]@14d0b011 2024-06-28 23:58:58,106 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishObjectData: CoreMessage[messageID=204, durable=true, userID=6242772e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:58 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectData, size=834, properties=TypedProperties[__AMQ_CID=624165b7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.platform.holders.StringHolder"}, _AMQ_ROUTING_TYPE=1]]@316945146 to transaction: TransactionImpl [xid=null, txID=220, xid=null, state=ACTIVE, createTime=1719619138106(Fri Jun 28 23:58:58 UTC 2024), timeoutSeconds=-1, nr operations = 1]@51d22cef 2024-06-28 23:58:58,107 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 3 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@470fc16c, org.eclipse.scout.rt.mom.jms.JmsSubscription@6d0cc47d, org.eclipse.scout.rt.mom.jms.JmsSubscription@56dae6] 2024-06-28 23:58:58,108 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 6242c54f-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:58,110 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishObjectData: CoreMessage[messageID=204, durable=true, userID=6242772e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:58 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectData, size=834, properties=TypedProperties[__AMQ_CID=624165b7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.platform.holders.StringHolder"}, _AMQ_ROUTING_TYPE=1]]@316945146, transaction: TransactionImpl [xid=null, txID=220, xid=null, state=COMMITTED, createTime=1719619138106(Fri Jun 28 23:58:58 UTC 2024), timeoutSeconds=-1, nr operations = 0]@51d22cef 2024-06-28 23:58:58,110 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 62431374-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:58,111 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:58:58,111 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:58:58,111 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 624165b5-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:58,111 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:58,112 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 19.445528 ms 2024-06-28 23:58:58,112 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:58,112 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:58,112 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:58,113 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 172466193'. 2024-06-28 23:58:58,114 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:58:58,114 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 6244730a-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:58:58,115 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [62449a1d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=6244730a-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62248ea9-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=6244730a-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1e542988, true, {}] 2024-06-28 23:58:58,115 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@48463900 2024-06-28 23:58:58,115 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [62449a1e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=6244730a-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62248ea9-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=6244730a-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@11526f04, true, {}] 2024-06-28 23:58:58,116 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=239, durable=true, userID=6244c130-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:58 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishStringData, size=443, properties=TypedProperties[__AMQ_CID=62449a1c-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@158930535, context: RoutingContextImpl(Address=test/mom/testPublishStringData, routingType=ANYCAST, PreviousAddress=test/mom/testPublishStringData previousRoute:ANYCAST, reusable=true, version=-2147483049) .................................................. ***** durable queues test/mom/testPublishStringData: - queueID=141 address:test/mom/testPublishStringData name:test/mom/testPublishStringData filter:null ***** non durable for test/mom/testPublishStringData: .................................................. , transaction: null 2024-06-28 23:58:58,117 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 6244e841-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:58:58,117 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [6244e844-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=6244e841-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62248ea9-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=6244e841-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@14a52747, true, {}] 2024-06-28 23:58:58,118 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [62450f55-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=6244e841-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62248ea9-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=6244e841-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6049581a, true, {}] 2024-06-28 23:58:58,118 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishStringData, null, 0, false, true, null] 2024-06-28 23:58:58,118 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishStringData: Reference[239]:RELIABLE:CoreMessage[messageID=239, durable=true, userID=6244c130-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:58 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishStringData, size=443, properties=TypedProperties[__AMQ_CID=62449a1c-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@158930535 2024-06-28 23:58:58,119 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishStringData: CoreMessage[messageID=239, durable=true, userID=6244c130-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:58 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishStringData, size=443, properties=TypedProperties[__AMQ_CID=62449a1c-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@158930535 to transaction: TransactionImpl [xid=null, txID=248, xid=null, state=ACTIVE, createTime=1719619138119(Fri Jun 28 23:58:58 UTC 2024), timeoutSeconds=-1, nr operations = 1]@19424f22 2024-06-28 23:58:58,119 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@77eb0e47] 2024-06-28 23:58:58,120 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@4c0989f7)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishStringData: CoreMessage[messageID=239, durable=true, userID=6244c130-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:58:58 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishStringData, size=443, properties=TypedProperties[__AMQ_CID=62449a1c-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@158930535, transaction: TransactionImpl [xid=null, txID=248, xid=null, state=COMMITTED, createTime=1719619138119(Fri Jun 28 23:58:58 UTC 2024), timeoutSeconds=-1, nr operations = 0]@19424f22 2024-06-28 23:58:58,120 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 6244e841-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:58,121 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:58:58,121 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:58:58,121 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 6244730a-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:58:58,122 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:58:58,122 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 9.374814 ms 2024-06-28 23:58:58,122 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:58,123 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:58,123 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:58,123 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 206590014'. 2024-06-28 23:58:58,124 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:58:58,125 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 1.843905 ms 2024-06-28 23:58:58,125 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:58,128 INFO [main] org.apache.activemq.artemis.core.server.serverStopped(ActiveMQServerLogger_impl.java:61) - AMQ221002: Apache ActiveMQ Artemis Message Broker version 2.31.2 [62248ea9-35aa-11ef-ab26-0a580a2845c5] stopped, uptime 0.224 seconds 2024-06-28 23:58:58,135 INFO [main] org.apache.activemq.artemis.core.server.serverStarting(ActiveMQServerLogger_impl.java:45) - AMQ221000: live Message Broker is starting with configuration Broker Configuration (clustered=false,journalDirectory=data/journal,bindingsDirectory=data/bindings,largeMessagesDirectory=data/largemessages,pagingDirectory=data/paging) 2024-06-28 23:58:58,135 INFO [main] org.apache.activemq.artemis.core.server.switchingNIO(ActiveMQServerLogger_impl.java:397) - AMQ221045: libaio is not available, switching the configuration into NIO 2024-06-28 23:58:58,135 INFO [main] org.apache.activemq.artemis.core.server.journalUseNIO(ActiveMQServerLogger_impl.java:149) - AMQ221013: Using NIO Journal 2024-06-28 23:58:58,136 INFO [main] org.apache.activemq.artemis.core.server.usingDefaultPaging(ActiveMQServerLogger_impl.java:493) - AMQ221057: Global Max Size is being adjusted to 1/2 of the JVM max size (-Xmx). being defined as 1073741824 2024-06-28 23:58:58,136 INFO [main] org.apache.activemq.artemis.core.server.addingProtocolSupport(ActiveMQServerLogger_impl.java:389) - AMQ221043: Protocol module found: [artemis-server]. Adding protocol support for: CORE 2024-06-28 23:58:58,136 INFO [main] org.apache.activemq.audit.base.getNotificationInfo(AuditLogger_impl.java:1139) - AMQ601138: User anonymous@unknown is getting notification info on target resource: null 2024-06-28 23:58:58,136 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.ActiveMQServerControlImpl@10ecf244 2024-06-28 23:58:58,136 INFO [main] org.apache.activemq.audit.base.getNotificationInfo(AuditLogger_impl.java:1139) - AMQ601138: User anonymous@unknown is getting notification info on target resource: ActiveMQServerImpl::name=localhost 2024-06-28 23:58:58,137 INFO [main] org.apache.activemq.artemis.core.server.waitingToObtainLiveLock(ActiveMQServerLogger_impl.java:317) - AMQ221034: Waiting indefinitely to obtain live lock 2024-06-28 23:58:58,137 INFO [main] org.apache.activemq.artemis.core.server.obtainedLiveLock(ActiveMQServerLogger_impl.java:325) - AMQ221035: Live Server Obtained live lock 2024-06-28 23:58:58,201 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.scout.mom.requestreply.cancellation on address jms.topic.scout.mom.requestreply.cancellation 2024-06-28 23:58:58,202 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@5dc218e2 2024-06-28 23:58:58,203 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@11d474a 2024-06-28 23:58:58,203 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testTopicPublishFirst on address jms.topic.test/mom/testTopicPublishFirst 2024-06-28 23:58:58,203 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@4be6531a 2024-06-28 23:58:58,203 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@21553c3a 2024-06-28 23:58:58,203 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testProperties on address jms.topic.test/mom/testProperties 2024-06-28 23:58:58,203 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@6c1d25fa 2024-06-28 23:58:58,204 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@7510824 2024-06-28 23:58:58,204 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testTopicRequestReplyTimeout on address jms.topic.test/mom/testTopicRequestReplyTimeout 2024-06-28 23:58:58,204 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@7ed6e557 2024-06-28 23:58:58,204 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@766ab25b 2024-06-28 23:58:58,205 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testTopicRequestReplyRequestFirst on address jms.topic.test/mom/testTopicRequestReplyRequestFirst 2024-06-28 23:58:58,205 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@735d7b99 2024-06-28 23:58:58,205 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@7c424dfe 2024-06-28 23:58:58,205 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testTopicRequestReplyMultipleSubscriptions on address jms.topic.test/mom/testTopicRequestReplyMultipleSubscriptions 2024-06-28 23:58:58,205 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@3577e37c 2024-06-28 23:58:58,206 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@16ac67e3 2024-06-28 23:58:58,206 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testTopicRequestReplyCorrelationId on address jms.topic.test/mom/testTopicRequestReplyCorrelationId 2024-06-28 23:58:58,206 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@eb5471c 2024-06-28 23:58:58,206 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@60f6d689 2024-06-28 23:58:58,206 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testTopicPublishSubscribeMultipleSubscriptions on address jms.topic.test/mom/testTopicPublishSubscribeMultipleSubscriptions 2024-06-28 23:58:58,206 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@6a90b5e8 2024-06-28 23:58:58,207 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@1ff65426 2024-06-28 23:58:58,207 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testQueueRequestReplyJsonObjectMarshaller on address jms.topic.test/mom/testQueueRequestReplyJsonObjectMarshaller 2024-06-28 23:58:58,207 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@3bdf6d63 2024-06-28 23:58:58,207 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@6d4bb60f 2024-06-28 23:58:58,207 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testTopicRequestReplyCancellation on address jms.topic.test/mom/testTopicRequestReplyCancellation 2024-06-28 23:58:58,207 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@29b61bb 2024-06-28 23:58:58,208 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@2fe152aa 2024-06-28 23:58:58,208 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testTopicRequestReply on address jms.topic.test/mom/testTopicRequestReply 2024-06-28 23:58:58,208 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@6f959640 2024-06-28 23:58:58,208 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@5fdebe73 2024-06-28 23:58:58,208 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testTopicPublishSubscribeCorrelationId on address jms.topic.test/mom/testTopicPublishSubscribeCorrelationId 2024-06-28 23:58:58,208 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@6919a8a 2024-06-28 23:58:58,209 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@23c0fcf0 2024-06-28 23:58:58,209 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testMessageSelector on address jms.topic.test/mom/testMessageSelector 2024-06-28 23:58:58,209 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@60a4595e 2024-06-28 23:58:58,209 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@4a234e1f 2024-06-28 23:58:58,209 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testQueueRequestReplyCancellation on address jms.topic.test/mom/testQueueRequestReplyCancellation 2024-06-28 23:58:58,210 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@406cc81b 2024-06-28 23:58:58,210 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@64ef9b9a 2024-06-28 23:58:58,210 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.differentTopic on address jms.topic.differentTopic 2024-06-28 23:58:58,210 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@264340f0 2024-06-28 23:58:58,210 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@7640a191 2024-06-28 23:58:58,211 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.scout.physical.UnitTestTopic on address jms.topic.scout.physical.UnitTestTopic 2024-06-28 23:58:58,211 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@504a9352 2024-06-28 23:58:58,211 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@48e1e18a 2024-06-28 23:58:58,211 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue Durable-Test-Subscription on address jms.topic.test/mom/testTopicPublishSubscribe 2024-06-28 23:58:58,211 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@74997ca6 2024-06-28 23:58:58,211 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@7a6078d 2024-06-28 23:58:58,212 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testPublishBytes on address jms.queue.test/mom/testPublishBytes 2024-06-28 23:58:58,212 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@372c428 2024-06-28 23:58:58,212 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@4458887d 2024-06-28 23:58:58,212 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testPublishText on address jms.queue.test/mom/testPublishText 2024-06-28 23:58:58,212 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@7b1bb01c 2024-06-28 23:58:58,213 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@4c364a9d 2024-06-28 23:58:58,213 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testPublishObject on address jms.queue.test/mom/testPublishObject 2024-06-28 23:58:58,213 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@597084b7 2024-06-28 23:58:58,213 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@59ebe484 2024-06-28 23:58:58,213 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testConcurrentMessageConsumption on address jms.queue.test/mom/testConcurrentMessageConsumption 2024-06-28 23:58:58,213 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@7fd624f5 2024-06-28 23:58:58,214 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@1cafb30 2024-06-28 23:58:58,214 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testPublishAndConsumeInternal on address jms.queue.test/mom/testPublishAndConsumeInternal 2024-06-28 23:58:58,214 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@5cc28282 2024-06-28 23:58:58,214 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@5a0b925a 2024-06-28 23:58:58,214 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testSubscribeTransactional on address jms.queue.test/mom/testSubscribeTransactional 2024-06-28 23:58:58,214 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@14b4f462 2024-06-28 23:58:58,215 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@42718ebf 2024-06-28 23:58:58,215 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testSubscribeFailover on address jms.queue.test/mom/testSubscribeFailover 2024-06-28 23:58:58,215 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@a6fc2e1 2024-06-28 23:58:58,215 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@c7008b4 2024-06-28 23:58:58,215 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testQueuePublishFirst on address jms.queue.test/mom/testQueuePublishFirst 2024-06-28 23:58:58,215 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@3f54fabc 2024-06-28 23:58:58,216 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@719e8f9f 2024-06-28 23:58:58,216 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testPublishJsonData on address jms.queue.test/mom/testPublishJsonData 2024-06-28 23:58:58,216 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@5122387 2024-06-28 23:58:58,216 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@9abbe39 2024-06-28 23:58:58,216 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testPublishJsonDataSecure on address jms.queue.test/mom/testPublishJsonDataSecure 2024-06-28 23:58:58,217 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@11b234aa 2024-06-28 23:58:58,217 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@1455a374 2024-06-28 23:58:58,217 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testQueueRequestReplyRequestFirst on address jms.queue.test/mom/testQueueRequestReplyRequestFirst 2024-06-28 23:58:58,217 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@cfb462 2024-06-28 23:58:58,217 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@54418834 2024-06-28 23:58:58,218 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testPublishTransactional on address jms.queue.test/mom/testPublishTransactional 2024-06-28 23:58:58,218 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@54d6f172 2024-06-28 23:58:58,218 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@6d21a69f 2024-06-28 23:58:58,218 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testPublishStringData on address jms.queue.test/mom/testPublishStringData 2024-06-28 23:58:58,218 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@10b063fd 2024-06-28 23:58:58,218 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@48e859f7 2024-06-28 23:58:58,219 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testPublishObjectData on address jms.queue.test/mom/testPublishObjectData 2024-06-28 23:58:58,219 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@2bd67cf9 2024-06-28 23:58:58,219 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@4ba32242 2024-06-28 23:58:58,219 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testCurrentMessagePubSub on address jms.queue.test/mom/testCurrentMessagePubSub 2024-06-28 23:58:58,219 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@581f1f40 2024-06-28 23:58:58,219 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@52b2c255 2024-06-28 23:58:58,220 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testSerialMessageConsumption on address jms.queue.test/mom/testSerialMessageConsumption 2024-06-28 23:58:58,220 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@4a9b4d4e 2024-06-28 23:58:58,220 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@18f8c76d 2024-06-28 23:58:58,220 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@383d2e2d 2024-06-28 23:58:58,220 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AcceptorControlImpl@6c3830ed 2024-06-28 23:58:58,223 INFO [main] org.apache.activemq.artemis.core.server.serverIsLive(ActiveMQServerLogger_impl.java:101) - AMQ221007: Server is now live 2024-06-28 23:58:58,223 INFO [main] org.apache.activemq.artemis.core.server.serverStarted(ActiveMQServerLogger_impl.java:53) - AMQ221001: Apache ActiveMQ Artemis Message Broker version 2.31.2 [localhost, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.206 s -- in org.eclipse.scout.rt.mom.jms.JmsMomWithCustomMarshallerTest [INFO] Running org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest 2024-06-28 23:58:58,224 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:58,224 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:58,225 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1926174111'. 2024-06-28 23:58:58,225 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 0.745237 ms 2024-06-28 23:58:58,225 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:58,226 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:58,226 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:58,226 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 878661133'. 2024-06-28 23:58:58,227 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.createContextEnvironment(JmsMomImplementor.java:711) - ignoring property having null key or value [key=key, value=null] 2024-06-28 23:58:58,227 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 0.712779 ms 2024-06-28 23:58:58,227 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:58,228 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:58,228 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:58,228 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 575725230'. 2024-06-28 23:58:58,228 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 0.526833 ms 2024-06-28 23:58:58,228 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:58,229 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:58,229 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:58,229 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 2042303704'. 2024-06-28 23:58:58,230 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 0.470700 ms 2024-06-28 23:58:58,230 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:58,230 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:58,231 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:58,231 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 681418509'. 2024-06-28 23:58:58,231 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 0.492284 ms 2024-06-28 23:58:58,231 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:58:58,232 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:58:58,232 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:58:58,232 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1071755896'. 2024-06-28 23:58:58,233 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #94 initialized: null 2024-06-28 23:58:58,234 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom94] 2024-06-28 23:58:58,234 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom94] 2024-06-28 23:58:58,234 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom94] 2024-06-28 23:58:58,234 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom94] 2024-06-28 23:58:58,234 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom94] 2024-06-28 23:58:58,235 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom94, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:91) is starting - MDC[activemq.broker=mom94] 2024-06-28 23:58:58,235 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom94, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:91) started - MDC[activemq.broker=mom94] 2024-06-28 23:58:58,235 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom94] 2024-06-28 23:58:58,236 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom94 started - MDC[activemq.broker=mom94] 2024-06-28 23:58:58,236 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-272:1,clientId=Scout JUnit MOM #94 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[activemq.broker=mom94] 2024-06-28 23:59:02,249 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@645b67d6, org.eclipse.scout.rt.mom.jms.JmsSubscription@1926806c] - MDC[activemq.broker=mom94] 2024-06-28 23:59:02,249 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@85eabca[job=JMS subscriber, state=DONE]] - MDC[activemq.broker=mom94] 2024-06-28 23:59:02,249 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.008995 ms - MDC[activemq.broker=mom94] 2024-06-28 23:59:02,249 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom94] 2024-06-28 23:59:02,250 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom94] 2024-06-28 23:59:02,250 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom94 stopped - MDC[activemq.broker=mom94] 2024-06-28 23:59:02,250 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom94, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:91) is shutting down - MDC[activemq.broker=mom94] 2024-06-28 23:59:02,250 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom94, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:91) uptime 4.016 seconds - MDC[activemq.broker=mom94] 2024-06-28 23:59:02,250 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom94, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:91) is shutdown - MDC[activemq.broker=mom94] 2024-06-28 23:59:02,251 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:02,251 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 4018.660467 ms 2024-06-28 23:59:02,251 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:02,251 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:02,251 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:02,252 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 882928001'. 2024-06-28 23:59:02,252 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #95 initialized: null 2024-06-28 23:59:02,253 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom95] 2024-06-28 23:59:02,253 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom95] 2024-06-28 23:59:02,253 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom95] 2024-06-28 23:59:02,253 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom95] 2024-06-28 23:59:02,253 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom95] 2024-06-28 23:59:02,254 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom95, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:92) is starting - MDC[activemq.broker=mom95] 2024-06-28 23:59:02,254 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom95, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:92) started - MDC[activemq.broker=mom95] 2024-06-28 23:59:02,254 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom95] 2024-06-28 23:59:02,254 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom95 started - MDC[activemq.broker=mom95] 2024-06-28 23:59:02,255 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-275:1,clientId=Scout JUnit MOM #95 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[activemq.broker=mom95] 2024-06-28 23:59:02,257 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@e0faed6] - MDC[activemq.broker=mom95] 2024-06-28 23:59:02,257 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@55b7f0d[job=JMS subscriber, state=DONE]] - MDC[activemq.broker=mom95] 2024-06-28 23:59:02,257 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.006046 ms - MDC[activemq.broker=mom95] 2024-06-28 23:59:02,257 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom95] 2024-06-28 23:59:02,257 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom95] 2024-06-28 23:59:02,258 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom95 stopped - MDC[activemq.broker=mom95] 2024-06-28 23:59:02,258 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom95, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:92) is shutting down - MDC[activemq.broker=mom95] 2024-06-28 23:59:02,258 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom95, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:92) uptime 0.005 seconds - MDC[activemq.broker=mom95] 2024-06-28 23:59:02,258 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom95, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:92) is shutdown - MDC[activemq.broker=mom95] 2024-06-28 23:59:02,258 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:02,258 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 6.823455 ms 2024-06-28 23:59:02,258 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:02,259 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:02,259 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:02,259 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1176822737'. 2024-06-28 23:59:02,260 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #96 initialized: null 2024-06-28 23:59:02,260 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom96] 2024-06-28 23:59:02,260 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom96] 2024-06-28 23:59:02,260 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom96] 2024-06-28 23:59:02,260 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom96] 2024-06-28 23:59:02,260 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom96] 2024-06-28 23:59:02,261 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom96, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:93) is starting - MDC[activemq.broker=mom96] 2024-06-28 23:59:02,261 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom96, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:93) started - MDC[activemq.broker=mom96] 2024-06-28 23:59:02,261 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom96] 2024-06-28 23:59:02,261 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom96 started - MDC[activemq.broker=mom96] 2024-06-28 23:59:02,262 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-278:1,clientId=Scout JUnit MOM #96 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[activemq.broker=mom96] 2024-06-28 23:59:02,264 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@77a35b2f] - MDC[activemq.broker=mom96] 2024-06-28 23:59:02,264 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom96] 2024-06-28 23:59:02,264 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom96] 2024-06-28 23:59:02,264 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom96 stopped - MDC[activemq.broker=mom96] 2024-06-28 23:59:02,264 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom96, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:93) is shutting down - MDC[activemq.broker=mom96] 2024-06-28 23:59:02,264 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom96, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:93) uptime 0.004 seconds - MDC[activemq.broker=mom96] 2024-06-28 23:59:02,264 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom96, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:93) is shutdown - MDC[activemq.broker=mom96] 2024-06-28 23:59:02,265 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:02,265 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 5.785347 ms 2024-06-28 23:59:02,265 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:02,265 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:02,265 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:02,266 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 267263538'. 2024-06-28 23:59:02,266 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #97 initialized: null 2024-06-28 23:59:02,267 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom97] 2024-06-28 23:59:02,267 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom97] 2024-06-28 23:59:02,267 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom97] 2024-06-28 23:59:02,267 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom97] 2024-06-28 23:59:02,267 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom97] 2024-06-28 23:59:02,268 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom97, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:94) is starting - MDC[activemq.broker=mom97] 2024-06-28 23:59:02,268 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom97, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:94) started - MDC[activemq.broker=mom97] 2024-06-28 23:59:02,268 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom97] 2024-06-28 23:59:02,268 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom97 started - MDC[activemq.broker=mom97] 2024-06-28 23:59:02,269 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-281:1,clientId=Scout JUnit MOM #97 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[activemq.broker=mom97] 2024-06-28 23:59:02,271 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@130a99fe] - MDC[activemq.broker=mom97] 2024-06-28 23:59:02,271 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom97] 2024-06-28 23:59:02,271 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom97] 2024-06-28 23:59:02,271 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom97 stopped - MDC[activemq.broker=mom97] 2024-06-28 23:59:02,271 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom97, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:94) is shutting down - MDC[activemq.broker=mom97] 2024-06-28 23:59:02,272 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom97, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:94) uptime 0.005 seconds - MDC[activemq.broker=mom97] 2024-06-28 23:59:02,272 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom97, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:94) is shutdown - MDC[activemq.broker=mom97] 2024-06-28 23:59:02,272 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:02,272 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 6.620676 ms 2024-06-28 23:59:02,272 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:02,273 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:02,273 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:02,273 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 106773123'. 2024-06-28 23:59:02,273 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #98 initialized: null 2024-06-28 23:59:02,274 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom98] 2024-06-28 23:59:02,274 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom98] 2024-06-28 23:59:02,274 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom98] 2024-06-28 23:59:02,274 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom98] 2024-06-28 23:59:02,274 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom98] 2024-06-28 23:59:02,275 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom98, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:95) is starting - MDC[activemq.broker=mom98] 2024-06-28 23:59:02,275 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom98, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:95) started - MDC[activemq.broker=mom98] 2024-06-28 23:59:02,275 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom98] 2024-06-28 23:59:02,276 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom98 started - MDC[activemq.broker=mom98] 2024-06-28 23:59:02,276 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-284:1,clientId=Scout JUnit MOM #98 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[activemq.broker=mom98] 2024-06-28 23:59:02,278 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6527aa0] - MDC[activemq.broker=mom98] 2024-06-28 23:59:02,278 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom98] 2024-06-28 23:59:02,279 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom98] 2024-06-28 23:59:02,279 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom98 stopped - MDC[activemq.broker=mom98] 2024-06-28 23:59:02,279 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom98, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:95) is shutting down - MDC[activemq.broker=mom98] 2024-06-28 23:59:02,279 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom98, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:95) uptime 0.005 seconds - MDC[activemq.broker=mom98] 2024-06-28 23:59:02,279 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom98, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:95) is shutdown - MDC[activemq.broker=mom98] 2024-06-28 23:59:02,279 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:02,279 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 6.742228 ms 2024-06-28 23:59:02,279 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:02,280 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:02,280 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:02,280 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 268416168'. 2024-06-28 23:59:02,281 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #99 initialized: null 2024-06-28 23:59:02,281 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom99] 2024-06-28 23:59:02,281 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom99] 2024-06-28 23:59:02,281 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom99] 2024-06-28 23:59:02,281 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom99] 2024-06-28 23:59:02,281 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom99] 2024-06-28 23:59:02,282 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom99, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:96) is starting - MDC[activemq.broker=mom99] 2024-06-28 23:59:02,282 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom99, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:96) started - MDC[activemq.broker=mom99] 2024-06-28 23:59:02,282 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom99] 2024-06-28 23:59:02,283 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom99 started - MDC[activemq.broker=mom99] 2024-06-28 23:59:02,283 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-287:1,clientId=Scout JUnit MOM #99 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[activemq.broker=mom99] 2024-06-28 23:59:02,285 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4e6c703a] - MDC[activemq.broker=mom99] 2024-06-28 23:59:02,285 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@5120886f[job=JMS subscriber, state=DONE]] - MDC[activemq.broker=mom99] 2024-06-28 23:59:02,285 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.004299 ms - MDC[activemq.broker=mom99] 2024-06-28 23:59:02,286 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom99] 2024-06-28 23:59:02,286 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom99] 2024-06-28 23:59:02,286 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom99 stopped - MDC[activemq.broker=mom99] 2024-06-28 23:59:02,286 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom99, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:96) is shutting down - MDC[activemq.broker=mom99] 2024-06-28 23:59:02,286 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom99, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:96) uptime 0.005 seconds - MDC[activemq.broker=mom99] 2024-06-28 23:59:02,286 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom99, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:96) is shutdown - MDC[activemq.broker=mom99] 2024-06-28 23:59:02,287 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:02,287 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 6.774162 ms 2024-06-28 23:59:02,287 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:02,287 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:02,287 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:02,288 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1938380262'. 2024-06-28 23:59:02,288 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #100 initialized: null 2024-06-28 23:59:02,289 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom100] 2024-06-28 23:59:02,289 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom100] 2024-06-28 23:59:02,289 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom100] 2024-06-28 23:59:02,289 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom100] 2024-06-28 23:59:02,289 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom100] 2024-06-28 23:59:02,289 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom100, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:97) is starting - MDC[activemq.broker=mom100] 2024-06-28 23:59:02,289 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom100, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:97) started - MDC[activemq.broker=mom100] 2024-06-28 23:59:02,289 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom100] 2024-06-28 23:59:02,290 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom100 started - MDC[activemq.broker=mom100] 2024-06-28 23:59:02,290 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-290:1,clientId=Scout JUnit MOM #100 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[activemq.broker=mom100] 2024-06-28 23:59:02,292 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1018552d] - MDC[activemq.broker=mom100] 2024-06-28 23:59:02,292 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@324e62e2[job=JMS subscriber, state=DONE]] - MDC[activemq.broker=mom100] 2024-06-28 23:59:02,292 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.004371 ms - MDC[activemq.broker=mom100] 2024-06-28 23:59:02,292 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom100] 2024-06-28 23:59:02,292 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom100] 2024-06-28 23:59:02,293 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom100 stopped - MDC[activemq.broker=mom100] 2024-06-28 23:59:02,293 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom100, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:97) is shutting down - MDC[activemq.broker=mom100] 2024-06-28 23:59:02,293 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom100, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:97) uptime 0.004 seconds - MDC[activemq.broker=mom100] 2024-06-28 23:59:02,293 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom100, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:97) is shutdown - MDC[activemq.broker=mom100] 2024-06-28 23:59:02,293 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:02,293 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 5.586310 ms 2024-06-28 23:59:02,293 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:02,293 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:02,294 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:02,294 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 396842715'. 2024-06-28 23:59:02,294 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #101 initialized: null 2024-06-28 23:59:02,295 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom101] 2024-06-28 23:59:02,295 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom101] 2024-06-28 23:59:02,295 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom101] 2024-06-28 23:59:02,295 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom101] 2024-06-28 23:59:02,295 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom101] 2024-06-28 23:59:02,295 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom101, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:98) is starting - MDC[activemq.broker=mom101] 2024-06-28 23:59:02,296 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom101, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:98) started - MDC[activemq.broker=mom101] 2024-06-28 23:59:02,296 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom101] 2024-06-28 23:59:02,296 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom101 started - MDC[activemq.broker=mom101] 2024-06-28 23:59:02,297 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-293:1,clientId=Scout JUnit MOM #101 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[activemq.broker=mom101] 2024-06-28 23:59:02,299 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@693c7741] - MDC[activemq.broker=mom101] 2024-06-28 23:59:02,299 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom101] 2024-06-28 23:59:02,299 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom101] 2024-06-28 23:59:02,299 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom101 stopped - MDC[activemq.broker=mom101] 2024-06-28 23:59:02,299 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom101, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:98) is shutting down - MDC[activemq.broker=mom101] 2024-06-28 23:59:02,300 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom101, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:98) uptime 0.004 seconds - MDC[activemq.broker=mom101] 2024-06-28 23:59:02,300 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom101, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:98) is shutdown - MDC[activemq.broker=mom101] 2024-06-28 23:59:02,300 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:02,300 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 6.112107 ms 2024-06-28 23:59:02,300 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:02,300 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:02,300 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:02,300 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 307418240'. 2024-06-28 23:59:02,301 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #102 initialized: null 2024-06-28 23:59:02,301 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom102] 2024-06-28 23:59:02,301 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom102] 2024-06-28 23:59:02,302 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom102] 2024-06-28 23:59:02,302 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom102] 2024-06-28 23:59:02,302 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom102] 2024-06-28 23:59:02,302 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom102, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:99) is starting - MDC[activemq.broker=mom102] 2024-06-28 23:59:02,302 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom102, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:99) started - MDC[activemq.broker=mom102] 2024-06-28 23:59:02,302 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom102] 2024-06-28 23:59:02,303 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom102 started - MDC[activemq.broker=mom102] 2024-06-28 23:59:02,303 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-296:1,clientId=Scout JUnit MOM #102 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[activemq.broker=mom102] 2024-06-28 23:59:02,305 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5ca896af] - MDC[activemq.broker=mom102] 2024-06-28 23:59:02,305 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom102] 2024-06-28 23:59:02,305 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom102] 2024-06-28 23:59:02,305 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom102 stopped - MDC[activemq.broker=mom102] 2024-06-28 23:59:02,306 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom102, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:99) is shutting down - MDC[activemq.broker=mom102] 2024-06-28 23:59:02,306 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom102, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:99) uptime 0.005 seconds - MDC[activemq.broker=mom102] 2024-06-28 23:59:02,306 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom102, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:99) is shutdown - MDC[activemq.broker=mom102] 2024-06-28 23:59:02,306 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:02,306 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 6.076997 ms 2024-06-28 23:59:02,306 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:02,307 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:02,307 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:02,307 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1192773721'. 2024-06-28 23:59:02,308 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #103 initialized: null 2024-06-28 23:59:02,309 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom103] 2024-06-28 23:59:02,309 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom103] 2024-06-28 23:59:02,309 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom103] 2024-06-28 23:59:02,309 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom103] 2024-06-28 23:59:02,309 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom103] 2024-06-28 23:59:02,310 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom103, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:100) is starting - MDC[activemq.broker=mom103] 2024-06-28 23:59:02,310 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom103, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:100) started - MDC[activemq.broker=mom103] 2024-06-28 23:59:02,310 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom103] 2024-06-28 23:59:02,310 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom103 started - MDC[activemq.broker=mom103] 2024-06-28 23:59:02,311 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-299:1,clientId=Scout JUnit MOM #103 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[activemq.broker=mom103] 2024-06-28 23:59:02,312 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@28df2da8] - MDC[activemq.broker=mom103] 2024-06-28 23:59:02,313 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@24489d12[job=JMS subscriber, state=DONE]] - MDC[activemq.broker=mom103] 2024-06-28 23:59:02,313 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.004431 ms - MDC[activemq.broker=mom103] 2024-06-28 23:59:02,313 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom103] 2024-06-28 23:59:02,313 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom103] 2024-06-28 23:59:02,313 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom103 stopped - MDC[activemq.broker=mom103] 2024-06-28 23:59:02,313 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom103, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:100) is shutting down - MDC[activemq.broker=mom103] 2024-06-28 23:59:02,313 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom103, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:100) uptime 0.004 seconds - MDC[activemq.broker=mom103] 2024-06-28 23:59:02,313 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom103, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:100) is shutdown - MDC[activemq.broker=mom103] 2024-06-28 23:59:02,313 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:02,314 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 6.443165 ms 2024-06-28 23:59:02,314 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:02,314 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:02,314 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:02,314 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1265292011'. 2024-06-28 23:59:02,315 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #104 initialized: null 2024-06-28 23:59:02,315 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom104] 2024-06-28 23:59:02,315 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom104] 2024-06-28 23:59:02,315 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom104] 2024-06-28 23:59:02,315 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom104] 2024-06-28 23:59:02,315 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom104] 2024-06-28 23:59:02,316 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom104, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:101) is starting - MDC[activemq.broker=mom104] 2024-06-28 23:59:02,316 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom104, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:101) started - MDC[activemq.broker=mom104] 2024-06-28 23:59:02,316 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom104] 2024-06-28 23:59:02,316 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom104 started - MDC[activemq.broker=mom104] 2024-06-28 23:59:02,317 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-302:1,clientId=Scout JUnit MOM #104 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[activemq.broker=mom104] 2024-06-28 23:59:02,319 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3f7b15bb] - MDC[activemq.broker=mom104] 2024-06-28 23:59:02,319 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom104] 2024-06-28 23:59:02,319 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom104] 2024-06-28 23:59:02,319 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom104 stopped - MDC[activemq.broker=mom104] 2024-06-28 23:59:02,320 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom104, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:101) is shutting down - MDC[activemq.broker=mom104] 2024-06-28 23:59:02,320 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom104, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:101) uptime 0.005 seconds - MDC[activemq.broker=mom104] 2024-06-28 23:59:02,320 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom104, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:101) is shutdown - MDC[activemq.broker=mom104] 2024-06-28 23:59:02,320 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:02,320 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 6.338962 ms 2024-06-28 23:59:02,320 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:02,321 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:02,321 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:02,322 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1567403095'. 2024-06-28 23:59:02,323 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #105 initialized: null 2024-06-28 23:59:02,323 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom105] 2024-06-28 23:59:02,323 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom105] 2024-06-28 23:59:02,323 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom105] 2024-06-28 23:59:02,323 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom105] 2024-06-28 23:59:02,323 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom105] 2024-06-28 23:59:02,324 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom105, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:102) is starting - MDC[activemq.broker=mom105] 2024-06-28 23:59:02,324 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom105, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:102) started - MDC[activemq.broker=mom105] 2024-06-28 23:59:02,324 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom105] 2024-06-28 23:59:02,325 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom105 started - MDC[activemq.broker=mom105] 2024-06-28 23:59:02,326 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-305:1,clientId=Scout JUnit MOM #105 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[activemq.broker=mom105] 2024-06-28 23:59:02,536 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@35e63d26] - MDC[activemq.broker=mom105] 2024-06-28 23:59:02,537 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@3325f17[job=JMS subscriber, state=RUNNING]] - MDC[activemq.broker=mom105] 2024-06-28 23:59:02,537 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.005435 ms - MDC[activemq.broker=mom105] 2024-06-28 23:59:02,537 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom105] 2024-06-28 23:59:02,537 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom105] 2024-06-28 23:59:02,537 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom105 stopped - MDC[activemq.broker=mom105] 2024-06-28 23:59:02,538 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom105, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:102) is shutting down - MDC[activemq.broker=mom105] 2024-06-28 23:59:02,538 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom105, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:102) uptime 0.215 seconds - MDC[activemq.broker=mom105] 2024-06-28 23:59:02,538 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom105, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:102) is shutdown - MDC[activemq.broker=mom105] 2024-06-28 23:59:02,538 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:02,538 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 216.642499 ms 2024-06-28 23:59:02,538 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:02,539 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:02,539 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:02,539 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 457734218'. 2024-06-28 23:59:02,540 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #106 initialized: null 2024-06-28 23:59:02,540 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom106] 2024-06-28 23:59:02,540 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom106] 2024-06-28 23:59:02,540 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom106] 2024-06-28 23:59:02,540 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom106] 2024-06-28 23:59:02,540 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom106] 2024-06-28 23:59:02,541 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom106, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:103) is starting - MDC[activemq.broker=mom106] 2024-06-28 23:59:02,541 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom106, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:103) started - MDC[activemq.broker=mom106] 2024-06-28 23:59:02,541 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom106] 2024-06-28 23:59:02,542 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom106 started - MDC[activemq.broker=mom106] 2024-06-28 23:59:02,542 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-308:1,clientId=Scout JUnit MOM #106 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[activemq.broker=mom106] 2024-06-28 23:59:02,744 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@73cd3b8] - MDC[activemq.broker=mom106] 2024-06-28 23:59:02,744 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@680408ac[job=JMS subscriber, state=RUNNING]] - MDC[activemq.broker=mom106] 2024-06-28 23:59:02,744 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.004754 ms - MDC[activemq.broker=mom106] 2024-06-28 23:59:02,744 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom106] 2024-06-28 23:59:02,745 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom106] 2024-06-28 23:59:02,745 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom106 stopped - MDC[activemq.broker=mom106] 2024-06-28 23:59:02,745 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom106, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:103) is shutting down - MDC[activemq.broker=mom106] 2024-06-28 23:59:02,745 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom106, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:103) uptime 0.205 seconds - MDC[activemq.broker=mom106] 2024-06-28 23:59:02,745 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom106, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:103) is shutdown - MDC[activemq.broker=mom106] 2024-06-28 23:59:02,746 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:02,746 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 206.938730 ms 2024-06-28 23:59:02,746 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:02,746 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:02,746 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:02,746 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1812584214'. 2024-06-28 23:59:02,747 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #107 initialized: null 2024-06-28 23:59:02,748 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom107] 2024-06-28 23:59:02,748 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom107] 2024-06-28 23:59:02,748 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom107] 2024-06-28 23:59:02,748 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom107] 2024-06-28 23:59:02,748 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom107] 2024-06-28 23:59:02,749 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom107, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:104) is starting - MDC[activemq.broker=mom107] 2024-06-28 23:59:02,749 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom107, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:104) started - MDC[activemq.broker=mom107] 2024-06-28 23:59:02,749 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom107] 2024-06-28 23:59:02,749 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom107 started - MDC[activemq.broker=mom107] 2024-06-28 23:59:02,750 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-311:1,clientId=Scout JUnit MOM #107 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[activemq.broker=mom107] 2024-06-28 23:59:02,951 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@70e560ef] - MDC[activemq.broker=mom107] 2024-06-28 23:59:02,951 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@5d72dd86[job=JMS subscriber, state=RUNNING]] - MDC[activemq.broker=mom107] 2024-06-28 23:59:02,952 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.005013 ms - MDC[activemq.broker=mom107] 2024-06-28 23:59:02,952 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom107] 2024-06-28 23:59:02,952 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom107] 2024-06-28 23:59:02,952 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom107 stopped - MDC[activemq.broker=mom107] 2024-06-28 23:59:02,952 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom107, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:104) is shutting down - MDC[activemq.broker=mom107] 2024-06-28 23:59:02,953 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom107, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:104) uptime 0.204 seconds - MDC[activemq.broker=mom107] 2024-06-28 23:59:02,953 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom107, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:104) is shutdown - MDC[activemq.broker=mom107] 2024-06-28 23:59:02,953 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:02,953 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 206.513953 ms 2024-06-28 23:59:02,953 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:02,953 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:02,953 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:02,954 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 964282088'. 2024-06-28 23:59:02,954 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #108 initialized: null 2024-06-28 23:59:02,955 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom108] 2024-06-28 23:59:02,955 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom108] 2024-06-28 23:59:02,955 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom108] 2024-06-28 23:59:02,955 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom108] 2024-06-28 23:59:02,955 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom108] 2024-06-28 23:59:02,955 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom108, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:105) is starting - MDC[activemq.broker=mom108] 2024-06-28 23:59:02,955 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom108, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:105) started - MDC[activemq.broker=mom108] 2024-06-28 23:59:02,955 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom108] 2024-06-28 23:59:02,956 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom108 started - MDC[activemq.broker=mom108] 2024-06-28 23:59:02,957 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-314:1,clientId=Scout JUnit MOM #108 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[activemq.broker=mom108] 2024-06-28 23:59:03,158 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5481001f] - MDC[activemq.broker=mom108] 2024-06-28 23:59:03,158 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@5d414943[job=JMS subscriber, state=RUNNING]] - MDC[activemq.broker=mom108] 2024-06-28 23:59:03,158 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.005583 ms - MDC[activemq.broker=mom108] 2024-06-28 23:59:03,158 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom108] 2024-06-28 23:59:03,159 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom108] 2024-06-28 23:59:03,159 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom108 stopped - MDC[activemq.broker=mom108] 2024-06-28 23:59:03,159 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom108, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:105) is shutting down - MDC[activemq.broker=mom108] 2024-06-28 23:59:03,159 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom108, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:105) uptime 0.204 seconds - MDC[activemq.broker=mom108] 2024-06-28 23:59:03,159 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom108, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:105) is shutdown - MDC[activemq.broker=mom108] 2024-06-28 23:59:03,159 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:03,160 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 206.171638 ms 2024-06-28 23:59:03,160 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:03,160 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:03,160 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:03,160 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 547073937'. 2024-06-28 23:59:03,161 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #109 initialized: null 2024-06-28 23:59:03,161 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom109] 2024-06-28 23:59:03,161 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom109] 2024-06-28 23:59:03,162 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom109] 2024-06-28 23:59:03,162 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom109] 2024-06-28 23:59:03,162 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom109] 2024-06-28 23:59:03,162 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom109, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:106) is starting - MDC[activemq.broker=mom109] 2024-06-28 23:59:03,162 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom109, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:106) started - MDC[activemq.broker=mom109] 2024-06-28 23:59:03,162 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom109] 2024-06-28 23:59:03,163 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom109 started - MDC[activemq.broker=mom109] 2024-06-28 23:59:03,163 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-317:1,clientId=Scout JUnit MOM #109 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[activemq.broker=mom109] 2024-06-28 23:59:03,365 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5a1ddc7c] - MDC[activemq.broker=mom109] 2024-06-28 23:59:03,365 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom109] 2024-06-28 23:59:03,365 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom109] 2024-06-28 23:59:03,366 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom109 stopped - MDC[activemq.broker=mom109] 2024-06-28 23:59:03,366 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom109, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:106) is shutting down - MDC[activemq.broker=mom109] 2024-06-28 23:59:03,366 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom109, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:106) uptime 0.205 seconds - MDC[activemq.broker=mom109] 2024-06-28 23:59:03,366 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom109, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:106) is shutdown - MDC[activemq.broker=mom109] 2024-06-28 23:59:03,366 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:03,366 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 206.110690 ms 2024-06-28 23:59:03,366 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:03,367 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:03,367 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:03,367 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1670055419'. 2024-06-28 23:59:03,368 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #110 initialized: null 2024-06-28 23:59:03,368 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom110] 2024-06-28 23:59:03,368 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom110] 2024-06-28 23:59:03,368 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom110] 2024-06-28 23:59:03,368 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom110] 2024-06-28 23:59:03,368 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom110] 2024-06-28 23:59:03,369 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom110, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:107) is starting - MDC[activemq.broker=mom110] 2024-06-28 23:59:03,369 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom110, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:107) started - MDC[activemq.broker=mom110] 2024-06-28 23:59:03,369 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom110] 2024-06-28 23:59:03,369 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom110 started - MDC[activemq.broker=mom110] 2024-06-28 23:59:03,370 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-320:1,clientId=Scout JUnit MOM #110 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[activemq.broker=mom110] 2024-06-28 23:59:03,571 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@58e0f079] - MDC[activemq.broker=mom110] 2024-06-28 23:59:03,572 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@2972b493[job=JMS subscriber, state=DONE]] - MDC[activemq.broker=mom110] 2024-06-28 23:59:03,572 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.005696 ms - MDC[activemq.broker=mom110] 2024-06-28 23:59:03,572 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom110] 2024-06-28 23:59:03,572 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom110] 2024-06-28 23:59:03,572 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom110 stopped - MDC[activemq.broker=mom110] 2024-06-28 23:59:03,573 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom110, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:107) is shutting down - MDC[activemq.broker=mom110] 2024-06-28 23:59:03,573 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom110, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:107) uptime 0.205 seconds - MDC[activemq.broker=mom110] 2024-06-28 23:59:03,573 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom110, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:107) is shutdown - MDC[activemq.broker=mom110] 2024-06-28 23:59:03,573 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:03,573 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 206.275533 ms 2024-06-28 23:59:03,573 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:03,574 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:03,574 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:03,574 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1972687241'. 2024-06-28 23:59:03,575 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #111 initialized: null 2024-06-28 23:59:03,575 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom111] 2024-06-28 23:59:03,575 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom111] 2024-06-28 23:59:03,575 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom111] 2024-06-28 23:59:03,575 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom111] 2024-06-28 23:59:03,575 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom111] 2024-06-28 23:59:03,576 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom111, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:108) is starting - MDC[activemq.broker=mom111] 2024-06-28 23:59:03,576 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom111, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:108) started - MDC[activemq.broker=mom111] 2024-06-28 23:59:03,576 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom111] 2024-06-28 23:59:03,576 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom111 started - MDC[activemq.broker=mom111] 2024-06-28 23:59:03,577 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-323:1,clientId=Scout JUnit MOM #111 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[activemq.broker=mom111] 2024-06-28 23:59:03,778 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@cbd9494] - MDC[activemq.broker=mom111] 2024-06-28 23:59:03,779 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@36b86248[job=JMS subscriber, state=RUNNING]] - MDC[activemq.broker=mom111] 2024-06-28 23:59:03,779 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.005321 ms - MDC[activemq.broker=mom111] 2024-06-28 23:59:03,779 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom111] 2024-06-28 23:59:03,779 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom111] 2024-06-28 23:59:03,779 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom111 stopped - MDC[activemq.broker=mom111] 2024-06-28 23:59:03,779 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom111, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:108) is shutting down - MDC[activemq.broker=mom111] 2024-06-28 23:59:03,780 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom111, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:108) uptime 0.205 seconds - MDC[activemq.broker=mom111] 2024-06-28 23:59:03,780 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom111, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:108) is shutdown - MDC[activemq.broker=mom111] 2024-06-28 23:59:03,780 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:03,780 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 206.274289 ms 2024-06-28 23:59:03,780 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:03,780 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:03,781 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:03,781 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 406267653'. 2024-06-28 23:59:03,782 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #112 initialized: null 2024-06-28 23:59:03,782 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom112] 2024-06-28 23:59:03,782 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom112] 2024-06-28 23:59:03,782 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom112] 2024-06-28 23:59:03,782 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom112] 2024-06-28 23:59:03,782 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom112] 2024-06-28 23:59:03,783 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom112, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:109) is starting - MDC[activemq.broker=mom112] 2024-06-28 23:59:03,783 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom112, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:109) started - MDC[activemq.broker=mom112] 2024-06-28 23:59:03,783 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom112] 2024-06-28 23:59:03,783 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom112 started - MDC[activemq.broker=mom112] 2024-06-28 23:59:03,784 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-326:1,clientId=Scout JUnit MOM #112 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[activemq.broker=mom112] 2024-06-28 23:59:03,985 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4e301795] - MDC[activemq.broker=mom112] 2024-06-28 23:59:03,986 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@3cb4f1a6[job=JMS subscriber, state=DONE]] - MDC[activemq.broker=mom112] 2024-06-28 23:59:03,986 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.004683 ms - MDC[activemq.broker=mom112] 2024-06-28 23:59:03,986 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom112] 2024-06-28 23:59:03,986 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom112] 2024-06-28 23:59:03,986 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom112 stopped - MDC[activemq.broker=mom112] 2024-06-28 23:59:03,986 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom112, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:109) is shutting down - MDC[activemq.broker=mom112] 2024-06-28 23:59:03,987 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom112, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:109) uptime 0.205 seconds - MDC[activemq.broker=mom112] 2024-06-28 23:59:03,987 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom112, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:109) is shutdown - MDC[activemq.broker=mom112] 2024-06-28 23:59:03,987 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:03,987 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 206.372139 ms 2024-06-28 23:59:03,987 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:03,987 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:03,988 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:03,988 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1269607364'. 2024-06-28 23:59:03,989 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #113 initialized: null 2024-06-28 23:59:03,989 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom113] 2024-06-28 23:59:03,989 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom113] 2024-06-28 23:59:03,989 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom113] 2024-06-28 23:59:03,989 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom113] 2024-06-28 23:59:03,989 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom113] 2024-06-28 23:59:03,990 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom113, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:110) is starting - MDC[activemq.broker=mom113] 2024-06-28 23:59:03,990 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom113, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:110) started - MDC[activemq.broker=mom113] 2024-06-28 23:59:03,990 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom113] 2024-06-28 23:59:03,990 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom113 started - MDC[activemq.broker=mom113] 2024-06-28 23:59:03,991 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-329:1,clientId=Scout JUnit MOM #113 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[activemq.broker=mom113] 2024-06-28 23:59:04,192 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5ef03158] - MDC[activemq.broker=mom113] 2024-06-28 23:59:04,193 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@416bff93[job=JMS subscriber, state=RUNNING]] - MDC[activemq.broker=mom113] 2024-06-28 23:59:04,193 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.005537 ms - MDC[activemq.broker=mom113] 2024-06-28 23:59:04,193 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom113] 2024-06-28 23:59:04,193 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom113] 2024-06-28 23:59:04,194 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom113 stopped - MDC[activemq.broker=mom113] 2024-06-28 23:59:04,194 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom113, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:110) is shutting down - MDC[activemq.broker=mom113] 2024-06-28 23:59:04,194 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom113, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:110) uptime 0.205 seconds - MDC[activemq.broker=mom113] 2024-06-28 23:59:04,194 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom113, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:110) is shutdown - MDC[activemq.broker=mom113] 2024-06-28 23:59:04,194 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:04,194 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 206.675412 ms 2024-06-28 23:59:04,194 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:04,195 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:04,195 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:04,195 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1833158785'. 2024-06-28 23:59:04,196 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #114 initialized: null 2024-06-28 23:59:04,197 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom114] 2024-06-28 23:59:04,197 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom114] 2024-06-28 23:59:04,197 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom114] 2024-06-28 23:59:04,197 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom114] 2024-06-28 23:59:04,197 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom114] 2024-06-28 23:59:04,197 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom114, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:111) is starting - MDC[activemq.broker=mom114] 2024-06-28 23:59:04,197 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom114, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:111) started - MDC[activemq.broker=mom114] 2024-06-28 23:59:04,198 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom114] 2024-06-28 23:59:04,198 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom114 started - MDC[activemq.broker=mom114] 2024-06-28 23:59:04,199 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-332:1,clientId=Scout JUnit MOM #114 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[activemq.broker=mom114] 2024-06-28 23:59:04,400 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7473cfe2] - MDC[activemq.broker=mom114] 2024-06-28 23:59:04,401 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@3123ac1a[job=JMS subscriber, state=RUNNING]] - MDC[activemq.broker=mom114] 2024-06-28 23:59:04,401 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.005060 ms - MDC[activemq.broker=mom114] 2024-06-28 23:59:04,401 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom114] 2024-06-28 23:59:04,401 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom114] 2024-06-28 23:59:04,401 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom114 stopped - MDC[activemq.broker=mom114] 2024-06-28 23:59:04,401 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom114, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:111) is shutting down - MDC[activemq.broker=mom114] 2024-06-28 23:59:04,402 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom114, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:111) uptime 0.205 seconds - MDC[activemq.broker=mom114] 2024-06-28 23:59:04,402 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom114, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:111) is shutdown - MDC[activemq.broker=mom114] 2024-06-28 23:59:04,402 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:04,402 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 207.155581 ms 2024-06-28 23:59:04,402 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:04,403 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:04,403 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:04,403 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 358414838'. 2024-06-28 23:59:04,405 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #115 initialized: null 2024-06-28 23:59:04,405 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom115] 2024-06-28 23:59:04,406 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom115] 2024-06-28 23:59:04,406 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS subscriber, activemq.broker=mom115] 2024-06-28 23:59:04,406 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS subscriber, activemq.broker=mom115] 2024-06-28 23:59:04,406 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS subscriber, activemq.broker=mom115] 2024-06-28 23:59:04,406 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom115, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:112) is starting - MDC[jobName=JMS subscriber, activemq.broker=mom115] 2024-06-28 23:59:04,406 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom115, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:112) started - MDC[jobName=JMS subscriber, activemq.broker=mom115] 2024-06-28 23:59:04,406 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber, activemq.broker=mom115] 2024-06-28 23:59:04,406 INFO [scout-thread-17] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom115 started - MDC[jobName=JMS subscriber, activemq.broker=mom115] 2024-06-28 23:59:04,407 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-335:1,clientId=Scout JUnit MOM #115 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS subscriber, activemq.broker=mom115] 2024-06-28 23:59:04,409 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7f59f4e4] 2024-06-28 23:59:04,409 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@718b9d56[job=JMS subscriber, state=DONE]] 2024-06-28 23:59:04,409 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.003395 ms 2024-06-28 23:59:04,409 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:04,409 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:04,409 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom115 stopped 2024-06-28 23:59:04,409 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom115, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:112) is shutting down - MDC[activemq.broker=mom115] 2024-06-28 23:59:04,410 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom115, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:112) uptime 0.005 seconds - MDC[activemq.broker=mom115] 2024-06-28 23:59:04,410 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom115, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:112) is shutdown - MDC[activemq.broker=mom115] 2024-06-28 23:59:04,410 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:04,410 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 6.893396 ms 2024-06-28 23:59:04,410 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:04,411 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:04,411 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:04,411 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1505935224'. 2024-06-28 23:59:04,412 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #116 initialized: null 2024-06-28 23:59:04,413 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom116] 2024-06-28 23:59:04,413 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom116] 2024-06-28 23:59:04,413 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS subscriber, activemq.broker=mom116] 2024-06-28 23:59:04,413 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS subscriber, activemq.broker=mom116] 2024-06-28 23:59:04,413 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS subscriber, activemq.broker=mom116] 2024-06-28 23:59:04,413 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom116, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:113) is starting - MDC[jobName=JMS subscriber, activemq.broker=mom116] 2024-06-28 23:59:04,413 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom116, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:113) started - MDC[jobName=JMS subscriber, activemq.broker=mom116] 2024-06-28 23:59:04,413 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber, activemq.broker=mom116] 2024-06-28 23:59:04,414 INFO [scout-thread-17] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom116 started - MDC[jobName=JMS subscriber, activemq.broker=mom116] 2024-06-28 23:59:04,414 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-338:1,clientId=Scout JUnit MOM #116 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS subscriber, activemq.broker=mom116] 2024-06-28 23:59:04,417 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@6be865c1, org.eclipse.scout.rt.mom.jms.JmsSubscription@4c140b12] 2024-06-28 23:59:04,417 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@5f9f1886[job=JMS subscriber, state=DONE]] 2024-06-28 23:59:04,417 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.004643 ms 2024-06-28 23:59:04,417 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:04,417 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:04,417 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom116 stopped 2024-06-28 23:59:04,418 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom116, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:113) is shutting down - MDC[activemq.broker=mom116] 2024-06-28 23:59:04,418 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom116, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:113) uptime 0.005 seconds - MDC[activemq.broker=mom116] 2024-06-28 23:59:04,418 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom116, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:113) is shutdown - MDC[activemq.broker=mom116] 2024-06-28 23:59:04,418 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:04,418 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 7.325960 ms 2024-06-28 23:59:04,418 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:04,419 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:04,419 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:04,420 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1197114389'. 2024-06-28 23:59:04,421 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #117 initialized: null 2024-06-28 23:59:04,421 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom117] 2024-06-28 23:59:04,421 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom117] 2024-06-28 23:59:04,421 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS subscriber, activemq.broker=mom117] 2024-06-28 23:59:04,421 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS subscriber, activemq.broker=mom117] 2024-06-28 23:59:04,421 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS subscriber, activemq.broker=mom117] 2024-06-28 23:59:04,422 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom117, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:114) is starting - MDC[jobName=JMS subscriber, activemq.broker=mom117] 2024-06-28 23:59:04,422 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom117, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:114) started - MDC[jobName=JMS subscriber, activemq.broker=mom117] 2024-06-28 23:59:04,422 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber, activemq.broker=mom117] 2024-06-28 23:59:04,422 INFO [scout-thread-17] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom117 started - MDC[jobName=JMS subscriber, activemq.broker=mom117] 2024-06-28 23:59:04,423 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-341:1,clientId=Scout JUnit MOM #117 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS subscriber, activemq.broker=mom117] 2024-06-28 23:59:08,440 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 4 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@329b4b8b, org.eclipse.scout.rt.mom.jms.JmsSubscription@6124a7c0, org.eclipse.scout.rt.mom.jms.JmsSubscription@77a13162, org.eclipse.scout.rt.mom.jms.JmsSubscription@6bea0866] 2024-06-28 23:59:08,441 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@2357f000[job=JMS subscriber, state=DONE]] 2024-06-28 23:59:08,441 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.005356 ms 2024-06-28 23:59:08,441 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:08,441 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:08,441 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom117 stopped 2024-06-28 23:59:08,441 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom117, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:114) is shutting down - MDC[activemq.broker=mom117] 2024-06-28 23:59:08,442 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom117, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:114) uptime 4.021 seconds - MDC[activemq.broker=mom117] 2024-06-28 23:59:08,442 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom117, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:114) is shutdown - MDC[activemq.broker=mom117] 2024-06-28 23:59:08,442 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:08,442 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 4022.419683 ms 2024-06-28 23:59:08,442 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:08,443 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:08,443 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:08,443 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 596108811'. 2024-06-28 23:59:08,444 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #118 initialized: null 2024-06-28 23:59:08,445 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom118] 2024-06-28 23:59:08,445 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom118] 2024-06-28 23:59:08,445 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS subscriber, activemq.broker=mom118] 2024-06-28 23:59:08,445 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS subscriber, activemq.broker=mom118] 2024-06-28 23:59:08,445 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS subscriber, activemq.broker=mom118] 2024-06-28 23:59:08,446 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom118, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:115) is starting - MDC[jobName=JMS subscriber, activemq.broker=mom118] 2024-06-28 23:59:08,446 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom118, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:115) started - MDC[jobName=JMS subscriber, activemq.broker=mom118] 2024-06-28 23:59:08,446 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber, activemq.broker=mom118] 2024-06-28 23:59:08,446 INFO [scout-thread-17] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom118 started - MDC[jobName=JMS subscriber, activemq.broker=mom118] 2024-06-28 23:59:08,447 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-344:1,clientId=Scout JUnit MOM #118 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS subscriber, activemq.broker=mom118] 2024-06-28 23:59:08,449 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@106e6dfe, org.eclipse.scout.rt.mom.jms.JmsSubscription@7df1fc5a] 2024-06-28 23:59:08,450 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@25fb43a9, org.eclipse.scout.rt.mom.jms.JmsSubscription@59fa5a39] 2024-06-28 23:59:08,452 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@4a4979bf, org.eclipse.scout.rt.mom.jms.JmsSubscription@539570b8] 2024-06-28 23:59:08,453 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@5c2f5dc, org.eclipse.scout.rt.mom.jms.JmsSubscription@5166fe7a] 2024-06-28 23:59:08,454 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@46c28400, org.eclipse.scout.rt.mom.jms.JmsSubscription@2d6abfc7] 2024-06-28 23:59:08,455 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@4d2bcca8, org.eclipse.scout.rt.mom.jms.JmsSubscription@4587675c] 2024-06-28 23:59:08,456 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@17d606c9, org.eclipse.scout.rt.mom.jms.JmsSubscription@6f45a2fd] 2024-06-28 23:59:08,457 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@1df8ea34, org.eclipse.scout.rt.mom.jms.JmsSubscription@6b0636d9] 2024-06-28 23:59:08,458 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@159e9629, org.eclipse.scout.rt.mom.jms.JmsSubscription@4f78adf] 2024-06-28 23:59:08,459 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@12d24c43, org.eclipse.scout.rt.mom.jms.JmsSubscription@6bf27411] 2024-06-28 23:59:08,460 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:08,460 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:08,460 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom118 stopped 2024-06-28 23:59:08,460 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom118, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:115) is shutting down - MDC[activemq.broker=mom118] 2024-06-28 23:59:08,460 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom118, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:115) uptime 0.015 seconds - MDC[activemq.broker=mom118] 2024-06-28 23:59:08,460 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom118, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:115) is shutdown - MDC[activemq.broker=mom118] 2024-06-28 23:59:08,460 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:08,461 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 17.629831 ms 2024-06-28 23:59:08,461 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:08,461 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:08,461 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:08,462 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 2137524890'. 2024-06-28 23:59:08,462 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #119 initialized: null 2024-06-28 23:59:08,463 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom119] 2024-06-28 23:59:08,463 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom119] 2024-06-28 23:59:08,463 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS subscriber, activemq.broker=mom119] 2024-06-28 23:59:08,463 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS subscriber, activemq.broker=mom119] 2024-06-28 23:59:08,463 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS subscriber, activemq.broker=mom119] 2024-06-28 23:59:08,464 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom119, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:116) is starting - MDC[jobName=JMS subscriber, activemq.broker=mom119] 2024-06-28 23:59:08,464 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom119, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:116) started - MDC[jobName=JMS subscriber, activemq.broker=mom119] 2024-06-28 23:59:08,464 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber, activemq.broker=mom119] 2024-06-28 23:59:08,464 INFO [scout-thread-17] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom119 started - MDC[jobName=JMS subscriber, activemq.broker=mom119] 2024-06-28 23:59:08,465 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-347:1,clientId=Scout JUnit MOM #119 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS subscriber, activemq.broker=mom119] 2024-06-28 23:59:08,467 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@56511eda, org.eclipse.scout.rt.mom.jms.JmsSubscription@303a484e] 2024-06-28 23:59:08,467 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:08,467 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:08,467 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom119 stopped 2024-06-28 23:59:08,467 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom119, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:116) is shutting down - MDC[activemq.broker=mom119] 2024-06-28 23:59:08,468 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom119, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:116) uptime 0.005 seconds - MDC[activemq.broker=mom119] 2024-06-28 23:59:08,468 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom119, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:116) is shutdown - MDC[activemq.broker=mom119] 2024-06-28 23:59:08,468 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:08,468 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 6.752761 ms 2024-06-28 23:59:08,468 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:08,469 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:08,469 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:08,470 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1347456723'. 2024-06-28 23:59:08,471 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #120 initialized: null 2024-06-28 23:59:08,472 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom120] 2024-06-28 23:59:08,472 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom120] 2024-06-28 23:59:08,472 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS subscriber, activemq.broker=mom120] 2024-06-28 23:59:08,472 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS subscriber, activemq.broker=mom120] 2024-06-28 23:59:08,472 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS subscriber, activemq.broker=mom120] 2024-06-28 23:59:08,472 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom120, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:117) is starting - MDC[jobName=JMS subscriber, activemq.broker=mom120] 2024-06-28 23:59:08,472 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom120, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:117) started - MDC[jobName=JMS subscriber, activemq.broker=mom120] 2024-06-28 23:59:08,472 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber, activemq.broker=mom120] 2024-06-28 23:59:08,473 INFO [scout-thread-17] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom120 started - MDC[jobName=JMS subscriber, activemq.broker=mom120] 2024-06-28 23:59:08,473 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-350:1,clientId=Scout JUnit MOM #120 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS subscriber, activemq.broker=mom120] 2024-06-28 23:59:08,475 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6971f5f4] 2024-06-28 23:59:08,476 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:08,476 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:08,476 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom120 stopped 2024-06-28 23:59:08,476 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom120, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:117) is shutting down - MDC[activemq.broker=mom120] 2024-06-28 23:59:08,476 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom120, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:117) uptime 0.004 seconds - MDC[activemq.broker=mom120] 2024-06-28 23:59:08,476 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom120, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:117) is shutdown - MDC[activemq.broker=mom120] 2024-06-28 23:59:08,476 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:08,477 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 7.112479 ms 2024-06-28 23:59:08,477 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:08,477 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:08,477 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:08,477 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1898442827'. 2024-06-28 23:59:08,478 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #121 initialized: null 2024-06-28 23:59:08,479 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom121] 2024-06-28 23:59:08,479 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom121] 2024-06-28 23:59:08,479 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS subscriber, activemq.broker=mom121] 2024-06-28 23:59:08,479 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS subscriber, activemq.broker=mom121] 2024-06-28 23:59:08,479 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS subscriber, activemq.broker=mom121] 2024-06-28 23:59:08,480 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom121, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:118) is starting - MDC[jobName=JMS subscriber, activemq.broker=mom121] 2024-06-28 23:59:08,480 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom121, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:118) started - MDC[jobName=JMS subscriber, activemq.broker=mom121] 2024-06-28 23:59:08,480 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber, activemq.broker=mom121] 2024-06-28 23:59:08,480 INFO [scout-thread-17] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom121 started - MDC[jobName=JMS subscriber, activemq.broker=mom121] 2024-06-28 23:59:08,481 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-353:1,clientId=Scout JUnit MOM #121 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS subscriber, activemq.broker=mom121] 2024-06-28 23:59:08,482 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1106a9cc] 2024-06-28 23:59:08,482 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:08,483 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:08,483 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom121 stopped 2024-06-28 23:59:08,483 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom121, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:118) is shutting down - MDC[activemq.broker=mom121] 2024-06-28 23:59:08,483 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom121, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:118) uptime 0.004 seconds - MDC[activemq.broker=mom121] 2024-06-28 23:59:08,483 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom121, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:118) is shutdown - MDC[activemq.broker=mom121] 2024-06-28 23:59:08,483 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:08,483 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 6.103468 ms 2024-06-28 23:59:08,483 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:08,484 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:08,484 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:08,485 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1176241522'. 2024-06-28 23:59:08,485 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #122 initialized: null 2024-06-28 23:59:08,486 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom122] 2024-06-28 23:59:08,486 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom122] 2024-06-28 23:59:08,486 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS subscriber, activemq.broker=mom122] 2024-06-28 23:59:08,486 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS subscriber, activemq.broker=mom122] 2024-06-28 23:59:08,486 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS subscriber, activemq.broker=mom122] 2024-06-28 23:59:08,487 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom122, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:119) is starting - MDC[jobName=JMS subscriber, activemq.broker=mom122] 2024-06-28 23:59:08,487 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom122, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:119) started - MDC[jobName=JMS subscriber, activemq.broker=mom122] 2024-06-28 23:59:08,487 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber, activemq.broker=mom122] 2024-06-28 23:59:08,487 INFO [scout-thread-17] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom122 started - MDC[jobName=JMS subscriber, activemq.broker=mom122] 2024-06-28 23:59:08,487 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-356:1,clientId=Scout JUnit MOM #122 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS subscriber, activemq.broker=mom122] 2024-06-28 23:59:08,489 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@5ed1bc4f, org.eclipse.scout.rt.mom.jms.JmsSubscription@63b334fd] 2024-06-28 23:59:08,490 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:08,490 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:08,490 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom122 stopped 2024-06-28 23:59:08,490 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom122, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:119) is shutting down - MDC[activemq.broker=mom122] 2024-06-28 23:59:08,490 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom122, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:119) uptime 0.004 seconds - MDC[activemq.broker=mom122] 2024-06-28 23:59:08,490 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom122, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:119) is shutdown - MDC[activemq.broker=mom122] 2024-06-28 23:59:08,490 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:08,490 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 6.033488 ms 2024-06-28 23:59:08,491 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:08,491 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:08,491 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:08,491 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 153213903'. 2024-06-28 23:59:08,492 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #123 initialized: null 2024-06-28 23:59:08,493 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom123] 2024-06-28 23:59:08,493 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom123] 2024-06-28 23:59:08,493 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS subscriber, activemq.broker=mom123] 2024-06-28 23:59:08,493 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS subscriber, activemq.broker=mom123] 2024-06-28 23:59:08,493 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS subscriber, activemq.broker=mom123] 2024-06-28 23:59:08,493 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom123, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:120) is starting - MDC[jobName=JMS subscriber, activemq.broker=mom123] 2024-06-28 23:59:08,493 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom123, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:120) started - MDC[jobName=JMS subscriber, activemq.broker=mom123] 2024-06-28 23:59:08,493 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber, activemq.broker=mom123] 2024-06-28 23:59:08,494 INFO [scout-thread-17] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom123 started - MDC[jobName=JMS subscriber, activemq.broker=mom123] 2024-06-28 23:59:08,494 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-359:1,clientId=Scout JUnit MOM #123 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS subscriber, activemq.broker=mom123] 2024-06-28 23:59:08,496 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@33671907, org.eclipse.scout.rt.mom.jms.JmsSubscription@5fc3dfc1] 2024-06-28 23:59:08,498 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@2d85a4c7, org.eclipse.scout.rt.mom.jms.JmsSubscription@272de8ab] 2024-06-28 23:59:08,499 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@7cd6b76a, org.eclipse.scout.rt.mom.jms.JmsSubscription@2165b170] 2024-06-28 23:59:08,501 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@5eb4b746, org.eclipse.scout.rt.mom.jms.JmsSubscription@4ed94e6a] 2024-06-28 23:59:08,503 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@7b9b244e, org.eclipse.scout.rt.mom.jms.JmsSubscription@996126b] 2024-06-28 23:59:08,505 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@1f40bb80, org.eclipse.scout.rt.mom.jms.JmsSubscription@c42ee90] 2024-06-28 23:59:08,506 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@77217c17, org.eclipse.scout.rt.mom.jms.JmsSubscription@87276c4] 2024-06-28 23:59:08,508 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@7725470b, org.eclipse.scout.rt.mom.jms.JmsSubscription@8947a4b] 2024-06-28 23:59:08,509 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@2150dc64, org.eclipse.scout.rt.mom.jms.JmsSubscription@3f33c5e4] 2024-06-28 23:59:08,537 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@92fa950, org.eclipse.scout.rt.mom.jms.JmsSubscription@31fc1b6e] 2024-06-28 23:59:08,538 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:08,538 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:08,538 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom123 stopped 2024-06-28 23:59:08,538 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom123, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:120) is shutting down - MDC[activemq.broker=mom123] 2024-06-28 23:59:08,539 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom123, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:120) uptime 0.045 seconds - MDC[activemq.broker=mom123] 2024-06-28 23:59:08,539 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom123, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:120) is shutdown - MDC[activemq.broker=mom123] 2024-06-28 23:59:08,539 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:08,539 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 47.586626 ms 2024-06-28 23:59:08,539 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:08,540 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:08,540 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:08,540 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 2009339960'. 2024-06-28 23:59:08,541 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #124 initialized: null 2024-06-28 23:59:08,541 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom124] 2024-06-28 23:59:08,542 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom124] 2024-06-28 23:59:08,542 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS subscriber, activemq.broker=mom124] 2024-06-28 23:59:08,542 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS subscriber, activemq.broker=mom124] 2024-06-28 23:59:08,542 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS subscriber, activemq.broker=mom124] 2024-06-28 23:59:08,542 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom124, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:121) is starting - MDC[jobName=JMS subscriber, activemq.broker=mom124] 2024-06-28 23:59:08,542 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom124, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:121) started - MDC[jobName=JMS subscriber, activemq.broker=mom124] 2024-06-28 23:59:08,542 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber, activemq.broker=mom124] 2024-06-28 23:59:08,542 INFO [scout-thread-17] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom124 started - MDC[jobName=JMS subscriber, activemq.broker=mom124] 2024-06-28 23:59:08,543 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-362:1,clientId=Scout JUnit MOM #124 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS subscriber, activemq.broker=mom124] 2024-06-28 23:59:08,596 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4cce421e, org.eclipse.scout.rt.mom.jms.JmsSubscription@3681c285] 2024-06-28 23:59:08,596 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 2 subscriber jobs: [JobFutureTask@628f642d[job=JMS subscriber, state=DONE], JobFutureTask@58545c2e[job=JMS subscriber, state=DONE]] 2024-06-28 23:59:08,597 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.006309 ms 2024-06-28 23:59:08,597 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:08,597 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:08,597 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom124 stopped 2024-06-28 23:59:08,597 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom124, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:121) is shutting down - MDC[activemq.broker=mom124] 2024-06-28 23:59:08,597 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom124, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:121) uptime 0.056 seconds - MDC[activemq.broker=mom124] 2024-06-28 23:59:08,598 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom124, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:121) is shutdown - MDC[activemq.broker=mom124] 2024-06-28 23:59:08,598 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:08,598 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 58.011879 ms 2024-06-28 23:59:08,598 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:08,598 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:08,598 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:08,599 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 496145890'. 2024-06-28 23:59:08,599 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #125 initialized: null 2024-06-28 23:59:08,600 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom125] 2024-06-28 23:59:08,600 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom125] 2024-06-28 23:59:08,600 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS subscriber, activemq.broker=mom125] 2024-06-28 23:59:08,600 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS subscriber, activemq.broker=mom125] 2024-06-28 23:59:08,600 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS subscriber, activemq.broker=mom125] 2024-06-28 23:59:08,601 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom125, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:122) is starting - MDC[jobName=JMS subscriber, activemq.broker=mom125] 2024-06-28 23:59:08,601 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom125, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:122) started - MDC[jobName=JMS subscriber, activemq.broker=mom125] 2024-06-28 23:59:08,601 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber, activemq.broker=mom125] 2024-06-28 23:59:08,601 INFO [scout-thread-18] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom125 started - MDC[jobName=JMS subscriber, activemq.broker=mom125] 2024-06-28 23:59:08,602 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-365:1,clientId=Scout JUnit MOM #125 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS subscriber, activemq.broker=mom125] 2024-06-28 23:59:08,654 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1e40edb7, org.eclipse.scout.rt.mom.jms.JmsSubscription@27381497] 2024-06-28 23:59:08,654 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 2 subscriber jobs: [JobFutureTask@2700f556[job=JMS subscriber, state=DONE], JobFutureTask@64dbb343[job=JMS subscriber, state=RUNNING]] 2024-06-28 23:59:08,654 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.005481 ms 2024-06-28 23:59:08,654 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:08,655 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:08,655 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom125 stopped 2024-06-28 23:59:08,655 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom125, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:122) is shutting down - MDC[activemq.broker=mom125] 2024-06-28 23:59:08,655 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom125, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:122) uptime 0.055 seconds - MDC[activemq.broker=mom125] 2024-06-28 23:59:08,655 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom125, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:122) is shutdown - MDC[activemq.broker=mom125] 2024-06-28 23:59:08,655 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:08,656 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 57.156008 ms 2024-06-28 23:59:08,656 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:08,656 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:08,656 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:08,656 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 476410890'. 2024-06-28 23:59:08,657 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #126 initialized: null 2024-06-28 23:59:08,658 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom126] 2024-06-28 23:59:08,658 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom126] 2024-06-28 23:59:08,658 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS subscriber, activemq.broker=mom126] 2024-06-28 23:59:08,658 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS subscriber, activemq.broker=mom126] 2024-06-28 23:59:08,658 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS subscriber, activemq.broker=mom126] 2024-06-28 23:59:08,658 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom126, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:123) is starting - MDC[jobName=JMS subscriber, activemq.broker=mom126] 2024-06-28 23:59:08,659 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom126, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:123) started - MDC[jobName=JMS subscriber, activemq.broker=mom126] 2024-06-28 23:59:08,659 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber, activemq.broker=mom126] 2024-06-28 23:59:08,659 INFO [scout-thread-17] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom126 started - MDC[jobName=JMS subscriber, activemq.broker=mom126] 2024-06-28 23:59:08,660 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-368:1,clientId=Scout JUnit MOM #126 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS subscriber, activemq.broker=mom126] 2024-06-28 23:59:08,712 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7413c41, org.eclipse.scout.rt.mom.jms.JmsSubscription@4177d427] 2024-06-28 23:59:08,712 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 2 subscriber jobs: [JobFutureTask@63b4a896[job=JMS subscriber, state=RUNNING], JobFutureTask@224f90eb[job=JMS subscriber, state=DONE]] 2024-06-28 23:59:08,712 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.005449 ms 2024-06-28 23:59:08,712 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:08,713 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:08,713 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom126 stopped 2024-06-28 23:59:08,713 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom126, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:123) is shutting down - MDC[activemq.broker=mom126] 2024-06-28 23:59:08,713 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom126, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:123) uptime 0.055 seconds - MDC[activemq.broker=mom126] 2024-06-28 23:59:08,713 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom126, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:123) is shutdown - MDC[activemq.broker=mom126] 2024-06-28 23:59:08,714 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:08,714 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 57.461310 ms 2024-06-28 23:59:08,714 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:08,714 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:08,714 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:08,714 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1187747732'. 2024-06-28 23:59:08,715 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #127 initialized: null 2024-06-28 23:59:08,716 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom127] 2024-06-28 23:59:08,716 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom127] 2024-06-28 23:59:08,716 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS subscriber, activemq.broker=mom127] 2024-06-28 23:59:08,716 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS subscriber, activemq.broker=mom127] 2024-06-28 23:59:08,716 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS subscriber, activemq.broker=mom127] 2024-06-28 23:59:08,717 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom127, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:124) is starting - MDC[jobName=JMS subscriber, activemq.broker=mom127] 2024-06-28 23:59:08,717 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom127, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:124) started - MDC[jobName=JMS subscriber, activemq.broker=mom127] 2024-06-28 23:59:08,717 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber, activemq.broker=mom127] 2024-06-28 23:59:08,717 INFO [scout-thread-18] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom127 started - MDC[jobName=JMS subscriber, activemq.broker=mom127] 2024-06-28 23:59:08,718 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-371:1,clientId=Scout JUnit MOM #127 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS subscriber, activemq.broker=mom127] 2024-06-28 23:59:08,770 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@67887bf2, org.eclipse.scout.rt.mom.jms.JmsSubscription@3ce2c454] 2024-06-28 23:59:08,770 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 2 subscriber jobs: [JobFutureTask@62672ad5[job=JMS subscriber, state=RUNNING], JobFutureTask@7f88c53[job=JMS subscriber, state=DONE]] 2024-06-28 23:59:08,770 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.005775 ms 2024-06-28 23:59:08,770 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:08,770 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:08,771 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom127 stopped 2024-06-28 23:59:08,771 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom127, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:124) is shutting down - MDC[activemq.broker=mom127] 2024-06-28 23:59:08,771 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom127, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:124) uptime 0.055 seconds - MDC[activemq.broker=mom127] 2024-06-28 23:59:08,771 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom127, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:124) is shutdown - MDC[activemq.broker=mom127] 2024-06-28 23:59:08,771 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:08,772 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 57.362063 ms 2024-06-28 23:59:08,772 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:08,772 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:08,772 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:08,772 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1865288005'. 2024-06-28 23:59:08,773 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #128 initialized: null 2024-06-28 23:59:08,774 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom128] 2024-06-28 23:59:08,774 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom128] 2024-06-28 23:59:08,774 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS subscriber, activemq.broker=mom128] 2024-06-28 23:59:08,774 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS subscriber, activemq.broker=mom128] 2024-06-28 23:59:08,774 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS subscriber, activemq.broker=mom128] 2024-06-28 23:59:08,774 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom128, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:125) is starting - MDC[jobName=JMS subscriber, activemq.broker=mom128] 2024-06-28 23:59:08,775 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom128, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:125) started - MDC[jobName=JMS subscriber, activemq.broker=mom128] 2024-06-28 23:59:08,775 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber, activemq.broker=mom128] 2024-06-28 23:59:08,775 INFO [scout-thread-17] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom128 started - MDC[jobName=JMS subscriber, activemq.broker=mom128] 2024-06-28 23:59:08,776 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-374:1,clientId=Scout JUnit MOM #128 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS subscriber, activemq.broker=mom128] 2024-06-28 23:59:08,828 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3eed0375, org.eclipse.scout.rt.mom.jms.JmsSubscription@3793896e] 2024-06-28 23:59:08,828 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 2 subscriber jobs: [JobFutureTask@1e1f467f[job=JMS subscriber, state=RUNNING], JobFutureTask@3d268a2c[job=JMS subscriber, state=RUNNING]] 2024-06-28 23:59:08,828 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.005595 ms 2024-06-28 23:59:08,828 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:08,829 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:08,829 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom128 stopped 2024-06-28 23:59:08,829 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom128, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:125) is shutting down - MDC[activemq.broker=mom128] 2024-06-28 23:59:08,830 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom128, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:125) uptime 0.055 seconds - MDC[activemq.broker=mom128] 2024-06-28 23:59:08,830 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom128, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:125) is shutdown - MDC[activemq.broker=mom128] 2024-06-28 23:59:08,830 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:08,830 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 57.775970 ms 2024-06-28 23:59:08,830 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:08,831 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:08,831 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:08,831 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 477373723'. 2024-06-28 23:59:08,832 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #129 initialized: null 2024-06-28 23:59:08,833 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom129] 2024-06-28 23:59:08,833 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom129] 2024-06-28 23:59:08,833 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS subscriber, activemq.broker=mom129] 2024-06-28 23:59:08,833 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS subscriber, activemq.broker=mom129] 2024-06-28 23:59:08,833 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS subscriber, activemq.broker=mom129] 2024-06-28 23:59:08,833 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom129, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:126) is starting - MDC[jobName=JMS subscriber, activemq.broker=mom129] 2024-06-28 23:59:08,833 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom129, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:126) started - MDC[jobName=JMS subscriber, activemq.broker=mom129] 2024-06-28 23:59:08,833 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber, activemq.broker=mom129] 2024-06-28 23:59:08,834 INFO [scout-thread-18] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom129 started - MDC[jobName=JMS subscriber, activemq.broker=mom129] 2024-06-28 23:59:08,834 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-377:1,clientId=Scout JUnit MOM #129 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS subscriber, activemq.broker=mom129] 2024-06-28 23:59:08,887 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2b14628b, org.eclipse.scout.rt.mom.jms.JmsSubscription@64657b13] 2024-06-28 23:59:08,887 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 2 subscriber jobs: [JobFutureTask@828e2d8[job=JMS subscriber, state=RUNNING], JobFutureTask@791dcda7[job=JMS subscriber, state=DONE]] 2024-06-28 23:59:08,887 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.005021 ms 2024-06-28 23:59:08,887 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:08,887 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:08,888 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom129 stopped 2024-06-28 23:59:08,888 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom129, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:126) is shutting down - MDC[activemq.broker=mom129] 2024-06-28 23:59:08,888 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom129, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:126) uptime 0.055 seconds - MDC[activemq.broker=mom129] 2024-06-28 23:59:08,888 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom129, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:126) is shutdown - MDC[activemq.broker=mom129] 2024-06-28 23:59:08,889 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:08,889 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 57.780306 ms 2024-06-28 23:59:08,889 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:08,889 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:08,889 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:08,890 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 820959013'. 2024-06-28 23:59:08,891 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #130 initialized: null 2024-06-28 23:59:08,891 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom130] 2024-06-28 23:59:08,891 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom130] 2024-06-28 23:59:08,891 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS subscriber, activemq.broker=mom130] 2024-06-28 23:59:08,891 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS subscriber, activemq.broker=mom130] 2024-06-28 23:59:08,891 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS subscriber, activemq.broker=mom130] 2024-06-28 23:59:08,892 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom130, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:127) is starting - MDC[jobName=JMS subscriber, activemq.broker=mom130] 2024-06-28 23:59:08,892 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom130, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:127) started - MDC[jobName=JMS subscriber, activemq.broker=mom130] 2024-06-28 23:59:08,892 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber, activemq.broker=mom130] 2024-06-28 23:59:08,892 INFO [scout-thread-18] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom130 started - MDC[jobName=JMS subscriber, activemq.broker=mom130] 2024-06-28 23:59:08,893 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-380:1,clientId=Scout JUnit MOM #130 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS subscriber, activemq.broker=mom130] 2024-06-28 23:59:08,945 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2a8eed58, org.eclipse.scout.rt.mom.jms.JmsSubscription@352bea0e] 2024-06-28 23:59:08,945 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 2 subscriber jobs: [JobFutureTask@45bb502f[job=JMS subscriber, state=RUNNING], JobFutureTask@6acdca3a[job=JMS subscriber, state=RUNNING]] 2024-06-28 23:59:08,946 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.004858 ms 2024-06-28 23:59:08,946 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:08,946 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:08,946 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom130 stopped 2024-06-28 23:59:08,946 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom130, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:127) is shutting down - MDC[activemq.broker=mom130] 2024-06-28 23:59:08,946 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom130, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:127) uptime 0.055 seconds - MDC[activemq.broker=mom130] 2024-06-28 23:59:08,947 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom130, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:127) is shutdown - MDC[activemq.broker=mom130] 2024-06-28 23:59:08,947 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:08,947 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 57.378759 ms 2024-06-28 23:59:08,947 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:08,947 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:08,947 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:08,948 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1537136507'. 2024-06-28 23:59:08,948 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #131 initialized: null 2024-06-28 23:59:08,949 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom131] 2024-06-28 23:59:08,949 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom131] 2024-06-28 23:59:08,949 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS subscriber, activemq.broker=mom131] 2024-06-28 23:59:08,949 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS subscriber, activemq.broker=mom131] 2024-06-28 23:59:08,949 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS subscriber, activemq.broker=mom131] 2024-06-28 23:59:08,950 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom131, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:128) is starting - MDC[jobName=JMS subscriber, activemq.broker=mom131] 2024-06-28 23:59:08,950 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom131, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:128) started - MDC[jobName=JMS subscriber, activemq.broker=mom131] 2024-06-28 23:59:08,950 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber, activemq.broker=mom131] 2024-06-28 23:59:08,950 INFO [scout-thread-18] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom131 started - MDC[jobName=JMS subscriber, activemq.broker=mom131] 2024-06-28 23:59:08,951 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-383:1,clientId=Scout JUnit MOM #131 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS subscriber, activemq.broker=mom131] 2024-06-28 23:59:09,003 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@25d5327, org.eclipse.scout.rt.mom.jms.JmsSubscription@188500e9] 2024-06-28 23:59:09,004 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 2 subscriber jobs: [JobFutureTask@7b88a2e2[job=JMS subscriber, state=DONE], JobFutureTask@4b4a3114[job=JMS subscriber, state=RUNNING]] 2024-06-28 23:59:09,004 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.004876 ms 2024-06-28 23:59:09,004 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:09,004 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:09,004 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom131 stopped 2024-06-28 23:59:09,005 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom131, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:128) is shutting down - MDC[activemq.broker=mom131] 2024-06-28 23:59:09,005 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom131, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:128) uptime 0.056 seconds - MDC[activemq.broker=mom131] 2024-06-28 23:59:09,005 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom131, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:128) is shutdown - MDC[activemq.broker=mom131] 2024-06-28 23:59:09,005 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:09,005 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 57.568009 ms 2024-06-28 23:59:09,005 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:09,006 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:09,006 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:09,006 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1456572880'. 2024-06-28 23:59:09,006 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #132 initialized: null 2024-06-28 23:59:09,007 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom132] 2024-06-28 23:59:09,007 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom132] 2024-06-28 23:59:09,007 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS subscriber, activemq.broker=mom132] 2024-06-28 23:59:09,007 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS subscriber, activemq.broker=mom132] 2024-06-28 23:59:09,007 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS subscriber, activemq.broker=mom132] 2024-06-28 23:59:09,008 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom132, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:129) is starting - MDC[jobName=JMS subscriber, activemq.broker=mom132] 2024-06-28 23:59:09,008 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom132, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:129) started - MDC[jobName=JMS subscriber, activemq.broker=mom132] 2024-06-28 23:59:09,008 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber, activemq.broker=mom132] 2024-06-28 23:59:09,008 INFO [scout-thread-17] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom132 started - MDC[jobName=JMS subscriber, activemq.broker=mom132] 2024-06-28 23:59:09,009 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-386:1,clientId=Scout JUnit MOM #132 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS subscriber, activemq.broker=mom132] 2024-06-28 23:59:09,061 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5a0c0680, org.eclipse.scout.rt.mom.jms.JmsSubscription@18d963be] 2024-06-28 23:59:09,061 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 2 subscriber jobs: [JobFutureTask@7d776105[job=JMS subscriber, state=RUNNING], JobFutureTask@1cdbc986[job=JMS subscriber, state=DONE]] 2024-06-28 23:59:09,061 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.005396 ms 2024-06-28 23:59:09,061 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:09,061 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:09,062 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom132 stopped 2024-06-28 23:59:09,062 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom132, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:129) is shutting down - MDC[activemq.broker=mom132] 2024-06-28 23:59:09,062 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom132, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:129) uptime 0.055 seconds - MDC[activemq.broker=mom132] 2024-06-28 23:59:09,062 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom132, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:129) is shutdown - MDC[activemq.broker=mom132] 2024-06-28 23:59:09,062 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:09,063 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 56.898377 ms 2024-06-28 23:59:09,063 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:09,063 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:09,063 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:09,063 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1954751748'. 2024-06-28 23:59:09,064 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #133 initialized: null 2024-06-28 23:59:09,064 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom133] 2024-06-28 23:59:09,065 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom133] 2024-06-28 23:59:09,065 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS subscriber, activemq.broker=mom133] 2024-06-28 23:59:09,065 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS subscriber, activemq.broker=mom133] 2024-06-28 23:59:09,065 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS subscriber, activemq.broker=mom133] 2024-06-28 23:59:09,065 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom133, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:130) is starting - MDC[jobName=JMS subscriber, activemq.broker=mom133] 2024-06-28 23:59:09,065 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom133, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:130) started - MDC[jobName=JMS subscriber, activemq.broker=mom133] 2024-06-28 23:59:09,065 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber, activemq.broker=mom133] 2024-06-28 23:59:09,065 INFO [scout-thread-17] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom133 started - MDC[jobName=JMS subscriber, activemq.broker=mom133] 2024-06-28 23:59:09,066 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-389:1,clientId=Scout JUnit MOM #133 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS subscriber, activemq.broker=mom133] 2024-06-28 23:59:09,118 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2b01be54, org.eclipse.scout.rt.mom.jms.JmsSubscription@14997cb9] 2024-06-28 23:59:09,119 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 2 subscriber jobs: [JobFutureTask@1a4340f2[job=JMS subscriber, state=DONE], JobFutureTask@3b6098fd[job=JMS subscriber, state=DONE]] 2024-06-28 23:59:09,119 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.005432 ms 2024-06-28 23:59:09,119 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:09,119 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:09,119 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom133 stopped 2024-06-28 23:59:09,120 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom133, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:130) is shutting down - MDC[activemq.broker=mom133] 2024-06-28 23:59:09,120 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom133, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:130) uptime 0.056 seconds - MDC[activemq.broker=mom133] 2024-06-28 23:59:09,120 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom133, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:130) is shutdown - MDC[activemq.broker=mom133] 2024-06-28 23:59:09,120 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:09,120 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 57.239144 ms 2024-06-28 23:59:09,120 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:09,121 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:09,121 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:09,121 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 9916873'. 2024-06-28 23:59:09,122 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #134 initialized: null 2024-06-28 23:59:09,123 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom134] 2024-06-28 23:59:09,123 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom134] 2024-06-28 23:59:09,123 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS subscriber, activemq.broker=mom134] 2024-06-28 23:59:09,123 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS subscriber, activemq.broker=mom134] 2024-06-28 23:59:09,123 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS subscriber, activemq.broker=mom134] 2024-06-28 23:59:09,124 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom134, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:131) is starting - MDC[jobName=JMS subscriber, activemq.broker=mom134] 2024-06-28 23:59:09,124 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom134, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:131) started - MDC[jobName=JMS subscriber, activemq.broker=mom134] 2024-06-28 23:59:09,124 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber, activemq.broker=mom134] 2024-06-28 23:59:09,124 INFO [scout-thread-18] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom134 started - MDC[jobName=JMS subscriber, activemq.broker=mom134] 2024-06-28 23:59:09,125 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-392:1,clientId=Scout JUnit MOM #134 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS subscriber, activemq.broker=mom134] 2024-06-28 23:59:09,128 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@30a8ac50, org.eclipse.scout.rt.mom.jms.JmsSubscription@2f0a29f7] 2024-06-28 23:59:09,128 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@4beec7a1[job=JMS subscriber, state=DONE]] 2024-06-28 23:59:09,128 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.003590 ms 2024-06-28 23:59:09,128 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:09,128 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:09,129 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom134 stopped 2024-06-28 23:59:09,129 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom134, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:131) is shutting down - MDC[activemq.broker=mom134] 2024-06-28 23:59:09,129 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom134, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:131) uptime 0.006 seconds - MDC[activemq.broker=mom134] 2024-06-28 23:59:09,129 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom134, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:131) is shutdown - MDC[activemq.broker=mom134] 2024-06-28 23:59:09,129 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:09,129 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 7.990037 ms 2024-06-28 23:59:09,129 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:09,130 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:09,130 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:09,130 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1225494302'. 2024-06-28 23:59:09,131 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #135 initialized: null 2024-06-28 23:59:09,132 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom135] 2024-06-28 23:59:09,132 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom135] 2024-06-28 23:59:09,132 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS subscriber, activemq.broker=mom135] 2024-06-28 23:59:09,132 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS subscriber, activemq.broker=mom135] 2024-06-28 23:59:09,132 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS subscriber, activemq.broker=mom135] 2024-06-28 23:59:09,132 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom135, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:132) is starting - MDC[jobName=JMS subscriber, activemq.broker=mom135] 2024-06-28 23:59:09,133 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom135, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:132) started - MDC[jobName=JMS subscriber, activemq.broker=mom135] 2024-06-28 23:59:09,133 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber, activemq.broker=mom135] 2024-06-28 23:59:09,133 INFO [scout-thread-18] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom135 started - MDC[jobName=JMS subscriber, activemq.broker=mom135] 2024-06-28 23:59:09,134 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-395:1,clientId=Scout JUnit MOM #135 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS subscriber, activemq.broker=mom135] 2024-06-28 23:59:09,142 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@2c69ea30, org.eclipse.scout.rt.mom.jms.JmsSubscription@76dc9569] 2024-06-28 23:59:09,142 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@453961d7[job=JMS subscriber, state=DONE]] 2024-06-28 23:59:09,142 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.003875 ms 2024-06-28 23:59:09,142 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:09,142 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:09,142 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom135 stopped 2024-06-28 23:59:09,143 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom135, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:132) is shutting down - MDC[activemq.broker=mom135] 2024-06-28 23:59:09,143 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom135, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:132) uptime 0.011 seconds - MDC[activemq.broker=mom135] 2024-06-28 23:59:09,143 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom135, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:132) is shutdown - MDC[activemq.broker=mom135] 2024-06-28 23:59:09,143 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:09,143 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 13.233414 ms 2024-06-28 23:59:09,143 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:09,144 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:09,144 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:09,144 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 2045739285'. 2024-06-28 23:59:09,145 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #136 initialized: null 2024-06-28 23:59:09,145 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom136] 2024-06-28 23:59:09,145 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom136] 2024-06-28 23:59:09,145 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom136] 2024-06-28 23:59:09,145 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom136] 2024-06-28 23:59:09,145 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom136] 2024-06-28 23:59:09,146 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom136, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:133) is starting - MDC[activemq.broker=mom136] 2024-06-28 23:59:09,146 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom136, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:133) started - MDC[activemq.broker=mom136] 2024-06-28 23:59:09,146 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom136] 2024-06-28 23:59:09,146 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom136 started - MDC[activemq.broker=mom136] 2024-06-28 23:59:09,147 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-398:1,clientId=Scout JUnit MOM #136 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[activemq.broker=mom136] 2024-06-28 23:59:09,152 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@46c5747f] - MDC[activemq.broker=mom136] 2024-06-28 23:59:09,153 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom136] 2024-06-28 23:59:09,153 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom136] 2024-06-28 23:59:09,153 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom136 stopped - MDC[activemq.broker=mom136] 2024-06-28 23:59:09,153 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom136, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:133) is shutting down - MDC[activemq.broker=mom136] 2024-06-28 23:59:09,153 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom136, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:133) uptime 0.008 seconds - MDC[activemq.broker=mom136] 2024-06-28 23:59:09,153 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom136, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:133) is shutdown - MDC[activemq.broker=mom136] 2024-06-28 23:59:09,153 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:09,154 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 9.546302 ms 2024-06-28 23:59:09,154 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:09,154 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:09,154 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:09,154 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 469715743'. 2024-06-28 23:59:09,155 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #137 initialized: null 2024-06-28 23:59:09,155 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom137] 2024-06-28 23:59:09,156 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom137] 2024-06-28 23:59:09,156 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom137] 2024-06-28 23:59:09,156 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom137] 2024-06-28 23:59:09,156 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom137] 2024-06-28 23:59:09,156 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom137, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:134) is starting - MDC[activemq.broker=mom137] 2024-06-28 23:59:09,156 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom137, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:134) started - MDC[activemq.broker=mom137] 2024-06-28 23:59:09,156 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom137] 2024-06-28 23:59:09,157 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom137 started - MDC[activemq.broker=mom137] 2024-06-28 23:59:09,157 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-401:1,clientId=Scout JUnit MOM #137 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[activemq.broker=mom137] 2024-06-28 23:59:09,310 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6db160b4] - MDC[activemq.broker=mom137] 2024-06-28 23:59:09,310 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom137] 2024-06-28 23:59:09,310 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom137] 2024-06-28 23:59:09,311 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom137 stopped - MDC[activemq.broker=mom137] 2024-06-28 23:59:09,311 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom137, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:134) is shutting down - MDC[activemq.broker=mom137] 2024-06-28 23:59:09,311 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom137, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:134) uptime 0.156 seconds - MDC[activemq.broker=mom137] 2024-06-28 23:59:09,311 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom137, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:134) is shutdown - MDC[activemq.broker=mom137] 2024-06-28 23:59:09,311 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:09,311 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 156.973560 ms 2024-06-28 23:59:09,311 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:09,312 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:09,312 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:09,312 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1837174420'. 2024-06-28 23:59:09,313 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #138 initialized: null 2024-06-28 23:59:09,313 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom138] 2024-06-28 23:59:09,313 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom138] 2024-06-28 23:59:09,313 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom138] 2024-06-28 23:59:09,313 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom138] 2024-06-28 23:59:09,313 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom138] 2024-06-28 23:59:09,314 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom138, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:135) is starting - MDC[activemq.broker=mom138] 2024-06-28 23:59:09,314 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom138, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:135) started - MDC[activemq.broker=mom138] 2024-06-28 23:59:09,314 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom138] 2024-06-28 23:59:09,314 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom138 started - MDC[activemq.broker=mom138] 2024-06-28 23:59:09,315 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-404:1,clientId=Scout JUnit MOM #138 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[activemq.broker=mom138] 2024-06-28 23:59:09,467 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7b0d88e0] - MDC[activemq.broker=mom138] 2024-06-28 23:59:09,467 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@14e8304b[job=JMS subscriber, state=DONE]] - MDC[activemq.broker=mom138] 2024-06-28 23:59:09,468 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.006105 ms - MDC[activemq.broker=mom138] 2024-06-28 23:59:09,468 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom138] 2024-06-28 23:59:09,468 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom138] 2024-06-28 23:59:09,468 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom138 stopped - MDC[activemq.broker=mom138] 2024-06-28 23:59:09,468 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom138, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:135) is shutting down - MDC[activemq.broker=mom138] 2024-06-28 23:59:09,469 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom138, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:135) uptime 0.156 seconds - MDC[activemq.broker=mom138] 2024-06-28 23:59:09,469 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom138, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:135) is shutdown - MDC[activemq.broker=mom138] 2024-06-28 23:59:09,469 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:09,469 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 157.068134 ms 2024-06-28 23:59:09,469 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:09,470 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:09,470 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:09,470 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1400879039'. 2024-06-28 23:59:09,471 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #139 initialized: null 2024-06-28 23:59:09,471 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom139] 2024-06-28 23:59:09,471 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom139] 2024-06-28 23:59:09,471 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom139] 2024-06-28 23:59:09,471 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom139] 2024-06-28 23:59:09,471 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom139] 2024-06-28 23:59:09,472 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom139, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:136) is starting - MDC[activemq.broker=mom139] 2024-06-28 23:59:09,472 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom139, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:136) started - MDC[activemq.broker=mom139] 2024-06-28 23:59:09,472 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom139] 2024-06-28 23:59:09,472 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom139 started - MDC[activemq.broker=mom139] 2024-06-28 23:59:09,473 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-407:1,clientId=Scout JUnit MOM #139 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[activemq.broker=mom139] 2024-06-28 23:59:09,625 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4824d077] - MDC[activemq.broker=mom139] 2024-06-28 23:59:09,625 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom139] 2024-06-28 23:59:09,626 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom139] 2024-06-28 23:59:09,626 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom139 stopped - MDC[activemq.broker=mom139] 2024-06-28 23:59:09,626 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom139, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:136) is shutting down - MDC[activemq.broker=mom139] 2024-06-28 23:59:09,627 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom139, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:136) uptime 0.155 seconds - MDC[activemq.broker=mom139] 2024-06-28 23:59:09,627 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom139, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:136) is shutdown - MDC[activemq.broker=mom139] 2024-06-28 23:59:09,627 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:09,627 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 157.154404 ms 2024-06-28 23:59:09,627 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:09,627 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:09,627 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:09,628 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 147148616'. 2024-06-28 23:59:09,628 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #140 initialized: null 2024-06-28 23:59:09,629 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom140] 2024-06-28 23:59:09,629 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom140] 2024-06-28 23:59:09,629 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom140] 2024-06-28 23:59:09,629 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom140] 2024-06-28 23:59:09,629 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom140] 2024-06-28 23:59:09,629 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom140, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:137) is starting - MDC[activemq.broker=mom140] 2024-06-28 23:59:09,630 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom140, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:137) started - MDC[activemq.broker=mom140] 2024-06-28 23:59:09,630 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom140] 2024-06-28 23:59:09,630 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom140 started - MDC[activemq.broker=mom140] 2024-06-28 23:59:09,631 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-410:1,clientId=Scout JUnit MOM #140 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[activemq.broker=mom140] 2024-06-28 23:59:09,783 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6f13ed1] - MDC[activemq.broker=mom140] 2024-06-28 23:59:09,783 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@2dbfcbe4[job=JMS subscriber, state=DONE]] - MDC[activemq.broker=mom140] 2024-06-28 23:59:09,783 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.004896 ms - MDC[activemq.broker=mom140] 2024-06-28 23:59:09,784 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom140] 2024-06-28 23:59:09,784 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom140] 2024-06-28 23:59:09,784 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom140 stopped - MDC[activemq.broker=mom140] 2024-06-28 23:59:09,784 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom140, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:137) is shutting down - MDC[activemq.broker=mom140] 2024-06-28 23:59:09,784 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom140, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:137) uptime 0.155 seconds - MDC[activemq.broker=mom140] 2024-06-28 23:59:09,785 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom140, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:137) is shutdown - MDC[activemq.broker=mom140] 2024-06-28 23:59:09,785 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:09,785 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 157.270826 ms 2024-06-28 23:59:09,785 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:09,785 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:09,785 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:09,785 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1357067993'. 2024-06-28 23:59:09,786 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #141 initialized: null 2024-06-28 23:59:09,786 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom141] 2024-06-28 23:59:09,787 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom141] 2024-06-28 23:59:09,787 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom141] 2024-06-28 23:59:09,787 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom141] 2024-06-28 23:59:09,787 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom141] 2024-06-28 23:59:09,787 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom141, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:138) is starting - MDC[activemq.broker=mom141] 2024-06-28 23:59:09,787 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom141, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:138) started - MDC[activemq.broker=mom141] 2024-06-28 23:59:09,787 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom141] 2024-06-28 23:59:09,788 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom141 started - MDC[activemq.broker=mom141] 2024-06-28 23:59:09,788 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-413:1,clientId=Scout JUnit MOM #141 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[activemq.broker=mom141] 2024-06-28 23:59:09,940 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@240a717d] - MDC[activemq.broker=mom141] 2024-06-28 23:59:09,941 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@273c4b3[job=JMS subscriber, state=DONE]] - MDC[activemq.broker=mom141] 2024-06-28 23:59:09,941 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.004926 ms - MDC[activemq.broker=mom141] 2024-06-28 23:59:09,941 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom141] 2024-06-28 23:59:09,941 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom141] 2024-06-28 23:59:09,941 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom141 stopped - MDC[activemq.broker=mom141] 2024-06-28 23:59:09,941 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom141, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:138) is shutting down - MDC[activemq.broker=mom141] 2024-06-28 23:59:09,942 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom141, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:138) uptime 0.156 seconds - MDC[activemq.broker=mom141] 2024-06-28 23:59:09,942 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom141, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:138) is shutdown - MDC[activemq.broker=mom141] 2024-06-28 23:59:09,942 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:09,942 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 156.904870 ms 2024-06-28 23:59:09,942 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:09,943 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:09,943 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:09,943 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 325153081'. 2024-06-28 23:59:09,944 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #142 initialized: null 2024-06-28 23:59:09,944 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom142] 2024-06-28 23:59:09,944 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom142] 2024-06-28 23:59:09,944 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom142] 2024-06-28 23:59:09,944 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom142] 2024-06-28 23:59:09,944 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom142] 2024-06-28 23:59:09,945 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom142, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:139) is starting - MDC[activemq.broker=mom142] 2024-06-28 23:59:09,945 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom142, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:139) started - MDC[activemq.broker=mom142] 2024-06-28 23:59:09,945 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom142] 2024-06-28 23:59:09,945 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom142 started - MDC[activemq.broker=mom142] 2024-06-28 23:59:09,946 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-416:1,clientId=Scout JUnit MOM #142 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[activemq.broker=mom142] 2024-06-28 23:59:10,098 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@57e9cd2] - MDC[activemq.broker=mom142] 2024-06-28 23:59:10,098 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@2ee949d4[job=JMS subscriber, state=DONE]] - MDC[activemq.broker=mom142] 2024-06-28 23:59:10,099 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.005230 ms - MDC[activemq.broker=mom142] 2024-06-28 23:59:10,099 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom142] 2024-06-28 23:59:10,099 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom142] 2024-06-28 23:59:10,100 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom142 stopped - MDC[activemq.broker=mom142] 2024-06-28 23:59:10,100 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom142, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:139) is shutting down - MDC[activemq.broker=mom142] 2024-06-28 23:59:10,100 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom142, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:139) uptime 0.156 seconds - MDC[activemq.broker=mom142] 2024-06-28 23:59:10,100 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom142, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:139) is shutdown - MDC[activemq.broker=mom142] 2024-06-28 23:59:10,100 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:10,100 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 157.413435 ms 2024-06-28 23:59:10,100 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:10,101 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:10,101 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:10,101 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1588318071'. 2024-06-28 23:59:10,102 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #143 initialized: null 2024-06-28 23:59:10,102 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom143] 2024-06-28 23:59:10,102 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom143] 2024-06-28 23:59:10,102 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom143] 2024-06-28 23:59:10,102 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom143] 2024-06-28 23:59:10,102 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom143] 2024-06-28 23:59:10,103 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom143, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:140) is starting - MDC[activemq.broker=mom143] 2024-06-28 23:59:10,103 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom143, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:140) started - MDC[activemq.broker=mom143] 2024-06-28 23:59:10,103 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom143] 2024-06-28 23:59:10,103 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom143 started - MDC[activemq.broker=mom143] 2024-06-28 23:59:10,104 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-419:1,clientId=Scout JUnit MOM #143 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[activemq.broker=mom143] 2024-06-28 23:59:10,256 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@482034fb] - MDC[activemq.broker=mom143] 2024-06-28 23:59:10,256 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@35bfa7be[job=JMS subscriber, state=DONE]] - MDC[activemq.broker=mom143] 2024-06-28 23:59:10,256 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.005070 ms - MDC[activemq.broker=mom143] 2024-06-28 23:59:10,256 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom143] 2024-06-28 23:59:10,256 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom143] 2024-06-28 23:59:10,257 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom143 stopped - MDC[activemq.broker=mom143] 2024-06-28 23:59:10,257 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom143, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:140) is shutting down - MDC[activemq.broker=mom143] 2024-06-28 23:59:10,257 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom143, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:140) uptime 0.155 seconds - MDC[activemq.broker=mom143] 2024-06-28 23:59:10,257 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom143, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:140) is shutdown - MDC[activemq.broker=mom143] 2024-06-28 23:59:10,257 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:10,258 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 156.749317 ms 2024-06-28 23:59:10,258 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:10,258 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:10,258 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:10,258 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1276319779'. 2024-06-28 23:59:10,259 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #144 initialized: null 2024-06-28 23:59:10,259 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom144] 2024-06-28 23:59:10,259 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom144] 2024-06-28 23:59:10,260 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom144] 2024-06-28 23:59:10,260 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom144] 2024-06-28 23:59:10,260 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom144] 2024-06-28 23:59:10,260 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom144, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:141) is starting - MDC[activemq.broker=mom144] 2024-06-28 23:59:10,260 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom144, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:141) started - MDC[activemq.broker=mom144] 2024-06-28 23:59:10,260 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom144] 2024-06-28 23:59:10,261 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom144 started - MDC[activemq.broker=mom144] 2024-06-28 23:59:10,261 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-422:1,clientId=Scout JUnit MOM #144 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[activemq.broker=mom144] 2024-06-28 23:59:10,413 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@35ec3604] - MDC[activemq.broker=mom144] 2024-06-28 23:59:10,413 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@13a8cb4e[job=JMS subscriber, state=DONE]] - MDC[activemq.broker=mom144] 2024-06-28 23:59:10,414 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.020816 ms - MDC[activemq.broker=mom144] 2024-06-28 23:59:10,414 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom144] 2024-06-28 23:59:10,414 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom144] 2024-06-28 23:59:10,414 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom144 stopped - MDC[activemq.broker=mom144] 2024-06-28 23:59:10,414 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom144, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:141) is shutting down - MDC[activemq.broker=mom144] 2024-06-28 23:59:10,415 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom144, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:141) uptime 0.156 seconds - MDC[activemq.broker=mom144] 2024-06-28 23:59:10,415 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom144, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:141) is shutdown - MDC[activemq.broker=mom144] 2024-06-28 23:59:10,415 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:10,415 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 156.813336 ms 2024-06-28 23:59:10,415 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:10,415 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:10,415 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:10,416 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1345285994'. 2024-06-28 23:59:10,416 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #145 initialized: null 2024-06-28 23:59:10,417 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom145] 2024-06-28 23:59:10,417 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom145] 2024-06-28 23:59:10,417 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom145] 2024-06-28 23:59:10,417 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom145] 2024-06-28 23:59:10,417 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom145] 2024-06-28 23:59:10,417 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom145, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:142) is starting - MDC[activemq.broker=mom145] 2024-06-28 23:59:10,418 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom145, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:142) started - MDC[activemq.broker=mom145] 2024-06-28 23:59:10,418 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom145] 2024-06-28 23:59:10,418 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom145 started - MDC[activemq.broker=mom145] 2024-06-28 23:59:10,419 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-425:1,clientId=Scout JUnit MOM #145 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[activemq.broker=mom145] 2024-06-28 23:59:10,571 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@753cfae3] - MDC[activemq.broker=mom145] 2024-06-28 23:59:10,571 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@51577fc8[job=JMS subscriber, state=DONE]] - MDC[activemq.broker=mom145] 2024-06-28 23:59:10,572 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.004893 ms - MDC[activemq.broker=mom145] 2024-06-28 23:59:10,572 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom145] 2024-06-28 23:59:10,572 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom145] 2024-06-28 23:59:10,572 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom145 stopped - MDC[activemq.broker=mom145] 2024-06-28 23:59:10,572 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom145, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:142) is shutting down - MDC[activemq.broker=mom145] 2024-06-28 23:59:10,573 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom145, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:142) uptime 0.155 seconds - MDC[activemq.broker=mom145] 2024-06-28 23:59:10,573 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom145, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:142) is shutdown - MDC[activemq.broker=mom145] 2024-06-28 23:59:10,573 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:10,573 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 157.402869 ms 2024-06-28 23:59:10,573 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:10,573 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:10,573 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:10,574 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 36107378'. 2024-06-28 23:59:10,574 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #146 initialized: null 2024-06-28 23:59:10,575 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom146] 2024-06-28 23:59:10,575 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom146] 2024-06-28 23:59:10,575 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom146] 2024-06-28 23:59:10,575 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom146] 2024-06-28 23:59:10,575 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom146] 2024-06-28 23:59:10,575 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom146, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:143) is starting - MDC[activemq.broker=mom146] 2024-06-28 23:59:10,576 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom146, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:143) started - MDC[activemq.broker=mom146] 2024-06-28 23:59:10,576 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom146] 2024-06-28 23:59:10,576 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom146 started - MDC[activemq.broker=mom146] 2024-06-28 23:59:10,577 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-428:1,clientId=Scout JUnit MOM #146 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[activemq.broker=mom146] 2024-06-28 23:59:10,729 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@70a984c5] - MDC[activemq.broker=mom146] 2024-06-28 23:59:10,729 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@4adb2b87[job=JMS subscriber, state=DONE]] - MDC[activemq.broker=mom146] 2024-06-28 23:59:10,729 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.004602 ms - MDC[activemq.broker=mom146] 2024-06-28 23:59:10,730 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom146] 2024-06-28 23:59:10,730 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom146] 2024-06-28 23:59:10,730 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom146 stopped - MDC[activemq.broker=mom146] 2024-06-28 23:59:10,730 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom146, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:143) is shutting down - MDC[activemq.broker=mom146] 2024-06-28 23:59:10,730 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom146, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:143) uptime 0.155 seconds - MDC[activemq.broker=mom146] 2024-06-28 23:59:10,730 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom146, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:143) is shutdown - MDC[activemq.broker=mom146] 2024-06-28 23:59:10,731 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:10,731 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 157.154038 ms 2024-06-28 23:59:10,731 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:10,731 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:10,731 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:10,732 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1435477578'. 2024-06-28 23:59:10,732 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #147 initialized: null 2024-06-28 23:59:10,733 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom147] 2024-06-28 23:59:10,733 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom147] 2024-06-28 23:59:10,734 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS subscriber, activemq.broker=mom147] 2024-06-28 23:59:10,734 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS subscriber, activemq.broker=mom147] 2024-06-28 23:59:10,734 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS subscriber, activemq.broker=mom147] 2024-06-28 23:59:10,734 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom147, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:144) is starting - MDC[jobName=JMS subscriber, activemq.broker=mom147] 2024-06-28 23:59:10,734 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom147, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:144) started - MDC[jobName=JMS subscriber, activemq.broker=mom147] 2024-06-28 23:59:10,734 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber, activemq.broker=mom147] 2024-06-28 23:59:10,735 INFO [scout-thread-18] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom147 started - MDC[jobName=JMS subscriber, activemq.broker=mom147] 2024-06-28 23:59:10,735 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-431:1,clientId=Scout JUnit MOM #147 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS subscriber, activemq.broker=mom147] 2024-06-28 23:59:11,740 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@2d036335, org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@4a3e1b5d] 2024-06-28 23:59:11,740 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:11,740 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:11,741 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom147 stopped 2024-06-28 23:59:11,741 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom147, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:144) is shutting down - MDC[activemq.broker=mom147] 2024-06-28 23:59:11,741 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom147, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:144) uptime 1.008 seconds - MDC[activemq.broker=mom147] 2024-06-28 23:59:11,741 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom147, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:144) is shutdown - MDC[activemq.broker=mom147] 2024-06-28 23:59:11,741 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:11,741 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 1009.739755 ms 2024-06-28 23:59:11,741 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:11,742 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:11,742 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:11,742 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1188216422'. 2024-06-28 23:59:11,743 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #148 initialized: null 2024-06-28 23:59:11,744 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom148] 2024-06-28 23:59:11,744 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom148] 2024-06-28 23:59:11,744 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS subscriber, activemq.broker=mom148] 2024-06-28 23:59:11,744 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS subscriber, activemq.broker=mom148] 2024-06-28 23:59:11,744 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS subscriber, activemq.broker=mom148] 2024-06-28 23:59:11,745 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom148, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:145) is starting - MDC[jobName=JMS subscriber, activemq.broker=mom148] 2024-06-28 23:59:11,745 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom148, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:145) started - MDC[jobName=JMS subscriber, activemq.broker=mom148] 2024-06-28 23:59:11,745 INFO [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber, activemq.broker=mom148] 2024-06-28 23:59:11,745 INFO [scout-thread-18] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom148 started - MDC[jobName=JMS subscriber, activemq.broker=mom148] 2024-06-28 23:59:11,746 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-434:1,clientId=Scout JUnit MOM #148 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS subscriber, activemq.broker=mom148] 2024-06-28 23:59:11,748 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7e93e396, org.eclipse.scout.rt.mom.jms.JmsSubscription@f1e8753] 2024-06-28 23:59:11,749 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@55448710[job=JMS subscriber, state=DONE]] 2024-06-28 23:59:11,749 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.003799 ms 2024-06-28 23:59:11,749 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:11,749 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:11,749 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom148 stopped 2024-06-28 23:59:11,749 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom148, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:145) is shutting down - MDC[activemq.broker=mom148] 2024-06-28 23:59:11,750 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom148, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:145) uptime 0.005 seconds - MDC[activemq.broker=mom148] 2024-06-28 23:59:11,750 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom148, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:145) is shutdown - MDC[activemq.broker=mom148] 2024-06-28 23:59:11,750 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:11,750 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 7.664478 ms 2024-06-28 23:59:11,750 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:11,750 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:11,750 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:11,751 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 2100123173'. 2024-06-28 23:59:11,751 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #149 initialized: null 2024-06-28 23:59:11,752 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom149] 2024-06-28 23:59:11,752 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom149] 2024-06-28 23:59:11,752 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom149] 2024-06-28 23:59:11,752 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom149] 2024-06-28 23:59:11,752 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom149] 2024-06-28 23:59:11,753 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom149, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:146) is starting - MDC[activemq.broker=mom149] 2024-06-28 23:59:11,753 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom149, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:146) started - MDC[activemq.broker=mom149] 2024-06-28 23:59:11,753 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom149] 2024-06-28 23:59:11,753 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom149 started - MDC[activemq.broker=mom149] 2024-06-28 23:59:11,754 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-437:1,clientId=Scout JUnit MOM #149 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[activemq.broker=mom149] 2024-06-28 23:59:13,758 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@47a05ad8, org.eclipse.scout.rt.mom.jms.JmsSubscription@5b3427c4] - MDC[activemq.broker=mom149] 2024-06-28 23:59:13,758 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@e50e308[job=JMS subscriber, state=DONE]] - MDC[activemq.broker=mom149] 2024-06-28 23:59:13,758 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.004796 ms - MDC[activemq.broker=mom149] 2024-06-28 23:59:13,759 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom149] 2024-06-28 23:59:13,759 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom149] 2024-06-28 23:59:13,759 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom149 stopped - MDC[activemq.broker=mom149] 2024-06-28 23:59:13,759 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom149, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:146) is shutting down - MDC[activemq.broker=mom149] 2024-06-28 23:59:13,759 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom149, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:146) uptime 2.007 seconds - MDC[activemq.broker=mom149] 2024-06-28 23:59:13,759 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom149, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:146) is shutdown - MDC[activemq.broker=mom149] 2024-06-28 23:59:13,759 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:13,760 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 2009.011617 ms 2024-06-28 23:59:13,760 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:13,760 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:13,760 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:13,761 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1584080449'. 2024-06-28 23:59:13,761 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #150 initialized: null 2024-06-28 23:59:13,762 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom150] 2024-06-28 23:59:13,762 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom150] 2024-06-28 23:59:13,762 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS subscriber, activemq.broker=mom150] 2024-06-28 23:59:13,762 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS subscriber, activemq.broker=mom150] 2024-06-28 23:59:13,762 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS subscriber, activemq.broker=mom150] 2024-06-28 23:59:13,762 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom150, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:147) is starting - MDC[jobName=JMS subscriber, activemq.broker=mom150] 2024-06-28 23:59:13,763 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom150, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:147) started - MDC[jobName=JMS subscriber, activemq.broker=mom150] 2024-06-28 23:59:13,763 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber, activemq.broker=mom150] 2024-06-28 23:59:13,763 INFO [scout-thread-15] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom150 started - MDC[jobName=JMS subscriber, activemq.broker=mom150] 2024-06-28 23:59:13,763 INFO [scout-thread-15] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-440:1,clientId=Scout JUnit MOM #150 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS subscriber, activemq.broker=mom150] 2024-06-28 23:59:13,765 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@16a3d9a7] 2024-06-28 23:59:13,765 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:13,765 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:13,766 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom150 stopped 2024-06-28 23:59:13,766 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom150, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:147) is shutting down - MDC[activemq.broker=mom150] 2024-06-28 23:59:13,766 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom150, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:147) uptime 0.004 seconds - MDC[activemq.broker=mom150] 2024-06-28 23:59:13,766 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom150, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:147) is shutdown - MDC[activemq.broker=mom150] 2024-06-28 23:59:13,766 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:13,766 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 5.710496 ms 2024-06-28 23:59:13,766 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:13,767 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:13,767 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:13,767 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1251743887'. 2024-06-28 23:59:13,768 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #151 initialized: null 2024-06-28 23:59:13,768 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom151] 2024-06-28 23:59:13,769 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom151] 2024-06-28 23:59:13,769 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS subscriber, activemq.broker=mom151] 2024-06-28 23:59:13,769 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS subscriber, activemq.broker=mom151] 2024-06-28 23:59:13,769 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS subscriber, activemq.broker=mom151] 2024-06-28 23:59:13,769 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom151, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:148) is starting - MDC[jobName=JMS subscriber, activemq.broker=mom151] 2024-06-28 23:59:13,769 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom151, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:148) started - MDC[jobName=JMS subscriber, activemq.broker=mom151] 2024-06-28 23:59:13,769 INFO [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber, activemq.broker=mom151] 2024-06-28 23:59:13,769 INFO [scout-thread-15] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom151 started - MDC[jobName=JMS subscriber, activemq.broker=mom151] 2024-06-28 23:59:13,770 INFO [scout-thread-15] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-443:1,clientId=Scout JUnit MOM #151 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS subscriber, activemq.broker=mom151] 2024-06-28 23:59:15,784 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 3 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@21d30ba5, org.eclipse.scout.rt.mom.jms.JmsSubscription@1b68e626, org.eclipse.scout.rt.mom.jms.JmsSubscription@7671922b] 2024-06-28 23:59:15,784 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 3 subscriber jobs: [JobFutureTask@2b43eb71[job=JMS subscriber, state=DONE], JobFutureTask@10770c1[job=JMS subscriber, state=RUNNING], JobFutureTask@4a59d584[job=JMS subscriber, state=DONE]] 2024-06-28 23:59:15,784 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.004195 ms 2024-06-28 23:59:15,785 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:15,785 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:15,785 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom151 stopped 2024-06-28 23:59:15,785 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom151, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:148) is shutting down - MDC[activemq.broker=mom151] 2024-06-28 23:59:15,786 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom151, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:148) uptime 2.017 seconds - MDC[activemq.broker=mom151] 2024-06-28 23:59:15,786 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom151, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:148) is shutdown - MDC[activemq.broker=mom151] 2024-06-28 23:59:15,786 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:15,786 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 2018.985352 ms 2024-06-28 23:59:15,786 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:15,787 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:15,787 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:15,787 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 2054592756'. 2024-06-28 23:59:15,788 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #152 initialized: null 2024-06-28 23:59:15,788 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom152] 2024-06-28 23:59:15,789 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom152] 2024-06-28 23:59:15,789 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom152] 2024-06-28 23:59:15,789 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom152] 2024-06-28 23:59:15,789 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom152] 2024-06-28 23:59:15,789 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom152, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:149) is starting - MDC[activemq.broker=mom152] 2024-06-28 23:59:15,789 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom152, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:149) started - MDC[activemq.broker=mom152] 2024-06-28 23:59:15,789 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom152] 2024-06-28 23:59:15,790 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom152 started - MDC[activemq.broker=mom152] 2024-06-28 23:59:15,790 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-446:1,clientId=Scout JUnit MOM #152 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[activemq.broker=mom152] 2024-06-28 23:59:15,793 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@24df4805, org.eclipse.scout.rt.mom.jms.JmsSubscription@3bbc8c82] - MDC[activemq.broker=mom152] 2024-06-28 23:59:15,793 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom152] 2024-06-28 23:59:15,793 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom152] 2024-06-28 23:59:15,794 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom152 stopped - MDC[activemq.broker=mom152] 2024-06-28 23:59:15,794 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom152, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:149) is shutting down - MDC[activemq.broker=mom152] 2024-06-28 23:59:15,794 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom152, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:149) uptime 0.006 seconds - MDC[activemq.broker=mom152] 2024-06-28 23:59:15,794 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom152, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:149) is shutdown - MDC[activemq.broker=mom152] 2024-06-28 23:59:15,794 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:15,794 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 7.461411 ms 2024-06-28 23:59:15,795 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:15,795 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:15,795 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:15,796 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 180804098'. 2024-06-28 23:59:15,796 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #153 initialized: null 2024-06-28 23:59:15,797 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom153] 2024-06-28 23:59:15,797 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom153] 2024-06-28 23:59:15,797 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom153] 2024-06-28 23:59:15,797 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom153] 2024-06-28 23:59:15,797 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom153] 2024-06-28 23:59:15,798 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom153, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:150) is starting - MDC[activemq.broker=mom153] 2024-06-28 23:59:15,798 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom153, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:150) started - MDC[activemq.broker=mom153] 2024-06-28 23:59:15,798 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom153] 2024-06-28 23:59:15,798 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom153 started - MDC[activemq.broker=mom153] 2024-06-28 23:59:15,799 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-449:1,clientId=Scout JUnit MOM #153 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[activemq.broker=mom153] 2024-06-28 23:59:18,803 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4f67d628] - MDC[activemq.broker=mom153] 2024-06-28 23:59:18,803 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom153] 2024-06-28 23:59:18,804 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom153] 2024-06-28 23:59:18,804 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom153 stopped - MDC[activemq.broker=mom153] 2024-06-28 23:59:18,804 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom153, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:150) is shutting down - MDC[activemq.broker=mom153] 2024-06-28 23:59:18,804 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom153, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:150) uptime 3.007 seconds - MDC[activemq.broker=mom153] 2024-06-28 23:59:18,804 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom153, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:150) is shutdown - MDC[activemq.broker=mom153] 2024-06-28 23:59:18,804 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:18,805 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 3009.120300 ms 2024-06-28 23:59:18,805 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:18,805 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:18,805 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:18,806 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 392605705'. 2024-06-28 23:59:18,806 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #154 initialized: null 2024-06-28 23:59:18,807 INFO [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom154] 2024-06-28 23:59:18,807 INFO [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom154] 2024-06-28 23:59:18,807 INFO [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS subscriber, activemq.broker=mom154] 2024-06-28 23:59:18,807 INFO [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS subscriber, activemq.broker=mom154] 2024-06-28 23:59:18,807 INFO [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS subscriber, activemq.broker=mom154] 2024-06-28 23:59:18,807 INFO [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom154, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:151) is starting - MDC[jobName=JMS subscriber, activemq.broker=mom154] 2024-06-28 23:59:18,808 INFO [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom154, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:151) started - MDC[jobName=JMS subscriber, activemq.broker=mom154] 2024-06-28 23:59:18,808 INFO [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber, activemq.broker=mom154] 2024-06-28 23:59:18,808 INFO [scout-thread-14] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom154 started - MDC[jobName=JMS subscriber, activemq.broker=mom154] 2024-06-28 23:59:18,809 INFO [scout-thread-14] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-452:1,clientId=Scout JUnit MOM #154 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS subscriber, activemq.broker=mom154] 2024-06-28 23:59:18,810 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@594793d1, org.eclipse.scout.rt.mom.jms.JmsSubscription@63f609a4] 2024-06-28 23:59:18,812 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@1f5aac08, org.eclipse.scout.rt.mom.jms.JmsSubscription@3747877] 2024-06-28 23:59:18,814 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@39153b05, org.eclipse.scout.rt.mom.jms.JmsSubscription@26fee641] 2024-06-28 23:59:18,815 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@608f79a8, org.eclipse.scout.rt.mom.jms.JmsSubscription@77e2a5d3] 2024-06-28 23:59:18,816 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@72557e0d, org.eclipse.scout.rt.mom.jms.JmsSubscription@14b4caba] 2024-06-28 23:59:18,817 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@1bfc6e50, org.eclipse.scout.rt.mom.jms.JmsSubscription@4f74edbf] 2024-06-28 23:59:18,819 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@42626e86, org.eclipse.scout.rt.mom.jms.JmsSubscription@7be2f512] 2024-06-28 23:59:18,820 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@1fcb01f8, org.eclipse.scout.rt.mom.jms.JmsSubscription@59845cb3] 2024-06-28 23:59:18,821 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@783a35d8, org.eclipse.scout.rt.mom.jms.JmsSubscription@38821ada] 2024-06-28 23:59:18,822 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@6dcf39c6, org.eclipse.scout.rt.mom.jms.JmsSubscription@1c0f32ad] 2024-06-28 23:59:18,822 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:18,822 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:18,823 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom154 stopped 2024-06-28 23:59:18,823 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom154, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:151) is shutting down - MDC[activemq.broker=mom154] 2024-06-28 23:59:18,823 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom154, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:151) uptime 0.016 seconds - MDC[activemq.broker=mom154] 2024-06-28 23:59:18,823 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom154, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:151) is shutdown - MDC[activemq.broker=mom154] 2024-06-28 23:59:18,823 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:18,823 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 17.799167 ms 2024-06-28 23:59:18,823 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:18,824 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:18,824 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:18,824 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 52563963'. 2024-06-28 23:59:18,826 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #155 initialized: null 2024-06-28 23:59:18,826 INFO [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom155] 2024-06-28 23:59:18,826 INFO [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom155] 2024-06-28 23:59:18,826 INFO [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS subscriber, activemq.broker=mom155] 2024-06-28 23:59:18,826 INFO [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS subscriber, activemq.broker=mom155] 2024-06-28 23:59:18,826 INFO [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS subscriber, activemq.broker=mom155] 2024-06-28 23:59:18,827 INFO [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom155, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:152) is starting - MDC[jobName=JMS subscriber, activemq.broker=mom155] 2024-06-28 23:59:18,827 INFO [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom155, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:152) started - MDC[jobName=JMS subscriber, activemq.broker=mom155] 2024-06-28 23:59:18,827 INFO [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber, activemq.broker=mom155] 2024-06-28 23:59:18,827 INFO [scout-thread-14] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom155 started - MDC[jobName=JMS subscriber, activemq.broker=mom155] 2024-06-28 23:59:18,828 INFO [scout-thread-14] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-455:1,clientId=Scout JUnit MOM #155 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS subscriber, activemq.broker=mom155] 2024-06-28 23:59:18,829 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@19544627] 2024-06-28 23:59:18,829 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:18,829 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:18,829 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom155 stopped 2024-06-28 23:59:18,829 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom155, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:152) is shutting down - MDC[activemq.broker=mom155] 2024-06-28 23:59:18,830 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom155, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:152) uptime 0.004 seconds - MDC[activemq.broker=mom155] 2024-06-28 23:59:18,830 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom155, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:152) is shutdown - MDC[activemq.broker=mom155] 2024-06-28 23:59:18,830 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:18,830 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 5.678186 ms 2024-06-28 23:59:18,830 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:18,831 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:18,831 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:18,831 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 43472661'. 2024-06-28 23:59:18,832 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #156 initialized: null 2024-06-28 23:59:18,832 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom156] 2024-06-28 23:59:18,833 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom156] 2024-06-28 23:59:18,833 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom156] 2024-06-28 23:59:18,833 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom156] 2024-06-28 23:59:18,833 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom156] 2024-06-28 23:59:18,833 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom156, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:153) is starting - MDC[activemq.broker=mom156] 2024-06-28 23:59:18,833 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom156, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:153) started - MDC[activemq.broker=mom156] 2024-06-28 23:59:18,834 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom156] 2024-06-28 23:59:18,834 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom156 started - MDC[activemq.broker=mom156] 2024-06-28 23:59:18,835 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-458:1,clientId=Scout JUnit MOM #156 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[activemq.broker=mom156] 2024-06-28 23:59:18,836 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@1bad5ab3, org.eclipse.scout.rt.mom.jms.JmsSubscription@688e6d4e] - MDC[activemq.broker=mom156] 2024-06-28 23:59:18,837 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom156] 2024-06-28 23:59:18,837 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom156] 2024-06-28 23:59:18,837 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom156 stopped - MDC[activemq.broker=mom156] 2024-06-28 23:59:18,837 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom156, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:153) is shutting down - MDC[activemq.broker=mom156] 2024-06-28 23:59:18,838 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom156, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:153) uptime 0.006 seconds - MDC[activemq.broker=mom156] 2024-06-28 23:59:18,838 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom156, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:153) is shutdown - MDC[activemq.broker=mom156] 2024-06-28 23:59:18,838 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:18,838 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 7.072981 ms 2024-06-28 23:59:18,838 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:18,839 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:18,839 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:18,839 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1894575391'. 2024-06-28 23:59:18,840 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #157 initialized: null 2024-06-28 23:59:18,841 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom157] 2024-06-28 23:59:18,841 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom157] 2024-06-28 23:59:18,841 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom157] 2024-06-28 23:59:18,841 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom157] 2024-06-28 23:59:18,841 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom157] 2024-06-28 23:59:18,842 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom157, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:154) is starting - MDC[activemq.broker=mom157] 2024-06-28 23:59:18,842 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom157, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:154) started - MDC[activemq.broker=mom157] 2024-06-28 23:59:18,842 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom157] 2024-06-28 23:59:18,842 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom157 started - MDC[activemq.broker=mom157] 2024-06-28 23:59:18,843 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-461:1,clientId=null,started=false} - MDC[activemq.broker=mom157] 2024-06-28 23:59:22,850 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@dfe2875, org.eclipse.scout.rt.mom.jms.JmsSubscription@402fcf14] - MDC[activemq.broker=mom157] 2024-06-28 23:59:22,851 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom157] 2024-06-28 23:59:22,851 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom157] 2024-06-28 23:59:22,852 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom157 stopped - MDC[activemq.broker=mom157] 2024-06-28 23:59:22,852 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom157, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:154) is shutting down - MDC[activemq.broker=mom157] 2024-06-28 23:59:22,852 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom157, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:154) uptime 4.011 seconds - MDC[activemq.broker=mom157] 2024-06-28 23:59:22,852 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom157, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:154) is shutdown - MDC[activemq.broker=mom157] 2024-06-28 23:59:22,852 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:22,853 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 4013.303643 ms 2024-06-28 23:59:22,853 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:22,853 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:22,853 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:22,854 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1509969364'. 2024-06-28 23:59:22,854 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #158 initialized: null 2024-06-28 23:59:22,855 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom158] 2024-06-28 23:59:22,855 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom158] 2024-06-28 23:59:22,855 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom158] 2024-06-28 23:59:22,855 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom158] 2024-06-28 23:59:22,855 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom158] 2024-06-28 23:59:22,855 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom158, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:155) is starting - MDC[activemq.broker=mom158] 2024-06-28 23:59:22,855 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom158, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:155) started - MDC[activemq.broker=mom158] 2024-06-28 23:59:22,855 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom158] 2024-06-28 23:59:22,856 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom158 started - MDC[activemq.broker=mom158] 2024-06-28 23:59:22,856 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-464:1,clientId=null,started=false} - MDC[activemq.broker=mom158] 2024-06-28 23:59:22,859 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7649d350] - MDC[activemq.broker=mom158] 2024-06-28 23:59:22,859 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom158] 2024-06-28 23:59:22,860 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom158] 2024-06-28 23:59:22,860 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom158 stopped - MDC[activemq.broker=mom158] 2024-06-28 23:59:22,860 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom158, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:155) is shutting down - MDC[activemq.broker=mom158] 2024-06-28 23:59:22,860 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom158, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:155) uptime 0.006 seconds - MDC[activemq.broker=mom158] 2024-06-28 23:59:22,860 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom158, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:155) is shutdown - MDC[activemq.broker=mom158] 2024-06-28 23:59:22,860 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:22,860 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 6.993885 ms 2024-06-28 23:59:22,860 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:22,861 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:22,861 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:22,861 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 924835651'. 2024-06-28 23:59:22,862 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #159 initialized: null 2024-06-28 23:59:22,862 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom159] 2024-06-28 23:59:22,862 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom159] 2024-06-28 23:59:22,862 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom159] 2024-06-28 23:59:22,862 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom159] 2024-06-28 23:59:22,862 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom159] 2024-06-28 23:59:22,863 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom159, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:156) is starting - MDC[activemq.broker=mom159] 2024-06-28 23:59:22,863 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom159, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:156) started - MDC[activemq.broker=mom159] 2024-06-28 23:59:22,863 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom159] 2024-06-28 23:59:22,863 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom159 started - MDC[activemq.broker=mom159] 2024-06-28 23:59:22,864 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-467:1,clientId=null,started=false} - MDC[activemq.broker=mom159] 2024-06-28 23:59:22,866 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@440d45c5] - MDC[activemq.broker=mom159] 2024-06-28 23:59:22,867 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom159] 2024-06-28 23:59:22,867 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom159] 2024-06-28 23:59:22,867 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom159 stopped - MDC[activemq.broker=mom159] 2024-06-28 23:59:22,867 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom159, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:156) is shutting down - MDC[activemq.broker=mom159] 2024-06-28 23:59:22,867 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom159, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:156) uptime 0.005 seconds - MDC[activemq.broker=mom159] 2024-06-28 23:59:22,868 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom159, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:156) is shutdown - MDC[activemq.broker=mom159] 2024-06-28 23:59:22,868 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:22,868 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 6.791493 ms 2024-06-28 23:59:22,868 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:22,868 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:22,868 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:22,868 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 966443427'. 2024-06-28 23:59:22,869 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #160 initialized: null 2024-06-28 23:59:22,870 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom160] 2024-06-28 23:59:22,870 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom160] 2024-06-28 23:59:22,870 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom160] 2024-06-28 23:59:22,870 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom160] 2024-06-28 23:59:22,870 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom160] 2024-06-28 23:59:22,870 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom160, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:157) is starting - MDC[activemq.broker=mom160] 2024-06-28 23:59:22,870 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom160, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:157) started - MDC[activemq.broker=mom160] 2024-06-28 23:59:22,870 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom160] 2024-06-28 23:59:22,871 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom160 started - MDC[activemq.broker=mom160] 2024-06-28 23:59:22,871 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-470:1,clientId=null,started=false} - MDC[activemq.broker=mom160] 2024-06-28 23:59:22,874 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@69815126] - MDC[activemq.broker=mom160] 2024-06-28 23:59:22,874 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom160] 2024-06-28 23:59:22,875 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom160] 2024-06-28 23:59:22,875 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom160 stopped - MDC[activemq.broker=mom160] 2024-06-28 23:59:22,875 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom160, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:157) is shutting down - MDC[activemq.broker=mom160] 2024-06-28 23:59:22,875 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom160, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:157) uptime 0.006 seconds - MDC[activemq.broker=mom160] 2024-06-28 23:59:22,875 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom160, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:157) is shutdown - MDC[activemq.broker=mom160] 2024-06-28 23:59:22,875 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:22,875 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 7.203190 ms 2024-06-28 23:59:22,875 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:22,876 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:22,876 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:22,876 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 570616184'. 2024-06-28 23:59:22,877 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #161 initialized: null 2024-06-28 23:59:22,877 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom161] 2024-06-28 23:59:22,877 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom161] 2024-06-28 23:59:22,877 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom161] 2024-06-28 23:59:22,877 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom161] 2024-06-28 23:59:22,878 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom161] 2024-06-28 23:59:22,878 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom161, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:158) is starting - MDC[activemq.broker=mom161] 2024-06-28 23:59:22,878 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom161, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:158) started - MDC[activemq.broker=mom161] 2024-06-28 23:59:22,878 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom161] 2024-06-28 23:59:22,879 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom161 started - MDC[activemq.broker=mom161] 2024-06-28 23:59:22,879 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-473:1,clientId=null,started=false} - MDC[activemq.broker=mom161] 2024-06-28 23:59:22,882 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3d3e9163] - MDC[activemq.broker=mom161] 2024-06-28 23:59:22,882 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom161] 2024-06-28 23:59:22,882 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom161] 2024-06-28 23:59:22,882 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom161 stopped - MDC[activemq.broker=mom161] 2024-06-28 23:59:22,883 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom161, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:158) is shutting down - MDC[activemq.broker=mom161] 2024-06-28 23:59:22,883 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom161, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:158) uptime 0.006 seconds - MDC[activemq.broker=mom161] 2024-06-28 23:59:22,883 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom161, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:158) is shutdown - MDC[activemq.broker=mom161] 2024-06-28 23:59:22,883 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:22,883 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 7.091788 ms 2024-06-28 23:59:22,883 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:22,883 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:22,883 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:22,884 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1847703288'. 2024-06-28 23:59:22,884 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #162 initialized: null 2024-06-28 23:59:22,885 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom162] 2024-06-28 23:59:22,885 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom162] 2024-06-28 23:59:22,885 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom162] 2024-06-28 23:59:22,885 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom162] 2024-06-28 23:59:22,885 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom162] 2024-06-28 23:59:22,885 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom162, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:159) is starting - MDC[activemq.broker=mom162] 2024-06-28 23:59:22,885 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom162, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:159) started - MDC[activemq.broker=mom162] 2024-06-28 23:59:22,886 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom162] 2024-06-28 23:59:22,886 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom162 started - MDC[activemq.broker=mom162] 2024-06-28 23:59:22,886 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-476:1,clientId=null,started=false} - MDC[activemq.broker=mom162] 2024-06-28 23:59:22,889 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@14144cc9] - MDC[activemq.broker=mom162] 2024-06-28 23:59:22,889 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom162] 2024-06-28 23:59:22,890 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom162] 2024-06-28 23:59:22,890 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom162 stopped - MDC[activemq.broker=mom162] 2024-06-28 23:59:22,890 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom162, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:159) is shutting down - MDC[activemq.broker=mom162] 2024-06-28 23:59:22,890 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom162, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:159) uptime 0.005 seconds - MDC[activemq.broker=mom162] 2024-06-28 23:59:22,890 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom162, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:159) is shutdown - MDC[activemq.broker=mom162] 2024-06-28 23:59:22,890 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:22,890 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 6.797335 ms 2024-06-28 23:59:22,890 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:22,891 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:22,891 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:22,891 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1474120649'. 2024-06-28 23:59:22,892 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #163 initialized: null 2024-06-28 23:59:22,892 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom163] 2024-06-28 23:59:22,892 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom163] 2024-06-28 23:59:22,892 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom163] 2024-06-28 23:59:22,892 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom163] 2024-06-28 23:59:22,892 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom163] 2024-06-28 23:59:22,893 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom163, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:160) is starting - MDC[activemq.broker=mom163] 2024-06-28 23:59:22,893 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom163, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:160) started - MDC[activemq.broker=mom163] 2024-06-28 23:59:22,893 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom163] 2024-06-28 23:59:22,893 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom163 started - MDC[activemq.broker=mom163] 2024-06-28 23:59:22,894 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-479:1,clientId=null,started=false} - MDC[activemq.broker=mom163] 2024-06-28 23:59:22,896 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@29f3ea39] - MDC[activemq.broker=mom163] 2024-06-28 23:59:22,896 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom163] 2024-06-28 23:59:22,896 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom163] 2024-06-28 23:59:22,897 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom163 stopped - MDC[activemq.broker=mom163] 2024-06-28 23:59:22,897 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom163, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:160) is shutting down - MDC[activemq.broker=mom163] 2024-06-28 23:59:22,897 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom163, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:160) uptime 0.005 seconds - MDC[activemq.broker=mom163] 2024-06-28 23:59:22,897 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom163, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:160) is shutdown - MDC[activemq.broker=mom163] 2024-06-28 23:59:22,897 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:22,897 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 6.501064 ms 2024-06-28 23:59:22,897 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:22,898 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:22,898 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:22,898 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1704999961'. 2024-06-28 23:59:22,899 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #164 initialized: null 2024-06-28 23:59:22,899 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom164] 2024-06-28 23:59:22,899 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom164] 2024-06-28 23:59:22,899 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom164] 2024-06-28 23:59:22,899 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom164] 2024-06-28 23:59:22,899 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom164] 2024-06-28 23:59:22,899 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom164, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:161) is starting - MDC[activemq.broker=mom164] 2024-06-28 23:59:22,900 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom164, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:161) started - MDC[activemq.broker=mom164] 2024-06-28 23:59:22,900 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom164] 2024-06-28 23:59:22,900 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom164 started - MDC[activemq.broker=mom164] 2024-06-28 23:59:22,900 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-482:1,clientId=null,started=false} - MDC[activemq.broker=mom164] 2024-06-28 23:59:22,903 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1277a6a1] - MDC[activemq.broker=mom164] 2024-06-28 23:59:22,904 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom164] 2024-06-28 23:59:22,904 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom164] 2024-06-28 23:59:22,904 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom164 stopped - MDC[activemq.broker=mom164] 2024-06-28 23:59:22,904 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom164, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:161) is shutting down - MDC[activemq.broker=mom164] 2024-06-28 23:59:22,904 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom164, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:161) uptime 0.005 seconds - MDC[activemq.broker=mom164] 2024-06-28 23:59:22,904 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom164, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:161) is shutdown - MDC[activemq.broker=mom164] 2024-06-28 23:59:22,904 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:22,905 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 6.788854 ms 2024-06-28 23:59:22,905 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:22,905 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:22,905 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:22,905 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1457883621'. 2024-06-28 23:59:22,906 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #165 initialized: null 2024-06-28 23:59:22,906 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom165] 2024-06-28 23:59:22,906 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom165] 2024-06-28 23:59:22,906 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom165] 2024-06-28 23:59:22,906 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom165] 2024-06-28 23:59:22,906 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom165] 2024-06-28 23:59:22,907 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom165, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:162) is starting - MDC[activemq.broker=mom165] 2024-06-28 23:59:22,907 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom165, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:162) started - MDC[activemq.broker=mom165] 2024-06-28 23:59:22,907 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom165] 2024-06-28 23:59:22,907 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom165 started - MDC[activemq.broker=mom165] 2024-06-28 23:59:22,908 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-485:1,clientId=null,started=false} - MDC[activemq.broker=mom165] 2024-06-28 23:59:22,910 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6fb514db] - MDC[activemq.broker=mom165] 2024-06-28 23:59:22,911 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom165] 2024-06-28 23:59:22,911 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom165] 2024-06-28 23:59:22,911 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom165 stopped - MDC[activemq.broker=mom165] 2024-06-28 23:59:22,911 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom165, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:162) is shutting down - MDC[activemq.broker=mom165] 2024-06-28 23:59:22,911 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom165, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:162) uptime 0.005 seconds - MDC[activemq.broker=mom165] 2024-06-28 23:59:22,911 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom165, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:162) is shutdown - MDC[activemq.broker=mom165] 2024-06-28 23:59:22,911 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:22,912 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 6.392336 ms 2024-06-28 23:59:22,912 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:22,912 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:22,912 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:22,912 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1842916393'. 2024-06-28 23:59:22,913 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #166 initialized: null 2024-06-28 23:59:22,913 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom166] 2024-06-28 23:59:22,913 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom166] 2024-06-28 23:59:22,913 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom166] 2024-06-28 23:59:22,913 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom166] 2024-06-28 23:59:22,913 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom166] 2024-06-28 23:59:22,914 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom166, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:163) is starting - MDC[activemq.broker=mom166] 2024-06-28 23:59:22,914 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom166, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:163) started - MDC[activemq.broker=mom166] 2024-06-28 23:59:22,914 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom166] 2024-06-28 23:59:22,914 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom166 started - MDC[activemq.broker=mom166] 2024-06-28 23:59:22,915 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-488:1,clientId=null,started=false} - MDC[activemq.broker=mom166] 2024-06-28 23:59:22,917 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@528070fe] - MDC[activemq.broker=mom166] 2024-06-28 23:59:22,917 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom166] 2024-06-28 23:59:22,917 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom166] 2024-06-28 23:59:22,918 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom166 stopped - MDC[activemq.broker=mom166] 2024-06-28 23:59:22,918 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom166, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:163) is shutting down - MDC[activemq.broker=mom166] 2024-06-28 23:59:22,918 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom166, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:163) uptime 0.005 seconds - MDC[activemq.broker=mom166] 2024-06-28 23:59:22,918 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom166, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:163) is shutdown - MDC[activemq.broker=mom166] 2024-06-28 23:59:22,918 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:22,918 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 6.200093 ms 2024-06-28 23:59:22,918 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:22,919 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:22,919 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:22,919 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 671920308'. 2024-06-28 23:59:22,919 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #167 initialized: null 2024-06-28 23:59:22,920 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom167] 2024-06-28 23:59:22,920 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom167] 2024-06-28 23:59:22,920 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom167] 2024-06-28 23:59:22,920 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom167] 2024-06-28 23:59:22,920 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom167] 2024-06-28 23:59:22,920 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom167, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:164) is starting - MDC[activemq.broker=mom167] 2024-06-28 23:59:22,920 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom167, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:164) started - MDC[activemq.broker=mom167] 2024-06-28 23:59:22,921 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom167] 2024-06-28 23:59:22,921 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom167 started - MDC[activemq.broker=mom167] 2024-06-28 23:59:22,921 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-491:1,clientId=null,started=false} - MDC[activemq.broker=mom167] 2024-06-28 23:59:22,936 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@12b962b1] - MDC[activemq.broker=mom167] 2024-06-28 23:59:22,937 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom167] 2024-06-28 23:59:22,937 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom167] 2024-06-28 23:59:22,937 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom167 stopped - MDC[activemq.broker=mom167] 2024-06-28 23:59:22,937 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom167, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:164) is shutting down - MDC[activemq.broker=mom167] 2024-06-28 23:59:22,938 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom167, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:164) uptime 0.018 seconds - MDC[activemq.broker=mom167] 2024-06-28 23:59:22,938 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom167, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:164) is shutdown - MDC[activemq.broker=mom167] 2024-06-28 23:59:22,938 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:22,938 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 19.322881 ms 2024-06-28 23:59:22,938 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:22,939 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:22,939 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:22,939 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 907191821'. 2024-06-28 23:59:22,940 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #168 initialized: null 2024-06-28 23:59:22,940 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom168] 2024-06-28 23:59:22,940 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom168] 2024-06-28 23:59:22,940 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom168] 2024-06-28 23:59:22,940 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom168] 2024-06-28 23:59:22,940 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom168] 2024-06-28 23:59:22,940 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom168, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:165) is starting - MDC[activemq.broker=mom168] 2024-06-28 23:59:22,941 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom168, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:165) started - MDC[activemq.broker=mom168] 2024-06-28 23:59:22,941 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom168] 2024-06-28 23:59:22,941 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom168 started - MDC[activemq.broker=mom168] 2024-06-28 23:59:22,941 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-494:1,clientId=null,started=false} - MDC[activemq.broker=mom168] 2024-06-28 23:59:23,143 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@220a7f95] - MDC[activemq.broker=mom168] 2024-06-28 23:59:23,144 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom168] 2024-06-28 23:59:23,145 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom168] 2024-06-28 23:59:23,145 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom168 stopped - MDC[activemq.broker=mom168] 2024-06-28 23:59:23,145 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom168, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:165) is shutting down - MDC[activemq.broker=mom168] 2024-06-28 23:59:23,145 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom168, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:165) uptime 0.205 seconds - MDC[activemq.broker=mom168] 2024-06-28 23:59:23,145 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom168, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:165) is shutdown - MDC[activemq.broker=mom168] 2024-06-28 23:59:23,145 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:23,145 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 206.676506 ms 2024-06-28 23:59:23,146 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:23,146 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:23,146 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:23,146 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1579858776'. 2024-06-28 23:59:23,147 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #169 initialized: null 2024-06-28 23:59:23,147 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom169] 2024-06-28 23:59:23,147 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom169] 2024-06-28 23:59:23,147 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom169] 2024-06-28 23:59:23,147 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom169] 2024-06-28 23:59:23,148 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom169] 2024-06-28 23:59:23,148 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom169, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:166) is starting - MDC[activemq.broker=mom169] 2024-06-28 23:59:23,148 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom169, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:166) started - MDC[activemq.broker=mom169] 2024-06-28 23:59:23,148 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom169] 2024-06-28 23:59:23,149 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom169 started - MDC[activemq.broker=mom169] 2024-06-28 23:59:23,149 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-497:1,clientId=null,started=false} - MDC[activemq.broker=mom169] 2024-06-28 23:59:23,351 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@121fe002] - MDC[activemq.broker=mom169] 2024-06-28 23:59:23,352 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom169] 2024-06-28 23:59:23,352 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom169] 2024-06-28 23:59:23,352 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom169 stopped - MDC[activemq.broker=mom169] 2024-06-28 23:59:23,353 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom169, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:166) is shutting down - MDC[activemq.broker=mom169] 2024-06-28 23:59:23,353 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom169, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:166) uptime 0.206 seconds - MDC[activemq.broker=mom169] 2024-06-28 23:59:23,353 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom169, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:166) is shutdown - MDC[activemq.broker=mom169] 2024-06-28 23:59:23,353 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:23,353 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 207.010370 ms 2024-06-28 23:59:23,353 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:23,353 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:23,353 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:23,354 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 428692958'. 2024-06-28 23:59:23,354 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #170 initialized: null 2024-06-28 23:59:23,355 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom170] 2024-06-28 23:59:23,355 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom170] 2024-06-28 23:59:23,355 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom170] 2024-06-28 23:59:23,355 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom170] 2024-06-28 23:59:23,355 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom170] 2024-06-28 23:59:23,355 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom170, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:167) is starting - MDC[activemq.broker=mom170] 2024-06-28 23:59:23,355 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom170, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:167) started - MDC[activemq.broker=mom170] 2024-06-28 23:59:23,356 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom170] 2024-06-28 23:59:23,356 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom170 started - MDC[activemq.broker=mom170] 2024-06-28 23:59:23,356 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-500:1,clientId=null,started=false} - MDC[activemq.broker=mom170] 2024-06-28 23:59:23,558 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@349504d5] - MDC[activemq.broker=mom170] 2024-06-28 23:59:23,559 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom170] 2024-06-28 23:59:23,559 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom170] 2024-06-28 23:59:23,560 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom170 stopped - MDC[activemq.broker=mom170] 2024-06-28 23:59:23,560 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom170, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:167) is shutting down - MDC[activemq.broker=mom170] 2024-06-28 23:59:23,560 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom170, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:167) uptime 0.205 seconds - MDC[activemq.broker=mom170] 2024-06-28 23:59:23,560 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom170, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:167) is shutdown - MDC[activemq.broker=mom170] 2024-06-28 23:59:23,560 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:23,560 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 206.754153 ms 2024-06-28 23:59:23,560 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:23,561 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:23,561 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:23,561 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 48405117'. 2024-06-28 23:59:23,562 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #171 initialized: null 2024-06-28 23:59:23,562 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom171] 2024-06-28 23:59:23,562 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom171] 2024-06-28 23:59:23,562 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom171] 2024-06-28 23:59:23,562 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom171] 2024-06-28 23:59:23,562 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom171] 2024-06-28 23:59:23,563 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom171, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:168) is starting - MDC[activemq.broker=mom171] 2024-06-28 23:59:23,563 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom171, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:168) started - MDC[activemq.broker=mom171] 2024-06-28 23:59:23,563 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom171] 2024-06-28 23:59:23,563 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom171 started - MDC[activemq.broker=mom171] 2024-06-28 23:59:23,564 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-503:1,clientId=null,started=false} - MDC[activemq.broker=mom171] 2024-06-28 23:59:23,766 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@375f276e] - MDC[activemq.broker=mom171] 2024-06-28 23:59:23,767 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom171] 2024-06-28 23:59:23,767 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom171] 2024-06-28 23:59:23,767 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom171 stopped - MDC[activemq.broker=mom171] 2024-06-28 23:59:23,767 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom171, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:168) is shutting down - MDC[activemq.broker=mom171] 2024-06-28 23:59:23,767 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom171, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:168) uptime 0.205 seconds - MDC[activemq.broker=mom171] 2024-06-28 23:59:23,767 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom171, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:168) is shutdown - MDC[activemq.broker=mom171] 2024-06-28 23:59:23,767 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:23,768 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 206.734516 ms 2024-06-28 23:59:23,768 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:23,768 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:23,768 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:23,768 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 30037461'. 2024-06-28 23:59:23,769 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #172 initialized: null 2024-06-28 23:59:23,769 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom172] 2024-06-28 23:59:23,769 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom172] 2024-06-28 23:59:23,769 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom172] 2024-06-28 23:59:23,769 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom172] 2024-06-28 23:59:23,770 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom172] 2024-06-28 23:59:23,770 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom172, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:169) is starting - MDC[activemq.broker=mom172] 2024-06-28 23:59:23,770 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom172, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:169) started - MDC[activemq.broker=mom172] 2024-06-28 23:59:23,770 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom172] 2024-06-28 23:59:23,771 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom172 started - MDC[activemq.broker=mom172] 2024-06-28 23:59:23,771 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-506:1,clientId=null,started=false} - MDC[activemq.broker=mom172] 2024-06-28 23:59:23,973 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7a8316fa] - MDC[activemq.broker=mom172] 2024-06-28 23:59:23,974 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom172] 2024-06-28 23:59:23,974 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom172] 2024-06-28 23:59:23,974 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom172 stopped - MDC[activemq.broker=mom172] 2024-06-28 23:59:23,974 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom172, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:169) is shutting down - MDC[activemq.broker=mom172] 2024-06-28 23:59:23,975 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom172, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:169) uptime 0.206 seconds - MDC[activemq.broker=mom172] 2024-06-28 23:59:23,975 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom172, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:169) is shutdown - MDC[activemq.broker=mom172] 2024-06-28 23:59:23,975 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:23,975 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 206.744611 ms 2024-06-28 23:59:23,975 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:23,975 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:23,975 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:23,976 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1390401525'. 2024-06-28 23:59:23,977 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #173 initialized: null 2024-06-28 23:59:23,977 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom173] 2024-06-28 23:59:23,977 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom173] 2024-06-28 23:59:23,977 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom173] 2024-06-28 23:59:23,977 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom173] 2024-06-28 23:59:23,977 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom173] 2024-06-28 23:59:23,978 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom173, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:170) is starting - MDC[activemq.broker=mom173] 2024-06-28 23:59:23,978 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom173, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:170) started - MDC[activemq.broker=mom173] 2024-06-28 23:59:23,978 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom173] 2024-06-28 23:59:23,978 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom173 started - MDC[activemq.broker=mom173] 2024-06-28 23:59:23,978 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-509:1,clientId=null,started=false} - MDC[activemq.broker=mom173] 2024-06-28 23:59:24,180 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@295e989] - MDC[activemq.broker=mom173] 2024-06-28 23:59:24,181 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom173] 2024-06-28 23:59:24,181 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom173] 2024-06-28 23:59:24,182 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom173 stopped - MDC[activemq.broker=mom173] 2024-06-28 23:59:24,182 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom173, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:170) is shutting down - MDC[activemq.broker=mom173] 2024-06-28 23:59:24,182 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom173, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:170) uptime 0.205 seconds - MDC[activemq.broker=mom173] 2024-06-28 23:59:24,182 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom173, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:170) is shutdown - MDC[activemq.broker=mom173] 2024-06-28 23:59:24,182 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:24,182 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 207.080414 ms 2024-06-28 23:59:24,183 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:24,183 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:24,183 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:24,183 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 495117206'. 2024-06-28 23:59:24,184 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #174 initialized: null 2024-06-28 23:59:24,184 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom174] 2024-06-28 23:59:24,184 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom174] 2024-06-28 23:59:24,184 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom174] 2024-06-28 23:59:24,184 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom174] 2024-06-28 23:59:24,184 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom174] 2024-06-28 23:59:24,185 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom174, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:171) is starting - MDC[activemq.broker=mom174] 2024-06-28 23:59:24,185 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom174, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:171) started - MDC[activemq.broker=mom174] 2024-06-28 23:59:24,185 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom174] 2024-06-28 23:59:24,185 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom174 started - MDC[activemq.broker=mom174] 2024-06-28 23:59:24,186 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-512:1,clientId=null,started=false} - MDC[activemq.broker=mom174] 2024-06-28 23:59:24,388 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@57bc7f67] - MDC[activemq.broker=mom174] 2024-06-28 23:59:24,389 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom174] 2024-06-28 23:59:24,389 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom174] 2024-06-28 23:59:24,389 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom174 stopped - MDC[activemq.broker=mom174] 2024-06-28 23:59:24,389 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom174, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:171) is shutting down - MDC[activemq.broker=mom174] 2024-06-28 23:59:24,389 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom174, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:171) uptime 0.205 seconds - MDC[activemq.broker=mom174] 2024-06-28 23:59:24,389 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom174, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:171) is shutdown - MDC[activemq.broker=mom174] 2024-06-28 23:59:24,389 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:24,390 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 206.516541 ms 2024-06-28 23:59:24,390 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:24,390 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:24,390 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:24,390 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 182755395'. 2024-06-28 23:59:24,391 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #175 initialized: null 2024-06-28 23:59:24,391 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom175] 2024-06-28 23:59:24,391 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom175] 2024-06-28 23:59:24,391 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom175] 2024-06-28 23:59:24,391 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom175] 2024-06-28 23:59:24,391 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom175] 2024-06-28 23:59:24,392 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom175, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:172) is starting - MDC[activemq.broker=mom175] 2024-06-28 23:59:24,392 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom175, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:172) started - MDC[activemq.broker=mom175] 2024-06-28 23:59:24,392 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom175] 2024-06-28 23:59:24,392 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom175 started - MDC[activemq.broker=mom175] 2024-06-28 23:59:24,393 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-515:1,clientId=null,started=false} - MDC[activemq.broker=mom175] 2024-06-28 23:59:24,595 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4ca6f587] - MDC[activemq.broker=mom175] 2024-06-28 23:59:24,596 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom175] 2024-06-28 23:59:24,596 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom175] 2024-06-28 23:59:24,596 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom175 stopped - MDC[activemq.broker=mom175] 2024-06-28 23:59:24,596 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom175, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:172) is shutting down - MDC[activemq.broker=mom175] 2024-06-28 23:59:24,597 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom175, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:172) uptime 0.206 seconds - MDC[activemq.broker=mom175] 2024-06-28 23:59:24,597 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom175, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:172) is shutdown - MDC[activemq.broker=mom175] 2024-06-28 23:59:24,597 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:24,597 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 206.911599 ms 2024-06-28 23:59:24,597 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:24,597 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:24,597 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:24,598 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 674645498'. 2024-06-28 23:59:24,598 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #176 initialized: null 2024-06-28 23:59:24,599 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom176] 2024-06-28 23:59:24,599 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom176] 2024-06-28 23:59:24,599 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom176] 2024-06-28 23:59:24,599 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom176] 2024-06-28 23:59:24,599 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom176] 2024-06-28 23:59:24,599 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom176, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:173) is starting - MDC[activemq.broker=mom176] 2024-06-28 23:59:24,599 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom176, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:173) started - MDC[activemq.broker=mom176] 2024-06-28 23:59:24,599 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom176] 2024-06-28 23:59:24,600 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom176 started - MDC[activemq.broker=mom176] 2024-06-28 23:59:24,600 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-518:1,clientId=null,started=false} - MDC[activemq.broker=mom176] 2024-06-28 23:59:24,802 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1368ed98] - MDC[activemq.broker=mom176] 2024-06-28 23:59:24,803 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom176] 2024-06-28 23:59:24,803 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom176] 2024-06-28 23:59:24,804 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom176 stopped - MDC[activemq.broker=mom176] 2024-06-28 23:59:24,804 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom176, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:173) is shutting down - MDC[activemq.broker=mom176] 2024-06-28 23:59:24,804 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom176, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:173) uptime 0.205 seconds - MDC[activemq.broker=mom176] 2024-06-28 23:59:24,804 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom176, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:173) is shutdown - MDC[activemq.broker=mom176] 2024-06-28 23:59:24,804 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:24,804 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 206.642143 ms 2024-06-28 23:59:24,804 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:24,805 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:24,805 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:24,805 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 154977771'. 2024-06-28 23:59:24,805 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #177 initialized: null 2024-06-28 23:59:24,806 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom177] 2024-06-28 23:59:24,806 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom177] 2024-06-28 23:59:24,806 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom177] 2024-06-28 23:59:24,806 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom177] 2024-06-28 23:59:24,806 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom177] 2024-06-28 23:59:24,806 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom177, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:174) is starting - MDC[activemq.broker=mom177] 2024-06-28 23:59:24,807 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom177, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:174) started - MDC[activemq.broker=mom177] 2024-06-28 23:59:24,807 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom177] 2024-06-28 23:59:24,807 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom177 started - MDC[activemq.broker=mom177] 2024-06-28 23:59:24,807 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-521:1,clientId=null,started=false} - MDC[activemq.broker=mom177] 2024-06-28 23:59:25,009 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@440309c5] - MDC[activemq.broker=mom177] 2024-06-28 23:59:25,010 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom177] 2024-06-28 23:59:25,010 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom177] 2024-06-28 23:59:25,011 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom177 stopped - MDC[activemq.broker=mom177] 2024-06-28 23:59:25,011 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom177, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:174) is shutting down - MDC[activemq.broker=mom177] 2024-06-28 23:59:25,011 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom177, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:174) uptime 0.205 seconds - MDC[activemq.broker=mom177] 2024-06-28 23:59:25,011 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom177, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:174) is shutdown - MDC[activemq.broker=mom177] 2024-06-28 23:59:25,011 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:25,011 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 206.654529 ms 2024-06-28 23:59:25,011 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:25,012 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:25,012 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:25,012 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1009599092'. 2024-06-28 23:59:25,013 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #178 initialized: null 2024-06-28 23:59:25,013 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom178] 2024-06-28 23:59:25,013 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom178] 2024-06-28 23:59:25,013 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom178] 2024-06-28 23:59:25,013 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom178] 2024-06-28 23:59:25,013 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom178] 2024-06-28 23:59:25,014 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom178, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:175) is starting - MDC[activemq.broker=mom178] 2024-06-28 23:59:25,014 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom178, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:175) started - MDC[activemq.broker=mom178] 2024-06-28 23:59:25,014 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom178] 2024-06-28 23:59:25,014 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom178 started - MDC[activemq.broker=mom178] 2024-06-28 23:59:25,016 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-524:2,clientId=null,started=false} - MDC[activemq.broker=mom178] 2024-06-28 23:59:25,017 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7410c197] - MDC[activemq.broker=mom178] 2024-06-28 23:59:25,017 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom178] 2024-06-28 23:59:25,017 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom178] 2024-06-28 23:59:25,018 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom178 stopped - MDC[activemq.broker=mom178] 2024-06-28 23:59:25,018 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom178, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:175) is shutting down - MDC[activemq.broker=mom178] 2024-06-28 23:59:25,018 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom178, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:175) uptime 0.005 seconds - MDC[activemq.broker=mom178] 2024-06-28 23:59:25,018 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom178, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:175) is shutdown - MDC[activemq.broker=mom178] 2024-06-28 23:59:25,018 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:25,018 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 6.132252 ms 2024-06-28 23:59:25,018 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:25,019 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:25,019 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:25,019 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1930765902'. 2024-06-28 23:59:25,020 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #179 initialized: null 2024-06-28 23:59:25,020 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom179] 2024-06-28 23:59:25,020 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom179] 2024-06-28 23:59:25,020 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom179] 2024-06-28 23:59:25,020 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom179] 2024-06-28 23:59:25,020 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom179] 2024-06-28 23:59:25,020 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom179, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:176) is starting - MDC[activemq.broker=mom179] 2024-06-28 23:59:25,021 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom179, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:176) started - MDC[activemq.broker=mom179] 2024-06-28 23:59:25,021 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom179] 2024-06-28 23:59:25,021 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom179 started - MDC[activemq.broker=mom179] 2024-06-28 23:59:25,022 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-527:2,clientId=null,started=false} - MDC[activemq.broker=mom179] 2024-06-28 23:59:25,024 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@4e132a9b, org.eclipse.scout.rt.mom.jms.JmsSubscription@7f2d4ffc] - MDC[activemq.broker=mom179] 2024-06-28 23:59:25,024 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom179] 2024-06-28 23:59:25,024 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom179] 2024-06-28 23:59:25,025 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom179 stopped - MDC[activemq.broker=mom179] 2024-06-28 23:59:25,025 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom179, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:176) is shutting down - MDC[activemq.broker=mom179] 2024-06-28 23:59:25,025 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom179, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:176) uptime 0.005 seconds - MDC[activemq.broker=mom179] 2024-06-28 23:59:25,025 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom179, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:176) is shutdown - MDC[activemq.broker=mom179] 2024-06-28 23:59:25,025 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:25,025 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 6.214119 ms 2024-06-28 23:59:25,025 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:25,026 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:25,026 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:25,026 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 881662558'. 2024-06-28 23:59:25,026 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 0.405160 ms 2024-06-28 23:59:25,026 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:25,027 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:25,027 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:25,027 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1930040331'. 2024-06-28 23:59:25,027 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #180 initialized: null 2024-06-28 23:59:25,028 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom180] 2024-06-28 23:59:25,028 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom180] 2024-06-28 23:59:25,028 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom180] 2024-06-28 23:59:25,028 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom180] 2024-06-28 23:59:25,028 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom180] 2024-06-28 23:59:25,028 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom180, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:177) is starting - MDC[activemq.broker=mom180] 2024-06-28 23:59:25,028 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom180, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:177) started - MDC[activemq.broker=mom180] 2024-06-28 23:59:25,028 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom180] 2024-06-28 23:59:25,029 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom180 started - MDC[activemq.broker=mom180] 2024-06-28 23:59:25,030 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-530:2,clientId=null,started=false} - MDC[activemq.broker=mom180] 2024-06-28 23:59:25,031 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@349469db, org.eclipse.scout.rt.mom.jms.JmsSubscription@2c3a2935] - MDC[activemq.broker=mom180] 2024-06-28 23:59:25,033 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@1737acc0, org.eclipse.scout.rt.mom.jms.JmsSubscription@30ffc3c0] - MDC[activemq.broker=mom180] 2024-06-28 23:59:25,035 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@652855c4, org.eclipse.scout.rt.mom.jms.JmsSubscription@619dc070] - MDC[activemq.broker=mom180] 2024-06-28 23:59:25,037 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@4a2c69a6, org.eclipse.scout.rt.mom.jms.JmsSubscription@12581426] - MDC[activemq.broker=mom180] 2024-06-28 23:59:25,039 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@5e78dd7f, org.eclipse.scout.rt.mom.jms.JmsSubscription@cf315f1] - MDC[activemq.broker=mom180] 2024-06-28 23:59:25,041 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@794cd751, org.eclipse.scout.rt.mom.jms.JmsSubscription@63069995] - MDC[activemq.broker=mom180] 2024-06-28 23:59:25,043 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@252459b2, org.eclipse.scout.rt.mom.jms.JmsSubscription@5128efc] - MDC[activemq.broker=mom180] 2024-06-28 23:59:25,045 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@2be49c8c, org.eclipse.scout.rt.mom.jms.JmsSubscription@5f160341] - MDC[activemq.broker=mom180] 2024-06-28 23:59:25,046 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@5da08e9a, org.eclipse.scout.rt.mom.jms.JmsSubscription@49aa6081] - MDC[activemq.broker=mom180] 2024-06-28 23:59:25,048 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@7066c00a, org.eclipse.scout.rt.mom.jms.JmsSubscription@2914f916] - MDC[activemq.broker=mom180] 2024-06-28 23:59:25,049 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom180] 2024-06-28 23:59:25,049 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom180] 2024-06-28 23:59:25,049 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom180 stopped - MDC[activemq.broker=mom180] 2024-06-28 23:59:25,049 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom180, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:177) is shutting down - MDC[activemq.broker=mom180] 2024-06-28 23:59:25,049 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom180, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:177) uptime 0.021 seconds - MDC[activemq.broker=mom180] 2024-06-28 23:59:25,050 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom180, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:177) is shutdown - MDC[activemq.broker=mom180] 2024-06-28 23:59:25,050 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:25,050 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 22.862638 ms 2024-06-28 23:59:25,050 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:25,050 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:25,050 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:25,051 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 870717291'. 2024-06-28 23:59:25,051 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #181 initialized: null 2024-06-28 23:59:25,051 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom181] 2024-06-28 23:59:25,051 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom181] 2024-06-28 23:59:25,052 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom181] 2024-06-28 23:59:25,052 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom181] 2024-06-28 23:59:25,052 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom181] 2024-06-28 23:59:25,052 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom181, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:178) is starting - MDC[activemq.broker=mom181] 2024-06-28 23:59:25,052 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom181, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:178) started - MDC[activemq.broker=mom181] 2024-06-28 23:59:25,052 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom181] 2024-06-28 23:59:25,052 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom181 started - MDC[activemq.broker=mom181] 2024-06-28 23:59:25,054 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-533:2,clientId=null,started=false} - MDC[activemq.broker=mom181] 2024-06-28 23:59:25,055 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@7a80b2e6, org.eclipse.scout.rt.mom.jms.JmsSubscription@394e0104] - MDC[activemq.broker=mom181] 2024-06-28 23:59:25,056 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom181] 2024-06-28 23:59:25,056 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom181] 2024-06-28 23:59:25,056 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom181 stopped - MDC[activemq.broker=mom181] 2024-06-28 23:59:25,056 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom181, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:178) is shutting down - MDC[activemq.broker=mom181] 2024-06-28 23:59:25,056 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom181, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:178) uptime 0.005 seconds - MDC[activemq.broker=mom181] 2024-06-28 23:59:25,056 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom181, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:178) is shutdown - MDC[activemq.broker=mom181] 2024-06-28 23:59:25,056 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:25,056 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 5.889973 ms 2024-06-28 23:59:25,056 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:25,057 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:25,057 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:25,057 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 557461475'. 2024-06-28 23:59:25,058 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #182 initialized: null 2024-06-28 23:59:25,058 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom182] 2024-06-28 23:59:25,058 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom182] 2024-06-28 23:59:25,058 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom182] 2024-06-28 23:59:25,058 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom182] 2024-06-28 23:59:25,058 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom182] 2024-06-28 23:59:25,059 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom182, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:179) is starting - MDC[activemq.broker=mom182] 2024-06-28 23:59:25,059 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom182, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:179) started - MDC[activemq.broker=mom182] 2024-06-28 23:59:25,059 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom182] 2024-06-28 23:59:25,059 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom182 started - MDC[activemq.broker=mom182] 2024-06-28 23:59:25,060 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-536:2,clientId=null,started=false} - MDC[cid=cid:abc, activemq.broker=mom182] 2024-06-28 23:59:25,061 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@16a4e4c9] - MDC[activemq.broker=mom182] 2024-06-28 23:59:25,062 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom182] 2024-06-28 23:59:25,062 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom182] 2024-06-28 23:59:25,062 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom182 stopped - MDC[activemq.broker=mom182] 2024-06-28 23:59:25,062 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom182, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:179) is shutting down - MDC[activemq.broker=mom182] 2024-06-28 23:59:25,062 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom182, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:179) uptime 0.004 seconds - MDC[activemq.broker=mom182] 2024-06-28 23:59:25,062 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom182, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:179) is shutdown - MDC[activemq.broker=mom182] 2024-06-28 23:59:25,062 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:25,063 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 5.583767 ms 2024-06-28 23:59:25,063 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:25,063 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:25,063 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:25,063 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 722334906'. 2024-06-28 23:59:25,064 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #183 initialized: null 2024-06-28 23:59:25,064 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom183] 2024-06-28 23:59:25,064 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom183] 2024-06-28 23:59:25,064 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom183] 2024-06-28 23:59:25,064 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom183] 2024-06-28 23:59:25,064 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom183] 2024-06-28 23:59:25,065 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom183, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:180) is starting - MDC[activemq.broker=mom183] 2024-06-28 23:59:25,065 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom183, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:180) started - MDC[activemq.broker=mom183] 2024-06-28 23:59:25,065 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom183] 2024-06-28 23:59:25,065 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom183 started - MDC[activemq.broker=mom183] 2024-06-28 23:59:25,067 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-539:2,clientId=null,started=false} - MDC[activemq.broker=mom183] 2024-06-28 23:59:25,068 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@37672aa7] - MDC[activemq.broker=mom183] 2024-06-28 23:59:25,068 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom183] 2024-06-28 23:59:25,068 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom183] 2024-06-28 23:59:25,068 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom183 stopped - MDC[activemq.broker=mom183] 2024-06-28 23:59:25,068 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom183, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:180) is shutting down - MDC[activemq.broker=mom183] 2024-06-28 23:59:25,069 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom183, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:180) uptime 0.005 seconds - MDC[activemq.broker=mom183] 2024-06-28 23:59:25,069 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom183, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:180) is shutdown - MDC[activemq.broker=mom183] 2024-06-28 23:59:25,069 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:25,069 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 5.759566 ms 2024-06-28 23:59:25,069 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:25,070 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:25,070 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:25,070 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1343134043'. 2024-06-28 23:59:25,070 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #184 initialized: null 2024-06-28 23:59:25,071 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom184] 2024-06-28 23:59:25,071 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom184] 2024-06-28 23:59:25,071 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom184] 2024-06-28 23:59:25,071 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom184] 2024-06-28 23:59:25,071 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom184] 2024-06-28 23:59:25,071 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom184, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:181) is starting - MDC[activemq.broker=mom184] 2024-06-28 23:59:25,071 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom184, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:181) started - MDC[activemq.broker=mom184] 2024-06-28 23:59:25,072 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom184] 2024-06-28 23:59:25,072 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom184 started - MDC[activemq.broker=mom184] 2024-06-28 23:59:25,073 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-542:2,clientId=null,started=false} - MDC[activemq.broker=mom184] 2024-06-28 23:59:25,075 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@93fb20b, org.eclipse.scout.rt.mom.jms.JmsSubscription@2512eaaa] - MDC[activemq.broker=mom184] 2024-06-28 23:59:25,075 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom184] 2024-06-28 23:59:25,075 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom184] 2024-06-28 23:59:25,075 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom184 stopped - MDC[activemq.broker=mom184] 2024-06-28 23:59:25,076 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom184, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:181) is shutting down - MDC[activemq.broker=mom184] 2024-06-28 23:59:25,076 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom184, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:181) uptime 0.005 seconds - MDC[activemq.broker=mom184] 2024-06-28 23:59:25,076 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom184, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:181) is shutdown - MDC[activemq.broker=mom184] 2024-06-28 23:59:25,076 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:25,076 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 6.255196 ms 2024-06-28 23:59:25,076 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:25,077 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:25,077 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:25,077 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 791942962'. 2024-06-28 23:59:25,077 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #185 initialized: null 2024-06-28 23:59:25,078 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom185] 2024-06-28 23:59:25,078 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom185] 2024-06-28 23:59:25,078 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom185] 2024-06-28 23:59:25,078 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom185] 2024-06-28 23:59:25,078 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom185] 2024-06-28 23:59:25,078 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom185, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:182) is starting - MDC[activemq.broker=mom185] 2024-06-28 23:59:25,079 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom185, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:182) started - MDC[activemq.broker=mom185] 2024-06-28 23:59:25,079 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom185] 2024-06-28 23:59:25,079 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom185 started - MDC[activemq.broker=mom185] 2024-06-28 23:59:25,080 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-545:2,clientId=null,started=false} - MDC[activemq.broker=mom185] 2024-06-28 23:59:25,082 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@19984625, org.eclipse.scout.rt.mom.jms.JmsSubscription@4e293c35] - MDC[activemq.broker=mom185] 2024-06-28 23:59:25,084 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@2c78771b, org.eclipse.scout.rt.mom.jms.JmsSubscription@aec9672] - MDC[activemq.broker=mom185] 2024-06-28 23:59:25,086 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@1eb3a6a3, org.eclipse.scout.rt.mom.jms.JmsSubscription@30f0b75] - MDC[activemq.broker=mom185] 2024-06-28 23:59:25,088 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@34b4c82a, org.eclipse.scout.rt.mom.jms.JmsSubscription@67e7fe73] - MDC[activemq.broker=mom185] 2024-06-28 23:59:25,090 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@786e2c5e, org.eclipse.scout.rt.mom.jms.JmsSubscription@75452b01] - MDC[activemq.broker=mom185] 2024-06-28 23:59:25,092 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@4434eb51, org.eclipse.scout.rt.mom.jms.JmsSubscription@1d0b4b69] - MDC[activemq.broker=mom185] 2024-06-28 23:59:25,094 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@697797e4, org.eclipse.scout.rt.mom.jms.JmsSubscription@38cbbd0b] - MDC[activemq.broker=mom185] 2024-06-28 23:59:25,096 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@54eea16c, org.eclipse.scout.rt.mom.jms.JmsSubscription@7d96618] - MDC[activemq.broker=mom185] 2024-06-28 23:59:25,098 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@100235c7, org.eclipse.scout.rt.mom.jms.JmsSubscription@3ca43e5d] - MDC[activemq.broker=mom185] 2024-06-28 23:59:25,100 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@75dc995f, org.eclipse.scout.rt.mom.jms.JmsSubscription@51c660c8] - MDC[activemq.broker=mom185] 2024-06-28 23:59:25,100 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom185] 2024-06-28 23:59:25,101 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom185] 2024-06-28 23:59:25,101 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom185 stopped - MDC[activemq.broker=mom185] 2024-06-28 23:59:25,101 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom185, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:182) is shutting down - MDC[activemq.broker=mom185] 2024-06-28 23:59:25,101 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom185, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:182) uptime 0.023 seconds - MDC[activemq.broker=mom185] 2024-06-28 23:59:25,101 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom185, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:182) is shutdown - MDC[activemq.broker=mom185] 2024-06-28 23:59:25,101 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:25,101 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 24.622015 ms 2024-06-28 23:59:25,101 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:25,102 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:25,102 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:25,102 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 564173914'. 2024-06-28 23:59:25,103 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #186 initialized: null 2024-06-28 23:59:25,103 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom186] 2024-06-28 23:59:25,103 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom186] 2024-06-28 23:59:25,103 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom186] 2024-06-28 23:59:25,103 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom186] 2024-06-28 23:59:25,103 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom186] 2024-06-28 23:59:25,104 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom186, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:183) is starting - MDC[activemq.broker=mom186] 2024-06-28 23:59:25,104 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom186, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:183) started - MDC[activemq.broker=mom186] 2024-06-28 23:59:25,104 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom186] 2024-06-28 23:59:25,104 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom186 started - MDC[activemq.broker=mom186] 2024-06-28 23:59:25,107 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-548:3,clientId=null,started=false} - MDC[activemq.broker=mom186] 2024-06-28 23:59:25,158 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@12b34bd5, org.eclipse.scout.rt.mom.jms.JmsSubscription@17da6e45] - MDC[activemq.broker=mom186] 2024-06-28 23:59:25,159 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom186] 2024-06-28 23:59:25,159 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom186] 2024-06-28 23:59:25,159 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom186 stopped - MDC[activemq.broker=mom186] 2024-06-28 23:59:25,159 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom186, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:183) is shutting down - MDC[activemq.broker=mom186] 2024-06-28 23:59:25,160 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom186, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:183) uptime 0.057 seconds - MDC[activemq.broker=mom186] 2024-06-28 23:59:25,160 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom186, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:183) is shutdown - MDC[activemq.broker=mom186] 2024-06-28 23:59:25,160 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:25,160 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 57.698690 ms 2024-06-28 23:59:25,160 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:25,160 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:25,160 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:25,161 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1120858287'. 2024-06-28 23:59:25,161 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #187 initialized: null 2024-06-28 23:59:25,162 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom187] 2024-06-28 23:59:25,162 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom187] 2024-06-28 23:59:25,162 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom187] 2024-06-28 23:59:25,162 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom187] 2024-06-28 23:59:25,162 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom187] 2024-06-28 23:59:25,162 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom187, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:184) is starting - MDC[activemq.broker=mom187] 2024-06-28 23:59:25,162 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom187, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:184) started - MDC[activemq.broker=mom187] 2024-06-28 23:59:25,162 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom187] 2024-06-28 23:59:25,163 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom187 started - MDC[activemq.broker=mom187] 2024-06-28 23:59:25,165 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-551:3,clientId=null,started=false} - MDC[activemq.broker=mom187] 2024-06-28 23:59:25,217 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@27ae6f9e, org.eclipse.scout.rt.mom.jms.JmsSubscription@4fdea2de] - MDC[activemq.broker=mom187] 2024-06-28 23:59:25,218 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom187] 2024-06-28 23:59:25,218 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom187] 2024-06-28 23:59:25,218 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom187 stopped - MDC[activemq.broker=mom187] 2024-06-28 23:59:25,218 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom187, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:184) is shutting down - MDC[activemq.broker=mom187] 2024-06-28 23:59:25,219 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom187, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:184) uptime 0.056 seconds - MDC[activemq.broker=mom187] 2024-06-28 23:59:25,219 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom187, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:184) is shutdown - MDC[activemq.broker=mom187] 2024-06-28 23:59:25,219 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:25,219 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 58.403146 ms 2024-06-28 23:59:25,219 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:25,219 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:25,219 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:25,220 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1953887614'. 2024-06-28 23:59:25,220 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #188 initialized: null 2024-06-28 23:59:25,220 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom188] 2024-06-28 23:59:25,221 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom188] 2024-06-28 23:59:25,221 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom188] 2024-06-28 23:59:25,221 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom188] 2024-06-28 23:59:25,221 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom188] 2024-06-28 23:59:25,221 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom188, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:185) is starting - MDC[activemq.broker=mom188] 2024-06-28 23:59:25,221 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom188, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:185) started - MDC[activemq.broker=mom188] 2024-06-28 23:59:25,221 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom188] 2024-06-28 23:59:25,222 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom188 started - MDC[activemq.broker=mom188] 2024-06-28 23:59:25,224 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-554:3,clientId=null,started=false} - MDC[activemq.broker=mom188] 2024-06-28 23:59:25,276 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@616d9a6d, org.eclipse.scout.rt.mom.jms.JmsSubscription@16263fb2] - MDC[activemq.broker=mom188] 2024-06-28 23:59:25,277 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom188] 2024-06-28 23:59:25,277 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom188] 2024-06-28 23:59:25,277 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom188 stopped - MDC[activemq.broker=mom188] 2024-06-28 23:59:25,277 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom188, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:185) is shutting down - MDC[activemq.broker=mom188] 2024-06-28 23:59:25,278 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom188, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:185) uptime 0.057 seconds - MDC[activemq.broker=mom188] 2024-06-28 23:59:25,278 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom188, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:185) is shutdown - MDC[activemq.broker=mom188] 2024-06-28 23:59:25,278 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:25,278 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 58.475455 ms 2024-06-28 23:59:25,278 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:25,278 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:25,278 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:25,279 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1723463463'. 2024-06-28 23:59:25,279 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #189 initialized: null 2024-06-28 23:59:25,280 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom189] 2024-06-28 23:59:25,280 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom189] 2024-06-28 23:59:25,280 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom189] 2024-06-28 23:59:25,280 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom189] 2024-06-28 23:59:25,280 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom189] 2024-06-28 23:59:25,280 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom189, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:186) is starting - MDC[activemq.broker=mom189] 2024-06-28 23:59:25,280 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom189, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:186) started - MDC[activemq.broker=mom189] 2024-06-28 23:59:25,280 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom189] 2024-06-28 23:59:25,281 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom189 started - MDC[activemq.broker=mom189] 2024-06-28 23:59:25,283 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-557:3,clientId=null,started=false} - MDC[activemq.broker=mom189] 2024-06-28 23:59:25,334 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@643bef2a, org.eclipse.scout.rt.mom.jms.JmsSubscription@6049b4c9] - MDC[activemq.broker=mom189] 2024-06-28 23:59:25,335 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom189] 2024-06-28 23:59:25,335 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom189] 2024-06-28 23:59:25,336 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom189 stopped - MDC[activemq.broker=mom189] 2024-06-28 23:59:25,336 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom189, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:186) is shutting down - MDC[activemq.broker=mom189] 2024-06-28 23:59:25,336 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom189, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:186) uptime 0.056 seconds - MDC[activemq.broker=mom189] 2024-06-28 23:59:25,336 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom189, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:186) is shutdown - MDC[activemq.broker=mom189] 2024-06-28 23:59:25,336 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:25,336 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 57.998741 ms 2024-06-28 23:59:25,336 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:25,337 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:25,337 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:25,337 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1051287417'. 2024-06-28 23:59:25,338 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #190 initialized: null 2024-06-28 23:59:25,338 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom190] 2024-06-28 23:59:25,338 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom190] 2024-06-28 23:59:25,338 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom190] 2024-06-28 23:59:25,338 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom190] 2024-06-28 23:59:25,338 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom190] 2024-06-28 23:59:25,339 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom190, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:187) is starting - MDC[activemq.broker=mom190] 2024-06-28 23:59:25,339 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom190, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:187) started - MDC[activemq.broker=mom190] 2024-06-28 23:59:25,339 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom190] 2024-06-28 23:59:25,339 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom190 started - MDC[activemq.broker=mom190] 2024-06-28 23:59:25,342 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-560:3,clientId=null,started=false} - MDC[activemq.broker=mom190] 2024-06-28 23:59:25,393 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@67441705, org.eclipse.scout.rt.mom.jms.JmsSubscription@2ea2f965] - MDC[activemq.broker=mom190] 2024-06-28 23:59:25,395 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom190] 2024-06-28 23:59:25,395 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom190] 2024-06-28 23:59:25,395 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom190 stopped - MDC[activemq.broker=mom190] 2024-06-28 23:59:25,395 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom190, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:187) is shutting down - MDC[activemq.broker=mom190] 2024-06-28 23:59:25,395 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom190, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:187) uptime 0.057 seconds - MDC[activemq.broker=mom190] 2024-06-28 23:59:25,396 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom190, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:187) is shutdown - MDC[activemq.broker=mom190] 2024-06-28 23:59:25,396 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:25,396 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 58.737465 ms 2024-06-28 23:59:25,396 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:25,396 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:25,396 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:25,397 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 2092597907'. 2024-06-28 23:59:25,397 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #191 initialized: null 2024-06-28 23:59:25,398 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom191] 2024-06-28 23:59:25,398 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom191] 2024-06-28 23:59:25,398 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom191] 2024-06-28 23:59:25,398 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom191] 2024-06-28 23:59:25,398 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom191] 2024-06-28 23:59:25,399 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom191, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:188) is starting - MDC[activemq.broker=mom191] 2024-06-28 23:59:25,399 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom191, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:188) started - MDC[activemq.broker=mom191] 2024-06-28 23:59:25,399 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom191] 2024-06-28 23:59:25,400 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom191 started - MDC[activemq.broker=mom191] 2024-06-28 23:59:25,402 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-563:3,clientId=null,started=false} - MDC[activemq.broker=mom191] 2024-06-28 23:59:25,454 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2be89ba5, org.eclipse.scout.rt.mom.jms.JmsSubscription@408573b1] - MDC[activemq.broker=mom191] 2024-06-28 23:59:25,455 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom191] 2024-06-28 23:59:25,456 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom191] 2024-06-28 23:59:25,456 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom191 stopped - MDC[activemq.broker=mom191] 2024-06-28 23:59:25,456 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom191, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:188) is shutting down - MDC[activemq.broker=mom191] 2024-06-28 23:59:25,456 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom191, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:188) uptime 0.058 seconds - MDC[activemq.broker=mom191] 2024-06-28 23:59:25,456 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom191, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:188) is shutdown - MDC[activemq.broker=mom191] 2024-06-28 23:59:25,456 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:25,457 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 60.386387 ms 2024-06-28 23:59:25,457 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:25,457 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:25,457 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:25,457 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1482745027'. 2024-06-28 23:59:25,458 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #192 initialized: null 2024-06-28 23:59:25,458 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom192] 2024-06-28 23:59:25,458 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom192] 2024-06-28 23:59:25,458 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom192] 2024-06-28 23:59:25,458 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom192] 2024-06-28 23:59:25,459 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom192] 2024-06-28 23:59:25,459 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom192, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:189) is starting - MDC[activemq.broker=mom192] 2024-06-28 23:59:25,459 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom192, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:189) started - MDC[activemq.broker=mom192] 2024-06-28 23:59:25,459 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom192] 2024-06-28 23:59:25,460 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom192 started - MDC[activemq.broker=mom192] 2024-06-28 23:59:25,462 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-566:3,clientId=null,started=false} - MDC[activemq.broker=mom192] 2024-06-28 23:59:25,514 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1d7914a5, org.eclipse.scout.rt.mom.jms.JmsSubscription@40fd25c7] - MDC[activemq.broker=mom192] 2024-06-28 23:59:25,515 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom192] 2024-06-28 23:59:25,515 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom192] 2024-06-28 23:59:25,516 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom192 stopped - MDC[activemq.broker=mom192] 2024-06-28 23:59:25,516 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom192, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:189) is shutting down - MDC[activemq.broker=mom192] 2024-06-28 23:59:25,516 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom192, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:189) uptime 0.058 seconds - MDC[activemq.broker=mom192] 2024-06-28 23:59:25,516 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom192, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:189) is shutdown - MDC[activemq.broker=mom192] 2024-06-28 23:59:25,516 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:25,516 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 59.389199 ms 2024-06-28 23:59:25,517 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:25,517 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:25,517 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:25,517 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 886790453'. 2024-06-28 23:59:25,518 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #193 initialized: null 2024-06-28 23:59:25,518 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom193] 2024-06-28 23:59:25,518 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom193] 2024-06-28 23:59:25,518 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom193] 2024-06-28 23:59:25,518 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom193] 2024-06-28 23:59:25,518 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom193] 2024-06-28 23:59:25,519 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom193, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:190) is starting - MDC[activemq.broker=mom193] 2024-06-28 23:59:25,519 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom193, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:190) started - MDC[activemq.broker=mom193] 2024-06-28 23:59:25,519 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom193] 2024-06-28 23:59:25,519 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom193 started - MDC[activemq.broker=mom193] 2024-06-28 23:59:25,522 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-569:3,clientId=null,started=false} - MDC[activemq.broker=mom193] 2024-06-28 23:59:25,573 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@63f093a, org.eclipse.scout.rt.mom.jms.JmsSubscription@21132086] - MDC[activemq.broker=mom193] 2024-06-28 23:59:25,574 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom193] 2024-06-28 23:59:25,574 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom193] 2024-06-28 23:59:25,575 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom193 stopped - MDC[activemq.broker=mom193] 2024-06-28 23:59:25,575 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom193, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:190) is shutting down - MDC[activemq.broker=mom193] 2024-06-28 23:59:25,575 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom193, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:190) uptime 0.057 seconds - MDC[activemq.broker=mom193] 2024-06-28 23:59:25,575 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom193, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:190) is shutdown - MDC[activemq.broker=mom193] 2024-06-28 23:59:25,575 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:25,575 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 58.042208 ms 2024-06-28 23:59:25,575 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:25,576 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:25,576 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:25,576 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 158876320'. 2024-06-28 23:59:25,576 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #194 initialized: null 2024-06-28 23:59:25,577 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom194] 2024-06-28 23:59:25,577 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom194] 2024-06-28 23:59:25,577 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom194] 2024-06-28 23:59:25,577 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom194] 2024-06-28 23:59:25,577 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom194] 2024-06-28 23:59:25,577 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom194, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:191) is starting - MDC[activemq.broker=mom194] 2024-06-28 23:59:25,578 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom194, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:191) started - MDC[activemq.broker=mom194] 2024-06-28 23:59:25,578 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom194] 2024-06-28 23:59:25,578 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom194 started - MDC[activemq.broker=mom194] 2024-06-28 23:59:25,630 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-572:3,clientId=null,started=false} - MDC[activemq.broker=mom194] 2024-06-28 23:59:25,681 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2258228f, org.eclipse.scout.rt.mom.jms.JmsSubscription@42210d27] - MDC[activemq.broker=mom194] 2024-06-28 23:59:25,683 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom194] 2024-06-28 23:59:25,683 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom194] 2024-06-28 23:59:25,683 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom194 stopped - MDC[activemq.broker=mom194] 2024-06-28 23:59:25,684 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom194, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:191) is shutting down - MDC[activemq.broker=mom194] 2024-06-28 23:59:25,684 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom194, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:191) uptime 0.107 seconds - MDC[activemq.broker=mom194] 2024-06-28 23:59:25,684 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom194, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:191) is shutdown - MDC[activemq.broker=mom194] 2024-06-28 23:59:25,684 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:25,684 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 108.696941 ms 2024-06-28 23:59:25,684 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:25,685 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:25,685 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:25,685 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1664297171'. 2024-06-28 23:59:25,686 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #195 initialized: null 2024-06-28 23:59:25,687 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom195] 2024-06-28 23:59:25,687 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom195] 2024-06-28 23:59:25,687 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom195] 2024-06-28 23:59:25,687 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom195] 2024-06-28 23:59:25,687 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom195] 2024-06-28 23:59:25,688 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom195, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:192) is starting - MDC[activemq.broker=mom195] 2024-06-28 23:59:25,688 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom195, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:192) started - MDC[activemq.broker=mom195] 2024-06-28 23:59:25,688 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom195] 2024-06-28 23:59:25,689 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom195 started - MDC[activemq.broker=mom195] 2024-06-28 23:59:25,691 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-575:3,clientId=null,started=false} - MDC[activemq.broker=mom195] 2024-06-28 23:59:25,743 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@55880c, org.eclipse.scout.rt.mom.jms.JmsSubscription@17224bad] - MDC[activemq.broker=mom195] 2024-06-28 23:59:25,744 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom195] 2024-06-28 23:59:25,744 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom195] 2024-06-28 23:59:25,744 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom195 stopped - MDC[activemq.broker=mom195] 2024-06-28 23:59:25,744 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom195, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:192) is shutting down - MDC[activemq.broker=mom195] 2024-06-28 23:59:25,745 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom195, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:192) uptime 0.057 seconds - MDC[activemq.broker=mom195] 2024-06-28 23:59:25,745 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom195, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:192) is shutdown - MDC[activemq.broker=mom195] 2024-06-28 23:59:25,745 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:25,745 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 59.673567 ms 2024-06-28 23:59:25,745 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:25,745 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:25,745 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:25,746 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1672523441'. 2024-06-28 23:59:25,746 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #196 initialized: null 2024-06-28 23:59:25,747 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom196] 2024-06-28 23:59:25,747 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom196] 2024-06-28 23:59:25,747 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom196] 2024-06-28 23:59:25,747 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom196] 2024-06-28 23:59:25,747 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom196] 2024-06-28 23:59:25,747 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom196, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:193) is starting - MDC[activemq.broker=mom196] 2024-06-28 23:59:25,747 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom196, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:193) started - MDC[activemq.broker=mom196] 2024-06-28 23:59:25,748 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom196] 2024-06-28 23:59:25,748 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom196 started - MDC[activemq.broker=mom196] 2024-06-28 23:59:25,750 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-578:2,clientId=null,started=false} - MDC[activemq.broker=mom196] 2024-06-28 23:59:25,752 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@21dd405a, org.eclipse.scout.rt.mom.jms.JmsSubscription@31d11998] - MDC[activemq.broker=mom196] 2024-06-28 23:59:25,753 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom196] 2024-06-28 23:59:25,753 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom196] 2024-06-28 23:59:25,753 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom196 stopped - MDC[activemq.broker=mom196] 2024-06-28 23:59:25,753 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom196, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:193) is shutting down - MDC[activemq.broker=mom196] 2024-06-28 23:59:25,754 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom196, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:193) uptime 0.007 seconds - MDC[activemq.broker=mom196] 2024-06-28 23:59:25,754 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom196, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:193) is shutdown - MDC[activemq.broker=mom196] 2024-06-28 23:59:25,754 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:25,754 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 8.662776 ms 2024-06-28 23:59:25,754 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:25,755 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:25,755 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:25,755 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1472073107'. 2024-06-28 23:59:25,756 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #197 initialized: null 2024-06-28 23:59:25,757 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom197] 2024-06-28 23:59:25,757 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom197] 2024-06-28 23:59:25,757 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom197] 2024-06-28 23:59:25,757 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom197] 2024-06-28 23:59:25,757 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom197] 2024-06-28 23:59:25,758 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom197, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:194) is starting - MDC[activemq.broker=mom197] 2024-06-28 23:59:25,758 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom197, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:194) started - MDC[activemq.broker=mom197] 2024-06-28 23:59:25,758 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom197] 2024-06-28 23:59:25,759 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom197 started - MDC[activemq.broker=mom197] 2024-06-28 23:59:25,764 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-581:2,clientId=null,started=false} - MDC[activemq.broker=mom197] 2024-06-28 23:59:25,770 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@34c3e307, org.eclipse.scout.rt.mom.jms.JmsSubscription@3d1703f8] - MDC[activemq.broker=mom197] 2024-06-28 23:59:25,771 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom197] 2024-06-28 23:59:25,771 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom197] 2024-06-28 23:59:25,771 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom197 stopped - MDC[activemq.broker=mom197] 2024-06-28 23:59:25,772 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom197, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:194) is shutting down - MDC[activemq.broker=mom197] 2024-06-28 23:59:25,773 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom197, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:194) uptime 0.015 seconds - MDC[activemq.broker=mom197] 2024-06-28 23:59:25,773 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom197, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:194) is shutdown - MDC[activemq.broker=mom197] 2024-06-28 23:59:25,773 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:25,773 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 17.730965 ms 2024-06-28 23:59:25,773 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:25,775 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:25,775 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:25,775 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 295489574'. 2024-06-28 23:59:25,777 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #198 initialized: null 2024-06-28 23:59:25,777 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom198] 2024-06-28 23:59:25,777 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom198] 2024-06-28 23:59:25,778 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom198] 2024-06-28 23:59:25,778 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom198] 2024-06-28 23:59:25,778 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom198] 2024-06-28 23:59:25,778 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom198, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:195) is starting - MDC[activemq.broker=mom198] 2024-06-28 23:59:25,779 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom198, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:195) started - MDC[activemq.broker=mom198] 2024-06-28 23:59:25,779 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom198] 2024-06-28 23:59:25,779 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom198 started - MDC[activemq.broker=mom198] 2024-06-28 23:59:25,780 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-584:1,clientId=null,started=false} - MDC[activemq.broker=mom198] 2024-06-28 23:59:25,786 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@9d455a6] - MDC[activemq.broker=mom198] 2024-06-28 23:59:25,787 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom198] 2024-06-28 23:59:25,787 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom198] 2024-06-28 23:59:25,787 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom198 stopped - MDC[activemq.broker=mom198] 2024-06-28 23:59:25,787 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom198, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:195) is shutting down - MDC[activemq.broker=mom198] 2024-06-28 23:59:25,787 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom198, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:195) uptime 0.010 seconds - MDC[activemq.broker=mom198] 2024-06-28 23:59:25,788 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom198, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:195) is shutdown - MDC[activemq.broker=mom198] 2024-06-28 23:59:25,788 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:25,788 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 12.965060 ms 2024-06-28 23:59:25,788 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:25,789 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:25,789 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:25,789 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 909778317'. 2024-06-28 23:59:25,790 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #199 initialized: null 2024-06-28 23:59:25,790 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom199] 2024-06-28 23:59:25,791 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom199] 2024-06-28 23:59:25,791 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom199] 2024-06-28 23:59:25,791 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom199] 2024-06-28 23:59:25,791 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom199] 2024-06-28 23:59:25,792 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom199, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:196) is starting - MDC[activemq.broker=mom199] 2024-06-28 23:59:25,792 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom199, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:196) started - MDC[activemq.broker=mom199] 2024-06-28 23:59:25,792 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom199] 2024-06-28 23:59:25,792 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom199 started - MDC[activemq.broker=mom199] 2024-06-28 23:59:25,793 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-587:1,clientId=null,started=false} - MDC[activemq.broker=mom199] 2024-06-28 23:59:25,946 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@67fdc1e9] - MDC[activemq.broker=mom199] 2024-06-28 23:59:25,947 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom199] 2024-06-28 23:59:25,947 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom199] 2024-06-28 23:59:25,947 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom199 stopped - MDC[activemq.broker=mom199] 2024-06-28 23:59:25,947 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom199, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:196) is shutting down - MDC[activemq.broker=mom199] 2024-06-28 23:59:25,948 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom199, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:196) uptime 0.158 seconds - MDC[activemq.broker=mom199] 2024-06-28 23:59:25,948 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom199, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:196) is shutdown - MDC[activemq.broker=mom199] 2024-06-28 23:59:25,948 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:25,948 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 159.121647 ms 2024-06-28 23:59:25,948 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:25,948 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:25,948 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:25,949 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1158910889'. 2024-06-28 23:59:25,949 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #200 initialized: null 2024-06-28 23:59:25,950 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom200] 2024-06-28 23:59:25,950 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom200] 2024-06-28 23:59:25,950 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom200] 2024-06-28 23:59:25,950 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom200] 2024-06-28 23:59:25,950 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom200] 2024-06-28 23:59:25,950 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom200, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:197) is starting - MDC[activemq.broker=mom200] 2024-06-28 23:59:25,950 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom200, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:197) started - MDC[activemq.broker=mom200] 2024-06-28 23:59:25,950 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom200] 2024-06-28 23:59:25,951 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom200 started - MDC[activemq.broker=mom200] 2024-06-28 23:59:25,951 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-590:1,clientId=null,started=false} - MDC[activemq.broker=mom200] 2024-06-28 23:59:26,104 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@72e9c0a0] - MDC[activemq.broker=mom200] 2024-06-28 23:59:26,105 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom200] 2024-06-28 23:59:26,105 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom200] 2024-06-28 23:59:26,105 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom200 stopped - MDC[activemq.broker=mom200] 2024-06-28 23:59:26,105 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom200, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:197) is shutting down - MDC[activemq.broker=mom200] 2024-06-28 23:59:26,106 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom200, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:197) uptime 0.156 seconds - MDC[activemq.broker=mom200] 2024-06-28 23:59:26,106 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom200, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:197) is shutdown - MDC[activemq.broker=mom200] 2024-06-28 23:59:26,106 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:26,106 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 157.323255 ms 2024-06-28 23:59:26,106 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:26,106 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:26,106 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:26,106 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 24990008'. 2024-06-28 23:59:26,107 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #201 initialized: null 2024-06-28 23:59:26,107 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom201] 2024-06-28 23:59:26,108 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom201] 2024-06-28 23:59:26,108 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom201] 2024-06-28 23:59:26,108 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom201] 2024-06-28 23:59:26,108 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom201] 2024-06-28 23:59:26,108 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom201, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:198) is starting - MDC[activemq.broker=mom201] 2024-06-28 23:59:26,108 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom201, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:198) started - MDC[activemq.broker=mom201] 2024-06-28 23:59:26,108 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom201] 2024-06-28 23:59:26,109 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom201 started - MDC[activemq.broker=mom201] 2024-06-28 23:59:26,109 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-593:1,clientId=null,started=false} - MDC[activemq.broker=mom201] 2024-06-28 23:59:26,262 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5112858c] - MDC[activemq.broker=mom201] 2024-06-28 23:59:26,263 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom201] 2024-06-28 23:59:26,263 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom201] 2024-06-28 23:59:26,263 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom201 stopped - MDC[activemq.broker=mom201] 2024-06-28 23:59:26,263 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom201, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:198) is shutting down - MDC[activemq.broker=mom201] 2024-06-28 23:59:26,263 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom201, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:198) uptime 0.156 seconds - MDC[activemq.broker=mom201] 2024-06-28 23:59:26,263 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom201, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:198) is shutdown - MDC[activemq.broker=mom201] 2024-06-28 23:59:26,264 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:26,264 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 157.296281 ms 2024-06-28 23:59:26,264 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:26,264 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:26,264 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:26,264 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1802191223'. 2024-06-28 23:59:26,265 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #202 initialized: null 2024-06-28 23:59:26,265 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom202] 2024-06-28 23:59:26,265 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom202] 2024-06-28 23:59:26,266 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom202] 2024-06-28 23:59:26,266 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom202] 2024-06-28 23:59:26,266 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom202] 2024-06-28 23:59:26,266 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom202, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:199) is starting - MDC[activemq.broker=mom202] 2024-06-28 23:59:26,266 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom202, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:199) started - MDC[activemq.broker=mom202] 2024-06-28 23:59:26,266 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom202] 2024-06-28 23:59:26,267 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom202 started - MDC[activemq.broker=mom202] 2024-06-28 23:59:26,267 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-596:1,clientId=null,started=false} - MDC[activemq.broker=mom202] 2024-06-28 23:59:26,420 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2565b097] - MDC[activemq.broker=mom202] 2024-06-28 23:59:26,420 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom202] 2024-06-28 23:59:26,421 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom202] 2024-06-28 23:59:26,421 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom202 stopped - MDC[activemq.broker=mom202] 2024-06-28 23:59:26,421 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom202, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:199) is shutting down - MDC[activemq.broker=mom202] 2024-06-28 23:59:26,421 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom202, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:199) uptime 0.156 seconds - MDC[activemq.broker=mom202] 2024-06-28 23:59:26,421 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom202, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:199) is shutdown - MDC[activemq.broker=mom202] 2024-06-28 23:59:26,421 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:26,422 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 157.324304 ms 2024-06-28 23:59:26,422 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:26,422 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:26,422 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:26,422 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1653159791'. 2024-06-28 23:59:26,423 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #203 initialized: null 2024-06-28 23:59:26,423 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom203] 2024-06-28 23:59:26,423 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom203] 2024-06-28 23:59:26,423 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom203] 2024-06-28 23:59:26,423 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom203] 2024-06-28 23:59:26,424 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom203] 2024-06-28 23:59:26,424 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom203, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:200) is starting - MDC[activemq.broker=mom203] 2024-06-28 23:59:26,424 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom203, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:200) started - MDC[activemq.broker=mom203] 2024-06-28 23:59:26,424 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom203] 2024-06-28 23:59:26,424 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom203 started - MDC[activemq.broker=mom203] 2024-06-28 23:59:26,425 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-599:1,clientId=null,started=false} - MDC[activemq.broker=mom203] 2024-06-28 23:59:26,577 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4d5d6297] - MDC[activemq.broker=mom203] 2024-06-28 23:59:26,578 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom203] 2024-06-28 23:59:26,579 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom203] 2024-06-28 23:59:26,579 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom203 stopped - MDC[activemq.broker=mom203] 2024-06-28 23:59:26,579 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom203, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:200) is shutting down - MDC[activemq.broker=mom203] 2024-06-28 23:59:26,580 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom203, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:200) uptime 0.156 seconds - MDC[activemq.broker=mom203] 2024-06-28 23:59:26,580 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom203, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:200) is shutdown - MDC[activemq.broker=mom203] 2024-06-28 23:59:26,580 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:26,580 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 157.909667 ms 2024-06-28 23:59:26,580 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:26,581 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:26,581 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:26,581 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 2125689029'. 2024-06-28 23:59:26,582 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #204 initialized: null 2024-06-28 23:59:26,583 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom204] 2024-06-28 23:59:26,583 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom204] 2024-06-28 23:59:26,583 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom204] 2024-06-28 23:59:26,583 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom204] 2024-06-28 23:59:26,583 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom204] 2024-06-28 23:59:26,584 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom204, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:201) is starting - MDC[activemq.broker=mom204] 2024-06-28 23:59:26,584 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom204, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:201) started - MDC[activemq.broker=mom204] 2024-06-28 23:59:26,584 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom204] 2024-06-28 23:59:26,585 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom204 started - MDC[activemq.broker=mom204] 2024-06-28 23:59:26,585 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-602:1,clientId=null,started=false} - MDC[activemq.broker=mom204] 2024-06-28 23:59:26,738 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4474c514] - MDC[activemq.broker=mom204] 2024-06-28 23:59:26,739 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom204] 2024-06-28 23:59:26,739 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom204] 2024-06-28 23:59:26,739 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom204 stopped - MDC[activemq.broker=mom204] 2024-06-28 23:59:26,739 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom204, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:201) is shutting down - MDC[activemq.broker=mom204] 2024-06-28 23:59:26,740 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom204, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:201) uptime 0.156 seconds - MDC[activemq.broker=mom204] 2024-06-28 23:59:26,740 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom204, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:201) is shutdown - MDC[activemq.broker=mom204] 2024-06-28 23:59:26,740 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:26,740 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 159.063650 ms 2024-06-28 23:59:26,740 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:26,740 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:26,740 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:26,741 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1766194616'. 2024-06-28 23:59:26,741 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #205 initialized: null 2024-06-28 23:59:26,742 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom205] 2024-06-28 23:59:26,742 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom205] 2024-06-28 23:59:26,742 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom205] 2024-06-28 23:59:26,742 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom205] 2024-06-28 23:59:26,742 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom205] 2024-06-28 23:59:26,742 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom205, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:202) is starting - MDC[activemq.broker=mom205] 2024-06-28 23:59:26,742 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom205, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:202) started - MDC[activemq.broker=mom205] 2024-06-28 23:59:26,742 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom205] 2024-06-28 23:59:26,743 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom205 started - MDC[activemq.broker=mom205] 2024-06-28 23:59:26,743 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-605:1,clientId=null,started=false} - MDC[activemq.broker=mom205] 2024-06-28 23:59:26,896 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6980e66a] - MDC[activemq.broker=mom205] 2024-06-28 23:59:26,897 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom205] 2024-06-28 23:59:26,897 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom205] 2024-06-28 23:59:26,898 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom205 stopped - MDC[activemq.broker=mom205] 2024-06-28 23:59:26,898 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom205, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:202) is shutting down - MDC[activemq.broker=mom205] 2024-06-28 23:59:26,898 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom205, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:202) uptime 0.156 seconds - MDC[activemq.broker=mom205] 2024-06-28 23:59:26,898 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom205, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:202) is shutdown - MDC[activemq.broker=mom205] 2024-06-28 23:59:26,898 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:26,899 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 158.196024 ms 2024-06-28 23:59:26,899 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:26,899 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:26,899 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:26,899 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 2114962896'. 2024-06-28 23:59:26,900 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #206 initialized: null 2024-06-28 23:59:26,900 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom206] 2024-06-28 23:59:26,900 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom206] 2024-06-28 23:59:26,900 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom206] 2024-06-28 23:59:26,900 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom206] 2024-06-28 23:59:26,900 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom206] 2024-06-28 23:59:26,901 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom206, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:203) is starting - MDC[activemq.broker=mom206] 2024-06-28 23:59:26,901 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom206, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:203) started - MDC[activemq.broker=mom206] 2024-06-28 23:59:26,901 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom206] 2024-06-28 23:59:26,901 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom206 started - MDC[activemq.broker=mom206] 2024-06-28 23:59:26,902 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-608:1,clientId=null,started=false} - MDC[activemq.broker=mom206] 2024-06-28 23:59:27,055 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@648639f1] - MDC[activemq.broker=mom206] 2024-06-28 23:59:27,055 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom206] 2024-06-28 23:59:27,055 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom206] 2024-06-28 23:59:27,056 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom206 stopped - MDC[activemq.broker=mom206] 2024-06-28 23:59:27,056 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom206, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:203) is shutting down - MDC[activemq.broker=mom206] 2024-06-28 23:59:27,056 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom206, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:203) uptime 0.156 seconds - MDC[activemq.broker=mom206] 2024-06-28 23:59:27,057 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom206, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:203) is shutdown - MDC[activemq.broker=mom206] 2024-06-28 23:59:27,057 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:27,057 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 157.626569 ms 2024-06-28 23:59:27,057 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:27,057 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:27,057 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:27,058 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 302236249'. 2024-06-28 23:59:27,058 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #207 initialized: null 2024-06-28 23:59:27,059 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom207] 2024-06-28 23:59:27,059 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom207] 2024-06-28 23:59:27,059 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom207] 2024-06-28 23:59:27,059 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom207] 2024-06-28 23:59:27,059 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom207] 2024-06-28 23:59:27,059 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom207, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:204) is starting - MDC[activemq.broker=mom207] 2024-06-28 23:59:27,059 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom207, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:204) started - MDC[activemq.broker=mom207] 2024-06-28 23:59:27,060 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom207] 2024-06-28 23:59:27,060 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom207 started - MDC[activemq.broker=mom207] 2024-06-28 23:59:27,060 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-611:1,clientId=null,started=false} - MDC[activemq.broker=mom207] 2024-06-28 23:59:27,213 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@15311af2] - MDC[activemq.broker=mom207] 2024-06-28 23:59:27,214 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom207] 2024-06-28 23:59:27,214 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom207] 2024-06-28 23:59:27,215 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom207 stopped - MDC[activemq.broker=mom207] 2024-06-28 23:59:27,215 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom207, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:204) is shutting down - MDC[activemq.broker=mom207] 2024-06-28 23:59:27,215 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom207, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:204) uptime 0.156 seconds - MDC[activemq.broker=mom207] 2024-06-28 23:59:27,215 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom207, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:204) is shutdown - MDC[activemq.broker=mom207] 2024-06-28 23:59:27,215 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:27,215 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 157.935912 ms 2024-06-28 23:59:27,215 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:27,216 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:27,216 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:27,216 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1372526568'. 2024-06-28 23:59:27,217 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #208 initialized: null 2024-06-28 23:59:27,217 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom208] 2024-06-28 23:59:27,217 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom208] 2024-06-28 23:59:27,217 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom208] 2024-06-28 23:59:27,217 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom208] 2024-06-28 23:59:27,217 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom208] 2024-06-28 23:59:27,218 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom208, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:205) is starting - MDC[activemq.broker=mom208] 2024-06-28 23:59:27,218 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom208, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:205) started - MDC[activemq.broker=mom208] 2024-06-28 23:59:27,218 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom208] 2024-06-28 23:59:27,218 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom208 started - MDC[activemq.broker=mom208] 2024-06-28 23:59:27,218 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-614:1,clientId=null,started=false} - MDC[activemq.broker=mom208] 2024-06-28 23:59:27,371 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@52db9036] - MDC[activemq.broker=mom208] 2024-06-28 23:59:27,372 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom208] 2024-06-28 23:59:27,372 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom208] 2024-06-28 23:59:27,372 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom208 stopped - MDC[activemq.broker=mom208] 2024-06-28 23:59:27,373 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom208, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:205) is shutting down - MDC[activemq.broker=mom208] 2024-06-28 23:59:27,373 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom208, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:205) uptime 0.156 seconds - MDC[activemq.broker=mom208] 2024-06-28 23:59:27,373 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom208, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:205) is shutdown - MDC[activemq.broker=mom208] 2024-06-28 23:59:27,373 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:27,373 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 157.337535 ms 2024-06-28 23:59:27,373 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:27,374 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:27,374 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:27,374 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1036613338'. 2024-06-28 23:59:27,375 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #209 initialized: null 2024-06-28 23:59:27,375 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom209] 2024-06-28 23:59:27,375 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom209] 2024-06-28 23:59:27,375 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom209] 2024-06-28 23:59:27,375 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom209] 2024-06-28 23:59:27,375 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom209] 2024-06-28 23:59:27,376 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom209, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:206) is starting - MDC[activemq.broker=mom209] 2024-06-28 23:59:27,376 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom209, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:206) started - MDC[activemq.broker=mom209] 2024-06-28 23:59:27,376 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom209] 2024-06-28 23:59:27,376 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom209 started - MDC[activemq.broker=mom209] 2024-06-28 23:59:27,378 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-617:2,clientId=null,started=false} - MDC[activemq.broker=mom209] 2024-06-28 23:59:28,384 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@6ef5e46a, org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@5b7e2a88] - MDC[activemq.broker=mom209] 2024-06-28 23:59:28,384 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom209] 2024-06-28 23:59:28,384 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom209] 2024-06-28 23:59:28,384 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom209 stopped - MDC[activemq.broker=mom209] 2024-06-28 23:59:28,384 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom209, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:206) is shutting down - MDC[activemq.broker=mom209] 2024-06-28 23:59:28,385 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom209, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:206) uptime 1.009 seconds - MDC[activemq.broker=mom209] 2024-06-28 23:59:28,385 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom209, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:206) is shutdown - MDC[activemq.broker=mom209] 2024-06-28 23:59:28,385 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:28,385 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 1010.877114 ms 2024-06-28 23:59:28,385 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:28,385 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:28,386 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:28,386 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1502545503'. 2024-06-28 23:59:28,386 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #210 initialized: null 2024-06-28 23:59:28,387 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom210] 2024-06-28 23:59:28,387 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom210] 2024-06-28 23:59:28,387 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom210] 2024-06-28 23:59:28,387 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom210] 2024-06-28 23:59:28,387 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom210] 2024-06-28 23:59:28,387 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom210, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:207) is starting - MDC[activemq.broker=mom210] 2024-06-28 23:59:28,388 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom210, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:207) started - MDC[activemq.broker=mom210] 2024-06-28 23:59:28,388 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom210] 2024-06-28 23:59:28,388 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom210 started - MDC[activemq.broker=mom210] 2024-06-28 23:59:28,391 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-620:3,clientId=null,started=false} - MDC[activemq.broker=mom210] 2024-06-28 23:59:28,392 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@56929ce, org.eclipse.scout.rt.mom.jms.JmsSubscription@7bb6a1f4] - MDC[activemq.broker=mom210] 2024-06-28 23:59:28,393 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom210] 2024-06-28 23:59:28,393 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom210] 2024-06-28 23:59:28,393 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom210 stopped - MDC[activemq.broker=mom210] 2024-06-28 23:59:28,393 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom210, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:207) is shutting down - MDC[activemq.broker=mom210] 2024-06-28 23:59:28,393 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom210, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:207) uptime 0.006 seconds - MDC[activemq.broker=mom210] 2024-06-28 23:59:28,393 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom210, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:207) is shutdown - MDC[activemq.broker=mom210] 2024-06-28 23:59:28,393 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:28,393 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 7.779748 ms 2024-06-28 23:59:28,393 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:28,394 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:28,394 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:28,394 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 2061891477'. 2024-06-28 23:59:28,395 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #211 initialized: null 2024-06-28 23:59:28,395 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom211] 2024-06-28 23:59:28,395 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom211] 2024-06-28 23:59:28,395 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom211] 2024-06-28 23:59:28,395 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom211] 2024-06-28 23:59:28,395 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom211] 2024-06-28 23:59:28,396 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom211, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:208) is starting - MDC[activemq.broker=mom211] 2024-06-28 23:59:28,396 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom211, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:208) started - MDC[activemq.broker=mom211] 2024-06-28 23:59:28,396 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom211] 2024-06-28 23:59:28,396 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom211 started - MDC[activemq.broker=mom211] 2024-06-28 23:59:30,401 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@20c7a91d, org.eclipse.scout.rt.mom.jms.JmsSubscription@2048255a] - MDC[activemq.broker=mom211] 2024-06-28 23:59:30,401 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom211 stopped - MDC[activemq.broker=mom211] 2024-06-28 23:59:30,401 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom211, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:208) is shutting down - MDC[activemq.broker=mom211] 2024-06-28 23:59:30,402 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom211, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:208) uptime 2.006 seconds - MDC[activemq.broker=mom211] 2024-06-28 23:59:30,402 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom211, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:208) is shutdown - MDC[activemq.broker=mom211] 2024-06-28 23:59:30,402 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-28 23:59:30,402 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 2007.760871 ms 2024-06-28 23:59:30,402 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:30,402 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:30,403 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:30,403 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 2053669260'. 2024-06-28 23:59:30,403 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #212 initialized: null 2024-06-28 23:59:30,404 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom212] 2024-06-28 23:59:30,404 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom212] 2024-06-28 23:59:30,404 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom212] 2024-06-28 23:59:30,404 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom212] 2024-06-28 23:59:30,404 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom212] 2024-06-28 23:59:30,404 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom212, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:209) is starting - MDC[activemq.broker=mom212] 2024-06-28 23:59:30,405 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom212, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:209) started - MDC[activemq.broker=mom212] 2024-06-28 23:59:30,405 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom212] 2024-06-28 23:59:30,405 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom212 started - MDC[activemq.broker=mom212] 2024-06-28 23:59:30,406 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-626:2,clientId=null,started=false} - MDC[cid=cid:abc, activemq.broker=mom212] 2024-06-28 23:59:30,408 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@35f59dfe] - MDC[activemq.broker=mom212] 2024-06-28 23:59:30,408 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom212] 2024-06-28 23:59:30,408 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom212] 2024-06-28 23:59:30,408 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom212 stopped - MDC[activemq.broker=mom212] 2024-06-28 23:59:30,408 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom212, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:209) is shutting down - MDC[activemq.broker=mom212] 2024-06-28 23:59:30,408 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom212, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:209) uptime 0.004 seconds - MDC[activemq.broker=mom212] 2024-06-28 23:59:30,409 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom212, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:209) is shutdown - MDC[activemq.broker=mom212] 2024-06-28 23:59:30,409 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:30,409 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 6.079926 ms 2024-06-28 23:59:30,409 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:30,409 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:30,409 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:30,409 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1794093634'. 2024-06-28 23:59:30,410 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #213 initialized: null 2024-06-28 23:59:30,410 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom213] 2024-06-28 23:59:30,410 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom213] 2024-06-28 23:59:30,410 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom213] 2024-06-28 23:59:30,411 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom213] 2024-06-28 23:59:30,411 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom213] 2024-06-28 23:59:30,411 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom213, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:210) is starting - MDC[activemq.broker=mom213] 2024-06-28 23:59:30,411 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom213, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:210) started - MDC[activemq.broker=mom213] 2024-06-28 23:59:30,411 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom213] 2024-06-28 23:59:30,411 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom213 started - MDC[activemq.broker=mom213] 2024-06-28 23:59:30,415 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-629:4,clientId=null,started=false} - MDC[activemq.broker=mom213] 2024-06-28 23:59:32,416 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 3 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@792a9cb1, org.eclipse.scout.rt.mom.jms.JmsSubscription@51fadd20, org.eclipse.scout.rt.mom.jms.JmsSubscription@550ce3a9] - MDC[activemq.broker=mom213] 2024-06-28 23:59:32,417 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom213] 2024-06-28 23:59:32,417 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom213] 2024-06-28 23:59:32,418 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom213 stopped - MDC[activemq.broker=mom213] 2024-06-28 23:59:32,418 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom213, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:210) is shutting down - MDC[activemq.broker=mom213] 2024-06-28 23:59:32,418 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom213, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:210) uptime 2.008 seconds - MDC[activemq.broker=mom213] 2024-06-28 23:59:32,418 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom213, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:210) is shutdown - MDC[activemq.broker=mom213] 2024-06-28 23:59:32,418 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:32,418 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 2008.857380 ms 2024-06-28 23:59:32,418 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:32,419 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:32,419 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:32,419 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 756197151'. 2024-06-28 23:59:32,420 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #214 initialized: null 2024-06-28 23:59:32,420 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom214] 2024-06-28 23:59:32,420 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom214] 2024-06-28 23:59:32,420 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom214] 2024-06-28 23:59:32,420 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom214] 2024-06-28 23:59:32,420 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom214] 2024-06-28 23:59:32,421 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom214, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:211) is starting - MDC[activemq.broker=mom214] 2024-06-28 23:59:32,421 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom214, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:211) started - MDC[activemq.broker=mom214] 2024-06-28 23:59:32,421 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom214] 2024-06-28 23:59:32,421 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom214 started - MDC[activemq.broker=mom214] 2024-06-28 23:59:32,422 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-632:1,clientId=null,started=false} - MDC[activemq.broker=mom214] 2024-06-28 23:59:32,424 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@6fa98e98, org.eclipse.scout.rt.mom.jms.JmsSubscription@786d8b3b] - MDC[activemq.broker=mom214] 2024-06-28 23:59:32,425 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom214] 2024-06-28 23:59:32,425 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom214] 2024-06-28 23:59:32,425 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom214 stopped - MDC[activemq.broker=mom214] 2024-06-28 23:59:32,425 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom214, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:211) is shutting down - MDC[activemq.broker=mom214] 2024-06-28 23:59:32,425 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom214, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:211) uptime 0.005 seconds - MDC[activemq.broker=mom214] 2024-06-28 23:59:32,425 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom214, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:211) is shutdown - MDC[activemq.broker=mom214] 2024-06-28 23:59:32,425 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:32,425 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 6.384142 ms 2024-06-28 23:59:32,425 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:32,426 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:32,426 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:32,426 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 694065903'. 2024-06-28 23:59:32,427 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #215 initialized: null 2024-06-28 23:59:32,427 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom215] 2024-06-28 23:59:32,427 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom215] 2024-06-28 23:59:32,427 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom215] 2024-06-28 23:59:32,427 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom215] 2024-06-28 23:59:32,427 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom215] 2024-06-28 23:59:32,428 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom215, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:212) is starting - MDC[activemq.broker=mom215] 2024-06-28 23:59:32,428 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom215, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:212) started - MDC[activemq.broker=mom215] 2024-06-28 23:59:32,428 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom215] 2024-06-28 23:59:32,428 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom215 started - MDC[activemq.broker=mom215] 2024-06-28 23:59:32,428 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-635:1,clientId=null,started=false} - MDC[activemq.broker=mom215] 2024-06-28 23:59:35,432 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@310db5c4] - MDC[activemq.broker=mom215] 2024-06-28 23:59:35,433 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom215] 2024-06-28 23:59:35,433 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom215] 2024-06-28 23:59:35,433 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom215 stopped - MDC[activemq.broker=mom215] 2024-06-28 23:59:35,433 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom215, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:212) is shutting down - MDC[activemq.broker=mom215] 2024-06-28 23:59:35,434 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom215, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:212) uptime 3.006 seconds - MDC[activemq.broker=mom215] 2024-06-28 23:59:35,434 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom215, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:212) is shutdown - MDC[activemq.broker=mom215] 2024-06-28 23:59:35,434 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:35,434 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 3007.811418 ms 2024-06-28 23:59:35,434 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:35,434 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:35,435 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:35,435 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1782795485'. 2024-06-28 23:59:35,435 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #216 initialized: null 2024-06-28 23:59:35,436 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom216] 2024-06-28 23:59:35,436 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom216] 2024-06-28 23:59:35,436 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom216] 2024-06-28 23:59:35,436 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom216] 2024-06-28 23:59:35,436 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom216] 2024-06-28 23:59:35,436 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom216, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:213) is starting - MDC[activemq.broker=mom216] 2024-06-28 23:59:35,437 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom216, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:213) started - MDC[activemq.broker=mom216] 2024-06-28 23:59:35,437 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom216] 2024-06-28 23:59:35,437 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom216 started - MDC[activemq.broker=mom216] 2024-06-28 23:59:35,438 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-638:2,clientId=null,started=false} - MDC[activemq.broker=mom216] 2024-06-28 23:59:35,440 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@1c7da28, org.eclipse.scout.rt.mom.jms.JmsSubscription@27bfa57f] - MDC[activemq.broker=mom216] 2024-06-28 23:59:35,443 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@231d5119, org.eclipse.scout.rt.mom.jms.JmsSubscription@79cfc008] - MDC[activemq.broker=mom216] 2024-06-28 23:59:35,445 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@69ca71b3, org.eclipse.scout.rt.mom.jms.JmsSubscription@371a7fd5] - MDC[activemq.broker=mom216] 2024-06-28 23:59:35,448 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@450b99f2, org.eclipse.scout.rt.mom.jms.JmsSubscription@7dc16d33] - MDC[activemq.broker=mom216] 2024-06-28 23:59:35,451 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@753b6846, org.eclipse.scout.rt.mom.jms.JmsSubscription@15961527] - MDC[activemq.broker=mom216] 2024-06-28 23:59:35,453 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@168f447d, org.eclipse.scout.rt.mom.jms.JmsSubscription@4756c8f3] - MDC[activemq.broker=mom216] 2024-06-28 23:59:35,456 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@7593716d, org.eclipse.scout.rt.mom.jms.JmsSubscription@4086e003] - MDC[activemq.broker=mom216] 2024-06-28 23:59:35,458 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@223e51e4, org.eclipse.scout.rt.mom.jms.JmsSubscription@1e08f0cd] - MDC[activemq.broker=mom216] 2024-06-28 23:59:35,460 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@620ba2b0, org.eclipse.scout.rt.mom.jms.JmsSubscription@6a06b374] - MDC[activemq.broker=mom216] 2024-06-28 23:59:35,463 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@2bfe398b, org.eclipse.scout.rt.mom.jms.JmsSubscription@4a23be9] - MDC[activemq.broker=mom216] 2024-06-28 23:59:35,464 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom216] 2024-06-28 23:59:35,464 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom216] 2024-06-28 23:59:35,465 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom216 stopped - MDC[activemq.broker=mom216] 2024-06-28 23:59:35,465 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom216, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:213) is shutting down - MDC[activemq.broker=mom216] 2024-06-28 23:59:35,465 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom216, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:213) uptime 0.029 seconds - MDC[activemq.broker=mom216] 2024-06-28 23:59:35,465 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom216, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:213) is shutdown - MDC[activemq.broker=mom216] 2024-06-28 23:59:35,465 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:35,465 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 30.885969 ms 2024-06-28 23:59:35,466 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:35,466 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:35,466 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:35,467 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 317455462'. 2024-06-28 23:59:35,467 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #217 initialized: null 2024-06-28 23:59:35,468 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom217] 2024-06-28 23:59:35,468 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom217] 2024-06-28 23:59:35,468 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom217] 2024-06-28 23:59:35,468 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom217] 2024-06-28 23:59:35,468 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom217] 2024-06-28 23:59:35,468 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom217, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:214) is starting - MDC[activemq.broker=mom217] 2024-06-28 23:59:35,469 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom217, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:214) started - MDC[activemq.broker=mom217] 2024-06-28 23:59:35,469 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom217] 2024-06-28 23:59:35,469 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom217 started - MDC[activemq.broker=mom217] 2024-06-28 23:59:35,471 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-641:2,clientId=null,started=false} - MDC[activemq.broker=mom217] 2024-06-28 23:59:35,473 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6b0aa757] - MDC[activemq.broker=mom217] 2024-06-28 23:59:35,473 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom217] 2024-06-28 23:59:35,473 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom217] 2024-06-28 23:59:35,474 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom217 stopped - MDC[activemq.broker=mom217] 2024-06-28 23:59:35,474 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom217, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:214) is shutting down - MDC[activemq.broker=mom217] 2024-06-28 23:59:35,474 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom217, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:214) uptime 0.006 seconds - MDC[activemq.broker=mom217] 2024-06-28 23:59:35,474 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom217, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:214) is shutdown - MDC[activemq.broker=mom217] 2024-06-28 23:59:35,474 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:35,475 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 8.156180 ms 2024-06-28 23:59:35,475 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:35,475 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:35,475 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:35,475 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1837552045'. 2024-06-28 23:59:35,476 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #218 initialized: null 2024-06-28 23:59:35,476 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom218] 2024-06-28 23:59:35,476 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom218] 2024-06-28 23:59:35,476 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom218] 2024-06-28 23:59:35,477 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom218] 2024-06-28 23:59:35,477 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom218] 2024-06-28 23:59:35,477 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom218, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:215) is starting - MDC[activemq.broker=mom218] 2024-06-28 23:59:35,477 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom218, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:215) started - MDC[activemq.broker=mom218] 2024-06-28 23:59:35,477 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom218] 2024-06-28 23:59:35,477 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom218 started - MDC[activemq.broker=mom218] 2024-06-28 23:59:35,478 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-644:1,clientId=null,started=false} - MDC[activemq.broker=mom218] 2024-06-28 23:59:35,481 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@31b11287, org.eclipse.scout.rt.mom.jms.JmsSubscription@414d5660] - MDC[activemq.broker=mom218] 2024-06-28 23:59:35,481 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom218] 2024-06-28 23:59:35,481 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom218] 2024-06-28 23:59:35,482 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom218 stopped - MDC[activemq.broker=mom218] 2024-06-28 23:59:35,482 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom218, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:215) is shutting down - MDC[activemq.broker=mom218] 2024-06-28 23:59:35,482 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom218, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:215) uptime 0.006 seconds - MDC[activemq.broker=mom218] 2024-06-28 23:59:35,482 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom218, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:215) is shutdown - MDC[activemq.broker=mom218] 2024-06-28 23:59:35,482 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:35,482 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 6.890563 ms 2024-06-28 23:59:35,482 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:35,483 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:35,483 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:35,483 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1981025445'. 2024-06-28 23:59:35,484 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:35,485 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 788aceeb-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:35,486 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [788af5fe-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=788aceeb-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=788aceeb-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1882e311, true, {}] 2024-06-28 23:59:35,487 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@66f15ce5 2024-06-28 23:59:35,487 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [788b1d0f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=788aceeb-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=788aceeb-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6d8ac595, true, {}] 2024-06-28 23:59:35,488 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 788b1d0f-35aa-11ef-ab26-0a580a2845c5 with parameters: [test/mom/testSubscribeTransactional, [ANYCAST], true] 2024-06-28 23:59:35,488 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@127a8861 2024-06-28 23:59:35,510 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=test/mom/testSubscribeTransactional, address=test/mom/testSubscribeTransactional, routingType=ANYCAST, filterString=null, durable=true, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=false, autoCreateAddress=null, internal=null, transient=null, autoCreated=true, fqqn=null]] 2024-06-28 23:59:35,511 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@5778144a 2024-06-28 23:59:35,531 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=144, durable=true, userID=7891acc2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:35 UTC 2024, expiration=0, durable=true, address=test/mom/testSubscribeTransactional, size=602, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1491992543, context: RoutingContextImpl(Address=test/mom/testSubscribeTransactional, routingType=ANYCAST, PreviousAddress=test/mom/testSubscribeTransactional previousRoute:ANYCAST, reusable=true, version=-2147483014) .................................................. ***** durable queues test/mom/testSubscribeTransactional: - queueID=141 address:test/mom/testSubscribeTransactional name:test/mom/testSubscribeTransactional filter:null ***** non durable for test/mom/testSubscribeTransactional: .................................................. , transaction: null 2024-06-28 23:59:35,532 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7891fae3-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=788aceeb-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=788aceeb-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@66e5c425, true, {}] 2024-06-28 23:59:35,532 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testSubscribeTransactional, null, 0, false, true, null] 2024-06-28 23:59:35,533 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testSubscribeTransactional: Reference[144]:RELIABLE:CoreMessage[messageID=144, durable=true, userID=7891acc2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:35 UTC 2024, expiration=0, durable=true, address=test/mom/testSubscribeTransactional, size=602, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1491992543 2024-06-28 23:59:35,534 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testSubscribeTransactional: CoreMessage[messageID=144, durable=true, userID=7891acc2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:35 UTC 2024, expiration=0, durable=true, address=test/mom/testSubscribeTransactional, size=602, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1491992543 to transaction: TransactionImpl [xid=null, txID=147, xid=null, state=ACTIVE, createTime=1719619175532(Fri Jun 28 23:59:35 UTC 2024), timeoutSeconds=300, nr operations = 1]@2cb7cfae 2024-06-28 23:59:35,539 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.rolledBackTransaction(AuditLogger_impl.java:2795) - AMQ601761: User anonymous@invm:0 rolled back transaction TransactionImpl [xid=null, txID=147, xid=null, state=ROLLEDBACK, createTime=1719619175532(Fri Jun 28 23:59:35 UTC 2024), timeoutSeconds=300, nr operations = 0]@2cb7cfae involving Reference[144]:RELIABLE:CoreMessage[messageID=144, durable=true, userID=7891acc2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:35 UTC 2024, expiration=0, durable=true, address=test/mom/testSubscribeTransactional, size=602, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1491992543 2024-06-28 23:59:35,539 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testSubscribeTransactional: Reference[144]:RELIABLE:CoreMessage[messageID=144, durable=true, userID=7891acc2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:35 UTC 2024, expiration=0, durable=true, address=test/mom/testSubscribeTransactional, size=602, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1491992543 2024-06-28 23:59:35,541 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testSubscribeTransactional: CoreMessage[messageID=144, durable=true, userID=7891acc2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:35 UTC 2024, expiration=0, durable=true, address=test/mom/testSubscribeTransactional, size=602, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1491992543 to transaction: TransactionImpl [xid=null, txID=152, xid=null, state=ACTIVE, createTime=1719619175540(Fri Jun 28 23:59:35 UTC 2024), timeoutSeconds=300, nr operations = 1]@264cfcf3 2024-06-28 23:59:35,545 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.rolledBackTransaction(AuditLogger_impl.java:2795) - AMQ601761: User anonymous@invm:0 rolled back transaction TransactionImpl [xid=null, txID=152, xid=null, state=ROLLEDBACK, createTime=1719619175540(Fri Jun 28 23:59:35 UTC 2024), timeoutSeconds=300, nr operations = 0]@264cfcf3 involving Reference[144]:RELIABLE:CoreMessage[messageID=144, durable=true, userID=7891acc2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:35 UTC 2024, expiration=0, durable=true, address=test/mom/testSubscribeTransactional, size=602, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1491992543 2024-06-28 23:59:35,545 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testSubscribeTransactional: Reference[144]:RELIABLE:CoreMessage[messageID=144, durable=true, userID=7891acc2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:35 UTC 2024, expiration=0, durable=true, address=test/mom/testSubscribeTransactional, size=602, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1491992543 2024-06-28 23:59:35,546 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testSubscribeTransactional: CoreMessage[messageID=144, durable=true, userID=7891acc2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:35 UTC 2024, expiration=0, durable=true, address=test/mom/testSubscribeTransactional, size=602, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1491992543 to transaction: TransactionImpl [xid=null, txID=154, xid=null, state=ACTIVE, createTime=1719619175545(Fri Jun 28 23:59:35 UTC 2024), timeoutSeconds=300, nr operations = 1]@63df0cee 2024-06-28 23:59:35,548 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.rolledBackTransaction(AuditLogger_impl.java:2795) - AMQ601761: User anonymous@invm:0 rolled back transaction TransactionImpl [xid=null, txID=154, xid=null, state=ROLLEDBACK, createTime=1719619175545(Fri Jun 28 23:59:35 UTC 2024), timeoutSeconds=300, nr operations = 0]@63df0cee involving Reference[144]:RELIABLE:CoreMessage[messageID=144, durable=true, userID=7891acc2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:35 UTC 2024, expiration=0, durable=true, address=test/mom/testSubscribeTransactional, size=602, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1491992543 2024-06-28 23:59:35,548 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testSubscribeTransactional: Reference[144]:RELIABLE:CoreMessage[messageID=144, durable=true, userID=7891acc2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:35 UTC 2024, expiration=0, durable=true, address=test/mom/testSubscribeTransactional, size=602, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1491992543 2024-06-28 23:59:35,549 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [789492f4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=788aceeb-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=788aceeb-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1dd123c2, true, {}] 2024-06-28 23:59:35,549 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testSubscribeTransactional: CoreMessage[messageID=144, durable=true, userID=7891acc2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:35 UTC 2024, expiration=0, durable=true, address=test/mom/testSubscribeTransactional, size=602, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1491992543 to transaction: TransactionImpl [xid=null, txID=156, xid=null, state=ACTIVE, createTime=1719619175548(Fri Jun 28 23:59:35 UTC 2024), timeoutSeconds=300, nr operations = 1]@6708252 2024-06-28 23:59:35,550 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=160, durable=true, userID=7894ba06-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:35 UTC 2024, expiration=0, durable=true, address=test/mom/testSubscribeTransactional, size=602, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@742186470, context: RoutingContextImpl(Address=test/mom/testSubscribeTransactional, routingType=ANYCAST, PreviousAddress=test/mom/testSubscribeTransactional previousRoute:ANYCAST, reusable=true, version=-2147483014) .................................................. ***** durable queues test/mom/testSubscribeTransactional: - queueID=141 address:test/mom/testSubscribeTransactional name:test/mom/testSubscribeTransactional filter:null ***** non durable for test/mom/testSubscribeTransactional: .................................................. , transaction: null 2024-06-28 23:59:35,552 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testSubscribeTransactional: CoreMessage[messageID=144, durable=true, userID=7891acc2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:35 UTC 2024, expiration=0, durable=true, address=test/mom/testSubscribeTransactional, size=602, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1491992543, transaction: TransactionImpl [xid=null, txID=156, xid=null, state=COMMITTED, createTime=1719619175548(Fri Jun 28 23:59:35 UTC 2024), timeoutSeconds=300, nr operations = 0]@6708252 2024-06-28 23:59:35,552 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testSubscribeTransactional: Reference[160]:RELIABLE:CoreMessage[messageID=160, durable=true, userID=7894ba06-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:35 UTC 2024, expiration=0, durable=true, address=test/mom/testSubscribeTransactional, size=602, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@742186470 2024-06-28 23:59:35,552 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testSubscribeTransactional: CoreMessage[messageID=160, durable=true, userID=7894ba06-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:35 UTC 2024, expiration=0, durable=true, address=test/mom/testSubscribeTransactional, size=602, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@742186470 to transaction: TransactionImpl [xid=null, txID=159, xid=null, state=ACTIVE, createTime=1719619175550(Fri Jun 28 23:59:35 UTC 2024), timeoutSeconds=300, nr operations = 1]@4c9830e1 2024-06-28 23:59:35,555 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testSubscribeTransactional: CoreMessage[messageID=160, durable=true, userID=7894ba06-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:35 UTC 2024, expiration=0, durable=true, address=test/mom/testSubscribeTransactional, size=602, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@742186470, transaction: TransactionImpl [xid=null, txID=159, xid=null, state=COMMITTED, createTime=1719619175550(Fri Jun 28 23:59:35 UTC 2024), timeoutSeconds=300, nr operations = 0]@4c9830e1 2024-06-28 23:59:36,553 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@3705e3fb, org.eclipse.scout.rt.mom.jms.JmsSubscription@cfe7be3] 2024-06-28 23:59:36,554 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:36,554 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:36,554 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 788aceeb-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:36,555 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:36,555 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 1071.829308 ms 2024-06-28 23:59:36,555 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:36,555 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:36,555 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:36,556 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1038673428'. 2024-06-28 23:59:36,557 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:36,557 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 792e61f8-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:36,558 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [792e890b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=792e61f8-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=792e61f8-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@77c6202d, true, {}] 2024-06-28 23:59:36,559 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@56a69c47 2024-06-28 23:59:36,559 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [792eb01c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=792e61f8-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=792e61f8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@579af598, true, {}] 2024-06-28 23:59:36,560 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 792eb01c-35aa-11ef-ab26-0a580a2845c5 with parameters: [test/mom/testQueuePublishFirst, [ANYCAST], true] 2024-06-28 23:59:36,560 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@52f66502 2024-06-28 23:59:36,560 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=test/mom/testQueuePublishFirst, address=test/mom/testQueuePublishFirst, routingType=ANYCAST, filterString=null, durable=true, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=false, autoCreateAddress=null, internal=null, transient=null, autoCreated=true, fqqn=null]] 2024-06-28 23:59:36,561 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@7d3e4b5d 2024-06-28 23:59:36,562 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=179, durable=true, userID=792efe3f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:36 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=603, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@739694983, context: RoutingContextImpl(Address=test/mom/testQueuePublishFirst, routingType=ANYCAST, PreviousAddress=test/mom/testQueuePublishFirst previousRoute:ANYCAST, reusable=true, version=-2147483013) .................................................. ***** durable queues test/mom/testQueuePublishFirst: - queueID=176 address:test/mom/testQueuePublishFirst name:test/mom/testQueuePublishFirst filter:null ***** non durable for test/mom/testQueuePublishFirst: .................................................. , transaction: null 2024-06-28 23:59:36,562 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [792f2550-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=792e61f8-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=792e61f8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@df2e6e5, true, {}] 2024-06-28 23:59:36,563 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishFirst, null, 0, false, true, null] 2024-06-28 23:59:36,563 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueuePublishFirst: Reference[179]:RELIABLE:CoreMessage[messageID=179, durable=true, userID=792efe3f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:36 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=603, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@739694983 2024-06-28 23:59:36,563 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueuePublishFirst: CoreMessage[messageID=179, durable=true, userID=792efe3f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:36 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=603, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@739694983 to transaction: TransactionImpl [xid=null, txID=186, xid=null, state=ACTIVE, createTime=1719619176563(Fri Jun 28 23:59:36 UTC 2024), timeoutSeconds=-1, nr operations = 1]@668fe20e 2024-06-28 23:59:36,564 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7fb84ef7] 2024-06-28 23:59:36,565 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueuePublishFirst: CoreMessage[messageID=179, durable=true, userID=792efe3f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:36 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=603, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@739694983, transaction: TransactionImpl [xid=null, txID=186, xid=null, state=COMMITTED, createTime=1719619176563(Fri Jun 28 23:59:36 UTC 2024), timeoutSeconds=-1, nr operations = 0]@668fe20e 2024-06-28 23:59:36,566 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:36,566 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:36,566 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 792e61f8-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:36,566 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:36,566 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 10.920552 ms 2024-06-28 23:59:36,566 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:36,567 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:36,567 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:36,567 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 21387540'. 2024-06-28 23:59:36,568 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:36,568 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 79300fb2-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:36,569 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [793036c5-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=79300fb2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=79300fb2-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@45c4a7a9, true, {}] 2024-06-28 23:59:36,569 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@43076326 2024-06-28 23:59:36,570 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [79305dd6-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=79300fb2-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=79300fb2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@52898af9, true, {}] 2024-06-28 23:59:36,571 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=197, durable=true, userID=79305dd8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:36 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=603, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2110572169, context: RoutingContextImpl(Address=test/mom/testQueuePublishFirst, routingType=ANYCAST, PreviousAddress=test/mom/testQueuePublishFirst previousRoute:ANYCAST, reusable=true, version=-2147483013) .................................................. ***** durable queues test/mom/testQueuePublishFirst: - queueID=176 address:test/mom/testQueuePublishFirst name:test/mom/testQueuePublishFirst filter:null ***** non durable for test/mom/testQueuePublishFirst: .................................................. , transaction: null 2024-06-28 23:59:36,573 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7930d309-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=79300fb2-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=79300fb2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@383cda9e, true, {}] 2024-06-28 23:59:36,573 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishFirst, null, 0, false, true, null] 2024-06-28 23:59:36,573 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueuePublishFirst: Reference[197]:RELIABLE:CoreMessage[messageID=197, durable=true, userID=79305dd8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:36 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=603, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2110572169 2024-06-28 23:59:36,574 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueuePublishFirst: CoreMessage[messageID=197, durable=true, userID=79305dd8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:36 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=603, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2110572169 to transaction: TransactionImpl [xid=null, txID=204, xid=null, state=ACTIVE, createTime=1719619176574(Fri Jun 28 23:59:36 UTC 2024), timeoutSeconds=-1, nr operations = 1]@63b5296a 2024-06-28 23:59:36,574 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@36afd06f] 2024-06-28 23:59:36,575 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueuePublishFirst: CoreMessage[messageID=197, durable=true, userID=79305dd8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:36 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=603, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2110572169, transaction: TransactionImpl [xid=null, txID=204, xid=null, state=COMMITTED, createTime=1719619176574(Fri Jun 28 23:59:36 UTC 2024), timeoutSeconds=-1, nr operations = 0]@63b5296a 2024-06-28 23:59:36,576 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:36,576 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:36,576 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 79300fb2-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:36,577 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:36,577 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 9.749518 ms 2024-06-28 23:59:36,577 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:36,577 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:36,577 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:36,577 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 2084285576'. 2024-06-28 23:59:36,579 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:36,579 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 7931bd6b-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:36,579 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7931bd6e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7931bd6b-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7931bd6b-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1fd96d1c, true, {}] 2024-06-28 23:59:36,580 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4c3c1963 2024-06-28 23:59:36,580 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7931e47f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7931bd6b-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7931bd6b-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@632dd341, true, {}] 2024-06-28 23:59:36,581 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=215, durable=true, userID=7931e481-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:36 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=603, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1659062932, context: RoutingContextImpl(Address=test/mom/testQueuePublishFirst, routingType=ANYCAST, PreviousAddress=test/mom/testQueuePublishFirst previousRoute:ANYCAST, reusable=true, version=-2147483013) .................................................. ***** durable queues test/mom/testQueuePublishFirst: - queueID=176 address:test/mom/testQueuePublishFirst name:test/mom/testQueuePublishFirst filter:null ***** non durable for test/mom/testQueuePublishFirst: .................................................. , transaction: null 2024-06-28 23:59:36,583 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [793259b2-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7931bd6b-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7931bd6b-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2f7627e6, true, {}] 2024-06-28 23:59:36,583 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishFirst, null, 0, false, true, null] 2024-06-28 23:59:36,584 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueuePublishFirst: Reference[215]:RELIABLE:CoreMessage[messageID=215, durable=true, userID=7931e481-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:36 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=603, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1659062932 2024-06-28 23:59:36,584 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueuePublishFirst: CoreMessage[messageID=215, durable=true, userID=7931e481-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:36 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=603, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1659062932 to transaction: TransactionImpl [xid=null, txID=222, xid=null, state=ACTIVE, createTime=1719619176584(Fri Jun 28 23:59:36 UTC 2024), timeoutSeconds=-1, nr operations = 1]@486ce3d7 2024-06-28 23:59:36,584 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7f129873] 2024-06-28 23:59:36,586 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueuePublishFirst: CoreMessage[messageID=215, durable=true, userID=7931e481-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:36 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=603, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1659062932, transaction: TransactionImpl [xid=null, txID=222, xid=null, state=COMMITTED, createTime=1719619176584(Fri Jun 28 23:59:36 UTC 2024), timeoutSeconds=-1, nr operations = 0]@486ce3d7 2024-06-28 23:59:36,586 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:36,586 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:36,586 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 7931bd6b-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:36,587 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:36,587 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 9.688138 ms 2024-06-28 23:59:36,587 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:36,587 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:36,587 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:36,587 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 216971106'. 2024-06-28 23:59:36,589 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:36,589 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 79334414-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:36,589 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [79334417-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=79334414-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=79334414-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@781c6a3d, true, {}] 2024-06-28 23:59:36,590 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@78652c15 2024-06-28 23:59:36,590 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [79336b28-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=79334414-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=79334414-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@487a93f9, true, {}] 2024-06-28 23:59:36,591 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=233, durable=true, userID=7933923a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:36 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=603, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1301261517, context: RoutingContextImpl(Address=test/mom/testQueuePublishFirst, routingType=ANYCAST, PreviousAddress=test/mom/testQueuePublishFirst previousRoute:ANYCAST, reusable=true, version=-2147483013) .................................................. ***** durable queues test/mom/testQueuePublishFirst: - queueID=176 address:test/mom/testQueuePublishFirst name:test/mom/testQueuePublishFirst filter:null ***** non durable for test/mom/testQueuePublishFirst: .................................................. , transaction: null 2024-06-28 23:59:36,593 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7933e05b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=79334414-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=79334414-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3e031d89, true, {}] 2024-06-28 23:59:36,594 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishFirst, null, 0, false, true, null] 2024-06-28 23:59:36,594 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueuePublishFirst: Reference[233]:RELIABLE:CoreMessage[messageID=233, durable=true, userID=7933923a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:36 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=603, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1301261517 2024-06-28 23:59:36,594 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueuePublishFirst: CoreMessage[messageID=233, durable=true, userID=7933923a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:36 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=603, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1301261517 to transaction: TransactionImpl [xid=null, txID=240, xid=null, state=ACTIVE, createTime=1719619176594(Fri Jun 28 23:59:36 UTC 2024), timeoutSeconds=-1, nr operations = 1]@2b631e31 2024-06-28 23:59:36,595 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6942ff10] 2024-06-28 23:59:36,596 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueuePublishFirst: CoreMessage[messageID=233, durable=true, userID=7933923a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:36 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=603, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1301261517, transaction: TransactionImpl [xid=null, txID=240, xid=null, state=COMMITTED, createTime=1719619176594(Fri Jun 28 23:59:36 UTC 2024), timeoutSeconds=-1, nr operations = 0]@2b631e31 2024-06-28 23:59:36,596 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:36,596 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:36,596 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 79334414-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:36,597 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:36,597 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 9.756998 ms 2024-06-28 23:59:36,597 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:36,597 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:36,597 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:36,598 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1383831706'. 2024-06-28 23:59:36,599 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:36,599 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 7934cabd-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:36,600 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7934f1d0-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7934cabd-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7934cabd-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@309eb6af, true, {}] 2024-06-28 23:59:36,600 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@15c0a8ad 2024-06-28 23:59:36,600 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7934f1d1-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7934cabd-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7934cabd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3270158d, true, {}] 2024-06-28 23:59:36,601 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=251, durable=true, userID=793518e3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:36 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=603, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1001147708, context: RoutingContextImpl(Address=test/mom/testQueuePublishFirst, routingType=ANYCAST, PreviousAddress=test/mom/testQueuePublishFirst previousRoute:ANYCAST, reusable=true, version=-2147483013) .................................................. ***** durable queues test/mom/testQueuePublishFirst: - queueID=176 address:test/mom/testQueuePublishFirst name:test/mom/testQueuePublishFirst filter:null ***** non durable for test/mom/testQueuePublishFirst: .................................................. , transaction: null 2024-06-28 23:59:36,603 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [79356704-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7934cabd-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7934cabd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@46ab14aa, true, {}] 2024-06-28 23:59:36,604 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishFirst, null, 0, false, true, null] 2024-06-28 23:59:36,604 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueuePublishFirst: Reference[251]:RELIABLE:CoreMessage[messageID=251, durable=true, userID=793518e3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:36 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=603, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1001147708 2024-06-28 23:59:36,604 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueuePublishFirst: CoreMessage[messageID=251, durable=true, userID=793518e3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:36 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=603, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1001147708 to transaction: TransactionImpl [xid=null, txID=258, xid=null, state=ACTIVE, createTime=1719619176604(Fri Jun 28 23:59:36 UTC 2024), timeoutSeconds=-1, nr operations = 1]@7961e91 2024-06-28 23:59:36,605 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@c521a79] 2024-06-28 23:59:36,606 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueuePublishFirst: CoreMessage[messageID=251, durable=true, userID=793518e3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:36 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=603, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1001147708, transaction: TransactionImpl [xid=null, txID=258, xid=null, state=COMMITTED, createTime=1719619176604(Fri Jun 28 23:59:36 UTC 2024), timeoutSeconds=-1, nr operations = 0]@7961e91 2024-06-28 23:59:36,606 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:36,606 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:36,607 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 7934cabd-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:36,607 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:36,607 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 9.617655 ms 2024-06-28 23:59:36,607 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:36,607 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:36,608 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:36,608 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 917818296'. 2024-06-28 23:59:36,609 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:36,609 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 79365166-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:36,610 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [79367879-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=79365166-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=79365166-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@9ce2176, true, {}] 2024-06-28 23:59:36,611 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@5ce59833 2024-06-28 23:59:36,611 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [79369f8a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=79365166-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=79365166-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@581325d1, true, {}] 2024-06-28 23:59:36,612 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=269, durable=true, userID=7936c69c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:36 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=603, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1354531672, context: RoutingContextImpl(Address=test/mom/testQueuePublishFirst, routingType=ANYCAST, PreviousAddress=test/mom/testQueuePublishFirst previousRoute:ANYCAST, reusable=true, version=-2147483013) .................................................. ***** durable queues test/mom/testQueuePublishFirst: - queueID=176 address:test/mom/testQueuePublishFirst name:test/mom/testQueuePublishFirst filter:null ***** non durable for test/mom/testQueuePublishFirst: .................................................. , transaction: null 2024-06-28 23:59:36,613 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7936edad-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=79365166-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=79365166-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1de5f095, true, {}] 2024-06-28 23:59:36,613 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishFirst, null, 0, false, true, null] 2024-06-28 23:59:36,614 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueuePublishFirst: Reference[269]:RELIABLE:CoreMessage[messageID=269, durable=true, userID=7936c69c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:36 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=603, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1354531672 2024-06-28 23:59:36,614 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueuePublishFirst: CoreMessage[messageID=269, durable=true, userID=7936c69c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:36 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=603, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1354531672 to transaction: TransactionImpl [xid=null, txID=276, xid=null, state=ACTIVE, createTime=1719619176614(Fri Jun 28 23:59:36 UTC 2024), timeoutSeconds=-1, nr operations = 1]@5358fb8d 2024-06-28 23:59:36,614 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6a6a60f3] 2024-06-28 23:59:36,616 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueuePublishFirst: CoreMessage[messageID=269, durable=true, userID=7936c69c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:36 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=603, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1354531672, transaction: TransactionImpl [xid=null, txID=276, xid=null, state=COMMITTED, createTime=1719619176614(Fri Jun 28 23:59:36 UTC 2024), timeoutSeconds=-1, nr operations = 0]@5358fb8d 2024-06-28 23:59:36,616 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:36,617 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:36,617 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 79365166-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:36,618 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:36,618 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 10.362937 ms 2024-06-28 23:59:36,618 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:36,618 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:36,619 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:36,619 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1002973859'. 2024-06-28 23:59:36,620 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:36,621 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 7938262f-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:36,622 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [79382632-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7938262f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7938262f-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@28cb27ef, true, {}] 2024-06-28 23:59:36,622 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@2ae92511 2024-06-28 23:59:36,622 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [79384d43-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7938262f-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7938262f-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@50ec1fc4, true, {}] 2024-06-28 23:59:36,623 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=287, durable=true, userID=79387455-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:36 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=603, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1352945893, context: RoutingContextImpl(Address=test/mom/testQueuePublishFirst, routingType=ANYCAST, PreviousAddress=test/mom/testQueuePublishFirst previousRoute:ANYCAST, reusable=true, version=-2147483013) .................................................. ***** durable queues test/mom/testQueuePublishFirst: - queueID=176 address:test/mom/testQueuePublishFirst name:test/mom/testQueuePublishFirst filter:null ***** non durable for test/mom/testQueuePublishFirst: .................................................. , transaction: null 2024-06-28 23:59:36,628 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [793937a6-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7938262f-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7938262f-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@51d892e8, true, {}] 2024-06-28 23:59:36,628 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishFirst, null, 0, false, true, null] 2024-06-28 23:59:36,628 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueuePublishFirst: Reference[287]:RELIABLE:CoreMessage[messageID=287, durable=true, userID=79387455-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:36 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=603, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1352945893 2024-06-28 23:59:36,629 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueuePublishFirst: CoreMessage[messageID=287, durable=true, userID=79387455-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:36 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=603, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1352945893 to transaction: TransactionImpl [xid=null, txID=294, xid=null, state=ACTIVE, createTime=1719619176629(Fri Jun 28 23:59:36 UTC 2024), timeoutSeconds=-1, nr operations = 1]@784fc033 2024-06-28 23:59:36,629 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2fedf25b] 2024-06-28 23:59:36,630 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueuePublishFirst: CoreMessage[messageID=287, durable=true, userID=79387455-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:36 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=603, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1352945893, transaction: TransactionImpl [xid=null, txID=294, xid=null, state=COMMITTED, createTime=1719619176629(Fri Jun 28 23:59:36 UTC 2024), timeoutSeconds=-1, nr operations = 0]@784fc033 2024-06-28 23:59:36,631 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:36,631 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:36,631 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 7938262f-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:36,632 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:36,632 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 13.739624 ms 2024-06-28 23:59:36,632 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:36,633 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:36,633 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:36,633 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1602545508'. 2024-06-28 23:59:36,635 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:36,635 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 793a4918-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:36,636 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [793a702b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=793a4918-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=793a4918-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@72f3f002, true, {}] 2024-06-28 23:59:36,636 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@7b6d88d1 2024-06-28 23:59:36,637 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [793a973c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=793a4918-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=793a4918-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@19bcaa6d, true, {}] 2024-06-28 23:59:36,638 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=305, durable=true, userID=793a973e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:36 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=603, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@497126051, context: RoutingContextImpl(Address=test/mom/testQueuePublishFirst, routingType=ANYCAST, PreviousAddress=test/mom/testQueuePublishFirst previousRoute:ANYCAST, reusable=true, version=-2147483013) .................................................. ***** durable queues test/mom/testQueuePublishFirst: - queueID=176 address:test/mom/testQueuePublishFirst name:test/mom/testQueuePublishFirst filter:null ***** non durable for test/mom/testQueuePublishFirst: .................................................. , transaction: null 2024-06-28 23:59:36,642 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [793b5a8f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=793a4918-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=793a4918-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6436bfea, true, {}] 2024-06-28 23:59:36,643 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishFirst, null, 0, false, true, null] 2024-06-28 23:59:36,643 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueuePublishFirst: Reference[305]:RELIABLE:CoreMessage[messageID=305, durable=true, userID=793a973e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:36 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=603, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@497126051 2024-06-28 23:59:36,644 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueuePublishFirst: CoreMessage[messageID=305, durable=true, userID=793a973e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:36 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=603, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@497126051 to transaction: TransactionImpl [xid=null, txID=312, xid=null, state=ACTIVE, createTime=1719619176644(Fri Jun 28 23:59:36 UTC 2024), timeoutSeconds=-1, nr operations = 1]@77ced386 2024-06-28 23:59:36,644 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@70376c6] 2024-06-28 23:59:36,645 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueuePublishFirst: CoreMessage[messageID=305, durable=true, userID=793a973e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:36 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=603, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@497126051, transaction: TransactionImpl [xid=null, txID=312, xid=null, state=COMMITTED, createTime=1719619176644(Fri Jun 28 23:59:36 UTC 2024), timeoutSeconds=-1, nr operations = 0]@77ced386 2024-06-28 23:59:36,645 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:36,645 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:36,646 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 793a4918-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:36,646 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:36,646 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 13.314069 ms 2024-06-28 23:59:36,646 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:36,647 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:36,647 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:36,647 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1439128434'. 2024-06-28 23:59:36,648 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:36,649 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 793c6c01-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:36,649 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [793c6c04-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=793c6c01-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=793c6c01-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@16bc4699, true, {}] 2024-06-28 23:59:36,650 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@11f81488 2024-06-28 23:59:36,650 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [793c9315-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=793c6c01-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=793c6c01-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4be8556c, true, {}] 2024-06-28 23:59:36,651 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=323, durable=true, userID=793cba27-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:36 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=603, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2030389381, context: RoutingContextImpl(Address=test/mom/testQueuePublishFirst, routingType=ANYCAST, PreviousAddress=test/mom/testQueuePublishFirst previousRoute:ANYCAST, reusable=true, version=-2147483013) .................................................. ***** durable queues test/mom/testQueuePublishFirst: - queueID=176 address:test/mom/testQueuePublishFirst name:test/mom/testQueuePublishFirst filter:null ***** non durable for test/mom/testQueuePublishFirst: .................................................. , transaction: null 2024-06-28 23:59:36,652 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [793ce138-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=793c6c01-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=793c6c01-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5c5d196b, true, {}] 2024-06-28 23:59:36,653 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishFirst, null, 0, false, true, null] 2024-06-28 23:59:36,653 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueuePublishFirst: Reference[323]:RELIABLE:CoreMessage[messageID=323, durable=true, userID=793cba27-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:36 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=603, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2030389381 2024-06-28 23:59:36,654 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueuePublishFirst: CoreMessage[messageID=323, durable=true, userID=793cba27-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:36 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=603, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2030389381 to transaction: TransactionImpl [xid=null, txID=330, xid=null, state=ACTIVE, createTime=1719619176653(Fri Jun 28 23:59:36 UTC 2024), timeoutSeconds=-1, nr operations = 1]@170be0b7 2024-06-28 23:59:36,654 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@c88a842] 2024-06-28 23:59:36,655 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueuePublishFirst: CoreMessage[messageID=323, durable=true, userID=793cba27-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:36 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=603, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2030389381, transaction: TransactionImpl [xid=null, txID=330, xid=null, state=COMMITTED, createTime=1719619176653(Fri Jun 28 23:59:36 UTC 2024), timeoutSeconds=-1, nr operations = 0]@170be0b7 2024-06-28 23:59:36,656 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:36,656 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:36,656 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 793c6c01-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:36,656 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:36,657 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 9.734920 ms 2024-06-28 23:59:36,657 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:36,657 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:36,657 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:36,657 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 902585205'. 2024-06-28 23:59:36,659 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:36,659 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 793df2aa-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:36,659 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [793df2ad-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=793df2aa-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=793df2aa-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3f5680bf, true, {}] 2024-06-28 23:59:36,660 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@1c8e1233 2024-06-28 23:59:36,660 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [793e19be-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=793df2aa-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=793df2aa-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6a61dc1b, true, {}] 2024-06-28 23:59:36,661 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=341, durable=true, userID=793e40d0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:36 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=603, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@348811, context: RoutingContextImpl(Address=test/mom/testQueuePublishFirst, routingType=ANYCAST, PreviousAddress=test/mom/testQueuePublishFirst previousRoute:ANYCAST, reusable=true, version=-2147483013) .................................................. ***** durable queues test/mom/testQueuePublishFirst: - queueID=176 address:test/mom/testQueuePublishFirst name:test/mom/testQueuePublishFirst filter:null ***** non durable for test/mom/testQueuePublishFirst: .................................................. , transaction: null 2024-06-28 23:59:36,663 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [793e8ef1-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=793df2aa-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=793df2aa-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@59f96e2, true, {}] 2024-06-28 23:59:36,663 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishFirst, null, 0, false, true, null] 2024-06-28 23:59:36,663 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueuePublishFirst: Reference[341]:RELIABLE:CoreMessage[messageID=341, durable=true, userID=793e40d0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:36 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=603, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@348811 2024-06-28 23:59:36,664 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueuePublishFirst: CoreMessage[messageID=341, durable=true, userID=793e40d0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:36 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=603, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@348811 to transaction: TransactionImpl [xid=null, txID=348, xid=null, state=ACTIVE, createTime=1719619176664(Fri Jun 28 23:59:36 UTC 2024), timeoutSeconds=-1, nr operations = 1]@29ffb82b 2024-06-28 23:59:36,664 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@336b6e93] 2024-06-28 23:59:36,665 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueuePublishFirst: CoreMessage[messageID=341, durable=true, userID=793e40d0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:36 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=603, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@348811, transaction: TransactionImpl [xid=null, txID=348, xid=null, state=COMMITTED, createTime=1719619176664(Fri Jun 28 23:59:36 UTC 2024), timeoutSeconds=-1, nr operations = 0]@29ffb82b 2024-06-28 23:59:36,666 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:36,666 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:36,666 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 793df2aa-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:36,666 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:36,667 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 9.436336 ms 2024-06-28 23:59:36,667 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:36,667 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:36,667 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:36,668 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1707704043'. 2024-06-28 23:59:36,669 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:36,669 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 793f7953-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:36,670 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [793fa066-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=793f7953-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=793f7953-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@78ba2899, true, {}] 2024-06-28 23:59:36,670 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@a712344 2024-06-28 23:59:36,671 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [793fa067-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=793f7953-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=793f7953-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2dbfce5, true, {}] 2024-06-28 23:59:36,671 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 793fa067-35aa-11ef-ab26-0a580a2845c5 with parameters: [test/mom/testTopicPublishFirst, [MULTICAST], true] 2024-06-28 23:59:36,671 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@7f6626ca 2024-06-28 23:59:36,673 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=361, durable=true, userID=793fee89-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:36 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishFirst, size=603, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@758218977, context: RoutingContextImpl(Address=test/mom/testTopicPublishFirst, routingType=MULTICAST, PreviousAddress=null previousRoute:null, reusable=null, version=0) .................................................. , transaction: null 2024-06-28 23:59:36,674 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [79403caa-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=793f7953-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=793f7953-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5071a42b, true, {}] 2024-06-28 23:59:36,674 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=414ca253-b743-439d-a4e6-b28c45a09fad, address=test/mom/testTopicPublishFirst, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:59:36,675 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@1eccd89d 2024-06-28 23:59:36,675 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 414ca253-b743-439d-a4e6-b28c45a09fad, null, 0, false, true, null] 2024-06-28 23:59:36,876 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5cdd5ff9] 2024-06-28 23:59:36,876 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [414ca253-b743-439d-a4e6-b28c45a09fad] 2024-06-28 23:59:36,878 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:36,878 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:36,878 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 793f7953-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:36,879 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:36,879 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 211.204058 ms 2024-06-28 23:59:36,879 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:36,879 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:36,879 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:36,879 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 475794730'. 2024-06-28 23:59:36,881 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:36,881 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 795fd29d-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:36,882 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [795ff9b0-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=795fd29d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=795fd29d-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7d153369, true, {}] 2024-06-28 23:59:36,882 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@7b1d3a05 2024-06-28 23:59:36,882 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [795ff9b1-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=795fd29d-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=795fd29d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5688b314, true, {}] 2024-06-28 23:59:36,883 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 795ff9b1-35aa-11ef-ab26-0a580a2845c5 with parameters: [test/mom/testTopicPublishFirst, [MULTICAST], true] 2024-06-28 23:59:36,883 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@4f0022c4 2024-06-28 23:59:36,884 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=389, durable=true, userID=796020c3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:36 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishFirst, size=603, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@1380853449, context: RoutingContextImpl(Address=test/mom/testTopicPublishFirst, routingType=MULTICAST, PreviousAddress=null previousRoute:null, reusable=null, version=0) .................................................. , transaction: null 2024-06-28 23:59:36,884 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [796047d4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=795fd29d-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=795fd29d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7fff937d, true, {}] 2024-06-28 23:59:36,885 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=aa923eb7-284a-4147-b7eb-266424c18b66, address=test/mom/testTopicPublishFirst, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:59:36,885 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@39b2b417 2024-06-28 23:59:36,885 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, aa923eb7-284a-4147-b7eb-266424c18b66, null, 0, false, true, null] 2024-06-28 23:59:37,086 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@34f876c] 2024-06-28 23:59:37,086 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [aa923eb7-284a-4147-b7eb-266424c18b66] 2024-06-28 23:59:37,087 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:37,087 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:37,088 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 795fd29d-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:37,088 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:37,088 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 209.140945 ms 2024-06-28 23:59:37,088 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:37,089 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:37,089 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:37,089 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1867830167'. 2024-06-28 23:59:37,090 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:37,091 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 797fddc7-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:37,091 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [797fddca-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=797fddc7-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=797fddc7-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@411b87e3, true, {}] 2024-06-28 23:59:37,092 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@5d5b07e9 2024-06-28 23:59:37,092 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [798004db-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=797fddc7-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=797fddc7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7a071c7, true, {}] 2024-06-28 23:59:37,093 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 798004db-35aa-11ef-ab26-0a580a2845c5 with parameters: [test/mom/testTopicPublishFirst, [MULTICAST], true] 2024-06-28 23:59:37,093 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@45edf61e 2024-06-28 23:59:37,093 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=417, durable=true, userID=79802bed-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:37 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishFirst, size=603, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@707895334, context: RoutingContextImpl(Address=test/mom/testTopicPublishFirst, routingType=MULTICAST, PreviousAddress=null previousRoute:null, reusable=null, version=0) .................................................. , transaction: null 2024-06-28 23:59:37,094 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [798052fe-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=797fddc7-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=797fddc7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@411f3b5a, true, {}] 2024-06-28 23:59:37,094 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=c277f52f-6e32-4622-908d-69d315d3a5a9, address=test/mom/testTopicPublishFirst, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:59:37,095 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@377b5d81 2024-06-28 23:59:37,095 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, c277f52f-6e32-4622-908d-69d315d3a5a9, null, 0, false, true, null] 2024-06-28 23:59:37,295 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@52aa84ef] 2024-06-28 23:59:37,296 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [c277f52f-6e32-4622-908d-69d315d3a5a9] 2024-06-28 23:59:37,297 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:37,297 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:37,297 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 797fddc7-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:37,298 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:37,298 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 209.054414 ms 2024-06-28 23:59:37,298 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:37,298 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:37,299 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:37,299 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1588196083'. 2024-06-28 23:59:37,300 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:37,300 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 799fc1e1-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:37,301 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [799fe8f4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=799fc1e1-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=799fc1e1-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@33512ce0, true, {}] 2024-06-28 23:59:37,301 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@5c519681 2024-06-28 23:59:37,302 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [799fe8f5-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=799fc1e1-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=799fc1e1-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@63bb89d5, true, {}] 2024-06-28 23:59:37,302 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 799fe8f5-35aa-11ef-ab26-0a580a2845c5 with parameters: [test/mom/testTopicPublishFirst, [MULTICAST], true] 2024-06-28 23:59:37,302 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@344d5c72 2024-06-28 23:59:37,303 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=445, durable=true, userID=79a01007-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:37 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishFirst, size=603, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@717095981, context: RoutingContextImpl(Address=test/mom/testTopicPublishFirst, routingType=MULTICAST, PreviousAddress=null previousRoute:null, reusable=null, version=0) .................................................. , transaction: null 2024-06-28 23:59:37,304 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [79a03718-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=799fc1e1-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=799fc1e1-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@67836671, true, {}] 2024-06-28 23:59:37,304 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=f0aa5f4e-98a8-4ac6-b006-54d918b58843, address=test/mom/testTopicPublishFirst, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:59:37,304 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@1b71b264 2024-06-28 23:59:37,304 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, f0aa5f4e-98a8-4ac6-b006-54d918b58843, null, 0, false, true, null] 2024-06-28 23:59:37,505 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@19266ca3] 2024-06-28 23:59:37,506 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [f0aa5f4e-98a8-4ac6-b006-54d918b58843] 2024-06-28 23:59:37,507 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:37,507 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:37,507 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 799fc1e1-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:37,507 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:37,508 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 209.004947 ms 2024-06-28 23:59:37,508 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:37,508 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:37,508 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:37,508 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1748172836'. 2024-06-28 23:59:37,510 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:37,510 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 79bfcd0b-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:37,510 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [79bfcd0e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=79bfcd0b-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=79bfcd0b-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@374345ef, true, {}] 2024-06-28 23:59:37,511 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@65067d90 2024-06-28 23:59:37,511 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [79bff41f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=79bfcd0b-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=79bfcd0b-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7759b15b, true, {}] 2024-06-28 23:59:37,512 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 79bff41f-35aa-11ef-ab26-0a580a2845c5 with parameters: [test/mom/testTopicPublishFirst, [MULTICAST], true] 2024-06-28 23:59:37,512 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@6b37f179 2024-06-28 23:59:37,512 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=473, durable=true, userID=79c01b31-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:37 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishFirst, size=603, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@616261118, context: RoutingContextImpl(Address=test/mom/testTopicPublishFirst, routingType=MULTICAST, PreviousAddress=null previousRoute:null, reusable=null, version=0) .................................................. , transaction: null 2024-06-28 23:59:37,513 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [79c04242-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=79bfcd0b-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=79bfcd0b-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@a23c84, true, {}] 2024-06-28 23:59:37,513 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=782fa94d-1ec1-49ea-a1a0-4fc781348421, address=test/mom/testTopicPublishFirst, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:59:37,514 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@7de56c4a 2024-06-28 23:59:37,514 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 782fa94d-1ec1-49ea-a1a0-4fc781348421, null, 0, false, true, null] 2024-06-28 23:59:37,714 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6d598162] 2024-06-28 23:59:37,715 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [782fa94d-1ec1-49ea-a1a0-4fc781348421] 2024-06-28 23:59:37,716 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:37,716 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:37,716 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 79bfcd0b-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:37,717 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:37,717 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 208.879122 ms 2024-06-28 23:59:37,717 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:37,717 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:37,718 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:37,718 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1529370695'. 2024-06-28 23:59:37,719 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:37,719 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 79dfb125-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:37,720 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [79dfd838-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=79dfb125-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=79dfb125-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@689550f9, true, {}] 2024-06-28 23:59:37,720 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4eda5325 2024-06-28 23:59:37,721 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [79dfff49-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=79dfb125-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=79dfb125-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@580f6906, true, {}] 2024-06-28 23:59:37,721 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 79dfff49-35aa-11ef-ab26-0a580a2845c5 with parameters: [test/mom/testTopicPublishFirst, [MULTICAST], true] 2024-06-28 23:59:37,721 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@198c70ad 2024-06-28 23:59:37,722 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=501, durable=true, userID=79e0265b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:37 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishFirst, size=603, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@1192024516, context: RoutingContextImpl(Address=test/mom/testTopicPublishFirst, routingType=MULTICAST, PreviousAddress=null previousRoute:null, reusable=null, version=0) .................................................. , transaction: null 2024-06-28 23:59:37,723 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [79e04d6c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=79dfb125-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=79dfb125-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2272d56d, true, {}] 2024-06-28 23:59:37,723 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=13cdb2ab-57a1-47a0-9d2d-38447220a0e3, address=test/mom/testTopicPublishFirst, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:59:37,723 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@a6da275 2024-06-28 23:59:37,723 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 13cdb2ab-57a1-47a0-9d2d-38447220a0e3, null, 0, false, true, null] 2024-06-28 23:59:37,924 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@776d50d6] 2024-06-28 23:59:37,925 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [13cdb2ab-57a1-47a0-9d2d-38447220a0e3] 2024-06-28 23:59:37,926 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:37,926 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:37,926 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 79dfb125-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:37,927 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:37,927 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 209.202482 ms 2024-06-28 23:59:37,927 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:37,927 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:37,927 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:37,928 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 304872108'. 2024-06-28 23:59:37,929 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:37,929 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 79ffbc4f-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:37,930 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [79ffe362-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=79ffbc4f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=79ffbc4f-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@20c57cf8, true, {}] 2024-06-28 23:59:37,930 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@41c7ef69 2024-06-28 23:59:37,930 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [79ffe363-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=79ffbc4f-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=79ffbc4f-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@68c1757e, true, {}] 2024-06-28 23:59:37,931 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 79ffe363-35aa-11ef-ab26-0a580a2845c5 with parameters: [test/mom/testTopicPublishFirst, [MULTICAST], true] 2024-06-28 23:59:37,931 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@1c03f5bc 2024-06-28 23:59:37,932 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=529, durable=true, userID=7a000a75-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:37 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishFirst, size=603, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@688504167, context: RoutingContextImpl(Address=test/mom/testTopicPublishFirst, routingType=MULTICAST, PreviousAddress=null previousRoute:null, reusable=null, version=0) .................................................. , transaction: null 2024-06-28 23:59:37,932 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7a003186-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=79ffbc4f-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=79ffbc4f-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@656f6999, true, {}] 2024-06-28 23:59:37,933 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=66d5e1b3-161d-40f1-a096-49fd51e9d94e, address=test/mom/testTopicPublishFirst, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:59:37,933 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@4a32fb98 2024-06-28 23:59:37,933 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 66d5e1b3-161d-40f1-a096-49fd51e9d94e, null, 0, false, true, null] 2024-06-28 23:59:38,134 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@497f8a4b] 2024-06-28 23:59:38,135 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [66d5e1b3-161d-40f1-a096-49fd51e9d94e] 2024-06-28 23:59:38,136 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:38,136 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:38,136 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 79ffbc4f-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:38,137 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:38,137 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 209.692291 ms 2024-06-28 23:59:38,137 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:38,137 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:38,138 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:38,138 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 667744280'. 2024-06-28 23:59:38,139 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:38,139 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 7a1fc779-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:38,140 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7a1fee8c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7a1fc779-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7a1fc779-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@29bb1d25, true, {}] 2024-06-28 23:59:38,140 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@46da7d39 2024-06-28 23:59:38,140 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7a1fee8d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7a1fc779-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7a1fc779-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6e304d14, true, {}] 2024-06-28 23:59:38,141 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 7a1fee8d-35aa-11ef-ab26-0a580a2845c5 with parameters: [test/mom/testTopicPublishFirst, [MULTICAST], true] 2024-06-28 23:59:38,141 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@4220e401 2024-06-28 23:59:38,142 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=557, durable=true, userID=7a20159f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:38 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishFirst, size=603, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@885679296, context: RoutingContextImpl(Address=test/mom/testTopicPublishFirst, routingType=MULTICAST, PreviousAddress=null previousRoute:null, reusable=null, version=0) .................................................. , transaction: null 2024-06-28 23:59:38,143 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7a203cb0-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7a1fc779-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7a1fc779-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@285edcc, true, {}] 2024-06-28 23:59:38,143 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=d93337cd-ba6a-4b3d-8058-5aaba422ec8f, address=test/mom/testTopicPublishFirst, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:59:38,143 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@4067a240 2024-06-28 23:59:38,143 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, d93337cd-ba6a-4b3d-8058-5aaba422ec8f, null, 0, false, true, null] 2024-06-28 23:59:38,344 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1cda3a6d] 2024-06-28 23:59:38,345 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [d93337cd-ba6a-4b3d-8058-5aaba422ec8f] 2024-06-28 23:59:38,346 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:38,346 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:38,346 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 7a1fc779-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:38,347 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:38,347 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 209.103420 ms 2024-06-28 23:59:38,347 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:38,347 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:38,347 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:38,347 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1039332523'. 2024-06-28 23:59:38,349 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:38,349 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 7a3fd2a3-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:38,350 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7a3fd2a6-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7a3fd2a3-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7a3fd2a3-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1c81b342, true, {}] 2024-06-28 23:59:38,350 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@5ded2dfc 2024-06-28 23:59:38,350 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7a3ff9b7-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7a3fd2a3-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7a3fd2a3-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@367e40b5, true, {}] 2024-06-28 23:59:38,351 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 7a3ff9b7-35aa-11ef-ab26-0a580a2845c5 with parameters: [test/mom/testTopicPublishFirst, [MULTICAST], true] 2024-06-28 23:59:38,351 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@55a4adbb 2024-06-28 23:59:38,352 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=585, durable=true, userID=7a4020c9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:38 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishFirst, size=603, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@1621292825, context: RoutingContextImpl(Address=test/mom/testTopicPublishFirst, routingType=MULTICAST, PreviousAddress=null previousRoute:null, reusable=null, version=0) .................................................. , transaction: null 2024-06-28 23:59:38,352 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7a4047da-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7a3fd2a3-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7a3fd2a3-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@fb1825c, true, {}] 2024-06-28 23:59:38,353 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=56bc44c2-9b44-4828-92aa-88c0dab1b66c, address=test/mom/testTopicPublishFirst, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:59:38,353 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@3673407b 2024-06-28 23:59:38,353 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 56bc44c2-9b44-4828-92aa-88c0dab1b66c, null, 0, false, true, null] 2024-06-28 23:59:38,554 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7bd4f212] 2024-06-28 23:59:38,554 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [56bc44c2-9b44-4828-92aa-88c0dab1b66c] 2024-06-28 23:59:38,555 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:38,555 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:38,556 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 7a3fd2a3-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:38,556 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:38,556 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 209.076250 ms 2024-06-28 23:59:38,556 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:38,557 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:38,557 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:38,557 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 2108096804'. 2024-06-28 23:59:38,558 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:38,559 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 7a5fddcd-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:38,559 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7a5fddd0-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7a5fddcd-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7a5fddcd-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@fea0eb1, true, {}] 2024-06-28 23:59:38,560 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@41f57420 2024-06-28 23:59:38,560 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7a6004e1-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7a5fddcd-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7a5fddcd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7fa13051, true, {}] 2024-06-28 23:59:38,560 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 7a6004e1-35aa-11ef-ab26-0a580a2845c5 with parameters: [test/mom/testTopicPublishFirst, [MULTICAST], true] 2024-06-28 23:59:38,561 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@50589bbf 2024-06-28 23:59:38,561 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=613, durable=true, userID=7a602bf3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:38 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishFirst, size=603, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@395345288, context: RoutingContextImpl(Address=test/mom/testTopicPublishFirst, routingType=MULTICAST, PreviousAddress=null previousRoute:null, reusable=null, version=0) .................................................. , transaction: null 2024-06-28 23:59:38,562 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7a605304-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7a5fddcd-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7a5fddcd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@24fc1950, true, {}] 2024-06-28 23:59:38,563 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=c7af5a0b-81bf-4110-9289-d5a16662f8e2, address=test/mom/testTopicPublishFirst, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:59:38,563 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@378aa0a1 2024-06-28 23:59:38,564 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, c7af5a0b-81bf-4110-9289-d5a16662f8e2, null, 0, false, true, null] 2024-06-28 23:59:38,764 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@21288943] 2024-06-28 23:59:38,765 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [c7af5a0b-81bf-4110-9289-d5a16662f8e2] 2024-06-28 23:59:38,766 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:38,766 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:38,766 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 7a5fddcd-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:38,767 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:38,767 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 210.037384 ms 2024-06-28 23:59:38,767 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:38,768 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:38,768 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:38,768 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 619101440'. 2024-06-28 23:59:38,769 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:38,770 INFO [scout-thread-21] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 7a801007-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:59:38,770 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7a80100a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7a801007-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7a801007-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3d4bf43, true, {}] 2024-06-28 23:59:38,771 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4697ac6d - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:59:38,771 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7a80371b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7a801007-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7a801007-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3b999cf4, true, {}] 2024-06-28 23:59:38,771 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 7a80371b-35aa-11ef-ab26-0a580a2845c5 with parameters: [test/mom/testProperties, [MULTICAST], true] 2024-06-28 23:59:38,771 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@ea80047 2024-06-28 23:59:38,772 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=6f9190a9-744d-4bd2-ae72-cc657b4d3bf5, address=test/mom/testProperties, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:59:38,772 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@6f1723a1 2024-06-28 23:59:38,772 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 6f9190a9-744d-4bd2-ae72-cc657b4d3bf5, null, 0, false, true, null] 2024-06-28 23:59:38,773 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7a80853d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7a801007-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7a801007-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@298b0a81, true, {}] 2024-06-28 23:59:38,773 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=647, durable=true, userID=7a80853f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:38 UTC 2024, expiration=0, durable=true, address=test/mom/testProperties, size=624, properties=TypedProperties[prop=propValue, __AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@1096756665, context: RoutingContextImpl(Address=test/mom/testProperties, routingType=MULTICAST, PreviousAddress=test/mom/testProperties previousRoute:MULTICAST, reusable=true, version=-2147482992) .................................................. ***** durable queues test/mom/testProperties: ***** non durable for test/mom/testProperties: - queueID=641 address:test/mom/testProperties name:6f9190a9-744d-4bd2-ae72-cc657b4d3bf5 filter:null .................................................. , transaction: null 2024-06-28 23:59:38,773 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 6f9190a9-744d-4bd2-ae72-cc657b4d3bf5: Reference[647]:RELIABLE:CoreMessage[messageID=647, durable=true, userID=7a80853f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:38 UTC 2024, expiration=0, durable=true, address=test/mom/testProperties, size=624, properties=TypedProperties[prop=propValue, __AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@1096756665 2024-06-28 23:59:38,774 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 6f9190a9-744d-4bd2-ae72-cc657b4d3bf5: CoreMessage[messageID=647, durable=true, userID=7a80853f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:38 UTC 2024, expiration=0, durable=true, address=test/mom/testProperties, size=624, properties=TypedProperties[prop=propValue, __AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@1096756665 to transaction: TransactionImpl [xid=null, txID=650, xid=null, state=ACTIVE, createTime=1719619178774(Fri Jun 28 23:59:38 UTC 2024), timeoutSeconds=-1, nr operations = 1]@7f598081 2024-06-28 23:59:38,774 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 6f9190a9-744d-4bd2-ae72-cc657b4d3bf5: CoreMessage[messageID=647, durable=true, userID=7a80853f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:38 UTC 2024, expiration=0, durable=true, address=test/mom/testProperties, size=624, properties=TypedProperties[prop=propValue, __AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@1096756665, transaction: TransactionImpl [xid=null, txID=650, xid=null, state=COMMITTED, createTime=1719619178774(Fri Jun 28 23:59:38 UTC 2024), timeoutSeconds=-1, nr operations = 0]@7f598081 2024-06-28 23:59:38,774 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1ec8afc4] 2024-06-28 23:59:38,774 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [6f9190a9-744d-4bd2-ae72-cc657b4d3bf5] 2024-06-28 23:59:38,775 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:38,775 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:38,775 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 7a801007-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:38,776 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:38,776 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 8.147321 ms 2024-06-28 23:59:38,776 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:38,777 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:38,777 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:38,777 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 2048231400'. 2024-06-28 23:59:38,778 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:38,778 INFO [scout-thread-21] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 7a814891-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:59:38,779 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7a816fa4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7a814891-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7a814891-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7f6cceb, true, {}] 2024-06-28 23:59:38,779 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@588e4dd2 - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:59:38,779 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7a816fa5-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7a814891-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7a814891-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3fc27026, true, {}] 2024-06-28 23:59:38,780 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=test/mom/testPublishJsonData, address=test/mom/testPublishJsonData, routingType=ANYCAST, filterString=null, durable=true, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=false, autoCreateAddress=null, internal=null, transient=null, autoCreated=true, fqqn=null]] 2024-06-28 23:59:38,780 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@a976d32 2024-06-28 23:59:38,781 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@1e868abc 2024-06-28 23:59:38,781 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishJsonData, null, 0, false, true, null] 2024-06-28 23:59:38,781 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7a81bdc7-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7a814891-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7a814891-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3b2b30a3, true, {}] 2024-06-28 23:59:38,782 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=677, durable=true, userID=7a81e4d9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:38 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishJsonData, size=737, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@306298342, context: RoutingContextImpl(Address=test/mom/testPublishJsonData, routingType=ANYCAST, PreviousAddress=test/mom/testPublishJsonData previousRoute:ANYCAST, reusable=true, version=-2147482990) .................................................. ***** durable queues test/mom/testPublishJsonData: - queueID=670 address:test/mom/testPublishJsonData name:test/mom/testPublishJsonData filter:null ***** non durable for test/mom/testPublishJsonData: .................................................. , transaction: null 2024-06-28 23:59:38,782 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishJsonData: Reference[677]:RELIABLE:CoreMessage[messageID=677, durable=true, userID=7a81e4d9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:38 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishJsonData, size=737, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@306298342 2024-06-28 23:59:38,783 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishJsonData: CoreMessage[messageID=677, durable=true, userID=7a81e4d9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:38 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishJsonData, size=737, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@306298342 to transaction: TransactionImpl [xid=null, txID=680, xid=null, state=ACTIVE, createTime=1719619178783(Fri Jun 28 23:59:38 UTC 2024), timeoutSeconds=-1, nr operations = 1]@7cebbe65 2024-06-28 23:59:38,783 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@5a640f98, org.eclipse.scout.rt.mom.jms.JmsSubscription@39e0fe23] 2024-06-28 23:59:38,786 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishJsonData: CoreMessage[messageID=677, durable=true, userID=7a81e4d9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:38 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishJsonData, size=737, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@306298342, transaction: TransactionImpl [xid=null, txID=680, xid=null, state=COMMITTED, createTime=1719619178783(Fri Jun 28 23:59:38 UTC 2024), timeoutSeconds=-1, nr operations = 0]@7cebbe65 2024-06-28 23:59:38,786 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:38,786 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:38,787 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 7a814891-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:38,787 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:38,787 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 10.630088 ms 2024-06-28 23:59:38,787 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:38,788 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:38,788 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:38,788 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 449376924'. 2024-06-28 23:59:38,789 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:38,790 INFO [scout-thread-21] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 7a831d5b-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:59:38,791 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7a83446e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7a831d5b-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7a831d5b-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6c883cdf, true, {}] 2024-06-28 23:59:38,791 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@62547652 - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:59:38,791 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7a83446f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7a831d5b-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7a831d5b-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@e810a07, true, {}] 2024-06-28 23:59:38,792 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 7a83446f-35aa-11ef-ab26-0a580a2845c5 with parameters: [test/mom/testTopicPublishSubscribe, [MULTICAST], true] 2024-06-28 23:59:38,792 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@3e8aa56c 2024-06-28 23:59:38,792 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=51983e89-c28e-4d89-b347-9d7929c582f7, address=test/mom/testTopicPublishSubscribe, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:59:38,793 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@446166a4 2024-06-28 23:59:38,793 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 51983e89-c28e-4d89-b347-9d7929c582f7, null, 0, false, true, null] 2024-06-28 23:59:38,793 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [51983e89-c28e-4d89-b347-9d7929c582f7] 2024-06-28 23:59:38,794 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7a83b8a1-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7a831d5b-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7a831d5b-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@59e74ade, true, {}] 2024-06-28 23:59:38,795 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 7a83b8a1-35aa-11ef-ab26-0a580a2845c5 with parameters: [Address [name=test/mom/testTopicPublishSubscribe, id=0, routingTypes={MULTICAST}, autoCreated=false, paused=false, bindingRemovedTimestamp=-1, swept=false, createdTimestamp=1719619178795], true] 2024-06-28 23:59:38,796 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@21685261 2024-06-28 23:59:38,796 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=710, durable=true, userID=7a83dfb3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:38 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishSubscribe, size=613, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@1537167166, context: RoutingContextImpl(Address=test/mom/testTopicPublishSubscribe, routingType=MULTICAST, PreviousAddress=null previousRoute:null, reusable=null, version=0) .................................................. , transaction: null 2024-06-28 23:59:39,797 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7b1cc454-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7a831d5b-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7a831d5b-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@752e7de7, true, {}] 2024-06-28 23:59:39,799 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708).Durable-Test-Subscription, address=test/mom/testTopicPublishSubscribe, routingType=MULTICAST, filterString=null, durable=true, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=false, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:59:39,800 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@6ed876d0 2024-06-28 23:59:39,800 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708).Durable-Test-Subscription, null, 0, false, true, null] 2024-06-28 23:59:40,801 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7bb5f716-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7a831d5b-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7a831d5b-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7e6e5f8d, true, {}] 2024-06-28 23:59:40,802 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=728, durable=true, userID=7bb61e28-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:40 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishSubscribe, size=611, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@1303144387, context: RoutingContextImpl(Address=test/mom/testTopicPublishSubscribe, routingType=MULTICAST, PreviousAddress=test/mom/testTopicPublishSubscribe previousRoute:MULTICAST, reusable=true, version=-2147482987) .................................................. ***** durable queues test/mom/testTopicPublishSubscribe: - queueID=717 address:test/mom/testTopicPublishSubscribe name:Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708).Durable-Test-Subscription filter:null ***** non durable for test/mom/testTopicPublishSubscribe: .................................................. , transaction: null 2024-06-28 23:59:41,804 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7c4f02c9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7a831d5b-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7a831d5b-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3dddcbac, true, {}] 2024-06-28 23:59:41,805 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708).Durable-Test-Subscription, null, 0, false, true, null] 2024-06-28 23:59:41,805 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708).Durable-Test-Subscription: Reference[728]:RELIABLE:CoreMessage[messageID=728, durable=true, userID=7bb61e28-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:40 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishSubscribe, size=611, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@1303144387 2024-06-28 23:59:41,806 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708).Durable-Test-Subscription: CoreMessage[messageID=728, durable=true, userID=7bb61e28-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:40 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishSubscribe, size=611, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@1303144387 to transaction: TransactionImpl [xid=null, txID=735, xid=null, state=ACTIVE, createTime=1719619181805(Fri Jun 28 23:59:41 UTC 2024), timeoutSeconds=-1, nr operations = 1]@3732d03e 2024-06-28 23:59:41,810 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708).Durable-Test-Subscription: CoreMessage[messageID=728, durable=true, userID=7bb61e28-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:40 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishSubscribe, size=611, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@1303144387, transaction: TransactionImpl [xid=null, txID=735, xid=null, state=COMMITTED, createTime=1719619181805(Fri Jun 28 23:59:41 UTC 2024), timeoutSeconds=-1, nr operations = 0]@3732d03e 2024-06-28 23:59:41,810 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7c4fed2a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7a831d5b-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7a831d5b-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6450b1fd, true, {}] 2024-06-28 23:59:41,810 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708).Durable-Test-Subscription] 2024-06-28 23:59:41,812 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7c50143b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7a831d5b-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7a831d5b-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@723ac172, true, {}] 2024-06-28 23:59:41,812 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 7c50143b-35aa-11ef-ab26-0a580a2845c5 with parameters: [Address [name=test/mom/testTopicPublishSubscribe, id=0, routingTypes={MULTICAST}, autoCreated=false, paused=false, bindingRemovedTimestamp=-1, swept=false, createdTimestamp=1719619181812], true] 2024-06-28 23:59:41,812 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@de467b4 2024-06-28 23:59:41,813 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=753, durable=true, userID=7c503b4d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:41 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishSubscribe, size=617, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@1873342595, context: RoutingContextImpl(Address=test/mom/testTopicPublishSubscribe, routingType=MULTICAST, PreviousAddress=null previousRoute:null, reusable=null, version=0) .................................................. , transaction: null 2024-06-28 23:59:41,813 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7c50625e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7a831d5b-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7a831d5b-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4ad33c7e, true, {}] 2024-06-28 23:59:41,814 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708).Durable-Test-Subscription, address=test/mom/testTopicPublishSubscribe, routingType=MULTICAST, filterString=null, durable=true, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=false, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:59:41,814 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@3d38bfad 2024-06-28 23:59:41,814 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708).Durable-Test-Subscription, null, 0, false, true, null] 2024-06-28 23:59:42,815 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 4 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@f9d7d3f, org.eclipse.scout.rt.mom.jms.JmsSubscription@264f18fe, org.eclipse.scout.rt.mom.jms.JmsSubscription@5a66fc27, org.eclipse.scout.rt.mom.jms.JmsSubscription@cb29b75] 2024-06-28 23:59:42,815 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:42,815 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:42,816 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 7a831d5b-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:42,816 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:42,816 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 4028.263098 ms 2024-06-28 23:59:42,816 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:42,817 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:42,817 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:42,817 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1139741251'. 2024-06-28 23:59:42,819 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:42,819 INFO [scout-thread-21] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 7ce9e341-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:59:42,820 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7cea0a54-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7ce9e341-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7ce9e341-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@32fdc66c, true, {}] 2024-06-28 23:59:42,820 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@919871d - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:59:42,820 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7cea0a55-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7ce9e341-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7ce9e341-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7b97ca3e, true, {}] 2024-06-28 23:59:42,821 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=test/mom/testPublishAndConsumeInternal, address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, filterString=null, durable=true, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=false, autoCreateAddress=null, internal=null, transient=null, autoCreated=true, fqqn=null]] 2024-06-28 23:59:42,821 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@7770572b 2024-06-28 23:59:42,821 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@2542c4bf 2024-06-28 23:59:42,822 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-28 23:59:42,822 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7cea5877-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7ce9e341-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7ce9e341-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5650bf26, true, {}] 2024-06-28 23:59:42,823 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=784, durable=true, userID=7cea5879-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=489, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@876845799, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-28 23:59:42,823 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[784]:RELIABLE:CoreMessage[messageID=784, durable=true, userID=7cea5879-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=489, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@876845799 2024-06-28 23:59:42,823 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=784, durable=true, userID=7cea5879-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=489, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@876845799 to transaction: TransactionImpl [xid=null, txID=787, xid=null, state=ACTIVE, createTime=1719619182823(Fri Jun 28 23:59:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@465a712c 2024-06-28 23:59:42,824 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@2c9616bb, org.eclipse.scout.rt.mom.jms.JmsSubscription@269fe2fe] 2024-06-28 23:59:42,827 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=784, durable=true, userID=7cea5879-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=489, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@876845799, transaction: TransactionImpl [xid=null, txID=787, xid=null, state=COMMITTED, createTime=1719619182823(Fri Jun 28 23:59:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@465a712c 2024-06-28 23:59:42,827 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7ceb1bca-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7ce9e341-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7ce9e341-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@41b529ff, true, {}] 2024-06-28 23:59:42,828 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-28 23:59:42,828 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7ceb42db-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7ce9e341-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7ce9e341-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2b326502, true, {}] 2024-06-28 23:59:42,828 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=798, durable=true, userID=7ceb42dd-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=488, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@870156394, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-28 23:59:42,830 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[798]:RELIABLE:CoreMessage[messageID=798, durable=true, userID=7ceb42dd-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=488, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@870156394 2024-06-28 23:59:42,830 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=798, durable=true, userID=7ceb42dd-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=488, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@870156394 to transaction: TransactionImpl [xid=null, txID=801, xid=null, state=ACTIVE, createTime=1719619182830(Fri Jun 28 23:59:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@5f38af89 2024-06-28 23:59:42,831 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@423e35f0, org.eclipse.scout.rt.mom.jms.JmsSubscription@14bbfdee] 2024-06-28 23:59:42,833 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=798, durable=true, userID=7ceb42dd-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=488, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@870156394, transaction: TransactionImpl [xid=null, txID=801, xid=null, state=COMMITTED, createTime=1719619182830(Fri Jun 28 23:59:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@5f38af89 2024-06-28 23:59:42,834 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7cec2d3e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7ce9e341-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7ce9e341-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@15ba3452, true, {}] 2024-06-28 23:59:42,834 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-28 23:59:42,834 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7cec2d3f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7ce9e341-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7ce9e341-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@679d2066, true, {}] 2024-06-28 23:59:42,835 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=812, durable=true, userID=7cec5451-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=489, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@53311129, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-28 23:59:42,837 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[812]:RELIABLE:CoreMessage[messageID=812, durable=true, userID=7cec5451-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=489, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@53311129 2024-06-28 23:59:42,837 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=812, durable=true, userID=7cec5451-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=489, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@53311129 to transaction: TransactionImpl [xid=null, txID=815, xid=null, state=ACTIVE, createTime=1719619182837(Fri Jun 28 23:59:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@19bbe2e7 2024-06-28 23:59:42,837 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@5d8edf2, org.eclipse.scout.rt.mom.jms.JmsSubscription@636d4cdc] 2024-06-28 23:59:42,840 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=812, durable=true, userID=7cec5451-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=489, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@53311129, transaction: TransactionImpl [xid=null, txID=815, xid=null, state=COMMITTED, createTime=1719619182837(Fri Jun 28 23:59:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@19bbe2e7 2024-06-28 23:59:42,841 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7ced3eb2-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7ce9e341-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7ce9e341-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@47b4997b, true, {}] 2024-06-28 23:59:42,841 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-28 23:59:42,841 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7ced3eb3-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7ce9e341-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7ce9e341-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2175a366, true, {}] 2024-06-28 23:59:42,842 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=826, durable=true, userID=7ced65c5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=489, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@219309762, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-28 23:59:42,844 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[826]:RELIABLE:CoreMessage[messageID=826, durable=true, userID=7ced65c5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=489, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@219309762 2024-06-28 23:59:42,844 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=826, durable=true, userID=7ced65c5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=489, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@219309762 to transaction: TransactionImpl [xid=null, txID=829, xid=null, state=ACTIVE, createTime=1719619182844(Fri Jun 28 23:59:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@358d2c3f 2024-06-28 23:59:42,844 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@2968d3c0, org.eclipse.scout.rt.mom.jms.JmsSubscription@4290332d] 2024-06-28 23:59:42,847 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=826, durable=true, userID=7ced65c5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=489, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@219309762, transaction: TransactionImpl [xid=null, txID=829, xid=null, state=COMMITTED, createTime=1719619182844(Fri Jun 28 23:59:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@358d2c3f 2024-06-28 23:59:42,847 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7cee2916-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7ce9e341-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7ce9e341-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3a23fd85, true, {}] 2024-06-28 23:59:42,848 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-28 23:59:42,848 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7cee5027-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7ce9e341-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7ce9e341-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@22d0e54c, true, {}] 2024-06-28 23:59:42,849 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=840, durable=true, userID=7cee5029-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=488, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@209943630, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-28 23:59:42,850 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[840]:RELIABLE:CoreMessage[messageID=840, durable=true, userID=7cee5029-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=488, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@209943630 2024-06-28 23:59:42,851 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=840, durable=true, userID=7cee5029-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=488, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@209943630 to transaction: TransactionImpl [xid=null, txID=843, xid=null, state=ACTIVE, createTime=1719619182851(Fri Jun 28 23:59:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@71a9dafe 2024-06-28 23:59:42,851 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@73c21b13, org.eclipse.scout.rt.mom.jms.JmsSubscription@66e6e5e9] 2024-06-28 23:59:42,854 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=840, durable=true, userID=7cee5029-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=488, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@209943630, transaction: TransactionImpl [xid=null, txID=843, xid=null, state=COMMITTED, createTime=1719619182851(Fri Jun 28 23:59:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@71a9dafe 2024-06-28 23:59:42,854 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7cef3a8a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7ce9e341-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7ce9e341-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@16140cf3, true, {}] 2024-06-28 23:59:42,855 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-28 23:59:42,855 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7cef619b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7ce9e341-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7ce9e341-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@71519678, true, {}] 2024-06-28 23:59:42,856 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=854, durable=true, userID=7cef619d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=489, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1224770010, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-28 23:59:42,857 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[854]:RELIABLE:CoreMessage[messageID=854, durable=true, userID=7cef619d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=489, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1224770010 2024-06-28 23:59:42,857 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=854, durable=true, userID=7cef619d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=489, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1224770010 to transaction: TransactionImpl [xid=null, txID=857, xid=null, state=ACTIVE, createTime=1719619182857(Fri Jun 28 23:59:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@2ba8850e 2024-06-28 23:59:42,858 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@4b20b431, org.eclipse.scout.rt.mom.jms.JmsSubscription@46875fae] 2024-06-28 23:59:42,860 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=854, durable=true, userID=7cef619d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=489, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1224770010, transaction: TransactionImpl [xid=null, txID=857, xid=null, state=COMMITTED, createTime=1719619182857(Fri Jun 28 23:59:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@2ba8850e 2024-06-28 23:59:42,861 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7cf04bfe-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7ce9e341-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7ce9e341-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5a1824c1, true, {}] 2024-06-28 23:59:42,861 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-28 23:59:42,862 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7cf0730f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7ce9e341-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7ce9e341-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2c45ef16, true, {}] 2024-06-28 23:59:42,863 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=868, durable=true, userID=7cf07311-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=488, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@482766011, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-28 23:59:42,864 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[868]:RELIABLE:CoreMessage[messageID=868, durable=true, userID=7cf07311-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=488, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@482766011 2024-06-28 23:59:42,864 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=868, durable=true, userID=7cf07311-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=488, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@482766011 to transaction: TransactionImpl [xid=null, txID=871, xid=null, state=ACTIVE, createTime=1719619182864(Fri Jun 28 23:59:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@2df13259 2024-06-28 23:59:42,865 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@6107b3cb, org.eclipse.scout.rt.mom.jms.JmsSubscription@2179127d] 2024-06-28 23:59:42,867 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=868, durable=true, userID=7cf07311-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=488, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@482766011, transaction: TransactionImpl [xid=null, txID=871, xid=null, state=COMMITTED, createTime=1719619182864(Fri Jun 28 23:59:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@2df13259 2024-06-28 23:59:42,868 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7cf15d72-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7ce9e341-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7ce9e341-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@35eec471, true, {}] 2024-06-28 23:59:42,868 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-28 23:59:42,869 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7cf18483-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7ce9e341-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7ce9e341-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@911f504, true, {}] 2024-06-28 23:59:42,869 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=882, durable=true, userID=7cf18485-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=489, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@182660468, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-28 23:59:42,871 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[882]:RELIABLE:CoreMessage[messageID=882, durable=true, userID=7cf18485-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=489, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@182660468 2024-06-28 23:59:42,871 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=882, durable=true, userID=7cf18485-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=489, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@182660468 to transaction: TransactionImpl [xid=null, txID=885, xid=null, state=ACTIVE, createTime=1719619182871(Fri Jun 28 23:59:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@49f55c3 2024-06-28 23:59:42,871 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@4306709f, org.eclipse.scout.rt.mom.jms.JmsSubscription@35be9318] 2024-06-28 23:59:42,874 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=882, durable=true, userID=7cf18485-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=489, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@182660468, transaction: TransactionImpl [xid=null, txID=885, xid=null, state=COMMITTED, createTime=1719619182871(Fri Jun 28 23:59:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@49f55c3 2024-06-28 23:59:42,875 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7cf26ee6-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7ce9e341-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7ce9e341-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1c2c471f, true, {}] 2024-06-28 23:59:42,875 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-28 23:59:42,875 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7cf26ee7-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7ce9e341-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7ce9e341-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@618cc4d, true, {}] 2024-06-28 23:59:42,876 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=896, durable=true, userID=7cf295f9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=489, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@2067243922, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-28 23:59:42,877 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[896]:RELIABLE:CoreMessage[messageID=896, durable=true, userID=7cf295f9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=489, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@2067243922 2024-06-28 23:59:42,878 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=896, durable=true, userID=7cf295f9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=489, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@2067243922 to transaction: TransactionImpl [xid=null, txID=899, xid=null, state=ACTIVE, createTime=1719619182878(Fri Jun 28 23:59:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@21754f00 2024-06-28 23:59:42,878 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@1a034bbc, org.eclipse.scout.rt.mom.jms.JmsSubscription@5453b15d] 2024-06-28 23:59:42,881 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=896, durable=true, userID=7cf295f9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=489, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@2067243922, transaction: TransactionImpl [xid=null, txID=899, xid=null, state=COMMITTED, createTime=1719619182878(Fri Jun 28 23:59:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@21754f00 2024-06-28 23:59:42,881 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7cf3594a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7ce9e341-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7ce9e341-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5c2dfc6a, true, {}] 2024-06-28 23:59:42,882 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-28 23:59:42,882 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7cf3805b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7ce9e341-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7ce9e341-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@339b307d, true, {}] 2024-06-28 23:59:42,883 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=910, durable=true, userID=7cf3805d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=488, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1437310400, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-28 23:59:42,884 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[910]:RELIABLE:CoreMessage[messageID=910, durable=true, userID=7cf3805d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=488, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1437310400 2024-06-28 23:59:42,885 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=910, durable=true, userID=7cf3805d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=488, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1437310400 to transaction: TransactionImpl [xid=null, txID=913, xid=null, state=ACTIVE, createTime=1719619182885(Fri Jun 28 23:59:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@6cfa6c4d 2024-06-28 23:59:42,885 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@3652ce04, org.eclipse.scout.rt.mom.jms.JmsSubscription@40d1e561] 2024-06-28 23:59:42,888 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=910, durable=true, userID=7cf3805d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=488, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1437310400, transaction: TransactionImpl [xid=null, txID=913, xid=null, state=COMMITTED, createTime=1719619182885(Fri Jun 28 23:59:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@6cfa6c4d 2024-06-28 23:59:42,888 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:42,888 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:42,888 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 7ce9e341-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:42,889 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:42,889 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 71.569230 ms 2024-06-28 23:59:42,889 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:42,889 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:42,889 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:42,890 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 473648609'. 2024-06-28 23:59:42,891 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:42,891 INFO [scout-thread-21] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 7cf4dfef-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:59:42,892 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7cf50702-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7cf4dfef-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7cf4dfef-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3a44f28e, true, {}] 2024-06-28 23:59:42,892 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@73227a7b - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:59:42,892 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7cf50703-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7cf4dfef-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7cf4dfef-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4f0dd396, true, {}] 2024-06-28 23:59:42,892 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=test/mom/testPublishText, address=test/mom/testPublishText, routingType=ANYCAST, filterString=null, durable=true, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=false, autoCreateAddress=null, internal=null, transient=null, autoCreated=true, fqqn=null]] 2024-06-28 23:59:42,893 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@3ca6cb4f 2024-06-28 23:59:42,893 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@4616623a 2024-06-28 23:59:42,893 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishText, null, 0, false, true, null] 2024-06-28 23:59:42,894 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7cf55525-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7cf4dfef-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7cf4dfef-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@64e27f26, true, {}] 2024-06-28 23:59:42,894 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=933, durable=true, userID=7cf55527-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishText, size=489, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@629100649, context: RoutingContextImpl(Address=test/mom/testPublishText, routingType=ANYCAST, PreviousAddress=test/mom/testPublishText previousRoute:ANYCAST, reusable=true, version=-2147482983) .................................................. ***** durable queues test/mom/testPublishText: - queueID=926 address:test/mom/testPublishText name:test/mom/testPublishText filter:null ***** non durable for test/mom/testPublishText: .................................................. , transaction: null 2024-06-28 23:59:42,895 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishText: Reference[933]:RELIABLE:CoreMessage[messageID=933, durable=true, userID=7cf55527-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishText, size=489, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@629100649 2024-06-28 23:59:42,895 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishText: CoreMessage[messageID=933, durable=true, userID=7cf55527-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishText, size=489, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@629100649 to transaction: TransactionImpl [xid=null, txID=936, xid=null, state=ACTIVE, createTime=1719619182895(Fri Jun 28 23:59:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@6251f35b 2024-06-28 23:59:42,895 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@1828eff, org.eclipse.scout.rt.mom.jms.JmsSubscription@5118c7fb] 2024-06-28 23:59:42,898 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishText: CoreMessage[messageID=933, durable=true, userID=7cf55527-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishText, size=489, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@629100649, transaction: TransactionImpl [xid=null, txID=936, xid=null, state=COMMITTED, createTime=1719619182895(Fri Jun 28 23:59:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@6251f35b 2024-06-28 23:59:42,898 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:42,899 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:42,899 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 7cf4dfef-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:42,899 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:42,899 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 9.915845 ms 2024-06-28 23:59:42,899 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:42,900 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:42,900 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:42,900 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 183385454'. 2024-06-28 23:59:42,901 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:42,902 INFO [scout-thread-21] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 7cf68da9-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:59:42,902 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7cf68dac-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7cf68da9-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7cf68da9-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1aac275e, true, {}] 2024-06-28 23:59:42,903 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@10500afb - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:59:42,903 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7cf6b4bd-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7cf68da9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7cf68da9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1a94fb13, true, {}] 2024-06-28 23:59:42,903 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=test/mom/testQueuePublishSubscribeCorrelationId, address=test/mom/testQueuePublishSubscribeCorrelationId, routingType=ANYCAST, filterString=null, durable=true, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=false, autoCreateAddress=null, internal=null, transient=null, autoCreated=true, fqqn=null]] 2024-06-28 23:59:42,904 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@724a7608 2024-06-28 23:59:42,904 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@5dc2d0dd 2024-06-28 23:59:42,904 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishSubscribeCorrelationId, null, 0, false, true, null] 2024-06-28 23:59:42,905 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7cf6dbcf-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7cf68da9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7cf68da9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5b8c48fe, true, {}] 2024-06-28 23:59:42,905 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=956, durable=true, userID=7cf702e1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeCorrelationId, size=692, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid:abc]]@1909127912, context: RoutingContextImpl(Address=test/mom/testQueuePublishSubscribeCorrelationId, routingType=ANYCAST, PreviousAddress=test/mom/testQueuePublishSubscribeCorrelationId previousRoute:ANYCAST, reusable=true, version=-2147482982) .................................................. ***** durable queues test/mom/testQueuePublishSubscribeCorrelationId: - queueID=949 address:test/mom/testQueuePublishSubscribeCorrelationId name:test/mom/testQueuePublishSubscribeCorrelationId filter:null ***** non durable for test/mom/testQueuePublishSubscribeCorrelationId: .................................................. , transaction: null 2024-06-28 23:59:42,906 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueuePublishSubscribeCorrelationId: Reference[956]:RELIABLE:CoreMessage[messageID=956, durable=true, userID=7cf702e1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeCorrelationId, size=692, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid:abc]]@1909127912 2024-06-28 23:59:42,906 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueuePublishSubscribeCorrelationId: CoreMessage[messageID=956, durable=true, userID=7cf702e1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeCorrelationId, size=692, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid:abc]]@1909127912 to transaction: TransactionImpl [xid=null, txID=959, xid=null, state=ACTIVE, createTime=1719619182906(Fri Jun 28 23:59:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@2a2e9f0c 2024-06-28 23:59:42,906 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1cad8bce] 2024-06-28 23:59:42,909 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueuePublishSubscribeCorrelationId: CoreMessage[messageID=956, durable=true, userID=7cf702e1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeCorrelationId, size=692, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid:abc]]@1909127912, transaction: TransactionImpl [xid=null, txID=959, xid=null, state=COMMITTED, createTime=1719619182906(Fri Jun 28 23:59:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@2a2e9f0c 2024-06-28 23:59:42,909 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:42,910 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:42,910 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 7cf68da9-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:42,910 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:42,910 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 10.186466 ms 2024-06-28 23:59:42,910 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:42,911 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:42,911 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:42,911 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1013103333'. 2024-06-28 23:59:42,912 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:42,913 INFO [scout-thread-21] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 7cf83b63-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:59:42,913 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7cf83b66-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7cf83b63-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7cf83b63-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7766ea06, true, {}] 2024-06-28 23:59:42,913 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@7e703422 - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:59:42,914 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7cf83b67-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7cf83b63-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7cf83b63-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1d325ee6, true, {}] 2024-06-28 23:59:42,914 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=test/mom/testQueuePublishSubscribe, address=test/mom/testQueuePublishSubscribe, routingType=ANYCAST, filterString=null, durable=true, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=false, autoCreateAddress=null, internal=null, transient=null, autoCreated=true, fqqn=null]] 2024-06-28 23:59:42,914 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@2914b330 2024-06-28 23:59:42,914 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@3a3f0eaf 2024-06-28 23:59:42,915 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishSubscribe, null, 0, false, true, null] 2024-06-28 23:59:42,915 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7cf88989-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7cf83b63-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7cf83b63-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@62e52191, true, {}] 2024-06-28 23:59:42,916 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=979, durable=true, userID=7cf8898b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribe, size=611, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2067577645, context: RoutingContextImpl(Address=test/mom/testQueuePublishSubscribe, routingType=ANYCAST, PreviousAddress=test/mom/testQueuePublishSubscribe previousRoute:ANYCAST, reusable=true, version=-2147482981) .................................................. ***** durable queues test/mom/testQueuePublishSubscribe: - queueID=972 address:test/mom/testQueuePublishSubscribe name:test/mom/testQueuePublishSubscribe filter:null ***** non durable for test/mom/testQueuePublishSubscribe: .................................................. , transaction: null 2024-06-28 23:59:42,916 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueuePublishSubscribe: Reference[979]:RELIABLE:CoreMessage[messageID=979, durable=true, userID=7cf8898b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribe, size=611, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2067577645 2024-06-28 23:59:42,916 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueuePublishSubscribe: CoreMessage[messageID=979, durable=true, userID=7cf8898b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribe, size=611, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2067577645 to transaction: TransactionImpl [xid=null, txID=982, xid=null, state=ACTIVE, createTime=1719619182916(Fri Jun 28 23:59:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@74e3698 2024-06-28 23:59:42,916 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@310df168] 2024-06-28 23:59:42,919 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueuePublishSubscribe: CoreMessage[messageID=979, durable=true, userID=7cf8898b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribe, size=611, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2067577645, transaction: TransactionImpl [xid=null, txID=982, xid=null, state=COMMITTED, createTime=1719619182916(Fri Jun 28 23:59:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@74e3698 2024-06-28 23:59:42,920 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:42,920 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:42,920 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 7cf83b63-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:42,921 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:42,921 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 9.722654 ms 2024-06-28 23:59:42,921 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:42,921 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:42,921 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:42,921 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 2035132937'. 2024-06-28 23:59:42,923 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:42,923 INFO [scout-thread-21] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 7cf9c20d-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:59:42,923 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7cf9c210-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7cf9c20d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7cf9c20d-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1aed404f, true, {}] 2024-06-28 23:59:42,924 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@53e211e7 - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:59:42,924 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7cf9e921-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7cf9c20d-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7cf9c20d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5464c305, true, {}] 2024-06-28 23:59:42,924 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=test/mom/testPublishBytes, address=test/mom/testPublishBytes, routingType=ANYCAST, filterString=null, durable=true, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=false, autoCreateAddress=null, internal=null, transient=null, autoCreated=true, fqqn=null]] 2024-06-28 23:59:42,924 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@265b6d0b 2024-06-28 23:59:42,925 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@79788db1 2024-06-28 23:59:42,925 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishBytes, null, 0, false, true, null] 2024-06-28 23:59:42,925 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7cfa1033-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7cf9c20d-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7cf9c20d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1589497c, true, {}] 2024-06-28 23:59:42,926 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1002, durable=true, userID=7cfa3745-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishBytes, size=475, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@55349272, context: RoutingContextImpl(Address=test/mom/testPublishBytes, routingType=ANYCAST, PreviousAddress=test/mom/testPublishBytes previousRoute:ANYCAST, reusable=true, version=-2147482980) .................................................. ***** durable queues test/mom/testPublishBytes: - queueID=995 address:test/mom/testPublishBytes name:test/mom/testPublishBytes filter:null ***** non durable for test/mom/testPublishBytes: .................................................. , transaction: null 2024-06-28 23:59:42,926 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishBytes: Reference[1002]:RELIABLE:CoreMessage[messageID=1002, durable=true, userID=7cfa3745-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishBytes, size=475, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@55349272 2024-06-28 23:59:42,926 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishBytes: CoreMessage[messageID=1002, durable=true, userID=7cfa3745-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishBytes, size=475, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@55349272 to transaction: TransactionImpl [xid=null, txID=1005, xid=null, state=ACTIVE, createTime=1719619182926(Fri Jun 28 23:59:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@d623337 2024-06-28 23:59:42,927 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@4f142cbd, org.eclipse.scout.rt.mom.jms.JmsSubscription@766534b0] 2024-06-28 23:59:42,930 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishBytes: CoreMessage[messageID=1002, durable=true, userID=7cfa3745-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishBytes, size=475, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@55349272, transaction: TransactionImpl [xid=null, txID=1005, xid=null, state=COMMITTED, createTime=1719619182926(Fri Jun 28 23:59:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@d623337 2024-06-28 23:59:42,930 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:42,930 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:42,930 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 7cf9c20d-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:42,931 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:42,931 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 9.456461 ms 2024-06-28 23:59:42,931 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:42,931 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:42,932 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:42,932 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 823180057'. 2024-06-28 23:59:42,933 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:42,933 INFO [scout-thread-21] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 7cfb48b7-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:59:42,934 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7cfb6fca-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7cfb48b7-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7cfb48b7-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3c08633d, true, {}] 2024-06-28 23:59:42,934 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@285e5898 - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:59:42,934 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7cfb6fcb-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7cfb48b7-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7cfb48b7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@23cd2a03, true, {}] 2024-06-28 23:59:42,935 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-28 23:59:42,935 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7cfb96dc-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7cfb48b7-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7cfb48b7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4638b516, true, {}] 2024-06-28 23:59:42,936 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1020, durable=true, userID=7cfb96de-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=495, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@990392344, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-28 23:59:42,936 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[1020]:RELIABLE:CoreMessage[messageID=1020, durable=true, userID=7cfb96de-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=495, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@990392344 2024-06-28 23:59:42,937 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=1020, durable=true, userID=7cfb96de-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=495, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@990392344 to transaction: TransactionImpl [xid=null, txID=1023, xid=null, state=ACTIVE, createTime=1719619182937(Fri Jun 28 23:59:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@527706dd 2024-06-28 23:59:42,937 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@4c29138a, org.eclipse.scout.rt.mom.jms.JmsSubscription@199549a5] 2024-06-28 23:59:42,940 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=1020, durable=true, userID=7cfb96de-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=495, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@990392344, transaction: TransactionImpl [xid=null, txID=1023, xid=null, state=COMMITTED, createTime=1719619182937(Fri Jun 28 23:59:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@527706dd 2024-06-28 23:59:42,940 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7cfc5a2f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7cfb48b7-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7cfb48b7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2e946e65, true, {}] 2024-06-28 23:59:42,941 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-28 23:59:42,941 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7cfc8140-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7cfb48b7-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7cfb48b7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5ba86500, true, {}] 2024-06-28 23:59:42,942 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1034, durable=true, userID=7cfc8142-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=599, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@513205042, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-28 23:59:42,943 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[1034]:RELIABLE:CoreMessage[messageID=1034, durable=true, userID=7cfc8142-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=599, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@513205042 2024-06-28 23:59:42,944 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=1034, durable=true, userID=7cfc8142-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=599, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@513205042 to transaction: TransactionImpl [xid=null, txID=1037, xid=null, state=ACTIVE, createTime=1719619182944(Fri Jun 28 23:59:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@23827de7 2024-06-28 23:59:42,944 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@5f6e6902, org.eclipse.scout.rt.mom.jms.JmsSubscription@54d8236c] 2024-06-28 23:59:42,947 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=1034, durable=true, userID=7cfc8142-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=599, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@513205042, transaction: TransactionImpl [xid=null, txID=1037, xid=null, state=COMMITTED, createTime=1719619182944(Fri Jun 28 23:59:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@23827de7 2024-06-28 23:59:42,947 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7cfd6ba3-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7cfb48b7-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7cfb48b7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1d968d7, true, {}] 2024-06-28 23:59:42,947 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-28 23:59:42,948 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7cfd92b4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7cfb48b7-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7cfb48b7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4334e127, true, {}] 2024-06-28 23:59:42,948 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1048, durable=true, userID=7cfd92b6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=597, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1945327612, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-28 23:59:42,950 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[1048]:RELIABLE:CoreMessage[messageID=1048, durable=true, userID=7cfd92b6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=597, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1945327612 2024-06-28 23:59:42,950 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=1048, durable=true, userID=7cfd92b6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=597, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1945327612 to transaction: TransactionImpl [xid=null, txID=1051, xid=null, state=ACTIVE, createTime=1719619182950(Fri Jun 28 23:59:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@54c15fd1 2024-06-28 23:59:42,951 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@3bc00359, org.eclipse.scout.rt.mom.jms.JmsSubscription@30b91493] 2024-06-28 23:59:42,953 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=1048, durable=true, userID=7cfd92b6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=597, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1945327612, transaction: TransactionImpl [xid=null, txID=1051, xid=null, state=COMMITTED, createTime=1719619182950(Fri Jun 28 23:59:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@54c15fd1 2024-06-28 23:59:42,954 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7cfe7d17-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7cfb48b7-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7cfb48b7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4617e477, true, {}] 2024-06-28 23:59:42,954 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-28 23:59:42,955 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7cfe7d18-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7cfb48b7-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7cfb48b7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1c39cd46, true, {}] 2024-06-28 23:59:42,955 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1062, durable=true, userID=7cfea42a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=645, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.dataobject.DoEntity","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@625446985, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-28 23:59:42,957 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[1062]:RELIABLE:CoreMessage[messageID=1062, durable=true, userID=7cfea42a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=645, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.dataobject.DoEntity","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@625446985 2024-06-28 23:59:42,957 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=1062, durable=true, userID=7cfea42a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=645, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.dataobject.DoEntity","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@625446985 to transaction: TransactionImpl [xid=null, txID=1065, xid=null, state=ACTIVE, createTime=1719619182957(Fri Jun 28 23:59:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@510cee79 2024-06-28 23:59:42,958 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@5b0fc8c2, org.eclipse.scout.rt.mom.jms.JmsSubscription@2140582] 2024-06-28 23:59:42,960 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=1062, durable=true, userID=7cfea42a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=645, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.dataobject.DoEntity","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@625446985, transaction: TransactionImpl [xid=null, txID=1065, xid=null, state=COMMITTED, createTime=1719619182957(Fri Jun 28 23:59:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@510cee79 2024-06-28 23:59:42,961 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7cff8e8b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7cfb48b7-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7cfb48b7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@e3d5fbc, true, {}] 2024-06-28 23:59:42,961 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-28 23:59:42,961 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7cff8e8c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7cfb48b7-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7cfb48b7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@438beaf3, true, {}] 2024-06-28 23:59:42,962 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1076, durable=true, userID=7cffb59e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=490, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@900718162, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-28 23:59:42,964 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[1076]:RELIABLE:CoreMessage[messageID=1076, durable=true, userID=7cffb59e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=490, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@900718162 2024-06-28 23:59:42,964 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=1076, durable=true, userID=7cffb59e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=490, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@900718162 to transaction: TransactionImpl [xid=null, txID=1079, xid=null, state=ACTIVE, createTime=1719619182964(Fri Jun 28 23:59:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@797c3512 2024-06-28 23:59:42,964 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@5a14a8c1, org.eclipse.scout.rt.mom.jms.JmsSubscription@879f852] 2024-06-28 23:59:42,967 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=1076, durable=true, userID=7cffb59e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=490, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@900718162, transaction: TransactionImpl [xid=null, txID=1079, xid=null, state=COMMITTED, createTime=1719619182964(Fri Jun 28 23:59:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@797c3512 2024-06-28 23:59:42,968 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d009fff-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7cfb48b7-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7cfb48b7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2f723811, true, {}] 2024-06-28 23:59:42,968 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-28 23:59:42,968 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d00a000-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7cfb48b7-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7cfb48b7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2310027f, true, {}] 2024-06-28 23:59:42,969 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1090, durable=true, userID=7d00a002-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=495, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@578003309, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-28 23:59:42,970 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[1090]:RELIABLE:CoreMessage[messageID=1090, durable=true, userID=7d00a002-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=495, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@578003309 2024-06-28 23:59:42,971 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=1090, durable=true, userID=7d00a002-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=495, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@578003309 to transaction: TransactionImpl [xid=null, txID=1093, xid=null, state=ACTIVE, createTime=1719619182971(Fri Jun 28 23:59:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@5f35ec09 2024-06-28 23:59:42,971 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@54b3407b, org.eclipse.scout.rt.mom.jms.JmsSubscription@2fc698a9] 2024-06-28 23:59:42,974 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=1090, durable=true, userID=7d00a002-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=495, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@578003309, transaction: TransactionImpl [xid=null, txID=1093, xid=null, state=COMMITTED, createTime=1719619182971(Fri Jun 28 23:59:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@5f35ec09 2024-06-28 23:59:42,974 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d018a63-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7cfb48b7-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7cfb48b7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5f8467d4, true, {}] 2024-06-28 23:59:42,974 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-28 23:59:42,975 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d01b174-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7cfb48b7-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7cfb48b7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2c190e1, true, {}] 2024-06-28 23:59:42,975 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1104, durable=true, userID=7d01b176-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=599, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@833897143, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-28 23:59:42,977 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[1104]:RELIABLE:CoreMessage[messageID=1104, durable=true, userID=7d01b176-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=599, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@833897143 2024-06-28 23:59:42,977 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=1104, durable=true, userID=7d01b176-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=599, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@833897143 to transaction: TransactionImpl [xid=null, txID=1107, xid=null, state=ACTIVE, createTime=1719619182977(Fri Jun 28 23:59:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@3b8970ca 2024-06-28 23:59:42,978 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@3d8c3d0a, org.eclipse.scout.rt.mom.jms.JmsSubscription@751636da] 2024-06-28 23:59:42,980 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=1104, durable=true, userID=7d01b176-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=599, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@833897143, transaction: TransactionImpl [xid=null, txID=1107, xid=null, state=COMMITTED, createTime=1719619182977(Fri Jun 28 23:59:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@3b8970ca 2024-06-28 23:59:42,981 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d029bd7-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7cfb48b7-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7cfb48b7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@585651a, true, {}] 2024-06-28 23:59:42,981 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-28 23:59:42,981 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d029bd8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7cfb48b7-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7cfb48b7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@76930bae, true, {}] 2024-06-28 23:59:42,982 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1118, durable=true, userID=7d02c2ea-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=597, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1113087871, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-28 23:59:42,984 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[1118]:RELIABLE:CoreMessage[messageID=1118, durable=true, userID=7d02c2ea-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=597, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1113087871 2024-06-28 23:59:42,984 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=1118, durable=true, userID=7d02c2ea-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=597, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1113087871 to transaction: TransactionImpl [xid=null, txID=1121, xid=null, state=ACTIVE, createTime=1719619182984(Fri Jun 28 23:59:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@4dce5075 2024-06-28 23:59:42,984 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@22ca5fe1, org.eclipse.scout.rt.mom.jms.JmsSubscription@45cd5c56] 2024-06-28 23:59:42,987 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=1118, durable=true, userID=7d02c2ea-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=597, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1113087871, transaction: TransactionImpl [xid=null, txID=1121, xid=null, state=COMMITTED, createTime=1719619182984(Fri Jun 28 23:59:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@4dce5075 2024-06-28 23:59:42,988 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d03ad4b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7cfb48b7-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7cfb48b7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6e6eb049, true, {}] 2024-06-28 23:59:42,988 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-28 23:59:42,988 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d03ad4c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7cfb48b7-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7cfb48b7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@59101022, true, {}] 2024-06-28 23:59:42,989 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1132, durable=true, userID=7d03d45e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=645, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.dataobject.DoEntity","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@825161205, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-28 23:59:42,991 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[1132]:RELIABLE:CoreMessage[messageID=1132, durable=true, userID=7d03d45e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=645, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.dataobject.DoEntity","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@825161205 2024-06-28 23:59:42,991 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=1132, durable=true, userID=7d03d45e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=645, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.dataobject.DoEntity","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@825161205 to transaction: TransactionImpl [xid=null, txID=1135, xid=null, state=ACTIVE, createTime=1719619182991(Fri Jun 28 23:59:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@261b3925 2024-06-28 23:59:42,991 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@19c145d2, org.eclipse.scout.rt.mom.jms.JmsSubscription@77376e83] 2024-06-28 23:59:42,994 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=1132, durable=true, userID=7d03d45e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=645, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.dataobject.DoEntity","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@825161205, transaction: TransactionImpl [xid=null, txID=1135, xid=null, state=COMMITTED, createTime=1719619182991(Fri Jun 28 23:59:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@261b3925 2024-06-28 23:59:42,995 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d04bebf-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7cfb48b7-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7cfb48b7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6ec0675f, true, {}] 2024-06-28 23:59:42,995 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-28 23:59:42,995 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d04bec0-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7cfb48b7-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7cfb48b7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3e574c51, true, {}] 2024-06-28 23:59:42,996 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1146, durable=true, userID=7d04e5d2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=490, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@315681588, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-28 23:59:42,998 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[1146]:RELIABLE:CoreMessage[messageID=1146, durable=true, userID=7d04e5d2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=490, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@315681588 2024-06-28 23:59:42,998 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=1146, durable=true, userID=7d04e5d2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=490, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@315681588 to transaction: TransactionImpl [xid=null, txID=1149, xid=null, state=ACTIVE, createTime=1719619182998(Fri Jun 28 23:59:42 UTC 2024), timeoutSeconds=-1, nr operations = 1]@776e6bf3 2024-06-28 23:59:42,998 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@428169d, org.eclipse.scout.rt.mom.jms.JmsSubscription@1b204439] 2024-06-28 23:59:43,001 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=1146, durable=true, userID=7d04e5d2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:42 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=490, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@315681588, transaction: TransactionImpl [xid=null, txID=1149, xid=null, state=COMMITTED, createTime=1719619182998(Fri Jun 28 23:59:42 UTC 2024), timeoutSeconds=-1, nr operations = 0]@776e6bf3 2024-06-28 23:59:43,002 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:43,002 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:43,002 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 7cfb48b7-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:43,002 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:43,003 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 70.971726 ms 2024-06-28 23:59:43,003 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:43,003 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:43,003 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:43,003 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 467235412'. 2024-06-28 23:59:43,005 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:43,005 INFO [scout-thread-21] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 7d064564-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:59:43,006 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d066c77-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d064564-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d064564-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@489cd093, true, {}] 2024-06-28 23:59:43,006 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@52afa480 - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:59:43,006 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d066c78-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d064564-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d064564-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@56d3ee6d, true, {}] 2024-06-28 23:59:43,007 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=test/mom/testQueuePublishSubscribeMultipleSubscriptions, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, routingType=ANYCAST, filterString=null, durable=true, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=false, autoCreateAddress=null, internal=null, transient=null, autoCreated=true, fqqn=null]] 2024-06-28 23:59:43,007 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@32a778de 2024-06-28 23:59:43,007 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@1c247625 2024-06-28 23:59:43,008 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishSubscribeMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:59:43,008 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d06ba9a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d064564-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d064564-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1500e5ea, true, {}] 2024-06-28 23:59:43,008 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishSubscribeMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:59:43,009 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d06ba9b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d064564-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d064564-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1eb250f8, true, {}] 2024-06-28 23:59:43,009 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1173, durable=true, userID=7d06e1ad-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=653, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1847380142, context: RoutingContextImpl(Address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, routingType=ANYCAST, PreviousAddress=test/mom/testQueuePublishSubscribeMultipleSubscriptions previousRoute:ANYCAST, reusable=true, version=-2147482979) .................................................. ***** durable queues test/mom/testQueuePublishSubscribeMultipleSubscriptions: - queueID=1162 address:test/mom/testQueuePublishSubscribeMultipleSubscriptions name:test/mom/testQueuePublishSubscribeMultipleSubscriptions filter:null ***** non durable for test/mom/testQueuePublishSubscribeMultipleSubscriptions: .................................................. , transaction: null 2024-06-28 23:59:43,009 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: Reference[1173]:RELIABLE:CoreMessage[messageID=1173, durable=true, userID=7d06e1ad-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=653, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1847380142 2024-06-28 23:59:43,010 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: CoreMessage[messageID=1173, durable=true, userID=7d06e1ad-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=653, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1847380142 to transaction: TransactionImpl [xid=null, txID=1176, xid=null, state=ACTIVE, createTime=1719619183010(Fri Jun 28 23:59:43 UTC 2024), timeoutSeconds=-1, nr operations = 1]@7cd07c30 2024-06-28 23:59:43,013 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: CoreMessage[messageID=1173, durable=true, userID=7d06e1ad-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=653, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1847380142, transaction: TransactionImpl [xid=null, txID=1176, xid=null, state=COMMITTED, createTime=1719619183010(Fri Jun 28 23:59:43 UTC 2024), timeoutSeconds=-1, nr operations = 0]@7cd07c30 2024-06-28 23:59:43,060 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@712a5de4, org.eclipse.scout.rt.mom.jms.JmsSubscription@364c4ba9] 2024-06-28 23:59:43,061 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:43,061 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:43,062 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 7d064564-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:43,062 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:43,062 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 58.928324 ms 2024-06-28 23:59:43,062 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:43,063 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:43,063 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:43,063 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1227687752'. 2024-06-28 23:59:43,064 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:43,065 INFO [scout-thread-14] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 7d0f6d2f-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS subscriber, activemq.broker=mom155] 2024-06-28 23:59:43,065 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d0f6d32-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d0f6d2f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d0f6d2f-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2260e01a, true, {}] 2024-06-28 23:59:43,066 INFO [scout-thread-14] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@410aec6f - MDC[jobName=JMS subscriber, activemq.broker=mom155] 2024-06-28 23:59:43,066 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d0f9443-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d0f6d2f-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d0f6d2f-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@335022a8, true, {}] 2024-06-28 23:59:43,066 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishSubscribeMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:59:43,066 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d0f9444-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d0f6d2f-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d0f6d2f-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@108d9e2b, true, {}] 2024-06-28 23:59:43,067 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishSubscribeMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:59:43,067 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d0fbb55-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d0f6d2f-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d0f6d2f-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1779ad72, true, {}] 2024-06-28 23:59:43,068 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1199, durable=true, userID=7d0fbb57-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=653, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1338718412, context: RoutingContextImpl(Address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, routingType=ANYCAST, PreviousAddress=test/mom/testQueuePublishSubscribeMultipleSubscriptions previousRoute:ANYCAST, reusable=true, version=-2147482979) .................................................. ***** durable queues test/mom/testQueuePublishSubscribeMultipleSubscriptions: - queueID=1162 address:test/mom/testQueuePublishSubscribeMultipleSubscriptions name:test/mom/testQueuePublishSubscribeMultipleSubscriptions filter:null ***** non durable for test/mom/testQueuePublishSubscribeMultipleSubscriptions: .................................................. , transaction: null 2024-06-28 23:59:43,068 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: Reference[1199]:RELIABLE:CoreMessage[messageID=1199, durable=true, userID=7d0fbb57-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=653, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1338718412 2024-06-28 23:59:43,068 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: CoreMessage[messageID=1199, durable=true, userID=7d0fbb57-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=653, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1338718412 to transaction: TransactionImpl [xid=null, txID=1202, xid=null, state=ACTIVE, createTime=1719619183068(Fri Jun 28 23:59:43 UTC 2024), timeoutSeconds=-1, nr operations = 1]@30b4d79a 2024-06-28 23:59:43,071 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: CoreMessage[messageID=1199, durable=true, userID=7d0fbb57-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=653, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1338718412, transaction: TransactionImpl [xid=null, txID=1202, xid=null, state=COMMITTED, createTime=1719619183068(Fri Jun 28 23:59:43 UTC 2024), timeoutSeconds=-1, nr operations = 0]@30b4d79a 2024-06-28 23:59:43,119 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5ca8157c, org.eclipse.scout.rt.mom.jms.JmsSubscription@33cee31a] 2024-06-28 23:59:43,120 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:43,120 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:43,120 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 7d0f6d2f-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:43,121 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:43,121 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 58.194202 ms 2024-06-28 23:59:43,121 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:43,121 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:43,121 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:43,122 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 476158583'. 2024-06-28 23:59:43,123 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:43,123 INFO [scout-thread-21] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 7d1846d9-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:59:43,124 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d186dec-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d1846d9-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d1846d9-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5d23b44c, true, {}] 2024-06-28 23:59:43,124 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@14ed3c65 - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:59:43,125 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d186ded-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d1846d9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d1846d9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@40343f1c, true, {}] 2024-06-28 23:59:43,125 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishSubscribeMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:59:43,125 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d1894fe-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d1846d9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d1846d9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@45320a69, true, {}] 2024-06-28 23:59:43,126 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishSubscribeMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:59:43,126 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d18bc0f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d1846d9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d1846d9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@71dfa4ce, true, {}] 2024-06-28 23:59:43,126 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1225, durable=true, userID=7d18bc11-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=653, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1121972556, context: RoutingContextImpl(Address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, routingType=ANYCAST, PreviousAddress=test/mom/testQueuePublishSubscribeMultipleSubscriptions previousRoute:ANYCAST, reusable=true, version=-2147482979) .................................................. ***** durable queues test/mom/testQueuePublishSubscribeMultipleSubscriptions: - queueID=1162 address:test/mom/testQueuePublishSubscribeMultipleSubscriptions name:test/mom/testQueuePublishSubscribeMultipleSubscriptions filter:null ***** non durable for test/mom/testQueuePublishSubscribeMultipleSubscriptions: .................................................. , transaction: null 2024-06-28 23:59:43,127 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: Reference[1225]:RELIABLE:CoreMessage[messageID=1225, durable=true, userID=7d18bc11-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=653, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1121972556 2024-06-28 23:59:43,127 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: CoreMessage[messageID=1225, durable=true, userID=7d18bc11-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=653, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1121972556 to transaction: TransactionImpl [xid=null, txID=1228, xid=null, state=ACTIVE, createTime=1719619183127(Fri Jun 28 23:59:43 UTC 2024), timeoutSeconds=-1, nr operations = 1]@24ead484 2024-06-28 23:59:43,130 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: CoreMessage[messageID=1225, durable=true, userID=7d18bc11-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=653, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1121972556, transaction: TransactionImpl [xid=null, txID=1228, xid=null, state=COMMITTED, createTime=1719619183127(Fri Jun 28 23:59:43 UTC 2024), timeoutSeconds=-1, nr operations = 0]@24ead484 2024-06-28 23:59:43,178 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3c511385, org.eclipse.scout.rt.mom.jms.JmsSubscription@20e7ea20] 2024-06-28 23:59:43,179 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:43,179 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:43,179 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 7d1846d9-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:43,180 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:43,180 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 58.291903 ms 2024-06-28 23:59:43,180 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:43,180 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:43,180 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:43,180 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 2086425573'. 2024-06-28 23:59:43,182 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:43,182 INFO [scout-thread-14] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 7d214793-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS subscriber, activemq.broker=mom155] 2024-06-28 23:59:43,183 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d216ea6-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d214793-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d214793-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3d6e814b, true, {}] 2024-06-28 23:59:43,183 INFO [scout-thread-14] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@f40f5d4 - MDC[jobName=JMS subscriber, activemq.broker=mom155] 2024-06-28 23:59:43,183 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d216ea7-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d214793-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d214793-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@45a4aa64, true, {}] 2024-06-28 23:59:43,184 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishSubscribeMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:59:43,184 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d2195b8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d214793-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d214793-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@595f0dac, true, {}] 2024-06-28 23:59:43,184 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishSubscribeMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:59:43,184 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d2195b9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d214793-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d214793-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@283d290e, true, {}] 2024-06-28 23:59:43,185 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1251, durable=true, userID=7d21bccb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=653, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@466352330, context: RoutingContextImpl(Address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, routingType=ANYCAST, PreviousAddress=test/mom/testQueuePublishSubscribeMultipleSubscriptions previousRoute:ANYCAST, reusable=true, version=-2147482979) .................................................. ***** durable queues test/mom/testQueuePublishSubscribeMultipleSubscriptions: - queueID=1162 address:test/mom/testQueuePublishSubscribeMultipleSubscriptions name:test/mom/testQueuePublishSubscribeMultipleSubscriptions filter:null ***** non durable for test/mom/testQueuePublishSubscribeMultipleSubscriptions: .................................................. , transaction: null 2024-06-28 23:59:43,185 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: Reference[1251]:RELIABLE:CoreMessage[messageID=1251, durable=true, userID=7d21bccb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=653, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@466352330 2024-06-28 23:59:43,186 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: CoreMessage[messageID=1251, durable=true, userID=7d21bccb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=653, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@466352330 to transaction: TransactionImpl [xid=null, txID=1254, xid=null, state=ACTIVE, createTime=1719619183186(Fri Jun 28 23:59:43 UTC 2024), timeoutSeconds=-1, nr operations = 1]@166b77ca 2024-06-28 23:59:43,189 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: CoreMessage[messageID=1251, durable=true, userID=7d21bccb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=653, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@466352330, transaction: TransactionImpl [xid=null, txID=1254, xid=null, state=COMMITTED, createTime=1719619183186(Fri Jun 28 23:59:43 UTC 2024), timeoutSeconds=-1, nr operations = 0]@166b77ca 2024-06-28 23:59:43,236 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@57421698, org.eclipse.scout.rt.mom.jms.JmsSubscription@2728e305] 2024-06-28 23:59:43,238 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:43,238 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:43,238 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 7d214793-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:43,238 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:43,238 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 58.264030 ms 2024-06-28 23:59:43,239 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:43,239 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:43,239 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:43,239 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1646860368'. 2024-06-28 23:59:43,240 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:43,241 INFO [scout-thread-21] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 7d2a484d-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:59:43,241 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d2a4850-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d2a484d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d2a484d-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@493d6b18, true, {}] 2024-06-28 23:59:43,242 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@358b906f - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:59:43,242 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d2a6f61-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d2a484d-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d2a484d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6ca16f2f, true, {}] 2024-06-28 23:59:43,242 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishSubscribeMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:59:43,243 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d2a6f62-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d2a484d-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d2a484d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4edac855, true, {}] 2024-06-28 23:59:43,243 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishSubscribeMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:59:43,243 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d2a9673-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d2a484d-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d2a484d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@46fb486, true, {}] 2024-06-28 23:59:43,244 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1277, durable=true, userID=7d2a9675-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=653, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@989578219, context: RoutingContextImpl(Address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, routingType=ANYCAST, PreviousAddress=test/mom/testQueuePublishSubscribeMultipleSubscriptions previousRoute:ANYCAST, reusable=true, version=-2147482979) .................................................. ***** durable queues test/mom/testQueuePublishSubscribeMultipleSubscriptions: - queueID=1162 address:test/mom/testQueuePublishSubscribeMultipleSubscriptions name:test/mom/testQueuePublishSubscribeMultipleSubscriptions filter:null ***** non durable for test/mom/testQueuePublishSubscribeMultipleSubscriptions: .................................................. , transaction: null 2024-06-28 23:59:43,244 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: Reference[1277]:RELIABLE:CoreMessage[messageID=1277, durable=true, userID=7d2a9675-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=653, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@989578219 2024-06-28 23:59:43,244 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: CoreMessage[messageID=1277, durable=true, userID=7d2a9675-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=653, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@989578219 to transaction: TransactionImpl [xid=null, txID=1280, xid=null, state=ACTIVE, createTime=1719619183244(Fri Jun 28 23:59:43 UTC 2024), timeoutSeconds=-1, nr operations = 1]@307ab936 2024-06-28 23:59:43,248 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: CoreMessage[messageID=1277, durable=true, userID=7d2a9675-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=653, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@989578219, transaction: TransactionImpl [xid=null, txID=1280, xid=null, state=COMMITTED, createTime=1719619183244(Fri Jun 28 23:59:43 UTC 2024), timeoutSeconds=-1, nr operations = 0]@307ab936 2024-06-28 23:59:43,295 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@230383a7, org.eclipse.scout.rt.mom.jms.JmsSubscription@6222a343] 2024-06-28 23:59:43,296 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:43,296 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:43,296 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 7d2a484d-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:43,297 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:43,297 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 58.012889 ms 2024-06-28 23:59:43,297 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:43,297 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:43,297 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:43,298 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1203771863'. 2024-06-28 23:59:43,299 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:43,299 INFO [scout-thread-14] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 7d3321f7-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS subscriber, activemq.broker=mom155] 2024-06-28 23:59:43,300 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d33490a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d3321f7-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d3321f7-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@59bd03a8, true, {}] 2024-06-28 23:59:43,300 INFO [scout-thread-14] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@431bb281 - MDC[jobName=JMS subscriber, activemq.broker=mom155] 2024-06-28 23:59:43,300 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d33490b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d3321f7-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d3321f7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6c9165e7, true, {}] 2024-06-28 23:59:43,301 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishSubscribeMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:59:43,301 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d33701c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d3321f7-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d3321f7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@27dbf236, true, {}] 2024-06-28 23:59:43,301 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishSubscribeMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:59:43,301 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d33701d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d3321f7-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d3321f7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@52aea8a0, true, {}] 2024-06-28 23:59:43,302 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1303, durable=true, userID=7d33972f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=653, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@113567202, context: RoutingContextImpl(Address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, routingType=ANYCAST, PreviousAddress=test/mom/testQueuePublishSubscribeMultipleSubscriptions previousRoute:ANYCAST, reusable=true, version=-2147482979) .................................................. ***** durable queues test/mom/testQueuePublishSubscribeMultipleSubscriptions: - queueID=1162 address:test/mom/testQueuePublishSubscribeMultipleSubscriptions name:test/mom/testQueuePublishSubscribeMultipleSubscriptions filter:null ***** non durable for test/mom/testQueuePublishSubscribeMultipleSubscriptions: .................................................. , transaction: null 2024-06-28 23:59:43,302 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: Reference[1303]:RELIABLE:CoreMessage[messageID=1303, durable=true, userID=7d33972f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=653, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@113567202 2024-06-28 23:59:43,303 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: CoreMessage[messageID=1303, durable=true, userID=7d33972f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=653, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@113567202 to transaction: TransactionImpl [xid=null, txID=1306, xid=null, state=ACTIVE, createTime=1719619183303(Fri Jun 28 23:59:43 UTC 2024), timeoutSeconds=-1, nr operations = 1]@1a1250b1 2024-06-28 23:59:43,306 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: CoreMessage[messageID=1303, durable=true, userID=7d33972f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=653, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@113567202, transaction: TransactionImpl [xid=null, txID=1306, xid=null, state=COMMITTED, createTime=1719619183303(Fri Jun 28 23:59:43 UTC 2024), timeoutSeconds=-1, nr operations = 0]@1a1250b1 2024-06-28 23:59:43,353 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@61c1be2f, org.eclipse.scout.rt.mom.jms.JmsSubscription@423325e0] 2024-06-28 23:59:43,355 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:43,355 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:43,355 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 7d3321f7-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:43,355 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:43,355 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 58.033840 ms 2024-06-28 23:59:43,356 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:43,356 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:43,356 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:43,356 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 2051973428'. 2024-06-28 23:59:43,357 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:43,358 INFO [scout-thread-21] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 7d3c22b1-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:59:43,358 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d3c22b4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d3c22b1-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d3c22b1-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@58f4abe2, true, {}] 2024-06-28 23:59:43,359 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@210ee91c - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:59:43,359 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d3c49c5-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d3c22b1-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d3c22b1-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@51381804, true, {}] 2024-06-28 23:59:43,359 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishSubscribeMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:59:43,360 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d3c70d6-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d3c22b1-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d3c22b1-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2fb3bb4f, true, {}] 2024-06-28 23:59:43,360 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishSubscribeMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:59:43,360 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d3c70d7-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d3c22b1-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d3c22b1-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2aac399c, true, {}] 2024-06-28 23:59:43,361 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1329, durable=true, userID=7d3c97e9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=653, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@638410836, context: RoutingContextImpl(Address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, routingType=ANYCAST, PreviousAddress=test/mom/testQueuePublishSubscribeMultipleSubscriptions previousRoute:ANYCAST, reusable=true, version=-2147482979) .................................................. ***** durable queues test/mom/testQueuePublishSubscribeMultipleSubscriptions: - queueID=1162 address:test/mom/testQueuePublishSubscribeMultipleSubscriptions name:test/mom/testQueuePublishSubscribeMultipleSubscriptions filter:null ***** non durable for test/mom/testQueuePublishSubscribeMultipleSubscriptions: .................................................. , transaction: null 2024-06-28 23:59:43,361 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: Reference[1329]:RELIABLE:CoreMessage[messageID=1329, durable=true, userID=7d3c97e9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=653, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@638410836 2024-06-28 23:59:43,362 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: CoreMessage[messageID=1329, durable=true, userID=7d3c97e9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=653, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@638410836 to transaction: TransactionImpl [xid=null, txID=1332, xid=null, state=ACTIVE, createTime=1719619183362(Fri Jun 28 23:59:43 UTC 2024), timeoutSeconds=-1, nr operations = 1]@3980e5fc 2024-06-28 23:59:43,365 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: CoreMessage[messageID=1329, durable=true, userID=7d3c97e9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=653, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@638410836, transaction: TransactionImpl [xid=null, txID=1332, xid=null, state=COMMITTED, createTime=1719619183362(Fri Jun 28 23:59:43 UTC 2024), timeoutSeconds=-1, nr operations = 0]@3980e5fc 2024-06-28 23:59:43,412 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@63c31664, org.eclipse.scout.rt.mom.jms.JmsSubscription@48bafe39] 2024-06-28 23:59:43,413 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:43,413 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:43,414 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 7d3c22b1-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:43,414 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:43,414 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 58.309864 ms 2024-06-28 23:59:43,414 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:43,415 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:43,415 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:43,415 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 427415062'. 2024-06-28 23:59:43,416 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:43,417 INFO [scout-thread-14] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 7d45236b-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS subscriber, activemq.broker=mom155] 2024-06-28 23:59:43,417 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d45236e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d45236b-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d45236b-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1796eac6, true, {}] 2024-06-28 23:59:43,418 INFO [scout-thread-14] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4f8f5f9d - MDC[jobName=JMS subscriber, activemq.broker=mom155] 2024-06-28 23:59:43,418 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d454a7f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d45236b-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d45236b-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@706683ad, true, {}] 2024-06-28 23:59:43,418 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishSubscribeMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:59:43,418 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d454a80-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d45236b-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d45236b-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@183369a7, true, {}] 2024-06-28 23:59:43,419 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishSubscribeMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:59:43,419 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d457191-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d45236b-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d45236b-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@66129af3, true, {}] 2024-06-28 23:59:43,420 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1355, durable=true, userID=7d457193-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=653, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1764328494, context: RoutingContextImpl(Address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, routingType=ANYCAST, PreviousAddress=test/mom/testQueuePublishSubscribeMultipleSubscriptions previousRoute:ANYCAST, reusable=true, version=-2147482979) .................................................. ***** durable queues test/mom/testQueuePublishSubscribeMultipleSubscriptions: - queueID=1162 address:test/mom/testQueuePublishSubscribeMultipleSubscriptions name:test/mom/testQueuePublishSubscribeMultipleSubscriptions filter:null ***** non durable for test/mom/testQueuePublishSubscribeMultipleSubscriptions: .................................................. , transaction: null 2024-06-28 23:59:43,420 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: Reference[1355]:RELIABLE:CoreMessage[messageID=1355, durable=true, userID=7d457193-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=653, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1764328494 2024-06-28 23:59:43,420 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: CoreMessage[messageID=1355, durable=true, userID=7d457193-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=653, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1764328494 to transaction: TransactionImpl [xid=null, txID=1358, xid=null, state=ACTIVE, createTime=1719619183420(Fri Jun 28 23:59:43 UTC 2024), timeoutSeconds=-1, nr operations = 1]@32b542b0 2024-06-28 23:59:43,423 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: CoreMessage[messageID=1355, durable=true, userID=7d457193-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=653, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1764328494, transaction: TransactionImpl [xid=null, txID=1358, xid=null, state=COMMITTED, createTime=1719619183420(Fri Jun 28 23:59:43 UTC 2024), timeoutSeconds=-1, nr operations = 0]@32b542b0 2024-06-28 23:59:43,471 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4fae8455, org.eclipse.scout.rt.mom.jms.JmsSubscription@16dc12cf] 2024-06-28 23:59:43,472 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:43,472 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:43,472 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 7d45236b-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:43,472 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:43,473 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 57.726442 ms 2024-06-28 23:59:43,473 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:43,473 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:43,473 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:43,473 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1956069733'. 2024-06-28 23:59:43,474 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:43,475 INFO [scout-thread-21] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 7d4dfd15-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:59:43,475 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d4dfd18-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d4dfd15-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d4dfd15-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@9a77570, true, {}] 2024-06-28 23:59:43,476 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4928556d - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:59:43,476 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d4e2429-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d4dfd15-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d4dfd15-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2fd9cef7, true, {}] 2024-06-28 23:59:43,476 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishSubscribeMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:59:43,477 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d4e4b3a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d4dfd15-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d4dfd15-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2c6a3455, true, {}] 2024-06-28 23:59:43,477 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishSubscribeMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:59:43,477 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d4e4b3b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d4dfd15-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d4dfd15-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6e17248a, true, {}] 2024-06-28 23:59:43,478 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1381, durable=true, userID=7d4e4b3d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=653, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@90134039, context: RoutingContextImpl(Address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, routingType=ANYCAST, PreviousAddress=test/mom/testQueuePublishSubscribeMultipleSubscriptions previousRoute:ANYCAST, reusable=true, version=-2147482979) .................................................. ***** durable queues test/mom/testQueuePublishSubscribeMultipleSubscriptions: - queueID=1162 address:test/mom/testQueuePublishSubscribeMultipleSubscriptions name:test/mom/testQueuePublishSubscribeMultipleSubscriptions filter:null ***** non durable for test/mom/testQueuePublishSubscribeMultipleSubscriptions: .................................................. , transaction: null 2024-06-28 23:59:43,478 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: Reference[1381]:RELIABLE:CoreMessage[messageID=1381, durable=true, userID=7d4e4b3d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=653, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@90134039 2024-06-28 23:59:43,478 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: CoreMessage[messageID=1381, durable=true, userID=7d4e4b3d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=653, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@90134039 to transaction: TransactionImpl [xid=null, txID=1384, xid=null, state=ACTIVE, createTime=1719619183478(Fri Jun 28 23:59:43 UTC 2024), timeoutSeconds=-1, nr operations = 1]@25a67ddc 2024-06-28 23:59:43,481 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: CoreMessage[messageID=1381, durable=true, userID=7d4e4b3d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=653, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@90134039, transaction: TransactionImpl [xid=null, txID=1384, xid=null, state=COMMITTED, createTime=1719619183478(Fri Jun 28 23:59:43 UTC 2024), timeoutSeconds=-1, nr operations = 0]@25a67ddc 2024-06-28 23:59:43,529 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@42c7781a, org.eclipse.scout.rt.mom.jms.JmsSubscription@7d2d7a85] 2024-06-28 23:59:43,530 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:43,530 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:43,530 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 7d4dfd15-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:43,531 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:43,531 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 57.994232 ms 2024-06-28 23:59:43,531 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:43,531 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:43,531 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:43,532 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1442573242'. 2024-06-28 23:59:43,533 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:43,533 INFO [scout-thread-14] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 7d56d6bf-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS subscriber, activemq.broker=mom155] 2024-06-28 23:59:43,534 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d56fdd2-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d56d6bf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d56d6bf-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@22b3dd3a, true, {}] 2024-06-28 23:59:43,534 INFO [scout-thread-14] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@615dec50 - MDC[jobName=JMS subscriber, activemq.broker=mom155] 2024-06-28 23:59:43,534 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d56fdd3-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d56d6bf-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d56d6bf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2edbe8c, true, {}] 2024-06-28 23:59:43,535 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishSubscribeMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:59:43,535 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d5724e4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d56d6bf-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d56d6bf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@47ce0392, true, {}] 2024-06-28 23:59:43,535 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishSubscribeMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:59:43,535 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d5724e5-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d56d6bf-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d56d6bf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@72f9d0a7, true, {}] 2024-06-28 23:59:43,536 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1407, durable=true, userID=7d574bf7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=653, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1043413005, context: RoutingContextImpl(Address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, routingType=ANYCAST, PreviousAddress=test/mom/testQueuePublishSubscribeMultipleSubscriptions previousRoute:ANYCAST, reusable=true, version=-2147482979) .................................................. ***** durable queues test/mom/testQueuePublishSubscribeMultipleSubscriptions: - queueID=1162 address:test/mom/testQueuePublishSubscribeMultipleSubscriptions name:test/mom/testQueuePublishSubscribeMultipleSubscriptions filter:null ***** non durable for test/mom/testQueuePublishSubscribeMultipleSubscriptions: .................................................. , transaction: null 2024-06-28 23:59:43,536 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: Reference[1407]:RELIABLE:CoreMessage[messageID=1407, durable=true, userID=7d574bf7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=653, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1043413005 2024-06-28 23:59:43,537 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: CoreMessage[messageID=1407, durable=true, userID=7d574bf7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=653, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1043413005 to transaction: TransactionImpl [xid=null, txID=1410, xid=null, state=ACTIVE, createTime=1719619183537(Fri Jun 28 23:59:43 UTC 2024), timeoutSeconds=-1, nr operations = 1]@387d4579 2024-06-28 23:59:43,540 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: CoreMessage[messageID=1407, durable=true, userID=7d574bf7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=653, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1043413005, transaction: TransactionImpl [xid=null, txID=1410, xid=null, state=COMMITTED, createTime=1719619183537(Fri Jun 28 23:59:43 UTC 2024), timeoutSeconds=-1, nr operations = 0]@387d4579 2024-06-28 23:59:43,587 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@74940388, org.eclipse.scout.rt.mom.jms.JmsSubscription@1a2d9177] 2024-06-28 23:59:43,588 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:43,588 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:43,589 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 7d56d6bf-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:43,589 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:43,589 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 57.657194 ms 2024-06-28 23:59:43,589 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:43,590 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:43,590 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:43,590 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1330675946'. 2024-06-28 23:59:43,591 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:43,592 INFO [scout-thread-21] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 7d5fd779-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:59:43,592 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d5fd77c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d5fd779-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d5fd779-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3a0ec13f, true, {}] 2024-06-28 23:59:43,593 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@18352107 - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:59:43,593 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d5ffe8d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d5fd779-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d5fd779-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4ff57914, true, {}] 2024-06-28 23:59:43,593 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=test/mom/testPublishObject, address=test/mom/testPublishObject, routingType=ANYCAST, filterString=null, durable=true, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=false, autoCreateAddress=null, internal=null, transient=null, autoCreated=true, fqqn=null]] 2024-06-28 23:59:43,593 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@2a36ee0c 2024-06-28 23:59:43,594 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@5783bf83 2024-06-28 23:59:43,594 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishObject, null, 0, false, true, null] 2024-06-28 23:59:43,594 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d60259f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d5fd779-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d5fd779-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@35043226, true, {}] 2024-06-28 23:59:43,595 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1434, durable=true, userID=7d604bb1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=796, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person"}, _AMQ_ROUTING_TYPE=1]]@1668816781, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482978) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=1427 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-28 23:59:43,595 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1434]:RELIABLE:CoreMessage[messageID=1434, durable=true, userID=7d604bb1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=796, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person"}, _AMQ_ROUTING_TYPE=1]]@1668816781 2024-06-28 23:59:43,596 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishObject: CoreMessage[messageID=1434, durable=true, userID=7d604bb1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=796, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person"}, _AMQ_ROUTING_TYPE=1]]@1668816781 to transaction: TransactionImpl [xid=null, txID=1437, xid=null, state=ACTIVE, createTime=1719619183596(Fri Jun 28 23:59:43 UTC 2024), timeoutSeconds=-1, nr operations = 1]@5e977c7d 2024-06-28 23:59:43,597 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@7734ddb8, org.eclipse.scout.rt.mom.jms.JmsSubscription@7b2adbde] 2024-06-28 23:59:43,599 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishObject: CoreMessage[messageID=1434, durable=true, userID=7d604bb1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=796, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person"}, _AMQ_ROUTING_TYPE=1]]@1668816781, transaction: TransactionImpl [xid=null, txID=1437, xid=null, state=COMMITTED, createTime=1719619183596(Fri Jun 28 23:59:43 UTC 2024), timeoutSeconds=-1, nr operations = 0]@5e977c7d 2024-06-28 23:59:43,599 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:43,599 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:43,600 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 7d5fd779-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:43,600 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:43,600 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 10.170285 ms 2024-06-28 23:59:43,600 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:43,601 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:43,601 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:43,601 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1792190683'. 2024-06-28 23:59:43,602 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:43,603 INFO [scout-thread-21] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 7d618433-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:59:43,603 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d618436-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d618433-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d618433-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@549d42e3, true, {}] 2024-06-28 23:59:43,604 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@6fb665c3 - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:59:43,604 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d61ab47-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d618433-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d618433-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1e873a46, true, {}] 2024-06-28 23:59:43,604 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=test/mom/testPublishDataObjectJson, address=test/mom/testPublishDataObjectJson, routingType=ANYCAST, filterString=null, durable=true, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=false, autoCreateAddress=null, internal=null, transient=null, autoCreated=true, fqqn=null]] 2024-06-28 23:59:43,604 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@41222fba 2024-06-28 23:59:43,605 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@7cce7c52 2024-06-28 23:59:43,605 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishDataObjectJson, null, 0, false, true, null] 2024-06-28 23:59:43,605 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d61d259-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d618433-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d618433-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@512a686f, true, {}] 2024-06-28 23:59:43,606 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1457, durable=true, userID=7d61f96b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishDataObjectJson, size=573, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@211008603, context: RoutingContextImpl(Address=test/mom/testPublishDataObjectJson, routingType=ANYCAST, PreviousAddress=test/mom/testPublishDataObjectJson previousRoute:ANYCAST, reusable=true, version=-2147482977) .................................................. ***** durable queues test/mom/testPublishDataObjectJson: - queueID=1450 address:test/mom/testPublishDataObjectJson name:test/mom/testPublishDataObjectJson filter:null ***** non durable for test/mom/testPublishDataObjectJson: .................................................. , transaction: null 2024-06-28 23:59:43,606 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishDataObjectJson: Reference[1457]:RELIABLE:CoreMessage[messageID=1457, durable=true, userID=7d61f96b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishDataObjectJson, size=573, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@211008603 2024-06-28 23:59:43,607 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishDataObjectJson: CoreMessage[messageID=1457, durable=true, userID=7d61f96b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishDataObjectJson, size=573, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@211008603 to transaction: TransactionImpl [xid=null, txID=1460, xid=null, state=ACTIVE, createTime=1719619183607(Fri Jun 28 23:59:43 UTC 2024), timeoutSeconds=-1, nr operations = 1]@18979706 2024-06-28 23:59:43,607 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@7c58c10f, org.eclipse.scout.rt.mom.jms.JmsSubscription@389f4282] 2024-06-28 23:59:43,610 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishDataObjectJson: CoreMessage[messageID=1457, durable=true, userID=7d61f96b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishDataObjectJson, size=573, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@211008603, transaction: TransactionImpl [xid=null, txID=1460, xid=null, state=COMMITTED, createTime=1719619183607(Fri Jun 28 23:59:43 UTC 2024), timeoutSeconds=-1, nr operations = 0]@18979706 2024-06-28 23:59:43,610 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:43,610 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:43,611 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 7d618433-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:43,611 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:43,611 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 10.203969 ms 2024-06-28 23:59:43,611 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:43,612 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:43,612 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:43,612 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1029143261'. 2024-06-28 23:59:43,613 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:43,613 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 7d630add-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:43,614 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d6331f0-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d630add-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d630add-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3941d71, true, {}] 2024-06-28 23:59:43,614 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@1a9ba6c2 2024-06-28 23:59:43,614 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d6331f1-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d630add-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d630add-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1f3702a, true, {}] 2024-06-28 23:59:43,615 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 7d6331f1-35aa-11ef-ab26-0a580a2845c5 with parameters: [test/mom/testConcurrentMessageConsumption, [ANYCAST], true] 2024-06-28 23:59:43,615 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@19674461 2024-06-28 23:59:43,615 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=test/mom/testConcurrentMessageConsumption, address=test/mom/testConcurrentMessageConsumption, routingType=ANYCAST, filterString=null, durable=true, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=false, autoCreateAddress=null, internal=null, transient=null, autoCreated=true, fqqn=null]] 2024-06-28 23:59:43,616 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@56b673e5 2024-06-28 23:59:43,616 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1476, durable=true, userID=7d638014-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=613, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@915705968, context: RoutingContextImpl(Address=test/mom/testConcurrentMessageConsumption, routingType=ANYCAST, PreviousAddress=test/mom/testConcurrentMessageConsumption previousRoute:ANYCAST, reusable=true, version=-2147482976) .................................................. ***** durable queues test/mom/testConcurrentMessageConsumption: - queueID=1473 address:test/mom/testConcurrentMessageConsumption name:test/mom/testConcurrentMessageConsumption filter:null ***** non durable for test/mom/testConcurrentMessageConsumption: .................................................. , transaction: null 2024-06-28 23:59:43,617 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d63a725-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d630add-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d630add-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7fe3f2a9, true, {}] 2024-06-28 23:59:43,617 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1481, durable=true, userID=7d63a727-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=613, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1572566301, context: RoutingContextImpl(Address=test/mom/testConcurrentMessageConsumption, routingType=ANYCAST, PreviousAddress=test/mom/testConcurrentMessageConsumption previousRoute:ANYCAST, reusable=true, version=-2147482976) .................................................. ***** durable queues test/mom/testConcurrentMessageConsumption: - queueID=1473 address:test/mom/testConcurrentMessageConsumption name:test/mom/testConcurrentMessageConsumption filter:null ***** non durable for test/mom/testConcurrentMessageConsumption: .................................................. , transaction: null 2024-06-28 23:59:43,620 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d641c58-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d630add-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d630add-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1148654b, true, {}] 2024-06-28 23:59:43,621 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1486, durable=true, userID=7d64436a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=613, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@754767016, context: RoutingContextImpl(Address=test/mom/testConcurrentMessageConsumption, routingType=ANYCAST, PreviousAddress=test/mom/testConcurrentMessageConsumption previousRoute:ANYCAST, reusable=true, version=-2147482976) .................................................. ***** durable queues test/mom/testConcurrentMessageConsumption: - queueID=1473 address:test/mom/testConcurrentMessageConsumption name:test/mom/testConcurrentMessageConsumption filter:null ***** non durable for test/mom/testConcurrentMessageConsumption: .................................................. , transaction: null 2024-06-28 23:59:43,624 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d64b89b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d630add-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d630add-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@67128e70, true, {}] 2024-06-28 23:59:43,624 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1491, durable=true, userID=7d64b89d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=613, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1273929164, context: RoutingContextImpl(Address=test/mom/testConcurrentMessageConsumption, routingType=ANYCAST, PreviousAddress=test/mom/testConcurrentMessageConsumption previousRoute:ANYCAST, reusable=true, version=-2147482976) .................................................. ***** durable queues test/mom/testConcurrentMessageConsumption: - queueID=1473 address:test/mom/testConcurrentMessageConsumption name:test/mom/testConcurrentMessageConsumption filter:null ***** non durable for test/mom/testConcurrentMessageConsumption: .................................................. , transaction: null 2024-06-28 23:59:43,627 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d652dce-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d630add-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d630add-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@46e9500f, true, {}] 2024-06-28 23:59:43,628 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1496, durable=true, userID=7d6554e0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=613, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@229953263, context: RoutingContextImpl(Address=test/mom/testConcurrentMessageConsumption, routingType=ANYCAST, PreviousAddress=test/mom/testConcurrentMessageConsumption previousRoute:ANYCAST, reusable=true, version=-2147482976) .................................................. ***** durable queues test/mom/testConcurrentMessageConsumption: - queueID=1473 address:test/mom/testConcurrentMessageConsumption name:test/mom/testConcurrentMessageConsumption filter:null ***** non durable for test/mom/testConcurrentMessageConsumption: .................................................. , transaction: null 2024-06-28 23:59:43,631 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d65ca11-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d630add-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d630add-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@c6b55ad, true, {}] 2024-06-28 23:59:43,631 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1501, durable=true, userID=7d65ca13-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=613, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1753844892, context: RoutingContextImpl(Address=test/mom/testConcurrentMessageConsumption, routingType=ANYCAST, PreviousAddress=test/mom/testConcurrentMessageConsumption previousRoute:ANYCAST, reusable=true, version=-2147482976) .................................................. ***** durable queues test/mom/testConcurrentMessageConsumption: - queueID=1473 address:test/mom/testConcurrentMessageConsumption name:test/mom/testConcurrentMessageConsumption filter:null ***** non durable for test/mom/testConcurrentMessageConsumption: .................................................. , transaction: null 2024-06-28 23:59:43,634 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d663f44-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d630add-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d630add-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5aedb615, true, {}] 2024-06-28 23:59:43,635 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1506, durable=true, userID=7d666656-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=613, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@43458535, context: RoutingContextImpl(Address=test/mom/testConcurrentMessageConsumption, routingType=ANYCAST, PreviousAddress=test/mom/testConcurrentMessageConsumption previousRoute:ANYCAST, reusable=true, version=-2147482976) .................................................. ***** durable queues test/mom/testConcurrentMessageConsumption: - queueID=1473 address:test/mom/testConcurrentMessageConsumption name:test/mom/testConcurrentMessageConsumption filter:null ***** non durable for test/mom/testConcurrentMessageConsumption: .................................................. , transaction: null 2024-06-28 23:59:43,638 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d66db87-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d630add-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d630add-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3a9bdeb0, true, {}] 2024-06-28 23:59:43,638 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1511, durable=true, userID=7d66db89-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=613, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2056034029, context: RoutingContextImpl(Address=test/mom/testConcurrentMessageConsumption, routingType=ANYCAST, PreviousAddress=test/mom/testConcurrentMessageConsumption previousRoute:ANYCAST, reusable=true, version=-2147482976) .................................................. ***** durable queues test/mom/testConcurrentMessageConsumption: - queueID=1473 address:test/mom/testConcurrentMessageConsumption name:test/mom/testConcurrentMessageConsumption filter:null ***** non durable for test/mom/testConcurrentMessageConsumption: .................................................. , transaction: null 2024-06-28 23:59:43,641 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d6750ba-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d630add-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d630add-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1c871d13, true, {}] 2024-06-28 23:59:43,642 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1516, durable=true, userID=7d6750bc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=613, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@639403796, context: RoutingContextImpl(Address=test/mom/testConcurrentMessageConsumption, routingType=ANYCAST, PreviousAddress=test/mom/testConcurrentMessageConsumption previousRoute:ANYCAST, reusable=true, version=-2147482976) .................................................. ***** durable queues test/mom/testConcurrentMessageConsumption: - queueID=1473 address:test/mom/testConcurrentMessageConsumption name:test/mom/testConcurrentMessageConsumption filter:null ***** non durable for test/mom/testConcurrentMessageConsumption: .................................................. , transaction: null 2024-06-28 23:59:43,645 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d67ecfd-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d630add-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d630add-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4df6c543, true, {}] 2024-06-28 23:59:43,646 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1521, durable=true, userID=7d67ecff-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=613, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@815744128, context: RoutingContextImpl(Address=test/mom/testConcurrentMessageConsumption, routingType=ANYCAST, PreviousAddress=test/mom/testConcurrentMessageConsumption previousRoute:ANYCAST, reusable=true, version=-2147482976) .................................................. ***** durable queues test/mom/testConcurrentMessageConsumption: - queueID=1473 address:test/mom/testConcurrentMessageConsumption name:test/mom/testConcurrentMessageConsumption filter:null ***** non durable for test/mom/testConcurrentMessageConsumption: .................................................. , transaction: null 2024-06-28 23:59:43,648 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d686230-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d630add-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d630add-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@28ca626d, true, {}] 2024-06-28 23:59:43,649 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testConcurrentMessageConsumption, null, 0, false, true, null] 2024-06-28 23:59:43,649 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testConcurrentMessageConsumption: Reference[1476]:RELIABLE:CoreMessage[messageID=1476, durable=true, userID=7d638014-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=613, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@915705968 2024-06-28 23:59:43,649 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testConcurrentMessageConsumption: Reference[1481]:RELIABLE:CoreMessage[messageID=1481, durable=true, userID=7d63a727-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=613, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1572566301 2024-06-28 23:59:43,650 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testConcurrentMessageConsumption: Reference[1486]:RELIABLE:CoreMessage[messageID=1486, durable=true, userID=7d64436a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=613, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@754767016 2024-06-28 23:59:43,650 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testConcurrentMessageConsumption: CoreMessage[messageID=1476, durable=true, userID=7d638014-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=613, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@915705968 to transaction: TransactionImpl [xid=null, txID=1528, xid=null, state=ACTIVE, createTime=1719619183650(Fri Jun 28 23:59:43 UTC 2024), timeoutSeconds=-1, nr operations = 1]@2f0c4632 2024-06-28 23:59:43,650 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testConcurrentMessageConsumption: Reference[1491]:RELIABLE:CoreMessage[messageID=1491, durable=true, userID=7d64b89d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=613, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1273929164 2024-06-28 23:59:43,650 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testConcurrentMessageConsumption: CoreMessage[messageID=1481, durable=true, userID=7d63a727-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=613, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1572566301 to transaction: TransactionImpl [xid=null, txID=1529, xid=null, state=ACTIVE, createTime=1719619183650(Fri Jun 28 23:59:43 UTC 2024), timeoutSeconds=-1, nr operations = 1]@7d3c1ca5 2024-06-28 23:59:43,650 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testConcurrentMessageConsumption: CoreMessage[messageID=1486, durable=true, userID=7d64436a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=613, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@754767016 to transaction: TransactionImpl [xid=null, txID=1530, xid=null, state=ACTIVE, createTime=1719619183650(Fri Jun 28 23:59:43 UTC 2024), timeoutSeconds=-1, nr operations = 1]@4b0d1bcb 2024-06-28 23:59:43,650 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testConcurrentMessageConsumption: Reference[1496]:RELIABLE:CoreMessage[messageID=1496, durable=true, userID=7d6554e0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=613, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@229953263 2024-06-28 23:59:43,650 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testConcurrentMessageConsumption: Reference[1501]:RELIABLE:CoreMessage[messageID=1501, durable=true, userID=7d65ca13-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=613, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1753844892 2024-06-28 23:59:43,650 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testConcurrentMessageConsumption: CoreMessage[messageID=1491, durable=true, userID=7d64b89d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=613, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1273929164 to transaction: TransactionImpl [xid=null, txID=1531, xid=null, state=ACTIVE, createTime=1719619183650(Fri Jun 28 23:59:43 UTC 2024), timeoutSeconds=-1, nr operations = 1]@6a76ed7c 2024-06-28 23:59:43,650 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testConcurrentMessageConsumption: Reference[1506]:RELIABLE:CoreMessage[messageID=1506, durable=true, userID=7d666656-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=613, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@43458535 2024-06-28 23:59:43,650 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testConcurrentMessageConsumption: CoreMessage[messageID=1496, durable=true, userID=7d6554e0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=613, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@229953263 to transaction: TransactionImpl [xid=null, txID=1532, xid=null, state=ACTIVE, createTime=1719619183650(Fri Jun 28 23:59:43 UTC 2024), timeoutSeconds=-1, nr operations = 1]@49d0bb85 2024-06-28 23:59:43,650 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testConcurrentMessageConsumption: Reference[1511]:RELIABLE:CoreMessage[messageID=1511, durable=true, userID=7d66db89-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=613, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2056034029 2024-06-28 23:59:43,650 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testConcurrentMessageConsumption: CoreMessage[messageID=1501, durable=true, userID=7d65ca13-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=613, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1753844892 to transaction: TransactionImpl [xid=null, txID=1533, xid=null, state=ACTIVE, createTime=1719619183650(Fri Jun 28 23:59:43 UTC 2024), timeoutSeconds=-1, nr operations = 1]@53d51ab0 2024-06-28 23:59:43,650 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testConcurrentMessageConsumption: CoreMessage[messageID=1506, durable=true, userID=7d666656-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=613, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@43458535 to transaction: TransactionImpl [xid=null, txID=1534, xid=null, state=ACTIVE, createTime=1719619183650(Fri Jun 28 23:59:43 UTC 2024), timeoutSeconds=-1, nr operations = 1]@36196274 2024-06-28 23:59:43,650 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testConcurrentMessageConsumption: Reference[1516]:RELIABLE:CoreMessage[messageID=1516, durable=true, userID=7d6750bc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=613, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@639403796 2024-06-28 23:59:43,650 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testConcurrentMessageConsumption: CoreMessage[messageID=1511, durable=true, userID=7d66db89-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=613, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2056034029 to transaction: TransactionImpl [xid=null, txID=1535, xid=null, state=ACTIVE, createTime=1719619183650(Fri Jun 28 23:59:43 UTC 2024), timeoutSeconds=-1, nr operations = 1]@f20afa2 2024-06-28 23:59:43,650 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testConcurrentMessageConsumption: Reference[1521]:RELIABLE:CoreMessage[messageID=1521, durable=true, userID=7d67ecff-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=613, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@815744128 2024-06-28 23:59:43,651 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testConcurrentMessageConsumption: CoreMessage[messageID=1516, durable=true, userID=7d6750bc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=613, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@639403796 to transaction: TransactionImpl [xid=null, txID=1536, xid=null, state=ACTIVE, createTime=1719619183650(Fri Jun 28 23:59:43 UTC 2024), timeoutSeconds=-1, nr operations = 1]@2b692fb6 2024-06-28 23:59:43,651 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testConcurrentMessageConsumption: CoreMessage[messageID=1521, durable=true, userID=7d67ecff-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=613, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@815744128 to transaction: TransactionImpl [xid=null, txID=1537, xid=null, state=ACTIVE, createTime=1719619183651(Fri Jun 28 23:59:43 UTC 2024), timeoutSeconds=-1, nr operations = 1]@35ccffc8 2024-06-28 23:59:43,651 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@60666985] 2024-06-28 23:59:43,651 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testConcurrentMessageConsumption: CoreMessage[messageID=1476, durable=true, userID=7d638014-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=613, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@915705968, transaction: TransactionImpl [xid=null, txID=1528, xid=null, state=COMMITTED, createTime=1719619183650(Fri Jun 28 23:59:43 UTC 2024), timeoutSeconds=-1, nr operations = 0]@2f0c4632 2024-06-28 23:59:43,651 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testConcurrentMessageConsumption: CoreMessage[messageID=1481, durable=true, userID=7d63a727-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=613, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1572566301, transaction: TransactionImpl [xid=null, txID=1529, xid=null, state=COMMITTED, createTime=1719619183650(Fri Jun 28 23:59:43 UTC 2024), timeoutSeconds=-1, nr operations = 0]@7d3c1ca5 2024-06-28 23:59:43,651 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testConcurrentMessageConsumption: CoreMessage[messageID=1486, durable=true, userID=7d64436a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=613, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@754767016, transaction: TransactionImpl [xid=null, txID=1530, xid=null, state=COMMITTED, createTime=1719619183650(Fri Jun 28 23:59:43 UTC 2024), timeoutSeconds=-1, nr operations = 0]@4b0d1bcb 2024-06-28 23:59:43,651 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testConcurrentMessageConsumption: CoreMessage[messageID=1491, durable=true, userID=7d64b89d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=613, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1273929164, transaction: TransactionImpl [xid=null, txID=1531, xid=null, state=COMMITTED, createTime=1719619183650(Fri Jun 28 23:59:43 UTC 2024), timeoutSeconds=-1, nr operations = 0]@6a76ed7c 2024-06-28 23:59:43,652 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testConcurrentMessageConsumption: CoreMessage[messageID=1496, durable=true, userID=7d6554e0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=613, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@229953263, transaction: TransactionImpl [xid=null, txID=1532, xid=null, state=COMMITTED, createTime=1719619183650(Fri Jun 28 23:59:43 UTC 2024), timeoutSeconds=-1, nr operations = 0]@49d0bb85 2024-06-28 23:59:43,652 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testConcurrentMessageConsumption: CoreMessage[messageID=1501, durable=true, userID=7d65ca13-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=613, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1753844892, transaction: TransactionImpl [xid=null, txID=1533, xid=null, state=COMMITTED, createTime=1719619183650(Fri Jun 28 23:59:43 UTC 2024), timeoutSeconds=-1, nr operations = 0]@53d51ab0 2024-06-28 23:59:43,652 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testConcurrentMessageConsumption: CoreMessage[messageID=1506, durable=true, userID=7d666656-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=613, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@43458535, transaction: TransactionImpl [xid=null, txID=1534, xid=null, state=COMMITTED, createTime=1719619183650(Fri Jun 28 23:59:43 UTC 2024), timeoutSeconds=-1, nr operations = 0]@36196274 2024-06-28 23:59:43,652 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testConcurrentMessageConsumption: CoreMessage[messageID=1511, durable=true, userID=7d66db89-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=613, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2056034029, transaction: TransactionImpl [xid=null, txID=1535, xid=null, state=COMMITTED, createTime=1719619183650(Fri Jun 28 23:59:43 UTC 2024), timeoutSeconds=-1, nr operations = 0]@f20afa2 2024-06-28 23:59:43,652 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testConcurrentMessageConsumption: CoreMessage[messageID=1516, durable=true, userID=7d6750bc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=613, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@639403796, transaction: TransactionImpl [xid=null, txID=1536, xid=null, state=COMMITTED, createTime=1719619183650(Fri Jun 28 23:59:43 UTC 2024), timeoutSeconds=-1, nr operations = 0]@2b692fb6 2024-06-28 23:59:43,652 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testConcurrentMessageConsumption: CoreMessage[messageID=1521, durable=true, userID=7d67ecff-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=613, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@815744128, transaction: TransactionImpl [xid=null, txID=1537, xid=null, state=COMMITTED, createTime=1719619183651(Fri Jun 28 23:59:43 UTC 2024), timeoutSeconds=-1, nr operations = 0]@35ccffc8 2024-06-28 23:59:43,652 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:43,652 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:43,653 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 7d630add-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:43,653 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:43,653 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 41.313113 ms 2024-06-28 23:59:43,653 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:43,654 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:43,654 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:43,654 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 685435006'. 2024-06-28 23:59:43,655 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:43,655 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 7d6973a2-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:43,656 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d699ab5-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d6973a2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d6973a2-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7f3d06b5, true, {}] 2024-06-28 23:59:43,656 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@6cf71064 2024-06-28 23:59:43,656 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d699ab6-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d6973a2-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d6973a2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@179b9c3e, true, {}] 2024-06-28 23:59:43,657 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 7d699ab6-35aa-11ef-ab26-0a580a2845c5 with parameters: [test/mom/testTimeToLive, [ANYCAST], true] 2024-06-28 23:59:43,657 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@29b9094d 2024-06-28 23:59:43,658 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=test/mom/testTimeToLive, address=test/mom/testTimeToLive, routingType=ANYCAST, filterString=null, durable=true, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=false, autoCreateAddress=null, internal=null, transient=null, autoCreated=true, fqqn=null]] 2024-06-28 23:59:43,658 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@1d5b6257 2024-06-28 23:59:43,659 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1553, durable=true, userID=7d6a0fe9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=Fri Jun 28 23:59:43 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=589, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1801020614, context: RoutingContextImpl(Address=test/mom/testTimeToLive, routingType=ANYCAST, PreviousAddress=test/mom/testTimeToLive previousRoute:ANYCAST, reusable=true, version=-2147482975) .................................................. ***** durable queues test/mom/testTimeToLive: - queueID=1550 address:test/mom/testTimeToLive name:test/mom/testTimeToLive filter:null ***** non durable for test/mom/testTimeToLive: .................................................. , transaction: null 2024-06-28 23:59:43,760 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d79793a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d6973a2-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d6973a2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@be17c0f, true, {}] 2024-06-28 23:59:43,761 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testTimeToLive, null, 0, false, true, null] 2024-06-28 23:59:43,762 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testTimeToLive: CoreMessage[messageID=1553, durable=true, userID=7d6a0fe9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=Fri Jun 28 23:59:43 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=589, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1801020614 to transaction: TransactionImpl [xid=null, txID=1560, xid=null, state=ACTIVE, createTime=1719619183761(Fri Jun 28 23:59:43 UTC 2024), timeoutSeconds=-1, nr operations = 1]@1d11fac6 2024-06-28 23:59:43,766 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testTimeToLive: CoreMessage[messageID=1553, durable=true, userID=7d6a0fe9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=Fri Jun 28 23:59:43 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=589, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1801020614, transaction: TransactionImpl [xid=null, txID=1560, xid=null, state=COMMITTED, createTime=1719619183761(Fri Jun 28 23:59:43 UTC 2024), timeoutSeconds=-1, nr operations = 0]@1d11fac6 2024-06-28 23:59:43,811 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7c3b8b26] 2024-06-28 23:59:43,812 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:43,812 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:43,812 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 7d6973a2-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:43,813 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:43,813 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 159.012703 ms 2024-06-28 23:59:43,813 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:43,813 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:43,813 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:43,814 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 711254736'. 2024-06-28 23:59:43,815 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:43,815 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 7d81ddac-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:43,816 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d81ddaf-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d81ddac-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d81ddac-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@47af93e5, true, {}] 2024-06-28 23:59:43,816 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@32787dee 2024-06-28 23:59:43,816 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d8204c0-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d81ddac-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d81ddac-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@277ef20a, true, {}] 2024-06-28 23:59:43,817 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1572, durable=true, userID=7d822bd2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=Fri Jun 28 23:59:43 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=589, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@804127057, context: RoutingContextImpl(Address=test/mom/testTimeToLive, routingType=ANYCAST, PreviousAddress=test/mom/testTimeToLive previousRoute:ANYCAST, reusable=true, version=-2147482975) .................................................. ***** durable queues test/mom/testTimeToLive: - queueID=1550 address:test/mom/testTimeToLive name:test/mom/testTimeToLive filter:null ***** non durable for test/mom/testTimeToLive: .................................................. , transaction: null 2024-06-28 23:59:43,918 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d919523-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d81ddac-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d81ddac-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6643f831, true, {}] 2024-06-28 23:59:43,919 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testTimeToLive, null, 0, false, true, null] 2024-06-28 23:59:43,920 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testTimeToLive: CoreMessage[messageID=1572, durable=true, userID=7d822bd2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=Fri Jun 28 23:59:43 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=589, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@804127057 to transaction: TransactionImpl [xid=null, txID=1579, xid=null, state=ACTIVE, createTime=1719619183920(Fri Jun 28 23:59:43 UTC 2024), timeoutSeconds=-1, nr operations = 1]@45fcf14f 2024-06-28 23:59:43,924 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testTimeToLive: CoreMessage[messageID=1572, durable=true, userID=7d822bd2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=Fri Jun 28 23:59:43 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=589, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@804127057, transaction: TransactionImpl [xid=null, txID=1579, xid=null, state=COMMITTED, createTime=1719619183920(Fri Jun 28 23:59:43 UTC 2024), timeoutSeconds=-1, nr operations = 0]@45fcf14f 2024-06-28 23:59:43,970 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5c44bce3] 2024-06-28 23:59:43,970 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:43,971 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:43,971 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 7d81ddac-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:43,971 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:43,971 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 158.056625 ms 2024-06-28 23:59:43,972 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:43,972 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:43,972 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:43,972 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 430609728'. 2024-06-28 23:59:43,973 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:43,974 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 7d9a20a5-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:43,974 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d9a20a8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d9a20a5-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d9a20a5-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2eadfba8, true, {}] 2024-06-28 23:59:43,975 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@7b4b6dca 2024-06-28 23:59:43,975 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7d9a47b9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d9a20a5-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d9a20a5-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1b5eff3e, true, {}] 2024-06-28 23:59:43,976 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1591, durable=true, userID=7d9a47bb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=Fri Jun 28 23:59:43 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=589, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@154746820, context: RoutingContextImpl(Address=test/mom/testTimeToLive, routingType=ANYCAST, PreviousAddress=test/mom/testTimeToLive previousRoute:ANYCAST, reusable=true, version=-2147482975) .................................................. ***** durable queues test/mom/testTimeToLive: - queueID=1550 address:test/mom/testTimeToLive name:test/mom/testTimeToLive filter:null ***** non durable for test/mom/testTimeToLive: .................................................. , transaction: null 2024-06-28 23:59:44,077 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7da9d81c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7d9a20a5-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7d9a20a5-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5602533b, true, {}] 2024-06-28 23:59:44,078 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testTimeToLive, null, 0, false, true, null] 2024-06-28 23:59:44,078 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testTimeToLive: CoreMessage[messageID=1591, durable=true, userID=7d9a47bb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=Fri Jun 28 23:59:43 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=589, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@154746820 to transaction: TransactionImpl [xid=null, txID=1598, xid=null, state=ACTIVE, createTime=1719619184078(Fri Jun 28 23:59:44 UTC 2024), timeoutSeconds=-1, nr operations = 1]@33d1762c 2024-06-28 23:59:44,082 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testTimeToLive: CoreMessage[messageID=1591, durable=true, userID=7d9a47bb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:43 UTC 2024, expiration=Fri Jun 28 23:59:43 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=589, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@154746820, transaction: TransactionImpl [xid=null, txID=1598, xid=null, state=COMMITTED, createTime=1719619184078(Fri Jun 28 23:59:44 UTC 2024), timeoutSeconds=-1, nr operations = 0]@33d1762c 2024-06-28 23:59:44,128 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@58fa8762] 2024-06-28 23:59:44,129 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:44,129 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:44,130 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 7d9a20a5-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:44,130 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:44,130 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 158.218968 ms 2024-06-28 23:59:44,130 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:44,131 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:44,131 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:44,131 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1095304829'. 2024-06-28 23:59:44,132 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:44,132 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 7db23c8e-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:44,133 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7db263a1-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7db23c8e-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7db23c8e-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7071e67b, true, {}] 2024-06-28 23:59:44,133 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@7b031f53 2024-06-28 23:59:44,133 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7db263a2-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7db23c8e-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7db23c8e-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@57ef3a97, true, {}] 2024-06-28 23:59:44,134 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1610, durable=true, userID=7db28ab4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:44 UTC 2024, expiration=Fri Jun 28 23:59:44 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=589, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@649841619, context: RoutingContextImpl(Address=test/mom/testTimeToLive, routingType=ANYCAST, PreviousAddress=test/mom/testTimeToLive previousRoute:ANYCAST, reusable=true, version=-2147482975) .................................................. ***** durable queues test/mom/testTimeToLive: - queueID=1550 address:test/mom/testTimeToLive name:test/mom/testTimeToLive filter:null ***** non durable for test/mom/testTimeToLive: .................................................. , transaction: null 2024-06-28 23:59:44,236 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7dc21b15-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7db23c8e-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7db23c8e-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@25bd72f7, true, {}] 2024-06-28 23:59:44,236 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testTimeToLive, null, 0, false, true, null] 2024-06-28 23:59:44,237 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testTimeToLive: CoreMessage[messageID=1610, durable=true, userID=7db28ab4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:44 UTC 2024, expiration=Fri Jun 28 23:59:44 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=589, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@649841619 to transaction: TransactionImpl [xid=null, txID=1617, xid=null, state=ACTIVE, createTime=1719619184237(Fri Jun 28 23:59:44 UTC 2024), timeoutSeconds=-1, nr operations = 1]@311af240 2024-06-28 23:59:44,241 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testTimeToLive: CoreMessage[messageID=1610, durable=true, userID=7db28ab4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:44 UTC 2024, expiration=Fri Jun 28 23:59:44 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=589, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@649841619, transaction: TransactionImpl [xid=null, txID=1617, xid=null, state=COMMITTED, createTime=1719619184237(Fri Jun 28 23:59:44 UTC 2024), timeoutSeconds=-1, nr operations = 0]@311af240 2024-06-28 23:59:44,287 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@124b1369] 2024-06-28 23:59:44,288 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:44,288 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:44,288 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 7db23c8e-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:44,288 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:44,289 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 157.934015 ms 2024-06-28 23:59:44,289 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:44,289 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:44,289 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:44,289 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 571704265'. 2024-06-28 23:59:44,291 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:44,291 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 7dca7f87-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:44,291 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7dca7f8a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7dca7f87-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7dca7f87-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@69631f67, true, {}] 2024-06-28 23:59:44,292 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@397a70d8 2024-06-28 23:59:44,292 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7dcaa69b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7dca7f87-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7dca7f87-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2719e6bb, true, {}] 2024-06-28 23:59:44,293 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1629, durable=true, userID=7dcacdad-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:44 UTC 2024, expiration=Fri Jun 28 23:59:44 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=589, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1641657992, context: RoutingContextImpl(Address=test/mom/testTimeToLive, routingType=ANYCAST, PreviousAddress=test/mom/testTimeToLive previousRoute:ANYCAST, reusable=true, version=-2147482975) .................................................. ***** durable queues test/mom/testTimeToLive: - queueID=1550 address:test/mom/testTimeToLive name:test/mom/testTimeToLive filter:null ***** non durable for test/mom/testTimeToLive: .................................................. , transaction: null 2024-06-28 23:59:44,394 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7dda36fe-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7dca7f87-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7dca7f87-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5901cc89, true, {}] 2024-06-28 23:59:44,395 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testTimeToLive, null, 0, false, true, null] 2024-06-28 23:59:44,395 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testTimeToLive: CoreMessage[messageID=1629, durable=true, userID=7dcacdad-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:44 UTC 2024, expiration=Fri Jun 28 23:59:44 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=589, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1641657992 to transaction: TransactionImpl [xid=null, txID=1636, xid=null, state=ACTIVE, createTime=1719619184395(Fri Jun 28 23:59:44 UTC 2024), timeoutSeconds=-1, nr operations = 1]@2195ab58 2024-06-28 23:59:44,399 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testTimeToLive: CoreMessage[messageID=1629, durable=true, userID=7dcacdad-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:44 UTC 2024, expiration=Fri Jun 28 23:59:44 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=589, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1641657992, transaction: TransactionImpl [xid=null, txID=1636, xid=null, state=COMMITTED, createTime=1719619184395(Fri Jun 28 23:59:44 UTC 2024), timeoutSeconds=-1, nr operations = 0]@2195ab58 2024-06-28 23:59:44,445 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@538c90bf] 2024-06-28 23:59:44,446 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:44,447 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:44,447 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 7dca7f87-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:44,447 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:44,447 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 158.349709 ms 2024-06-28 23:59:44,448 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:44,448 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:44,448 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:44,448 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 190094410'. 2024-06-28 23:59:44,449 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:44,450 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 7de29b70-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:44,450 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7de2c283-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7de29b70-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7de29b70-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3cdae21f, true, {}] 2024-06-28 23:59:44,451 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@2b097d19 2024-06-28 23:59:44,451 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7de2e994-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7de29b70-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7de29b70-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6eefc4f8, true, {}] 2024-06-28 23:59:44,452 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1648, durable=true, userID=7de2e996-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:44 UTC 2024, expiration=Fri Jun 28 23:59:44 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=589, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@116929193, context: RoutingContextImpl(Address=test/mom/testTimeToLive, routingType=ANYCAST, PreviousAddress=test/mom/testTimeToLive previousRoute:ANYCAST, reusable=true, version=-2147482975) .................................................. ***** durable queues test/mom/testTimeToLive: - queueID=1550 address:test/mom/testTimeToLive name:test/mom/testTimeToLive filter:null ***** non durable for test/mom/testTimeToLive: .................................................. , transaction: null 2024-06-28 23:59:44,557 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7df2ef27-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7de29b70-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7de29b70-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6b058e4a, true, {}] 2024-06-28 23:59:44,557 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testTimeToLive, null, 0, false, true, null] 2024-06-28 23:59:44,558 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testTimeToLive: CoreMessage[messageID=1648, durable=true, userID=7de2e996-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:44 UTC 2024, expiration=Fri Jun 28 23:59:44 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=589, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@116929193 to transaction: TransactionImpl [xid=null, txID=1655, xid=null, state=ACTIVE, createTime=1719619184557(Fri Jun 28 23:59:44 UTC 2024), timeoutSeconds=-1, nr operations = 1]@3542222b 2024-06-28 23:59:44,562 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testTimeToLive: CoreMessage[messageID=1648, durable=true, userID=7de2e996-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:44 UTC 2024, expiration=Fri Jun 28 23:59:44 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=589, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@116929193, transaction: TransactionImpl [xid=null, txID=1655, xid=null, state=COMMITTED, createTime=1719619184557(Fri Jun 28 23:59:44 UTC 2024), timeoutSeconds=-1, nr operations = 0]@3542222b 2024-06-28 23:59:44,608 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3d3709d0] 2024-06-28 23:59:44,609 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:44,609 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:44,609 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 7de29b70-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:44,610 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:44,610 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 161.722491 ms 2024-06-28 23:59:44,610 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:44,610 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:44,610 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:44,610 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1468039653'. 2024-06-28 23:59:44,611 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:44,612 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 7dfb7aa9-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:44,612 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7dfb7aac-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7dfb7aa9-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7dfb7aa9-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2b51d5f, true, {}] 2024-06-28 23:59:44,613 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@2de3ac17 2024-06-28 23:59:44,613 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7dfba1bd-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7dfb7aa9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7dfb7aa9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@66c077e, true, {}] 2024-06-28 23:59:44,614 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1667, durable=true, userID=7dfbc8cf-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:44 UTC 2024, expiration=Fri Jun 28 23:59:44 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=589, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@45067261, context: RoutingContextImpl(Address=test/mom/testTimeToLive, routingType=ANYCAST, PreviousAddress=test/mom/testTimeToLive previousRoute:ANYCAST, reusable=true, version=-2147482975) .................................................. ***** durable queues test/mom/testTimeToLive: - queueID=1550 address:test/mom/testTimeToLive name:test/mom/testTimeToLive filter:null ***** non durable for test/mom/testTimeToLive: .................................................. , transaction: null 2024-06-28 23:59:44,715 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7e0b3220-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7dfb7aa9-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7dfb7aa9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@20b0adac, true, {}] 2024-06-28 23:59:44,716 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testTimeToLive, null, 0, false, true, null] 2024-06-28 23:59:44,717 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testTimeToLive: CoreMessage[messageID=1667, durable=true, userID=7dfbc8cf-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:44 UTC 2024, expiration=Fri Jun 28 23:59:44 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=589, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@45067261 to transaction: TransactionImpl [xid=null, txID=1674, xid=null, state=ACTIVE, createTime=1719619184716(Fri Jun 28 23:59:44 UTC 2024), timeoutSeconds=-1, nr operations = 1]@241296ed 2024-06-28 23:59:44,720 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testTimeToLive: CoreMessage[messageID=1667, durable=true, userID=7dfbc8cf-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:44 UTC 2024, expiration=Fri Jun 28 23:59:44 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=589, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@45067261, transaction: TransactionImpl [xid=null, txID=1674, xid=null, state=COMMITTED, createTime=1719619184716(Fri Jun 28 23:59:44 UTC 2024), timeoutSeconds=-1, nr operations = 0]@241296ed 2024-06-28 23:59:44,767 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3f6f26cb] 2024-06-28 23:59:44,768 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:44,768 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:44,768 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 7dfb7aa9-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:44,769 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:44,769 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 158.523662 ms 2024-06-28 23:59:44,769 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:44,769 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:44,769 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:44,769 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 332391051'. 2024-06-28 23:59:44,771 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:44,771 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 7e13bda2-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:44,772 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7e13e4b5-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7e13bda2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7e13bda2-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5883bfd6, true, {}] 2024-06-28 23:59:44,772 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@7b2a6ed3 2024-06-28 23:59:44,773 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7e13e4b6-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7e13bda2-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7e13bda2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@147933ba, true, {}] 2024-06-28 23:59:44,774 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1686, durable=true, userID=7e140bc8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:44 UTC 2024, expiration=Fri Jun 28 23:59:44 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=589, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1679065551, context: RoutingContextImpl(Address=test/mom/testTimeToLive, routingType=ANYCAST, PreviousAddress=test/mom/testTimeToLive previousRoute:ANYCAST, reusable=true, version=-2147482975) .................................................. ***** durable queues test/mom/testTimeToLive: - queueID=1550 address:test/mom/testTimeToLive name:test/mom/testTimeToLive filter:null ***** non durable for test/mom/testTimeToLive: .................................................. , transaction: null 2024-06-28 23:59:44,875 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7e239c29-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7e13bda2-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7e13bda2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@343cff7e, true, {}] 2024-06-28 23:59:44,876 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testTimeToLive, null, 0, false, true, null] 2024-06-28 23:59:44,876 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testTimeToLive: CoreMessage[messageID=1686, durable=true, userID=7e140bc8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:44 UTC 2024, expiration=Fri Jun 28 23:59:44 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=589, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1679065551 to transaction: TransactionImpl [xid=null, txID=1693, xid=null, state=ACTIVE, createTime=1719619184876(Fri Jun 28 23:59:44 UTC 2024), timeoutSeconds=-1, nr operations = 1]@6413c1b0 2024-06-28 23:59:44,880 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testTimeToLive: CoreMessage[messageID=1686, durable=true, userID=7e140bc8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:44 UTC 2024, expiration=Fri Jun 28 23:59:44 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=589, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1679065551, transaction: TransactionImpl [xid=null, txID=1693, xid=null, state=COMMITTED, createTime=1719619184876(Fri Jun 28 23:59:44 UTC 2024), timeoutSeconds=-1, nr operations = 0]@6413c1b0 2024-06-28 23:59:44,926 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@363bf9d] 2024-06-28 23:59:44,927 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:44,927 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:44,927 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 7e13bda2-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:44,928 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:44,928 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 158.682741 ms 2024-06-28 23:59:44,928 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:44,928 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:44,928 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:44,929 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 242492347'. 2024-06-28 23:59:44,930 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:44,930 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 7e2c009b-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:44,930 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7e2c009e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7e2c009b-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7e2c009b-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2c3ec222, true, {}] 2024-06-28 23:59:44,931 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@ebe3561 2024-06-28 23:59:44,931 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7e2c27af-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7e2c009b-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7e2c009b-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@68d36ce4, true, {}] 2024-06-28 23:59:44,932 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1705, durable=true, userID=7e2c27b1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:44 UTC 2024, expiration=Fri Jun 28 23:59:44 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=589, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1064362350, context: RoutingContextImpl(Address=test/mom/testTimeToLive, routingType=ANYCAST, PreviousAddress=test/mom/testTimeToLive previousRoute:ANYCAST, reusable=true, version=-2147482975) .................................................. ***** durable queues test/mom/testTimeToLive: - queueID=1550 address:test/mom/testTimeToLive name:test/mom/testTimeToLive filter:null ***** non durable for test/mom/testTimeToLive: .................................................. , transaction: null 2024-06-28 23:59:45,033 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7e3bb812-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7e2c009b-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7e2c009b-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6a78b02b, true, {}] 2024-06-28 23:59:45,034 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testTimeToLive, null, 0, false, true, null] 2024-06-28 23:59:45,035 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testTimeToLive: CoreMessage[messageID=1705, durable=true, userID=7e2c27b1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:44 UTC 2024, expiration=Fri Jun 28 23:59:44 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=589, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1064362350 to transaction: TransactionImpl [xid=null, txID=1712, xid=null, state=ACTIVE, createTime=1719619185034(Fri Jun 28 23:59:45 UTC 2024), timeoutSeconds=-1, nr operations = 1]@13a0030f 2024-06-28 23:59:45,038 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testTimeToLive: CoreMessage[messageID=1705, durable=true, userID=7e2c27b1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:44 UTC 2024, expiration=Fri Jun 28 23:59:44 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=589, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1064362350, transaction: TransactionImpl [xid=null, txID=1712, xid=null, state=COMMITTED, createTime=1719619185034(Fri Jun 28 23:59:45 UTC 2024), timeoutSeconds=-1, nr operations = 0]@13a0030f 2024-06-28 23:59:45,084 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7219a228] 2024-06-28 23:59:45,085 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:45,085 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:45,086 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 7e2c009b-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:45,086 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:45,086 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 157.686862 ms 2024-06-28 23:59:45,086 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:45,086 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:45,087 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:45,087 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1545454825'. 2024-06-28 23:59:45,088 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:45,088 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 7e441c84-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:45,089 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7e444397-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7e441c84-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7e441c84-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2660c2ff, true, {}] 2024-06-28 23:59:45,089 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@15db4dc 2024-06-28 23:59:45,089 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7e444398-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7e441c84-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7e441c84-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@316361b9, true, {}] 2024-06-28 23:59:45,090 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1724, durable=true, userID=7e446aaa-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:45 UTC 2024, expiration=Fri Jun 28 23:59:45 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=589, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2140921592, context: RoutingContextImpl(Address=test/mom/testTimeToLive, routingType=ANYCAST, PreviousAddress=test/mom/testTimeToLive previousRoute:ANYCAST, reusable=true, version=-2147482975) .................................................. ***** durable queues test/mom/testTimeToLive: - queueID=1550 address:test/mom/testTimeToLive name:test/mom/testTimeToLive filter:null ***** non durable for test/mom/testTimeToLive: .................................................. , transaction: null 2024-06-28 23:59:45,191 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7e53d3fb-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7e441c84-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7e441c84-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@62ba4bf9, true, {}] 2024-06-28 23:59:45,192 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testTimeToLive, null, 0, false, true, null] 2024-06-28 23:59:45,193 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testTimeToLive: CoreMessage[messageID=1724, durable=true, userID=7e446aaa-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:45 UTC 2024, expiration=Fri Jun 28 23:59:45 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=589, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2140921592 to transaction: TransactionImpl [xid=null, txID=1731, xid=null, state=ACTIVE, createTime=1719619185192(Fri Jun 28 23:59:45 UTC 2024), timeoutSeconds=-1, nr operations = 1]@7b926349 2024-06-28 23:59:45,196 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testTimeToLive: CoreMessage[messageID=1724, durable=true, userID=7e446aaa-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:45 UTC 2024, expiration=Fri Jun 28 23:59:45 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=589, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2140921592, transaction: TransactionImpl [xid=null, txID=1731, xid=null, state=COMMITTED, createTime=1719619185192(Fri Jun 28 23:59:45 UTC 2024), timeoutSeconds=-1, nr operations = 0]@7b926349 2024-06-28 23:59:45,243 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@fbb585e] 2024-06-28 23:59:45,243 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:45,244 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:45,244 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 7e441c84-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:45,244 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:45,244 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 157.757915 ms 2024-06-28 23:59:45,244 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:45,245 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:45,245 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:45,245 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 2119910556'. 2024-06-28 23:59:45,246 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:45,247 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 7e5c5f7d-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS subscriber, activemq.broker=mom148] 2024-06-28 23:59:45,248 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7e5c8690-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7e5c5f7d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7e5c5f7d-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5cb188, true, {}] 2024-06-28 23:59:45,248 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@23a0938e - MDC[jobName=JMS subscriber, activemq.broker=mom148] 2024-06-28 23:59:45,248 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7e5c8691-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7e5c5f7d-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7e5c5f7d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@37b19148, true, {}] 2024-06-28 23:59:45,249 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishText, null, 0, false, true, null] 2024-06-28 23:59:45,249 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7e5cada2-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7e5c5f7d-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7e5c5f7d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@150c2642, true, {}] 2024-06-28 23:59:45,250 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1747, durable=true, userID=7e5cada4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:45 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishText, size=489, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1833315702, context: RoutingContextImpl(Address=test/mom/testPublishText, routingType=ANYCAST, PreviousAddress=test/mom/testPublishText previousRoute:ANYCAST, reusable=true, version=-2147482983) .................................................. ***** durable queues test/mom/testPublishText: - queueID=926 address:test/mom/testPublishText name:test/mom/testPublishText filter:null ***** non durable for test/mom/testPublishText: .................................................. , transaction: null 2024-06-28 23:59:45,250 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishText: Reference[1747]:RELIABLE:CoreMessage[messageID=1747, durable=true, userID=7e5cada4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:45 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishText, size=489, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1833315702 2024-06-28 23:59:45,250 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishText: CoreMessage[messageID=1747, durable=true, userID=7e5cada4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:45 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishText, size=489, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1833315702 to transaction: TransactionImpl [xid=null, txID=1750, xid=null, state=ACTIVE, createTime=1719619185250(Fri Jun 28 23:59:45 UTC 2024), timeoutSeconds=-1, nr operations = 1]@4f39fedd 2024-06-28 23:59:45,253 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishText: CoreMessage[messageID=1747, durable=true, userID=7e5cada4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:45 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishText, size=489, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1833315702, transaction: TransactionImpl [xid=null, txID=1750, xid=null, state=COMMITTED, createTime=1719619185250(Fri Jun 28 23:59:45 UTC 2024), timeoutSeconds=-1, nr operations = 0]@4f39fedd 2024-06-28 23:59:46,252 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7ef5b955-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7e5c5f7d-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7e5c5f7d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7d002aaa, true, {}] 2024-06-28 23:59:46,252 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishText, null, 0, false, true, null] 2024-06-28 23:59:46,253 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7ef5e066-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7e5c5f7d-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7e5c5f7d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@736f5354, true, {}] 2024-06-28 23:59:46,254 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1761, durable=true, userID=7ef5e068-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:46 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishText, size=489, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1779811982, context: RoutingContextImpl(Address=test/mom/testPublishText, routingType=ANYCAST, PreviousAddress=test/mom/testPublishText previousRoute:ANYCAST, reusable=true, version=-2147482983) .................................................. ***** durable queues test/mom/testPublishText: - queueID=926 address:test/mom/testPublishText name:test/mom/testPublishText filter:null ***** non durable for test/mom/testPublishText: .................................................. , transaction: null 2024-06-28 23:59:46,254 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishText: Reference[1761]:RELIABLE:CoreMessage[messageID=1761, durable=true, userID=7ef5e068-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:46 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishText, size=489, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1779811982 2024-06-28 23:59:46,254 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishText: CoreMessage[messageID=1761, durable=true, userID=7ef5e068-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:46 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishText, size=489, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1779811982 to transaction: TransactionImpl [xid=null, txID=1764, xid=null, state=ACTIVE, createTime=1719619186254(Fri Jun 28 23:59:46 UTC 2024), timeoutSeconds=-1, nr operations = 1]@3046a2a8 2024-06-28 23:59:46,257 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishText: CoreMessage[messageID=1761, durable=true, userID=7ef5e068-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:46 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishText, size=489, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1779811982, transaction: TransactionImpl [xid=null, txID=1764, xid=null, state=COMMITTED, createTime=1719619186254(Fri Jun 28 23:59:46 UTC 2024), timeoutSeconds=-1, nr operations = 0]@3046a2a8 2024-06-28 23:59:46,258 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@25000d3d, org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@72426ced] 2024-06-28 23:59:46,258 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:46,258 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:46,258 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 7e5c5f7d-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:46,259 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:46,259 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 1013.839829 ms 2024-06-28 23:59:46,259 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:46,260 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:46,260 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:46,260 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 104621433'. 2024-06-28 23:59:46,261 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:46,261 INFO [scout-thread-18] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 7ef718ea-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS subscriber, activemq.broker=mom148] 2024-06-28 23:59:46,262 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7ef73ffd-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7ef718ea-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7ef718ea-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@62f743e1, true, {}] 2024-06-28 23:59:46,262 INFO [scout-thread-18] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@5728e408 - MDC[jobName=JMS subscriber, activemq.broker=mom148] 2024-06-28 23:59:46,262 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7ef73ffe-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7ef718ea-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7ef718ea-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@74390da3, true, {}] 2024-06-28 23:59:46,263 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 7ef73ffe-35aa-11ef-ab26-0a580a2845c5 with parameters: [test/mom/testTopicPublishSubscribeMultipleSubscriptions, [MULTICAST], true] 2024-06-28 23:59:46,263 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@4c6f8b70 2024-06-28 23:59:46,263 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=56b35363-c087-4db3-8b94-19c807fb3d11, address=test/mom/testTopicPublishSubscribeMultipleSubscriptions, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:59:46,264 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@11ef8048 2024-06-28 23:59:46,264 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 56b35363-c087-4db3-8b94-19c807fb3d11, null, 0, false, true, null] 2024-06-28 23:59:46,264 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7ef78e20-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7ef718ea-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7ef718ea-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1708596f, true, {}] 2024-06-28 23:59:46,265 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=9045c5cf-1b7b-4286-85d2-0f1277f6149c, address=test/mom/testTopicPublishSubscribeMultipleSubscriptions, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:59:46,265 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@419f2c3d 2024-06-28 23:59:46,265 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 9045c5cf-1b7b-4286-85d2-0f1277f6149c, null, 0, false, true, null] 2024-06-28 23:59:46,265 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7ef7b532-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7ef718ea-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7ef718ea-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@b236906, true, {}] 2024-06-28 23:59:46,266 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1789, durable=true, userID=7ef7dc44-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:46 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishSubscribeMultipleSubscriptions, size=653, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@1446737809, context: RoutingContextImpl(Address=test/mom/testTopicPublishSubscribeMultipleSubscriptions, routingType=MULTICAST, PreviousAddress=test/mom/testTopicPublishSubscribeMultipleSubscriptions previousRoute:MULTICAST, reusable=true, version=-2147482973) .................................................. ***** durable queues test/mom/testTopicPublishSubscribeMultipleSubscriptions: ***** non durable for test/mom/testTopicPublishSubscribeMultipleSubscriptions: - queueID=1777 address:test/mom/testTopicPublishSubscribeMultipleSubscriptions name:56b35363-c087-4db3-8b94-19c807fb3d11 filter:null - queueID=1783 address:test/mom/testTopicPublishSubscribeMultipleSubscriptions name:9045c5cf-1b7b-4286-85d2-0f1277f6149c filter:null .................................................. , transaction: null 2024-06-28 23:59:46,266 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 9045c5cf-1b7b-4286-85d2-0f1277f6149c: Reference[1789]:RELIABLE:CoreMessage[messageID=1789, durable=true, userID=7ef7dc44-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:46 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishSubscribeMultipleSubscriptions, size=653, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@1446737809 2024-06-28 23:59:46,266 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 56b35363-c087-4db3-8b94-19c807fb3d11: Reference[1789]:RELIABLE:CoreMessage[messageID=1789, durable=true, userID=7ef7dc44-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:46 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishSubscribeMultipleSubscriptions, size=653, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@1446737809 2024-06-28 23:59:46,267 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 9045c5cf-1b7b-4286-85d2-0f1277f6149c: CoreMessage[messageID=1789, durable=true, userID=7ef7dc44-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:46 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishSubscribeMultipleSubscriptions, size=653, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@1446737809 to transaction: TransactionImpl [xid=null, txID=1792, xid=null, state=ACTIVE, createTime=1719619186267(Fri Jun 28 23:59:46 UTC 2024), timeoutSeconds=-1, nr operations = 1]@702adaf7 2024-06-28 23:59:46,267 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 56b35363-c087-4db3-8b94-19c807fb3d11: CoreMessage[messageID=1789, durable=true, userID=7ef7dc44-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:46 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishSubscribeMultipleSubscriptions, size=653, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@1446737809 to transaction: TransactionImpl [xid=null, txID=1793, xid=null, state=ACTIVE, createTime=1719619186267(Fri Jun 28 23:59:46 UTC 2024), timeoutSeconds=-1, nr operations = 1]@663f522d 2024-06-28 23:59:46,267 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 9045c5cf-1b7b-4286-85d2-0f1277f6149c: CoreMessage[messageID=1789, durable=true, userID=7ef7dc44-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:46 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishSubscribeMultipleSubscriptions, size=653, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@1446737809, transaction: TransactionImpl [xid=null, txID=1792, xid=null, state=COMMITTED, createTime=1719619186267(Fri Jun 28 23:59:46 UTC 2024), timeoutSeconds=-1, nr operations = 0]@702adaf7 2024-06-28 23:59:46,267 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 56b35363-c087-4db3-8b94-19c807fb3d11: CoreMessage[messageID=1789, durable=true, userID=7ef7dc44-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:46 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishSubscribeMultipleSubscriptions, size=653, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@1446737809, transaction: TransactionImpl [xid=null, txID=1793, xid=null, state=COMMITTED, createTime=1719619186267(Fri Jun 28 23:59:46 UTC 2024), timeoutSeconds=-1, nr operations = 0]@663f522d 2024-06-28 23:59:46,267 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@618a9cb7, org.eclipse.scout.rt.mom.jms.JmsSubscription@3b87c881] 2024-06-28 23:59:46,267 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [56b35363-c087-4db3-8b94-19c807fb3d11] 2024-06-28 23:59:46,268 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [9045c5cf-1b7b-4286-85d2-0f1277f6149c] 2024-06-28 23:59:46,269 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:46,269 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:46,269 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 7ef718ea-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:46,270 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:46,270 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 10.757020 ms 2024-06-28 23:59:46,271 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:46,271 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:46,271 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:46,272 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1148043131'. 2024-06-28 23:59:46,273 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:46,273 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 7ef8edb6-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:46,274 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7ef914c9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7ef8edb6-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7ef8edb6-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@184a7790, true, {}] 2024-06-28 23:59:46,274 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@684001e6 2024-06-28 23:59:46,274 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7ef914ca-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7ef8edb6-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7ef8edb6-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1ae9c68d, true, {}] 2024-06-28 23:59:46,275 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 7ef914ca-35aa-11ef-ab26-0a580a2845c5 with parameters: [test/mom/testPublishTransactional, [ANYCAST], true] 2024-06-28 23:59:46,276 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@3329aca4 2024-06-28 23:59:46,276 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=test/mom/testPublishTransactional, address=test/mom/testPublishTransactional, routingType=ANYCAST, filterString=null, durable=true, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=false, autoCreateAddress=null, internal=null, transient=null, autoCreated=true, fqqn=null]] 2024-06-28 23:59:46,277 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@280bf06 2024-06-28 23:59:46,277 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [7ef989fe-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=7ef8edb6-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=7ef8edb6-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@e1c4e1b, true, {}] 2024-06-28 23:59:46,278 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishTransactional, null, 0, false, true, null] 2024-06-28 23:59:46,279 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addSendToTransaction(AuditLogger_impl.java:2787) - AMQ601760: User anonymous@invm:0 added a message send for: CoreMessage[messageID=1826, durable=true, userID=7ef989fd-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:46 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishTransactional, size=810, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person"}, _AMQ_ROUTING_TYPE=1]]@2082655632 to transaction: TransactionImpl [xid=null, txID=1819, xid=null, state=ACTIVE, createTime=1719619186275(Fri Jun 28 23:59:46 UTC 2024), timeoutSeconds=300, nr operations = 1]@6fcc8401 2024-06-28 23:59:48,279 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1826, durable=true, userID=7ef989fd-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:46 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishTransactional, size=810, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person"}, _AMQ_ROUTING_TYPE=1]]@2082655632, context: RoutingContextImpl(Address=test/mom/testPublishTransactional, routingType=ANYCAST, PreviousAddress=test/mom/testPublishTransactional previousRoute:ANYCAST, reusable=true, version=-2147482970) .................................................. ***** durable queues test/mom/testPublishTransactional: - queueID=1823 address:test/mom/testPublishTransactional name:test/mom/testPublishTransactional filter:null ***** non durable for test/mom/testPublishTransactional: .................................................. , transaction: TransactionImpl [xid=null, txID=1819, xid=null, state=COMMITTED, createTime=1719619186275(Fri Jun 28 23:59:46 UTC 2024), timeoutSeconds=300, nr operations = 0]@6fcc8401 2024-06-28 23:59:48,279 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishTransactional: Reference[1826]:RELIABLE:CoreMessage[messageID=1826, durable=true, userID=7ef989fd-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:46 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishTransactional, size=810, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person"}, _AMQ_ROUTING_TYPE=1]]@2082655632 2024-06-28 23:59:48,279 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishTransactional: CoreMessage[messageID=1826, durable=true, userID=7ef989fd-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:46 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishTransactional, size=810, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person"}, _AMQ_ROUTING_TYPE=1]]@2082655632 to transaction: TransactionImpl [xid=null, txID=1832, xid=null, state=ACTIVE, createTime=1719619188279(Fri Jun 28 23:59:48 UTC 2024), timeoutSeconds=-1, nr operations = 1]@36475ac9 2024-06-28 23:59:48,280 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@468d1fcc, org.eclipse.scout.rt.mom.jms.JmsSubscription@267093ea] 2024-06-28 23:59:48,282 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishTransactional: CoreMessage[messageID=1826, durable=true, userID=7ef989fd-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:46 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishTransactional, size=810, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person"}, _AMQ_ROUTING_TYPE=1]]@2082655632, transaction: TransactionImpl [xid=null, txID=1832, xid=null, state=COMMITTED, createTime=1719619188279(Fri Jun 28 23:59:48 UTC 2024), timeoutSeconds=-1, nr operations = 0]@36475ac9 2024-06-28 23:59:48,282 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:48,282 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:48,283 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 7ef8edb6-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:48,283 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:48,283 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 2011.789138 ms 2024-06-28 23:59:48,283 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:48,284 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:48,284 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:48,284 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 2099828005'. 2024-06-28 23:59:48,286 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:48,287 INFO [scout-thread-15] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 802c3da0-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS subscriber, activemq.broker=mom151] 2024-06-28 23:59:48,287 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [802c3da3-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=802c3da0-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=802c3da0-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@17d00aa5, true, {}] 2024-06-28 23:59:48,288 INFO [scout-thread-15] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@226995b5 - MDC[jobName=JMS subscriber, activemq.broker=mom151] 2024-06-28 23:59:48,288 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [802c64b4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=802c3da0-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=802c3da0-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1f24a3d3, true, {}] 2024-06-28 23:59:48,288 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 802c64b4-35aa-11ef-ab26-0a580a2845c5 with parameters: [test/mom/testTopicPublishSubscribeCorrelationId, [MULTICAST], true] 2024-06-28 23:59:48,288 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@14d06205 2024-06-28 23:59:48,289 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=9e830cfe-1eb8-4031-843a-f7a6edfc09f5, address=test/mom/testTopicPublishSubscribeCorrelationId, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:59:48,289 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@d1696b0 2024-06-28 23:59:48,289 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 9e830cfe-1eb8-4031-843a-f7a6edfc09f5, null, 0, false, true, null] 2024-06-28 23:59:48,290 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [802cb2d6-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=802c3da0-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=802c3da0-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@320bef0a, true, {}] 2024-06-28 23:59:48,291 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1853, durable=true, userID=802cb2d8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:48 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishSubscribeCorrelationId, size=692, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0, JMSCorrelationID=cid:abc]]@194935743, context: RoutingContextImpl(Address=test/mom/testTopicPublishSubscribeCorrelationId, routingType=MULTICAST, PreviousAddress=test/mom/testTopicPublishSubscribeCorrelationId previousRoute:MULTICAST, reusable=true, version=-2147482969) .................................................. ***** durable queues test/mom/testTopicPublishSubscribeCorrelationId: ***** non durable for test/mom/testTopicPublishSubscribeCorrelationId: - queueID=1847 address:test/mom/testTopicPublishSubscribeCorrelationId name:9e830cfe-1eb8-4031-843a-f7a6edfc09f5 filter:null .................................................. , transaction: null 2024-06-28 23:59:48,291 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 9e830cfe-1eb8-4031-843a-f7a6edfc09f5: Reference[1853]:RELIABLE:CoreMessage[messageID=1853, durable=true, userID=802cb2d8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:48 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishSubscribeCorrelationId, size=692, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0, JMSCorrelationID=cid:abc]]@194935743 2024-06-28 23:59:48,291 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 9e830cfe-1eb8-4031-843a-f7a6edfc09f5: CoreMessage[messageID=1853, durable=true, userID=802cb2d8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:48 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishSubscribeCorrelationId, size=692, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0, JMSCorrelationID=cid:abc]]@194935743 to transaction: TransactionImpl [xid=null, txID=1856, xid=null, state=ACTIVE, createTime=1719619188291(Fri Jun 28 23:59:48 UTC 2024), timeoutSeconds=-1, nr operations = 1]@3f8fbb33 2024-06-28 23:59:48,291 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 9e830cfe-1eb8-4031-843a-f7a6edfc09f5: CoreMessage[messageID=1853, durable=true, userID=802cb2d8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:48 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishSubscribeCorrelationId, size=692, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0, JMSCorrelationID=cid:abc]]@194935743, transaction: TransactionImpl [xid=null, txID=1856, xid=null, state=COMMITTED, createTime=1719619188291(Fri Jun 28 23:59:48 UTC 2024), timeoutSeconds=-1, nr operations = 0]@3f8fbb33 2024-06-28 23:59:48,291 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@349e166] 2024-06-28 23:59:48,291 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [9e830cfe-1eb8-4031-843a-f7a6edfc09f5] 2024-06-28 23:59:48,292 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:48,292 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:48,293 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 802c3da0-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:48,293 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:48,293 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 9.189880 ms 2024-06-28 23:59:48,293 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:48,294 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:48,294 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:48,294 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1930476688'. 2024-06-28 23:59:48,295 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:48,296 INFO [scout-thread-15] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 802d9d3a-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS subscriber, activemq.broker=mom151] 2024-06-28 23:59:48,296 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [802d9d3d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=802d9d3a-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=802d9d3a-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@33585035, true, {}] 2024-06-28 23:59:48,297 INFO [scout-thread-15] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@12a2a012 - MDC[jobName=JMS subscriber, activemq.broker=mom151] 2024-06-28 23:59:48,297 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [802dc44e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=802d9d3a-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=802d9d3a-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@22cf54aa, true, {}] 2024-06-28 23:59:48,297 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 802dc44e-35aa-11ef-ab26-0a580a2845c5 with parameters: [test/mom/testMessageSelector, [MULTICAST], true] 2024-06-28 23:59:48,297 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@69532879 2024-06-28 23:59:48,297 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=f56edfba-8775-4915-9309-6f706ed500a6, address=test/mom/testMessageSelector, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:59:48,298 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@6788e51 2024-06-28 23:59:48,298 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, f56edfba-8775-4915-9309-6f706ed500a6, null, 0, false, true, null] 2024-06-28 23:59:48,298 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [802deb60-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=802d9d3a-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=802d9d3a-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4a8e1775, true, {}] 2024-06-28 23:59:48,300 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=901b7f5e-819c-440e-8ed6-43811da8ebfe, address=test/mom/testMessageSelector, routingType=MULTICAST, filterString=user = 'john', durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:59:48,314 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@98188a6 2024-06-28 23:59:48,315 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 901b7f5e-819c-440e-8ed6-43811da8ebfe, user = 'john', 0, false, true, null] 2024-06-28 23:59:48,315 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [80308372-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=802d9d3a-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=802d9d3a-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@64851bf, true, {}] 2024-06-28 23:59:48,316 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=63606dc4-1aea-4ecd-8b32-bbe5df3a3e63, address=test/mom/testMessageSelector, routingType=MULTICAST, filterString=user = 'anna', durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:59:48,316 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@24f2ce5c 2024-06-28 23:59:48,316 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 63606dc4-1aea-4ecd-8b32-bbe5df3a3e63, user = 'anna', 0, false, true, null] 2024-06-28 23:59:48,317 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8030d194-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=802d9d3a-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=802d9d3a-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@50fad2a, true, {}] 2024-06-28 23:59:48,323 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1894, durable=true, userID=8030d196-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:48 UTC 2024, expiration=0, durable=true, address=test/mom/testMessageSelector, size=634, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), user=anna, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@1272424240, context: RoutingContextImpl(Address=test/mom/testMessageSelector, routingType=MULTICAST, PreviousAddress=test/mom/testMessageSelector previousRoute:MULTICAST, reusable=null, version=0) .................................................. , transaction: null 2024-06-28 23:59:48,323 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 63606dc4-1aea-4ecd-8b32-bbe5df3a3e63: Reference[1894]:RELIABLE:CoreMessage[messageID=1894, durable=true, userID=8030d196-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:48 UTC 2024, expiration=0, durable=true, address=test/mom/testMessageSelector, size=634, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), user=anna, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@1272424240 2024-06-28 23:59:48,323 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from f56edfba-8775-4915-9309-6f706ed500a6: Reference[1894]:RELIABLE:CoreMessage[messageID=1894, durable=true, userID=8030d196-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:48 UTC 2024, expiration=0, durable=true, address=test/mom/testMessageSelector, size=634, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), user=anna, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@1272424240 2024-06-28 23:59:48,323 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 63606dc4-1aea-4ecd-8b32-bbe5df3a3e63: CoreMessage[messageID=1894, durable=true, userID=8030d196-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:48 UTC 2024, expiration=0, durable=true, address=test/mom/testMessageSelector, size=634, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), user=anna, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@1272424240 to transaction: TransactionImpl [xid=null, txID=1897, xid=null, state=ACTIVE, createTime=1719619188323(Fri Jun 28 23:59:48 UTC 2024), timeoutSeconds=-1, nr operations = 1]@4e4fecf4 2024-06-28 23:59:48,323 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from f56edfba-8775-4915-9309-6f706ed500a6: CoreMessage[messageID=1894, durable=true, userID=8030d196-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:48 UTC 2024, expiration=0, durable=true, address=test/mom/testMessageSelector, size=634, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), user=anna, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@1272424240 to transaction: TransactionImpl [xid=null, txID=1898, xid=null, state=ACTIVE, createTime=1719619188323(Fri Jun 28 23:59:48 UTC 2024), timeoutSeconds=-1, nr operations = 1]@3b9e32a 2024-06-28 23:59:48,323 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 63606dc4-1aea-4ecd-8b32-bbe5df3a3e63: CoreMessage[messageID=1894, durable=true, userID=8030d196-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:48 UTC 2024, expiration=0, durable=true, address=test/mom/testMessageSelector, size=634, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), user=anna, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@1272424240, transaction: TransactionImpl [xid=null, txID=1897, xid=null, state=COMMITTED, createTime=1719619188323(Fri Jun 28 23:59:48 UTC 2024), timeoutSeconds=-1, nr operations = 0]@4e4fecf4 2024-06-28 23:59:48,323 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from f56edfba-8775-4915-9309-6f706ed500a6: CoreMessage[messageID=1894, durable=true, userID=8030d196-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:48 UTC 2024, expiration=0, durable=true, address=test/mom/testMessageSelector, size=634, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), user=anna, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@1272424240, transaction: TransactionImpl [xid=null, txID=1898, xid=null, state=COMMITTED, createTime=1719619188323(Fri Jun 28 23:59:48 UTC 2024), timeoutSeconds=-1, nr operations = 0]@3b9e32a 2024-06-28 23:59:50,324 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 3 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@32514766, org.eclipse.scout.rt.mom.jms.JmsSubscription@720cbb7d, org.eclipse.scout.rt.mom.jms.JmsSubscription@43d00636] 2024-06-28 23:59:50,325 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [f56edfba-8775-4915-9309-6f706ed500a6] 2024-06-28 23:59:50,326 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [901b7f5e-819c-440e-8ed6-43811da8ebfe] 2024-06-28 23:59:50,326 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [63606dc4-1aea-4ecd-8b32-bbe5df3a3e63] 2024-06-28 23:59:50,327 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:50,327 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:50,327 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 802d9d3a-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:50,328 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:50,328 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 2034.001314 ms 2024-06-28 23:59:50,328 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:50,329 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:50,329 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:50,329 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1447218435'. 2024-06-28 23:59:50,330 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:50,330 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8163fa68-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:50,331 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8164217b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8163fa68-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8163fa68-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@a651d45, true, {}] 2024-06-28 23:59:50,331 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@2abe5132 2024-06-28 23:59:50,331 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8164217c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8163fa68-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8163fa68-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@54a4651b, true, {}] 2024-06-28 23:59:50,332 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 8164217c-35aa-11ef-ab26-0a580a2845c5 with parameters: [test/mom/testCurrentMessagePubSub, [ANYCAST], true] 2024-06-28 23:59:50,332 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@6e510c43 2024-06-28 23:59:50,333 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=test/mom/testCurrentMessagePubSub, address=test/mom/testCurrentMessagePubSub, routingType=ANYCAST, filterString=null, durable=true, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=false, autoCreateAddress=null, internal=null, transient=null, autoCreated=true, fqqn=null]] 2024-06-28 23:59:50,333 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@6e861e36 2024-06-28 23:59:50,333 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1941, durable=true, userID=81646f9f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:50 UTC 2024, expiration=0, durable=true, address=test/mom/testCurrentMessagePubSub, size=867, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid_test]]@749209919, context: RoutingContextImpl(Address=test/mom/testCurrentMessagePubSub, routingType=ANYCAST, PreviousAddress=test/mom/testCurrentMessagePubSub previousRoute:ANYCAST, reusable=true, version=-2147482961) .................................................. ***** durable queues test/mom/testCurrentMessagePubSub: - queueID=1938 address:test/mom/testCurrentMessagePubSub name:test/mom/testCurrentMessagePubSub filter:null ***** non durable for test/mom/testCurrentMessagePubSub: .................................................. , transaction: null 2024-06-28 23:59:50,334 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [816496b0-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8163fa68-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8163fa68-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@54150383, true, {}] 2024-06-28 23:59:50,334 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testCurrentMessagePubSub, null, 0, false, true, null] 2024-06-28 23:59:50,335 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testCurrentMessagePubSub: Reference[1941]:RELIABLE:CoreMessage[messageID=1941, durable=true, userID=81646f9f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:50 UTC 2024, expiration=0, durable=true, address=test/mom/testCurrentMessagePubSub, size=867, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid_test]]@749209919 2024-06-28 23:59:50,335 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testCurrentMessagePubSub: CoreMessage[messageID=1941, durable=true, userID=81646f9f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:50 UTC 2024, expiration=0, durable=true, address=test/mom/testCurrentMessagePubSub, size=867, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid_test]]@749209919 to transaction: TransactionImpl [xid=null, txID=1948, xid=null, state=ACTIVE, createTime=1719619190335(Fri Jun 28 23:59:50 UTC 2024), timeoutSeconds=-1, nr operations = 1]@dbf9d8b 2024-06-28 23:59:50,335 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@657f1fc3, org.eclipse.scout.rt.mom.jms.JmsSubscription@6a0ca728] 2024-06-28 23:59:50,337 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testCurrentMessagePubSub: CoreMessage[messageID=1941, durable=true, userID=81646f9f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:50 UTC 2024, expiration=0, durable=true, address=test/mom/testCurrentMessagePubSub, size=867, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid_test]]@749209919, transaction: TransactionImpl [xid=null, txID=1948, xid=null, state=COMMITTED, createTime=1719619190335(Fri Jun 28 23:59:50 UTC 2024), timeoutSeconds=-1, nr operations = 0]@dbf9d8b 2024-06-28 23:59:50,338 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:50,338 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:50,338 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8163fa68-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:50,338 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:50,338 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 9.791057 ms 2024-06-28 23:59:50,339 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:50,339 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:50,339 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:50,339 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 936455438'. 2024-06-28 23:59:50,341 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:50,341 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8165a822-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:50,341 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8165a825-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8165a822-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8165a822-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3b2b22c2, true, {}] 2024-06-28 23:59:50,342 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@55105271 2024-06-28 23:59:50,342 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8165cf36-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8165a822-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8165a822-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@15c8839e, true, {}] 2024-06-28 23:59:50,343 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 8165cf36-35aa-11ef-ab26-0a580a2845c5 with parameters: [test/mom/testSerialMessageConsumption, [ANYCAST], true] 2024-06-28 23:59:50,343 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@49d68765 2024-06-28 23:59:50,343 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=test/mom/testSerialMessageConsumption, address=test/mom/testSerialMessageConsumption, routingType=ANYCAST, filterString=null, durable=true, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=false, autoCreateAddress=null, internal=null, transient=null, autoCreated=true, fqqn=null]] 2024-06-28 23:59:50,343 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@7e72488a 2024-06-28 23:59:50,344 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1964, durable=true, userID=81661d59-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:50 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=605, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1630702834, context: RoutingContextImpl(Address=test/mom/testSerialMessageConsumption, routingType=ANYCAST, PreviousAddress=test/mom/testSerialMessageConsumption previousRoute:ANYCAST, reusable=true, version=-2147482960) .................................................. ***** durable queues test/mom/testSerialMessageConsumption: - queueID=1961 address:test/mom/testSerialMessageConsumption name:test/mom/testSerialMessageConsumption filter:null ***** non durable for test/mom/testSerialMessageConsumption: .................................................. , transaction: null 2024-06-28 23:59:50,348 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8166b99a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8165a822-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8165a822-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1d47924c, true, {}] 2024-06-28 23:59:50,349 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1969, durable=true, userID=8166b99c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:50 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=605, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1423702742, context: RoutingContextImpl(Address=test/mom/testSerialMessageConsumption, routingType=ANYCAST, PreviousAddress=test/mom/testSerialMessageConsumption previousRoute:ANYCAST, reusable=true, version=-2147482960) .................................................. ***** durable queues test/mom/testSerialMessageConsumption: - queueID=1961 address:test/mom/testSerialMessageConsumption name:test/mom/testSerialMessageConsumption filter:null ***** non durable for test/mom/testSerialMessageConsumption: .................................................. , transaction: null 2024-06-28 23:59:50,352 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [81672ecd-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8165a822-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8165a822-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5e82e002, true, {}] 2024-06-28 23:59:50,352 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1974, durable=true, userID=816755df-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:50 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=605, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1234268098, context: RoutingContextImpl(Address=test/mom/testSerialMessageConsumption, routingType=ANYCAST, PreviousAddress=test/mom/testSerialMessageConsumption previousRoute:ANYCAST, reusable=true, version=-2147482960) .................................................. ***** durable queues test/mom/testSerialMessageConsumption: - queueID=1961 address:test/mom/testSerialMessageConsumption name:test/mom/testSerialMessageConsumption filter:null ***** non durable for test/mom/testSerialMessageConsumption: .................................................. , transaction: null 2024-06-28 23:59:50,355 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8167cb10-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8165a822-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8165a822-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3ba1c3d4, true, {}] 2024-06-28 23:59:50,355 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1979, durable=true, userID=8167cb12-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:50 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=605, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1965899248, context: RoutingContextImpl(Address=test/mom/testSerialMessageConsumption, routingType=ANYCAST, PreviousAddress=test/mom/testSerialMessageConsumption previousRoute:ANYCAST, reusable=true, version=-2147482960) .................................................. ***** durable queues test/mom/testSerialMessageConsumption: - queueID=1961 address:test/mom/testSerialMessageConsumption name:test/mom/testSerialMessageConsumption filter:null ***** non durable for test/mom/testSerialMessageConsumption: .................................................. , transaction: null 2024-06-28 23:59:50,358 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [81684043-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8165a822-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8165a822-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1c062bb8, true, {}] 2024-06-28 23:59:50,359 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1984, durable=true, userID=81686755-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:50 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=605, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@769454022, context: RoutingContextImpl(Address=test/mom/testSerialMessageConsumption, routingType=ANYCAST, PreviousAddress=test/mom/testSerialMessageConsumption previousRoute:ANYCAST, reusable=true, version=-2147482960) .................................................. ***** durable queues test/mom/testSerialMessageConsumption: - queueID=1961 address:test/mom/testSerialMessageConsumption name:test/mom/testSerialMessageConsumption filter:null ***** non durable for test/mom/testSerialMessageConsumption: .................................................. , transaction: null 2024-06-28 23:59:50,362 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8168dc86-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8165a822-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8165a822-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@587ca393, true, {}] 2024-06-28 23:59:50,362 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1989, durable=true, userID=8168dc88-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:50 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=605, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@901084743, context: RoutingContextImpl(Address=test/mom/testSerialMessageConsumption, routingType=ANYCAST, PreviousAddress=test/mom/testSerialMessageConsumption previousRoute:ANYCAST, reusable=true, version=-2147482960) .................................................. ***** durable queues test/mom/testSerialMessageConsumption: - queueID=1961 address:test/mom/testSerialMessageConsumption name:test/mom/testSerialMessageConsumption filter:null ***** non durable for test/mom/testSerialMessageConsumption: .................................................. , transaction: null 2024-06-28 23:59:50,366 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [816951b9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8165a822-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8165a822-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7718f04c, true, {}] 2024-06-28 23:59:50,366 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1994, durable=true, userID=816978cb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:50 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=605, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2111407126, context: RoutingContextImpl(Address=test/mom/testSerialMessageConsumption, routingType=ANYCAST, PreviousAddress=test/mom/testSerialMessageConsumption previousRoute:ANYCAST, reusable=true, version=-2147482960) .................................................. ***** durable queues test/mom/testSerialMessageConsumption: - queueID=1961 address:test/mom/testSerialMessageConsumption name:test/mom/testSerialMessageConsumption filter:null ***** non durable for test/mom/testSerialMessageConsumption: .................................................. , transaction: null 2024-06-28 23:59:50,369 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8169edfc-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8165a822-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8165a822-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@23f04235, true, {}] 2024-06-28 23:59:50,370 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1999, durable=true, userID=8169edfe-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:50 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=605, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1068566186, context: RoutingContextImpl(Address=test/mom/testSerialMessageConsumption, routingType=ANYCAST, PreviousAddress=test/mom/testSerialMessageConsumption previousRoute:ANYCAST, reusable=true, version=-2147482960) .................................................. ***** durable queues test/mom/testSerialMessageConsumption: - queueID=1961 address:test/mom/testSerialMessageConsumption name:test/mom/testSerialMessageConsumption filter:null ***** non durable for test/mom/testSerialMessageConsumption: .................................................. , transaction: null 2024-06-28 23:59:50,372 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [816a632f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8165a822-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8165a822-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@34b756c0, true, {}] 2024-06-28 23:59:50,373 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2004, durable=true, userID=816a8a41-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:50 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=605, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1908403789, context: RoutingContextImpl(Address=test/mom/testSerialMessageConsumption, routingType=ANYCAST, PreviousAddress=test/mom/testSerialMessageConsumption previousRoute:ANYCAST, reusable=true, version=-2147482960) .................................................. ***** durable queues test/mom/testSerialMessageConsumption: - queueID=1961 address:test/mom/testSerialMessageConsumption name:test/mom/testSerialMessageConsumption filter:null ***** non durable for test/mom/testSerialMessageConsumption: .................................................. , transaction: null 2024-06-28 23:59:50,376 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [816aff72-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8165a822-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8165a822-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3dd3e3e3, true, {}] 2024-06-28 23:59:50,376 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2009, durable=true, userID=816aff74-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:50 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=605, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@515629080, context: RoutingContextImpl(Address=test/mom/testSerialMessageConsumption, routingType=ANYCAST, PreviousAddress=test/mom/testSerialMessageConsumption previousRoute:ANYCAST, reusable=true, version=-2147482960) .................................................. ***** durable queues test/mom/testSerialMessageConsumption: - queueID=1961 address:test/mom/testSerialMessageConsumption name:test/mom/testSerialMessageConsumption filter:null ***** non durable for test/mom/testSerialMessageConsumption: .................................................. , transaction: null 2024-06-28 23:59:50,379 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [816b74a5-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8165a822-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8165a822-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2e58c82, true, {}] 2024-06-28 23:59:50,380 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testSerialMessageConsumption, null, 0, false, true, null] 2024-06-28 23:59:50,380 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testSerialMessageConsumption: Reference[1964]:RELIABLE:CoreMessage[messageID=1964, durable=true, userID=81661d59-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:50 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=605, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1630702834 2024-06-28 23:59:50,380 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testSerialMessageConsumption: Reference[1969]:RELIABLE:CoreMessage[messageID=1969, durable=true, userID=8166b99c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:50 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=605, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1423702742 2024-06-28 23:59:50,380 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testSerialMessageConsumption: Reference[1974]:RELIABLE:CoreMessage[messageID=1974, durable=true, userID=816755df-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:50 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=605, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1234268098 2024-06-28 23:59:50,380 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testSerialMessageConsumption: CoreMessage[messageID=1964, durable=true, userID=81661d59-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:50 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=605, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1630702834 to transaction: TransactionImpl [xid=null, txID=2016, xid=null, state=ACTIVE, createTime=1719619190380(Fri Jun 28 23:59:50 UTC 2024), timeoutSeconds=-1, nr operations = 1]@7ebfe38d 2024-06-28 23:59:50,380 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testSerialMessageConsumption: Reference[1979]:RELIABLE:CoreMessage[messageID=1979, durable=true, userID=8167cb12-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:50 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=605, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1965899248 2024-06-28 23:59:50,380 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testSerialMessageConsumption: Reference[1984]:RELIABLE:CoreMessage[messageID=1984, durable=true, userID=81686755-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:50 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=605, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@769454022 2024-06-28 23:59:50,381 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testSerialMessageConsumption: Reference[1989]:RELIABLE:CoreMessage[messageID=1989, durable=true, userID=8168dc88-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:50 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=605, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@901084743 2024-06-28 23:59:50,381 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testSerialMessageConsumption: Reference[1994]:RELIABLE:CoreMessage[messageID=1994, durable=true, userID=816978cb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:50 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=605, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2111407126 2024-06-28 23:59:50,381 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testSerialMessageConsumption: Reference[1999]:RELIABLE:CoreMessage[messageID=1999, durable=true, userID=8169edfe-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:50 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=605, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1068566186 2024-06-28 23:59:50,381 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testSerialMessageConsumption: Reference[2004]:RELIABLE:CoreMessage[messageID=2004, durable=true, userID=816a8a41-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:50 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=605, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1908403789 2024-06-28 23:59:50,381 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testSerialMessageConsumption: Reference[2009]:RELIABLE:CoreMessage[messageID=2009, durable=true, userID=816aff74-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:50 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=605, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@515629080 2024-06-28 23:59:50,382 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testSerialMessageConsumption: CoreMessage[messageID=1964, durable=true, userID=81661d59-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:50 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=605, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1630702834, transaction: TransactionImpl [xid=null, txID=2016, xid=null, state=COMMITTED, createTime=1719619190380(Fri Jun 28 23:59:50 UTC 2024), timeoutSeconds=-1, nr operations = 0]@7ebfe38d 2024-06-28 23:59:53,380 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@463c5d0f] 2024-06-28 23:59:53,380 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testSerialMessageConsumption: CoreMessage[messageID=1969, durable=true, userID=8166b99c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:50 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=605, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1423702742 to transaction: TransactionImpl [xid=null, txID=2017, xid=null, state=ACTIVE, createTime=1719619193380(Fri Jun 28 23:59:53 UTC 2024), timeoutSeconds=-1, nr operations = 1]@3f456762 2024-06-28 23:59:53,384 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testSerialMessageConsumption: CoreMessage[messageID=1969, durable=true, userID=8166b99c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:50 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=605, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1423702742, transaction: TransactionImpl [xid=null, txID=2017, xid=null, state=COMMITTED, createTime=1719619193380(Fri Jun 28 23:59:53 UTC 2024), timeoutSeconds=-1, nr operations = 0]@3f456762 2024-06-28 23:59:53,385 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:53,385 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:53,385 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8165a822-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:53,386 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:53,386 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 3046.505461 ms 2024-06-28 23:59:53,386 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:53,386 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:53,387 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:53,387 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1277874229'. 2024-06-28 23:59:53,388 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:53,389 INFO [scout-thread-21] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8336bec7-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:59:53,389 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8336beca-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8336bec7-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8336bec7-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6d194551, true, {}] 2024-06-28 23:59:53,390 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@59b7aa9f - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:59:53,390 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8336e5db-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8336bec7-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8336bec7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@11ea6d94, true, {}] 2024-06-28 23:59:53,390 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-28 23:59:53,391 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83370cec-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8336bec7-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8336bec7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@43aa0547, true, {}] 2024-06-28 23:59:53,391 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2032, durable=true, userID=83370cee-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=517, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@646570131, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-28 23:59:53,395 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[2032]:RELIABLE:CoreMessage[messageID=2032, durable=true, userID=83370cee-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=517, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@646570131 2024-06-28 23:59:53,396 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=2032, durable=true, userID=83370cee-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=517, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@646570131 to transaction: TransactionImpl [xid=null, txID=2035, xid=null, state=ACTIVE, createTime=1719619193396(Fri Jun 28 23:59:53 UTC 2024), timeoutSeconds=-1, nr operations = 1]@3263fd57 2024-06-28 23:59:53,396 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@12a719ed, org.eclipse.scout.rt.mom.jms.JmsSubscription@79dd79eb] 2024-06-28 23:59:53,399 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=2032, durable=true, userID=83370cee-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=517, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@646570131, transaction: TransactionImpl [xid=null, txID=2035, xid=null, state=COMMITTED, createTime=1719619193396(Fri Jun 28 23:59:53 UTC 2024), timeoutSeconds=-1, nr operations = 0]@3263fd57 2024-06-28 23:59:53,399 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8338456f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8336bec7-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8336bec7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@56c9b44e, true, {}] 2024-06-28 23:59:53,399 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-28 23:59:53,400 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83386b80-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8336bec7-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8336bec7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@21fc8bb2, true, {}] 2024-06-28 23:59:53,401 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2046, durable=true, userID=83386b82-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=610, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1283110895, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-28 23:59:53,402 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[2046]:RELIABLE:CoreMessage[messageID=2046, durable=true, userID=83386b82-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=610, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1283110895 2024-06-28 23:59:53,402 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=2046, durable=true, userID=83386b82-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=610, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1283110895 to transaction: TransactionImpl [xid=null, txID=2049, xid=null, state=ACTIVE, createTime=1719619193402(Fri Jun 28 23:59:53 UTC 2024), timeoutSeconds=-1, nr operations = 1]@4275f9f6 2024-06-28 23:59:53,403 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@7e5a8000, org.eclipse.scout.rt.mom.jms.JmsSubscription@6970687e] 2024-06-28 23:59:53,405 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=2046, durable=true, userID=83386b82-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=610, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1283110895, transaction: TransactionImpl [xid=null, txID=2049, xid=null, state=COMMITTED, createTime=1719619193402(Fri Jun 28 23:59:53 UTC 2024), timeoutSeconds=-1, nr operations = 0]@4275f9f6 2024-06-28 23:59:53,406 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [833955e3-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8336bec7-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8336bec7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7027b042, true, {}] 2024-06-28 23:59:53,406 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-28 23:59:53,407 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83397cf4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8336bec7-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8336bec7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6072cea3, true, {}] 2024-06-28 23:59:53,408 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2060, durable=true, userID=83397cf6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=619, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1585486350, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-28 23:59:53,409 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[2060]:RELIABLE:CoreMessage[messageID=2060, durable=true, userID=83397cf6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=619, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1585486350 2024-06-28 23:59:53,409 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=2060, durable=true, userID=83397cf6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=619, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1585486350 to transaction: TransactionImpl [xid=null, txID=2063, xid=null, state=ACTIVE, createTime=1719619193409(Fri Jun 28 23:59:53 UTC 2024), timeoutSeconds=-1, nr operations = 1]@6e2aa19e 2024-06-28 23:59:53,410 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@4698ae6, org.eclipse.scout.rt.mom.jms.JmsSubscription@557ed49a] 2024-06-28 23:59:53,412 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=2060, durable=true, userID=83397cf6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=619, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1585486350, transaction: TransactionImpl [xid=null, txID=2063, xid=null, state=COMMITTED, createTime=1719619193409(Fri Jun 28 23:59:53 UTC 2024), timeoutSeconds=-1, nr operations = 0]@6e2aa19e 2024-06-28 23:59:53,413 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [833a6757-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8336bec7-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8336bec7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@376f915b, true, {}] 2024-06-28 23:59:53,413 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-28 23:59:53,414 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [833a8e68-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8336bec7-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8336bec7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5780f46c, true, {}] 2024-06-28 23:59:53,415 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2074, durable=true, userID=833a8e6a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=545, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2012657275, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-28 23:59:53,416 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[2074]:RELIABLE:CoreMessage[messageID=2074, durable=true, userID=833a8e6a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=545, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2012657275 2024-06-28 23:59:53,416 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=2074, durable=true, userID=833a8e6a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=545, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2012657275 to transaction: TransactionImpl [xid=null, txID=2077, xid=null, state=ACTIVE, createTime=1719619193416(Fri Jun 28 23:59:53 UTC 2024), timeoutSeconds=-1, nr operations = 1]@1a215b3a 2024-06-28 23:59:53,417 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@ab5c335, org.eclipse.scout.rt.mom.jms.JmsSubscription@5769679b] 2024-06-28 23:59:53,419 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=2074, durable=true, userID=833a8e6a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=545, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2012657275, transaction: TransactionImpl [xid=null, txID=2077, xid=null, state=COMMITTED, createTime=1719619193416(Fri Jun 28 23:59:53 UTC 2024), timeoutSeconds=-1, nr operations = 0]@1a215b3a 2024-06-28 23:59:53,420 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [833b78cb-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8336bec7-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8336bec7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7c0cd2c, true, {}] 2024-06-28 23:59:53,420 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-28 23:59:53,420 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [833b78cc-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8336bec7-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8336bec7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@508bebed, true, {}] 2024-06-28 23:59:53,421 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2088, durable=true, userID=833b9fde-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=501, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1076621978, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-28 23:59:53,423 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[2088]:RELIABLE:CoreMessage[messageID=2088, durable=true, userID=833b9fde-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=501, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1076621978 2024-06-28 23:59:53,423 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=2088, durable=true, userID=833b9fde-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=501, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1076621978 to transaction: TransactionImpl [xid=null, txID=2091, xid=null, state=ACTIVE, createTime=1719619193423(Fri Jun 28 23:59:53 UTC 2024), timeoutSeconds=-1, nr operations = 1]@7bb69d50 2024-06-28 23:59:53,423 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@3aaeb65b, org.eclipse.scout.rt.mom.jms.JmsSubscription@25f688d5] 2024-06-28 23:59:53,426 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=2088, durable=true, userID=833b9fde-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=501, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1076621978, transaction: TransactionImpl [xid=null, txID=2091, xid=null, state=COMMITTED, createTime=1719619193423(Fri Jun 28 23:59:53 UTC 2024), timeoutSeconds=-1, nr operations = 0]@7bb69d50 2024-06-28 23:59:53,426 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [833c632f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8336bec7-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8336bec7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@57922faa, true, {}] 2024-06-28 23:59:53,427 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-28 23:59:53,427 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [833c8a40-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8336bec7-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8336bec7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@39b1b933, true, {}] 2024-06-28 23:59:53,428 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2102, durable=true, userID=833c8a42-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=517, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@12452583, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-28 23:59:53,429 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[2102]:RELIABLE:CoreMessage[messageID=2102, durable=true, userID=833c8a42-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=517, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@12452583 2024-06-28 23:59:53,430 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=2102, durable=true, userID=833c8a42-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=517, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@12452583 to transaction: TransactionImpl [xid=null, txID=2105, xid=null, state=ACTIVE, createTime=1719619193430(Fri Jun 28 23:59:53 UTC 2024), timeoutSeconds=-1, nr operations = 1]@38c3adf0 2024-06-28 23:59:53,430 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@b41ceac, org.eclipse.scout.rt.mom.jms.JmsSubscription@4ee8ea84] 2024-06-28 23:59:53,433 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=2102, durable=true, userID=833c8a42-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=517, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@12452583, transaction: TransactionImpl [xid=null, txID=2105, xid=null, state=COMMITTED, createTime=1719619193430(Fri Jun 28 23:59:53 UTC 2024), timeoutSeconds=-1, nr operations = 0]@38c3adf0 2024-06-28 23:59:53,433 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [833d74a3-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8336bec7-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8336bec7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4682153, true, {}] 2024-06-28 23:59:53,434 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-28 23:59:53,434 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [833d9bb4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8336bec7-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8336bec7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1460e197, true, {}] 2024-06-28 23:59:53,435 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2116, durable=true, userID=833d9bb6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=610, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1320315805, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-28 23:59:53,436 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[2116]:RELIABLE:CoreMessage[messageID=2116, durable=true, userID=833d9bb6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=610, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1320315805 2024-06-28 23:59:53,436 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=2116, durable=true, userID=833d9bb6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=610, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1320315805 to transaction: TransactionImpl [xid=null, txID=2119, xid=null, state=ACTIVE, createTime=1719619193436(Fri Jun 28 23:59:53 UTC 2024), timeoutSeconds=-1, nr operations = 1]@33ecb712 2024-06-28 23:59:53,437 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@46e2a773, org.eclipse.scout.rt.mom.jms.JmsSubscription@4ec1192f] 2024-06-28 23:59:53,440 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=2116, durable=true, userID=833d9bb6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=610, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1320315805, transaction: TransactionImpl [xid=null, txID=2119, xid=null, state=COMMITTED, createTime=1719619193436(Fri Jun 28 23:59:53 UTC 2024), timeoutSeconds=-1, nr operations = 0]@33ecb712 2024-06-28 23:59:53,440 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [833e8617-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8336bec7-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8336bec7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@43b532b2, true, {}] 2024-06-28 23:59:53,441 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-28 23:59:53,441 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [833ead28-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8336bec7-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8336bec7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4e8524c9, true, {}] 2024-06-28 23:59:53,442 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2130, durable=true, userID=833ead2a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=619, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@686627397, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-28 23:59:53,443 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[2130]:RELIABLE:CoreMessage[messageID=2130, durable=true, userID=833ead2a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=619, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@686627397 2024-06-28 23:59:53,443 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=2130, durable=true, userID=833ead2a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=619, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@686627397 to transaction: TransactionImpl [xid=null, txID=2133, xid=null, state=ACTIVE, createTime=1719619193443(Fri Jun 28 23:59:53 UTC 2024), timeoutSeconds=-1, nr operations = 1]@3d34bd3b 2024-06-28 23:59:53,444 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@3f60ba06, org.eclipse.scout.rt.mom.jms.JmsSubscription@251d64d6] 2024-06-28 23:59:53,446 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=2130, durable=true, userID=833ead2a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=619, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@686627397, transaction: TransactionImpl [xid=null, txID=2133, xid=null, state=COMMITTED, createTime=1719619193443(Fri Jun 28 23:59:53 UTC 2024), timeoutSeconds=-1, nr operations = 0]@3d34bd3b 2024-06-28 23:59:53,447 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [833f978b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8336bec7-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8336bec7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4db7f58a, true, {}] 2024-06-28 23:59:53,447 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-28 23:59:53,448 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [833f978c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8336bec7-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8336bec7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7b1d2a48, true, {}] 2024-06-28 23:59:53,448 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2144, durable=true, userID=833fbe9e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=545, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@922305847, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-28 23:59:53,450 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[2144]:RELIABLE:CoreMessage[messageID=2144, durable=true, userID=833fbe9e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=545, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@922305847 2024-06-28 23:59:53,450 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=2144, durable=true, userID=833fbe9e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=545, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@922305847 to transaction: TransactionImpl [xid=null, txID=2147, xid=null, state=ACTIVE, createTime=1719619193450(Fri Jun 28 23:59:53 UTC 2024), timeoutSeconds=-1, nr operations = 1]@796a02a5 2024-06-28 23:59:53,451 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@2542e124, org.eclipse.scout.rt.mom.jms.JmsSubscription@4664cd32] 2024-06-28 23:59:53,453 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=2144, durable=true, userID=833fbe9e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=545, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@922305847, transaction: TransactionImpl [xid=null, txID=2147, xid=null, state=COMMITTED, createTime=1719619193450(Fri Jun 28 23:59:53 UTC 2024), timeoutSeconds=-1, nr operations = 0]@796a02a5 2024-06-28 23:59:53,454 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8340a8ff-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8336bec7-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8336bec7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2ec19526, true, {}] 2024-06-28 23:59:53,454 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-28 23:59:53,455 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8340d010-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8336bec7-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8336bec7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6fc3ffb7, true, {}] 2024-06-28 23:59:53,455 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2158, durable=true, userID=8340d012-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=501, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@990890704, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-28 23:59:53,457 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[2158]:RELIABLE:CoreMessage[messageID=2158, durable=true, userID=8340d012-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=501, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@990890704 2024-06-28 23:59:53,457 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=2158, durable=true, userID=8340d012-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=501, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@990890704 to transaction: TransactionImpl [xid=null, txID=2161, xid=null, state=ACTIVE, createTime=1719619193457(Fri Jun 28 23:59:53 UTC 2024), timeoutSeconds=-1, nr operations = 1]@6d8dae84 2024-06-28 23:59:53,458 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@6e4d660, org.eclipse.scout.rt.mom.jms.JmsSubscription@14972600] 2024-06-28 23:59:53,460 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=2158, durable=true, userID=8340d012-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=501, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@990890704, transaction: TransactionImpl [xid=null, txID=2161, xid=null, state=COMMITTED, createTime=1719619193457(Fri Jun 28 23:59:53 UTC 2024), timeoutSeconds=-1, nr operations = 0]@6d8dae84 2024-06-28 23:59:53,461 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:53,461 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:53,461 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8336bec7-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:53,462 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:53,462 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 75.433371 ms 2024-06-28 23:59:53,462 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:53,463 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:53,463 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:53,463 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1411294807'. 2024-06-28 23:59:53,465 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:53,465 INFO [scout-thread-21] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 834256b4-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:59:53,466 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83427dc7-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=834256b4-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=834256b4-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5770f970, true, {}] 2024-06-28 23:59:53,466 INFO [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@66c8ea4 - MDC[jobName=JMS subscriber, activemq.broker=mom87] 2024-06-28 23:59:53,466 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83427dc8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=834256b4-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=834256b4-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@25464132, true, {}] 2024-06-28 23:59:53,467 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=e2797eab-0a7c-4c84-8fbc-97efbc447645, address=test/mom/testTopicPublishSubscribe, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:59:53,467 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@7472125 2024-06-28 23:59:53,468 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, e2797eab-0a7c-4c84-8fbc-97efbc447645, null, 0, false, true, null] 2024-06-28 23:59:53,468 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8342cbea-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=834256b4-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=834256b4-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2f5ecf46, true, {}] 2024-06-28 23:59:53,469 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2178, durable=true, userID=8342cbec-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishSubscribe, size=611, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@1505930021, context: RoutingContextImpl(Address=test/mom/testTopicPublishSubscribe, routingType=MULTICAST, PreviousAddress=test/mom/testTopicPublishSubscribe previousRoute:MULTICAST, reusable=true, version=-2147482959) .................................................. ***** durable queues test/mom/testTopicPublishSubscribe: - queueID=760 address:test/mom/testTopicPublishSubscribe name:Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708).Durable-Test-Subscription filter:null ***** non durable for test/mom/testTopicPublishSubscribe: - queueID=2172 address:test/mom/testTopicPublishSubscribe name:e2797eab-0a7c-4c84-8fbc-97efbc447645 filter:null .................................................. , transaction: null 2024-06-28 23:59:53,469 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from e2797eab-0a7c-4c84-8fbc-97efbc447645: Reference[2178]:RELIABLE:CoreMessage[messageID=2178, durable=true, userID=8342cbec-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishSubscribe, size=611, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@1505930021 2024-06-28 23:59:53,469 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from e2797eab-0a7c-4c84-8fbc-97efbc447645: CoreMessage[messageID=2178, durable=true, userID=8342cbec-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishSubscribe, size=611, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@1505930021 to transaction: TransactionImpl [xid=null, txID=2181, xid=null, state=ACTIVE, createTime=1719619193469(Fri Jun 28 23:59:53 UTC 2024), timeoutSeconds=-1, nr operations = 1]@1717aaf5 2024-06-28 23:59:53,469 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from e2797eab-0a7c-4c84-8fbc-97efbc447645: CoreMessage[messageID=2178, durable=true, userID=8342cbec-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishSubscribe, size=611, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@1505930021, transaction: TransactionImpl [xid=null, txID=2181, xid=null, state=COMMITTED, createTime=1719619193469(Fri Jun 28 23:59:53 UTC 2024), timeoutSeconds=-1, nr operations = 0]@1717aaf5 2024-06-28 23:59:53,470 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5135b8a3] 2024-06-28 23:59:53,470 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.destroyQueue(AuditLogger_impl.java:611) - AMQ601072: User anonymous@invm:0 is deleting a queue on target resource: ServerSessionImpl() with parameters: [e2797eab-0a7c-4c84-8fbc-97efbc447645] 2024-06-28 23:59:53,471 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:53,471 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:53,471 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 834256b4-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:53,472 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:53,472 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 8.544411 ms 2024-06-28 23:59:53,472 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:53,472 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:53,472 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:53,473 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 31436215'. 2024-06-28 23:59:53,474 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:53,474 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8343b64e-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:53,474 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8343b651-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8343b64e-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8343b64e-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3745477a, true, {}] 2024-06-28 23:59:53,475 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@1196950e 2024-06-28 23:59:53,475 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8343dd62-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8343b64e-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8343b64e-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2a7594f7, true, {}] 2024-06-28 23:59:53,476 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 8343dd62-35aa-11ef-ab26-0a580a2845c5 with parameters: [test/mom/testPublishJsonDataSecure, [ANYCAST], true] 2024-06-28 23:59:53,476 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@6c3d0dea 2024-06-28 23:59:53,476 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=test/mom/testPublishJsonDataSecure, address=test/mom/testPublishJsonDataSecure, routingType=ANYCAST, filterString=null, durable=true, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=false, autoCreateAddress=null, internal=null, transient=null, autoCreated=true, fqqn=null]] 2024-06-28 23:59:53,477 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@42026a7 2024-06-28 23:59:53,477 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2203, durable=true, userID=83442b85-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishJsonDataSecure, size=749, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@987175850, context: RoutingContextImpl(Address=test/mom/testPublishJsonDataSecure, routingType=ANYCAST, PreviousAddress=test/mom/testPublishJsonDataSecure previousRoute:ANYCAST, reusable=true, version=-2147482957) .................................................. ***** durable queues test/mom/testPublishJsonDataSecure: - queueID=2200 address:test/mom/testPublishJsonDataSecure name:test/mom/testPublishJsonDataSecure filter:null ***** non durable for test/mom/testPublishJsonDataSecure: .................................................. , transaction: null 2024-06-28 23:59:53,478 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83445296-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8343b64e-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8343b64e-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@be9a2c3, true, {}] 2024-06-28 23:59:53,478 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishJsonDataSecure, null, 0, false, true, null] 2024-06-28 23:59:53,478 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishJsonDataSecure: Reference[2203]:RELIABLE:CoreMessage[messageID=2203, durable=true, userID=83442b85-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishJsonDataSecure, size=749, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@987175850 2024-06-28 23:59:53,479 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishJsonDataSecure: CoreMessage[messageID=2203, durable=true, userID=83442b85-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishJsonDataSecure, size=749, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@987175850 to transaction: TransactionImpl [xid=null, txID=2210, xid=null, state=ACTIVE, createTime=1719619193479(Fri Jun 28 23:59:53 UTC 2024), timeoutSeconds=-1, nr operations = 1]@d65e405 2024-06-28 23:59:53,479 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@35ca0dac, org.eclipse.scout.rt.mom.jms.JmsSubscription@12a0f131] 2024-06-28 23:59:53,481 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishJsonDataSecure: CoreMessage[messageID=2203, durable=true, userID=83442b85-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishJsonDataSecure, size=749, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@987175850, transaction: TransactionImpl [xid=null, txID=2210, xid=null, state=COMMITTED, createTime=1719619193479(Fri Jun 28 23:59:53 UTC 2024), timeoutSeconds=-1, nr operations = 0]@d65e405 2024-06-28 23:59:53,481 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:53,481 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:53,482 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8343b64e-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:53,482 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:53,482 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 9.762264 ms 2024-06-28 23:59:53,482 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:53,483 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:53,483 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:53,483 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1679978669'. 2024-06-28 23:59:53,484 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:53,485 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 83456408-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:53,485 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8345640b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=83456408-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=83456408-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@655fd4b0, true, {}] 2024-06-28 23:59:53,485 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@295f115d 2024-06-28 23:59:53,486 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83458b1c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=83456408-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=83456408-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6ca5d50c, true, {}] 2024-06-28 23:59:53,487 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2221, durable=true, userID=83458b1e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testSubscribeTransactional, size=546, properties=TypedProperties[__AMQ_CID=8345640a-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1071233946, context: RoutingContextImpl(Address=test/mom/testSubscribeTransactional, routingType=ANYCAST, PreviousAddress=test/mom/testSubscribeTransactional previousRoute:ANYCAST, reusable=true, version=-2147483014) .................................................. ***** durable queues test/mom/testSubscribeTransactional: - queueID=141 address:test/mom/testSubscribeTransactional name:test/mom/testSubscribeTransactional filter:null ***** non durable for test/mom/testSubscribeTransactional: .................................................. , transaction: null 2024-06-28 23:59:53,488 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8345d93f-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:53,489 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8345d942-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8345d93f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8345d93f-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2aa610b8, true, {}] 2024-06-28 23:59:53,489 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83460053-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8345d93f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8345d93f-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@72eac8, true, {}] 2024-06-28 23:59:53,489 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testSubscribeTransactional, null, 0, false, true, null] 2024-06-28 23:59:53,490 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testSubscribeTransactional: Reference[2221]:RELIABLE:CoreMessage[messageID=2221, durable=true, userID=83458b1e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testSubscribeTransactional, size=546, properties=TypedProperties[__AMQ_CID=8345640a-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1071233946 2024-06-28 23:59:53,490 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testSubscribeTransactional: CoreMessage[messageID=2221, durable=true, userID=83458b1e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testSubscribeTransactional, size=546, properties=TypedProperties[__AMQ_CID=8345640a-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1071233946 to transaction: TransactionImpl [xid=null, txID=2226, xid=null, state=ACTIVE, createTime=1719619193489(Fri Jun 28 23:59:53 UTC 2024), timeoutSeconds=300, nr operations = 1]@41bc25b9 2024-06-28 23:59:53,491 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.rolledBackTransaction(AuditLogger_impl.java:2795) - AMQ601761: User anonymous@invm:0 rolled back transaction TransactionImpl [xid=null, txID=2226, xid=null, state=ROLLEDBACK, createTime=1719619193489(Fri Jun 28 23:59:53 UTC 2024), timeoutSeconds=300, nr operations = 0]@41bc25b9 involving Reference[2221]:RELIABLE:CoreMessage[messageID=2221, durable=true, userID=83458b1e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testSubscribeTransactional, size=546, properties=TypedProperties[__AMQ_CID=8345640a-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1071233946 2024-06-28 23:59:53,491 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testSubscribeTransactional: Reference[2221]:RELIABLE:CoreMessage[messageID=2221, durable=true, userID=83458b1e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testSubscribeTransactional, size=546, properties=TypedProperties[__AMQ_CID=8345640a-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1071233946 2024-06-28 23:59:53,492 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testSubscribeTransactional: CoreMessage[messageID=2221, durable=true, userID=83458b1e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testSubscribeTransactional, size=546, properties=TypedProperties[__AMQ_CID=8345640a-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1071233946 to transaction: TransactionImpl [xid=null, txID=2231, xid=null, state=ACTIVE, createTime=1719619193491(Fri Jun 28 23:59:53 UTC 2024), timeoutSeconds=300, nr operations = 1]@24649339 2024-06-28 23:59:53,495 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.rolledBackTransaction(AuditLogger_impl.java:2795) - AMQ601761: User anonymous@invm:0 rolled back transaction TransactionImpl [xid=null, txID=2231, xid=null, state=ROLLEDBACK, createTime=1719619193491(Fri Jun 28 23:59:53 UTC 2024), timeoutSeconds=300, nr operations = 0]@24649339 involving Reference[2221]:RELIABLE:CoreMessage[messageID=2221, durable=true, userID=83458b1e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testSubscribeTransactional, size=546, properties=TypedProperties[__AMQ_CID=8345640a-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1071233946 2024-06-28 23:59:53,495 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testSubscribeTransactional: Reference[2221]:RELIABLE:CoreMessage[messageID=2221, durable=true, userID=83458b1e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testSubscribeTransactional, size=546, properties=TypedProperties[__AMQ_CID=8345640a-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1071233946 2024-06-28 23:59:53,495 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testSubscribeTransactional: CoreMessage[messageID=2221, durable=true, userID=83458b1e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testSubscribeTransactional, size=546, properties=TypedProperties[__AMQ_CID=8345640a-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1071233946 to transaction: TransactionImpl [xid=null, txID=2233, xid=null, state=ACTIVE, createTime=1719619193495(Fri Jun 28 23:59:53 UTC 2024), timeoutSeconds=300, nr operations = 1]@1d91d442 2024-06-28 23:59:53,498 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.rolledBackTransaction(AuditLogger_impl.java:2795) - AMQ601761: User anonymous@invm:0 rolled back transaction TransactionImpl [xid=null, txID=2233, xid=null, state=ROLLEDBACK, createTime=1719619193495(Fri Jun 28 23:59:53 UTC 2024), timeoutSeconds=300, nr operations = 0]@1d91d442 involving Reference[2221]:RELIABLE:CoreMessage[messageID=2221, durable=true, userID=83458b1e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testSubscribeTransactional, size=546, properties=TypedProperties[__AMQ_CID=8345640a-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1071233946 2024-06-28 23:59:53,498 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testSubscribeTransactional: Reference[2221]:RELIABLE:CoreMessage[messageID=2221, durable=true, userID=83458b1e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testSubscribeTransactional, size=546, properties=TypedProperties[__AMQ_CID=8345640a-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1071233946 2024-06-28 23:59:53,499 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testSubscribeTransactional: CoreMessage[messageID=2221, durable=true, userID=83458b1e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testSubscribeTransactional, size=546, properties=TypedProperties[__AMQ_CID=8345640a-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1071233946 to transaction: TransactionImpl [xid=null, txID=2235, xid=null, state=ACTIVE, createTime=1719619193498(Fri Jun 28 23:59:53 UTC 2024), timeoutSeconds=300, nr operations = 1]@feda448 2024-06-28 23:59:53,499 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [834786f4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=83456408-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=83456408-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@87b7d68, true, {}] 2024-06-28 23:59:53,499 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2239, durable=true, userID=834786f6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testSubscribeTransactional, size=546, properties=TypedProperties[__AMQ_CID=8345640a-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1095064196, context: RoutingContextImpl(Address=test/mom/testSubscribeTransactional, routingType=ANYCAST, PreviousAddress=test/mom/testSubscribeTransactional previousRoute:ANYCAST, reusable=true, version=-2147483014) .................................................. ***** durable queues test/mom/testSubscribeTransactional: - queueID=141 address:test/mom/testSubscribeTransactional name:test/mom/testSubscribeTransactional filter:null ***** non durable for test/mom/testSubscribeTransactional: .................................................. , transaction: null 2024-06-28 23:59:53,501 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testSubscribeTransactional: CoreMessage[messageID=2221, durable=true, userID=83458b1e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testSubscribeTransactional, size=546, properties=TypedProperties[__AMQ_CID=8345640a-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1071233946, transaction: TransactionImpl [xid=null, txID=2235, xid=null, state=COMMITTED, createTime=1719619193498(Fri Jun 28 23:59:53 UTC 2024), timeoutSeconds=300, nr operations = 0]@feda448 2024-06-28 23:59:53,501 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testSubscribeTransactional: Reference[2239]:RELIABLE:CoreMessage[messageID=2239, durable=true, userID=834786f6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testSubscribeTransactional, size=546, properties=TypedProperties[__AMQ_CID=8345640a-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1095064196 2024-06-28 23:59:53,502 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testSubscribeTransactional: CoreMessage[messageID=2239, durable=true, userID=834786f6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testSubscribeTransactional, size=546, properties=TypedProperties[__AMQ_CID=8345640a-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1095064196 to transaction: TransactionImpl [xid=null, txID=2237, xid=null, state=ACTIVE, createTime=1719619193499(Fri Jun 28 23:59:53 UTC 2024), timeoutSeconds=300, nr operations = 1]@a224992 2024-06-28 23:59:53,505 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testSubscribeTransactional: CoreMessage[messageID=2239, durable=true, userID=834786f6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:53 UTC 2024, expiration=0, durable=true, address=test/mom/testSubscribeTransactional, size=546, properties=TypedProperties[__AMQ_CID=8345640a-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1095064196, transaction: TransactionImpl [xid=null, txID=2237, xid=null, state=COMMITTED, createTime=1719619193499(Fri Jun 28 23:59:53 UTC 2024), timeoutSeconds=300, nr operations = 0]@a224992 2024-06-28 23:59:54,502 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@793577e0, org.eclipse.scout.rt.mom.jms.JmsSubscription@39e75e88] 2024-06-28 23:59:54,503 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8345d93f-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:54,504 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:54,504 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:54,504 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 83456408-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:54,504 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:54,504 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 1021.543837 ms 2024-06-28 23:59:54,505 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:54,505 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:54,505 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:54,506 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1944199093'. 2024-06-28 23:59:54,508 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:54,508 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 83e17d08-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:54,509 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83e17d0b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=83e17d08-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=83e17d08-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3c123237, true, {}] 2024-06-28 23:59:54,509 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@656c356c 2024-06-28 23:59:54,509 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83e1a41c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=83e17d08-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=83e17d08-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@49d4f0cc, true, {}] 2024-06-28 23:59:54,510 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2255, durable=true, userID=83e1cb2e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:54 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=547, properties=TypedProperties[__AMQ_CID=83e17d0a-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@780349015, context: RoutingContextImpl(Address=test/mom/testQueuePublishFirst, routingType=ANYCAST, PreviousAddress=test/mom/testQueuePublishFirst previousRoute:ANYCAST, reusable=true, version=-2147483013) .................................................. ***** durable queues test/mom/testQueuePublishFirst: - queueID=176 address:test/mom/testQueuePublishFirst name:test/mom/testQueuePublishFirst filter:null ***** non durable for test/mom/testQueuePublishFirst: .................................................. , transaction: null 2024-06-28 23:59:54,511 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 83e1f23f-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:54,511 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83e1f242-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=83e1f23f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=83e1f23f-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6613fe80, true, {}] 2024-06-28 23:59:54,511 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83e1f243-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=83e1f23f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=83e1f23f-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7fb51580, true, {}] 2024-06-28 23:59:54,512 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishFirst, null, 0, false, true, null] 2024-06-28 23:59:54,512 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueuePublishFirst: Reference[2255]:RELIABLE:CoreMessage[messageID=2255, durable=true, userID=83e1cb2e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:54 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=547, properties=TypedProperties[__AMQ_CID=83e17d0a-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@780349015 2024-06-28 23:59:54,512 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueuePublishFirst: CoreMessage[messageID=2255, durable=true, userID=83e1cb2e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:54 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=547, properties=TypedProperties[__AMQ_CID=83e17d0a-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@780349015 to transaction: TransactionImpl [xid=null, txID=2264, xid=null, state=ACTIVE, createTime=1719619194512(Fri Jun 28 23:59:54 UTC 2024), timeoutSeconds=-1, nr operations = 1]@5a1472df 2024-06-28 23:59:54,513 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@ff186c2] 2024-06-28 23:59:54,514 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueuePublishFirst: CoreMessage[messageID=2255, durable=true, userID=83e1cb2e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:54 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=547, properties=TypedProperties[__AMQ_CID=83e17d0a-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@780349015, transaction: TransactionImpl [xid=null, txID=2264, xid=null, state=COMMITTED, createTime=1719619194512(Fri Jun 28 23:59:54 UTC 2024), timeoutSeconds=-1, nr operations = 0]@5a1472df 2024-06-28 23:59:54,514 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 83e1f23f-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:54,515 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:54,515 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:54,515 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 83e17d08-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:54,516 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:54,516 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 10.361780 ms 2024-06-28 23:59:54,516 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:54,516 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:54,516 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:54,517 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 2001879401'. 2024-06-28 23:59:54,518 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:54,519 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 83e32ac5-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:54,519 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83e32ac8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=83e32ac5-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=83e32ac5-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@19b56238, true, {}] 2024-06-28 23:59:54,520 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@17eb35fa 2024-06-28 23:59:54,520 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83e351d9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=83e32ac5-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=83e32ac5-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@31ee8263, true, {}] 2024-06-28 23:59:54,521 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2277, durable=true, userID=83e351db-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:54 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=547, properties=TypedProperties[__AMQ_CID=83e32ac7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@886691497, context: RoutingContextImpl(Address=test/mom/testQueuePublishFirst, routingType=ANYCAST, PreviousAddress=test/mom/testQueuePublishFirst previousRoute:ANYCAST, reusable=true, version=-2147483013) .................................................. ***** durable queues test/mom/testQueuePublishFirst: - queueID=176 address:test/mom/testQueuePublishFirst name:test/mom/testQueuePublishFirst filter:null ***** non durable for test/mom/testQueuePublishFirst: .................................................. , transaction: null 2024-06-28 23:59:54,521 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 83e378ec-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:54,522 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83e39fff-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=83e378ec-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=83e378ec-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@706b4c3d, true, {}] 2024-06-28 23:59:54,522 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83e3a000-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=83e378ec-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=83e378ec-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@ec068eb, true, {}] 2024-06-28 23:59:54,522 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishFirst, null, 0, false, true, null] 2024-06-28 23:59:54,523 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueuePublishFirst: Reference[2277]:RELIABLE:CoreMessage[messageID=2277, durable=true, userID=83e351db-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:54 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=547, properties=TypedProperties[__AMQ_CID=83e32ac7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@886691497 2024-06-28 23:59:54,523 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueuePublishFirst: CoreMessage[messageID=2277, durable=true, userID=83e351db-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:54 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=547, properties=TypedProperties[__AMQ_CID=83e32ac7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@886691497 to transaction: TransactionImpl [xid=null, txID=2286, xid=null, state=ACTIVE, createTime=1719619194523(Fri Jun 28 23:59:54 UTC 2024), timeoutSeconds=-1, nr operations = 1]@3b18d513 2024-06-28 23:59:54,523 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@736de3b6] 2024-06-28 23:59:54,524 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueuePublishFirst: CoreMessage[messageID=2277, durable=true, userID=83e351db-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:54 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=547, properties=TypedProperties[__AMQ_CID=83e32ac7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@886691497, transaction: TransactionImpl [xid=null, txID=2286, xid=null, state=COMMITTED, createTime=1719619194523(Fri Jun 28 23:59:54 UTC 2024), timeoutSeconds=-1, nr operations = 0]@3b18d513 2024-06-28 23:59:54,525 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 83e378ec-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:54,525 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:54,526 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:54,526 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 83e32ac5-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:54,527 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:54,527 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 10.440954 ms 2024-06-28 23:59:54,527 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:54,527 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:54,528 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:54,528 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1001755781'. 2024-06-28 23:59:54,530 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:54,530 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 83e4d882-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:54,531 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83e4ff95-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=83e4d882-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=83e4d882-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4f94d81c, true, {}] 2024-06-28 23:59:54,531 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@7cb32ca5 2024-06-28 23:59:54,531 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83e4ff96-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=83e4d882-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=83e4d882-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@f48e5ef, true, {}] 2024-06-28 23:59:54,532 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2299, durable=true, userID=83e526a8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:54 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=547, properties=TypedProperties[__AMQ_CID=83e4ff94-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2050291099, context: RoutingContextImpl(Address=test/mom/testQueuePublishFirst, routingType=ANYCAST, PreviousAddress=test/mom/testQueuePublishFirst previousRoute:ANYCAST, reusable=true, version=-2147483013) .................................................. ***** durable queues test/mom/testQueuePublishFirst: - queueID=176 address:test/mom/testQueuePublishFirst name:test/mom/testQueuePublishFirst filter:null ***** non durable for test/mom/testQueuePublishFirst: .................................................. , transaction: null 2024-06-28 23:59:54,536 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 83e5c2e9-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:54,537 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83e5e9fc-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=83e5c2e9-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=83e5c2e9-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4a5dc461, true, {}] 2024-06-28 23:59:54,537 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83e5e9fd-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=83e5c2e9-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=83e5c2e9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4cae102b, true, {}] 2024-06-28 23:59:54,537 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishFirst, null, 0, false, true, null] 2024-06-28 23:59:54,538 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueuePublishFirst: Reference[2299]:RELIABLE:CoreMessage[messageID=2299, durable=true, userID=83e526a8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:54 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=547, properties=TypedProperties[__AMQ_CID=83e4ff94-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2050291099 2024-06-28 23:59:54,538 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueuePublishFirst: CoreMessage[messageID=2299, durable=true, userID=83e526a8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:54 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=547, properties=TypedProperties[__AMQ_CID=83e4ff94-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2050291099 to transaction: TransactionImpl [xid=null, txID=2308, xid=null, state=ACTIVE, createTime=1719619194538(Fri Jun 28 23:59:54 UTC 2024), timeoutSeconds=-1, nr operations = 1]@bef3d04 2024-06-28 23:59:54,538 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@67b6cb6e] 2024-06-28 23:59:54,539 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueuePublishFirst: CoreMessage[messageID=2299, durable=true, userID=83e526a8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:54 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=547, properties=TypedProperties[__AMQ_CID=83e4ff94-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2050291099, transaction: TransactionImpl [xid=null, txID=2308, xid=null, state=COMMITTED, createTime=1719619194538(Fri Jun 28 23:59:54 UTC 2024), timeoutSeconds=-1, nr operations = 0]@bef3d04 2024-06-28 23:59:54,539 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 83e5c2e9-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:54,540 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:54,540 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:54,541 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 83e4d882-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:54,541 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:54,541 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 13.735036 ms 2024-06-28 23:59:54,541 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:54,542 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:54,542 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:54,542 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1217062947'. 2024-06-28 23:59:54,544 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:54,544 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 83e6fb6f-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:54,544 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83e6fb72-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=83e6fb6f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=83e6fb6f-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6dfb8bd, true, {}] 2024-06-28 23:59:54,545 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@6d398593 2024-06-28 23:59:54,545 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83e72283-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=83e6fb6f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=83e6fb6f-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3ca95bb8, true, {}] 2024-06-28 23:59:54,546 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2321, durable=true, userID=83e72285-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:54 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=547, properties=TypedProperties[__AMQ_CID=83e6fb71-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@876821872, context: RoutingContextImpl(Address=test/mom/testQueuePublishFirst, routingType=ANYCAST, PreviousAddress=test/mom/testQueuePublishFirst previousRoute:ANYCAST, reusable=true, version=-2147483013) .................................................. ***** durable queues test/mom/testQueuePublishFirst: - queueID=176 address:test/mom/testQueuePublishFirst name:test/mom/testQueuePublishFirst filter:null ***** non durable for test/mom/testQueuePublishFirst: .................................................. , transaction: null 2024-06-28 23:59:54,547 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 83e770a6-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:54,547 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83e770a9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=83e770a6-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=83e770a6-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4d22c867, true, {}] 2024-06-28 23:59:54,547 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83e770aa-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=83e770a6-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=83e770a6-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3b3184bc, true, {}] 2024-06-28 23:59:54,548 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishFirst, null, 0, false, true, null] 2024-06-28 23:59:54,548 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueuePublishFirst: Reference[2321]:RELIABLE:CoreMessage[messageID=2321, durable=true, userID=83e72285-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:54 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=547, properties=TypedProperties[__AMQ_CID=83e6fb71-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@876821872 2024-06-28 23:59:54,549 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueuePublishFirst: CoreMessage[messageID=2321, durable=true, userID=83e72285-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:54 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=547, properties=TypedProperties[__AMQ_CID=83e6fb71-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@876821872 to transaction: TransactionImpl [xid=null, txID=2330, xid=null, state=ACTIVE, createTime=1719619194549(Fri Jun 28 23:59:54 UTC 2024), timeoutSeconds=-1, nr operations = 1]@2cb3c70c 2024-06-28 23:59:54,549 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3e6b08d4] 2024-06-28 23:59:54,550 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueuePublishFirst: CoreMessage[messageID=2321, durable=true, userID=83e72285-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:54 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=547, properties=TypedProperties[__AMQ_CID=83e6fb71-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@876821872, transaction: TransactionImpl [xid=null, txID=2330, xid=null, state=COMMITTED, createTime=1719619194549(Fri Jun 28 23:59:54 UTC 2024), timeoutSeconds=-1, nr operations = 0]@2cb3c70c 2024-06-28 23:59:54,550 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 83e770a6-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:54,551 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:54,551 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:54,551 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 83e6fb6f-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:54,551 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:54,551 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 9.548149 ms 2024-06-28 23:59:54,551 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:54,552 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:54,552 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:54,552 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1916242941'. 2024-06-28 23:59:54,553 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:54,554 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 83e85b0c-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:54,554 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83e8821f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=83e85b0c-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=83e85b0c-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@463631e1, true, {}] 2024-06-28 23:59:54,554 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@fb69ab1 2024-06-28 23:59:54,554 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83e88220-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=83e85b0c-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=83e85b0c-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6a9e1132, true, {}] 2024-06-28 23:59:54,556 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2343, durable=true, userID=83e8a932-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:54 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=547, properties=TypedProperties[__AMQ_CID=83e8821e-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1261600208, context: RoutingContextImpl(Address=test/mom/testQueuePublishFirst, routingType=ANYCAST, PreviousAddress=test/mom/testQueuePublishFirst previousRoute:ANYCAST, reusable=true, version=-2147483013) .................................................. ***** durable queues test/mom/testQueuePublishFirst: - queueID=176 address:test/mom/testQueuePublishFirst name:test/mom/testQueuePublishFirst filter:null ***** non durable for test/mom/testQueuePublishFirst: .................................................. , transaction: null 2024-06-28 23:59:54,557 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 83e8f753-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:54,557 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83e8f756-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=83e8f753-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=83e8f753-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4859e5bb, true, {}] 2024-06-28 23:59:54,557 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83e8f757-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=83e8f753-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=83e8f753-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@48a4cf4c, true, {}] 2024-06-28 23:59:54,558 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishFirst, null, 0, false, true, null] 2024-06-28 23:59:54,558 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueuePublishFirst: Reference[2343]:RELIABLE:CoreMessage[messageID=2343, durable=true, userID=83e8a932-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:54 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=547, properties=TypedProperties[__AMQ_CID=83e8821e-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1261600208 2024-06-28 23:59:54,559 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueuePublishFirst: CoreMessage[messageID=2343, durable=true, userID=83e8a932-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:54 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=547, properties=TypedProperties[__AMQ_CID=83e8821e-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1261600208 to transaction: TransactionImpl [xid=null, txID=2352, xid=null, state=ACTIVE, createTime=1719619194559(Fri Jun 28 23:59:54 UTC 2024), timeoutSeconds=-1, nr operations = 1]@67f33647 2024-06-28 23:59:54,559 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1ff55410] 2024-06-28 23:59:54,560 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueuePublishFirst: CoreMessage[messageID=2343, durable=true, userID=83e8a932-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:54 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=547, properties=TypedProperties[__AMQ_CID=83e8821e-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1261600208, transaction: TransactionImpl [xid=null, txID=2352, xid=null, state=COMMITTED, createTime=1719619194559(Fri Jun 28 23:59:54 UTC 2024), timeoutSeconds=-1, nr operations = 0]@67f33647 2024-06-28 23:59:54,560 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 83e8f753-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:54,561 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:54,561 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:54,561 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 83e85b0c-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:54,561 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:54,561 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 9.606643 ms 2024-06-28 23:59:54,561 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:54,562 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:54,562 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:54,562 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 943843194'. 2024-06-28 23:59:54,563 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:54,564 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 83ea08c9-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:54,564 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83ea08cc-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=83ea08c9-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=83ea08c9-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6c7ee17b, true, {}] 2024-06-28 23:59:54,564 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4ff1f872 2024-06-28 23:59:54,564 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83ea08cd-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=83ea08c9-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=83ea08c9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@b3cf60d, true, {}] 2024-06-28 23:59:54,565 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2365, durable=true, userID=83ea2fdf-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:54 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=547, properties=TypedProperties[__AMQ_CID=83ea08cb-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1785220671, context: RoutingContextImpl(Address=test/mom/testQueuePublishFirst, routingType=ANYCAST, PreviousAddress=test/mom/testQueuePublishFirst previousRoute:ANYCAST, reusable=true, version=-2147483013) .................................................. ***** durable queues test/mom/testQueuePublishFirst: - queueID=176 address:test/mom/testQueuePublishFirst name:test/mom/testQueuePublishFirst filter:null ***** non durable for test/mom/testQueuePublishFirst: .................................................. , transaction: null 2024-06-28 23:59:54,567 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 83ea7e00-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:54,568 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83eaa513-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=83ea7e00-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=83ea7e00-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@71f6672c, true, {}] 2024-06-28 23:59:54,568 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83eaa514-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=83ea7e00-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=83ea7e00-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1644b9ea, true, {}] 2024-06-28 23:59:54,569 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishFirst, null, 0, false, true, null] 2024-06-28 23:59:54,569 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueuePublishFirst: Reference[2365]:RELIABLE:CoreMessage[messageID=2365, durable=true, userID=83ea2fdf-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:54 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=547, properties=TypedProperties[__AMQ_CID=83ea08cb-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1785220671 2024-06-28 23:59:54,569 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueuePublishFirst: CoreMessage[messageID=2365, durable=true, userID=83ea2fdf-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:54 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=547, properties=TypedProperties[__AMQ_CID=83ea08cb-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1785220671 to transaction: TransactionImpl [xid=null, txID=2374, xid=null, state=ACTIVE, createTime=1719619194569(Fri Jun 28 23:59:54 UTC 2024), timeoutSeconds=-1, nr operations = 1]@5be41800 2024-06-28 23:59:54,569 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@24c6a471] 2024-06-28 23:59:54,570 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueuePublishFirst: CoreMessage[messageID=2365, durable=true, userID=83ea2fdf-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:54 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=547, properties=TypedProperties[__AMQ_CID=83ea08cb-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1785220671, transaction: TransactionImpl [xid=null, txID=2374, xid=null, state=COMMITTED, createTime=1719619194569(Fri Jun 28 23:59:54 UTC 2024), timeoutSeconds=-1, nr operations = 0]@5be41800 2024-06-28 23:59:54,570 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 83ea7e00-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:54,571 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:54,571 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:54,571 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 83ea08c9-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:54,572 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:54,572 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 9.746677 ms 2024-06-28 23:59:54,572 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:54,572 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:54,572 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:54,572 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1656756667'. 2024-06-28 23:59:54,573 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:54,574 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 83eb8f76-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:54,574 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83eb8f79-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=83eb8f76-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=83eb8f76-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@61057b07, true, {}] 2024-06-28 23:59:54,574 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@5e136445 2024-06-28 23:59:54,574 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83eb8f7a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=83eb8f76-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=83eb8f76-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3e03251, true, {}] 2024-06-28 23:59:54,575 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2387, durable=true, userID=83ebb68c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:54 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=547, properties=TypedProperties[__AMQ_CID=83eb8f78-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1975014929, context: RoutingContextImpl(Address=test/mom/testQueuePublishFirst, routingType=ANYCAST, PreviousAddress=test/mom/testQueuePublishFirst previousRoute:ANYCAST, reusable=true, version=-2147483013) .................................................. ***** durable queues test/mom/testQueuePublishFirst: - queueID=176 address:test/mom/testQueuePublishFirst name:test/mom/testQueuePublishFirst filter:null ***** non durable for test/mom/testQueuePublishFirst: .................................................. , transaction: null 2024-06-28 23:59:54,577 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 83ec04ad-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:54,578 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83ec2bc0-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=83ec04ad-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=83ec04ad-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1aea9ebd, true, {}] 2024-06-28 23:59:54,578 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83ec2bc1-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=83ec04ad-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=83ec04ad-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@14570c3b, true, {}] 2024-06-28 23:59:54,578 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishFirst, null, 0, false, true, null] 2024-06-28 23:59:54,579 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueuePublishFirst: Reference[2387]:RELIABLE:CoreMessage[messageID=2387, durable=true, userID=83ebb68c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:54 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=547, properties=TypedProperties[__AMQ_CID=83eb8f78-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1975014929 2024-06-28 23:59:54,579 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueuePublishFirst: CoreMessage[messageID=2387, durable=true, userID=83ebb68c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:54 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=547, properties=TypedProperties[__AMQ_CID=83eb8f78-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1975014929 to transaction: TransactionImpl [xid=null, txID=2396, xid=null, state=ACTIVE, createTime=1719619194579(Fri Jun 28 23:59:54 UTC 2024), timeoutSeconds=-1, nr operations = 1]@798ef563 2024-06-28 23:59:54,579 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1bef1304] 2024-06-28 23:59:54,580 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueuePublishFirst: CoreMessage[messageID=2387, durable=true, userID=83ebb68c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:54 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=547, properties=TypedProperties[__AMQ_CID=83eb8f78-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1975014929, transaction: TransactionImpl [xid=null, txID=2396, xid=null, state=COMMITTED, createTime=1719619194579(Fri Jun 28 23:59:54 UTC 2024), timeoutSeconds=-1, nr operations = 0]@798ef563 2024-06-28 23:59:54,581 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 83ec04ad-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:54,581 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:54,581 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:54,582 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 83eb8f76-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:54,582 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:54,582 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 10.025117 ms 2024-06-28 23:59:54,582 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:54,582 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:54,583 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:54,583 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1815722544'. 2024-06-28 23:59:54,584 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:54,584 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 83ed1623-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:54,585 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83ed3d36-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=83ed1623-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=83ed1623-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6b9ce7b4, true, {}] 2024-06-28 23:59:54,585 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@3a7e13c0 2024-06-28 23:59:54,585 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83ed3d37-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=83ed1623-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=83ed1623-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@51bf55db, true, {}] 2024-06-28 23:59:54,586 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2409, durable=true, userID=83ed6449-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:54 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=547, properties=TypedProperties[__AMQ_CID=83ed3d35-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1035171977, context: RoutingContextImpl(Address=test/mom/testQueuePublishFirst, routingType=ANYCAST, PreviousAddress=test/mom/testQueuePublishFirst previousRoute:ANYCAST, reusable=true, version=-2147483013) .................................................. ***** durable queues test/mom/testQueuePublishFirst: - queueID=176 address:test/mom/testQueuePublishFirst name:test/mom/testQueuePublishFirst filter:null ***** non durable for test/mom/testQueuePublishFirst: .................................................. , transaction: null 2024-06-28 23:59:54,588 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 83ed8b5a-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:54,588 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83edb26d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=83ed8b5a-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=83ed8b5a-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4606eb91, true, {}] 2024-06-28 23:59:54,588 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83edb26e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=83ed8b5a-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=83ed8b5a-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@76a3bd0e, true, {}] 2024-06-28 23:59:54,589 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishFirst, null, 0, false, true, null] 2024-06-28 23:59:54,589 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueuePublishFirst: Reference[2409]:RELIABLE:CoreMessage[messageID=2409, durable=true, userID=83ed6449-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:54 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=547, properties=TypedProperties[__AMQ_CID=83ed3d35-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1035171977 2024-06-28 23:59:54,589 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueuePublishFirst: CoreMessage[messageID=2409, durable=true, userID=83ed6449-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:54 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=547, properties=TypedProperties[__AMQ_CID=83ed3d35-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1035171977 to transaction: TransactionImpl [xid=null, txID=2418, xid=null, state=ACTIVE, createTime=1719619194589(Fri Jun 28 23:59:54 UTC 2024), timeoutSeconds=-1, nr operations = 1]@1f36ffc7 2024-06-28 23:59:54,590 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2835574b] 2024-06-28 23:59:54,590 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueuePublishFirst: CoreMessage[messageID=2409, durable=true, userID=83ed6449-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:54 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=547, properties=TypedProperties[__AMQ_CID=83ed3d35-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1035171977, transaction: TransactionImpl [xid=null, txID=2418, xid=null, state=COMMITTED, createTime=1719619194589(Fri Jun 28 23:59:54 UTC 2024), timeoutSeconds=-1, nr operations = 0]@1f36ffc7 2024-06-28 23:59:54,591 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 83ed8b5a-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:54,591 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:54,591 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:54,591 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 83ed1623-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:54,592 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:54,592 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 9.415245 ms 2024-06-28 23:59:54,592 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:54,592 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:54,592 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:54,593 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1691655733'. 2024-06-28 23:59:54,594 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:54,594 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 83ee9cd0-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:54,594 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83ee9cd3-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=83ee9cd0-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=83ee9cd0-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@36b20946, true, {}] 2024-06-28 23:59:54,595 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@22a9fa23 2024-06-28 23:59:54,595 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83eec3e4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=83ee9cd0-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=83ee9cd0-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@31749b61, true, {}] 2024-06-28 23:59:54,596 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2431, durable=true, userID=83eec3e6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:54 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=547, properties=TypedProperties[__AMQ_CID=83ee9cd2-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@299823666, context: RoutingContextImpl(Address=test/mom/testQueuePublishFirst, routingType=ANYCAST, PreviousAddress=test/mom/testQueuePublishFirst previousRoute:ANYCAST, reusable=true, version=-2147483013) .................................................. ***** durable queues test/mom/testQueuePublishFirst: - queueID=176 address:test/mom/testQueuePublishFirst name:test/mom/testQueuePublishFirst filter:null ***** non durable for test/mom/testQueuePublishFirst: .................................................. , transaction: null 2024-06-28 23:59:54,598 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 83ef3917-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:54,598 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83ef391a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=83ef3917-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=83ef3917-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2207c0b5, true, {}] 2024-06-28 23:59:54,598 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83ef391b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=83ef3917-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=83ef3917-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@296cefe9, true, {}] 2024-06-28 23:59:54,599 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishFirst, null, 0, false, true, null] 2024-06-28 23:59:54,599 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueuePublishFirst: Reference[2431]:RELIABLE:CoreMessage[messageID=2431, durable=true, userID=83eec3e6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:54 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=547, properties=TypedProperties[__AMQ_CID=83ee9cd2-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@299823666 2024-06-28 23:59:54,599 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueuePublishFirst: CoreMessage[messageID=2431, durable=true, userID=83eec3e6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:54 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=547, properties=TypedProperties[__AMQ_CID=83ee9cd2-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@299823666 to transaction: TransactionImpl [xid=null, txID=2440, xid=null, state=ACTIVE, createTime=1719619194599(Fri Jun 28 23:59:54 UTC 2024), timeoutSeconds=-1, nr operations = 1]@5f8e03a 2024-06-28 23:59:54,600 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7985c32f] 2024-06-28 23:59:54,601 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueuePublishFirst: CoreMessage[messageID=2431, durable=true, userID=83eec3e6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:54 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=547, properties=TypedProperties[__AMQ_CID=83ee9cd2-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@299823666, transaction: TransactionImpl [xid=null, txID=2440, xid=null, state=COMMITTED, createTime=1719619194599(Fri Jun 28 23:59:54 UTC 2024), timeoutSeconds=-1, nr operations = 0]@5f8e03a 2024-06-28 23:59:54,601 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 83ef3917-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:54,601 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:54,601 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:54,602 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 83ee9cd0-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:54,602 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:54,602 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 9.812640 ms 2024-06-28 23:59:54,602 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:54,603 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:54,603 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:54,603 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 83503505'. 2024-06-28 23:59:54,604 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:54,604 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 83f0237d-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:54,605 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83f02380-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=83f0237d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=83f0237d-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@f682db9, true, {}] 2024-06-28 23:59:54,605 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@7b91e3d4 2024-06-28 23:59:54,605 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83f04a91-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=83f0237d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=83f0237d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3bcefbb2, true, {}] 2024-06-28 23:59:54,606 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2453, durable=true, userID=83f04a93-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:54 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=547, properties=TypedProperties[__AMQ_CID=83f0237f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1732974038, context: RoutingContextImpl(Address=test/mom/testQueuePublishFirst, routingType=ANYCAST, PreviousAddress=test/mom/testQueuePublishFirst previousRoute:ANYCAST, reusable=true, version=-2147483013) .................................................. ***** durable queues test/mom/testQueuePublishFirst: - queueID=176 address:test/mom/testQueuePublishFirst name:test/mom/testQueuePublishFirst filter:null ***** non durable for test/mom/testQueuePublishFirst: .................................................. , transaction: null 2024-06-28 23:59:54,608 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 83f0bfc4-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:54,608 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83f0bfc7-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=83f0bfc4-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=83f0bfc4-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@ee774be, true, {}] 2024-06-28 23:59:54,609 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83f0bfc8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=83f0bfc4-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=83f0bfc4-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6e3ba593, true, {}] 2024-06-28 23:59:54,609 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishFirst, null, 0, false, true, null] 2024-06-28 23:59:54,609 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueuePublishFirst: Reference[2453]:RELIABLE:CoreMessage[messageID=2453, durable=true, userID=83f04a93-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:54 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=547, properties=TypedProperties[__AMQ_CID=83f0237f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1732974038 2024-06-28 23:59:54,609 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueuePublishFirst: CoreMessage[messageID=2453, durable=true, userID=83f04a93-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:54 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=547, properties=TypedProperties[__AMQ_CID=83f0237f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1732974038 to transaction: TransactionImpl [xid=null, txID=2462, xid=null, state=ACTIVE, createTime=1719619194609(Fri Jun 28 23:59:54 UTC 2024), timeoutSeconds=-1, nr operations = 1]@64a05a68 2024-06-28 23:59:54,610 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@62325b44] 2024-06-28 23:59:54,611 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueuePublishFirst: CoreMessage[messageID=2453, durable=true, userID=83f04a93-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:54 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishFirst, size=547, properties=TypedProperties[__AMQ_CID=83f0237f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1732974038, transaction: TransactionImpl [xid=null, txID=2462, xid=null, state=COMMITTED, createTime=1719619194609(Fri Jun 28 23:59:54 UTC 2024), timeoutSeconds=-1, nr operations = 0]@64a05a68 2024-06-28 23:59:54,611 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 83f0bfc4-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:54,612 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:54,612 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:54,612 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 83f0237d-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:54,612 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:54,612 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 9.768146 ms 2024-06-28 23:59:54,612 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:54,613 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:54,613 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:54,613 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 947046495'. 2024-06-28 23:59:54,614 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:54,615 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 83f1d13a-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:54,615 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83f1d13d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=83f1d13a-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=83f1d13a-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3398a7b1, true, {}] 2024-06-28 23:59:54,615 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@39384ba6 2024-06-28 23:59:54,616 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83f1d13e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=83f1d13a-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=83f1d13a-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7e3c4515, true, {}] 2024-06-28 23:59:54,616 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 83f1d13e-35aa-11ef-ab26-0a580a2845c5 with parameters: [test/mom/testTopicPublishFirst, [MULTICAST], true] 2024-06-28 23:59:54,616 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@483f4636 2024-06-28 23:59:54,617 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2477, durable=true, userID=83f1f850-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:54 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishFirst, size=547, properties=TypedProperties[__AMQ_CID=83f1d13c-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@1664195267, context: RoutingContextImpl(Address=test/mom/testTopicPublishFirst, routingType=MULTICAST, PreviousAddress=null previousRoute:null, reusable=null, version=0) .................................................. , transaction: null 2024-06-28 23:59:54,617 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 83f21f61-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:54,617 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83f21f64-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=83f21f61-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=83f21f61-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@38d1fa67, true, {}] 2024-06-28 23:59:54,618 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [83f24675-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=83f21f61-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=83f21f61-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2dec32eb, true, {}] 2024-06-28 23:59:54,618 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=ef42d3a6-ae9f-49f5-ae58-d73e9394c531, address=test/mom/testTopicPublishFirst, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:59:54,618 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@6e6e1888 2024-06-28 23:59:54,619 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, ef42d3a6-ae9f-49f5-ae58-d73e9394c531, null, 0, false, true, null] 2024-06-28 23:59:54,819 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@46823e8] 2024-06-28 23:59:54,820 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 83f21f61-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:54,821 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:54,821 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:54,822 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 83f1d13a-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:54,822 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:54,822 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 209.005498 ms 2024-06-28 23:59:54,822 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:54,823 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:54,823 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:54,823 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1134217920'. 2024-06-28 23:59:54,824 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:54,824 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8411b558-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:54,825 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8411dc6b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8411b558-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8411b558-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@28933ce7, true, {}] 2024-06-28 23:59:54,825 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@591be976 2024-06-28 23:59:54,825 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8411dc6c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8411b558-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8411b558-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7c9221b3, true, {}] 2024-06-28 23:59:54,826 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2506, durable=true, userID=8412037e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:54 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishFirst, size=547, properties=TypedProperties[__AMQ_CID=8411dc6a-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@757610058, context: RoutingContextImpl(Address=test/mom/testTopicPublishFirst, routingType=MULTICAST, PreviousAddress=null previousRoute:null, reusable=null, version=0) .................................................. , transaction: null 2024-06-28 23:59:54,827 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 84122a8f-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:54,827 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [84122a92-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=84122a8f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=84122a8f-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@39beff09, true, {}] 2024-06-28 23:59:54,827 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [84122a93-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=84122a8f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=84122a8f-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@12f2639c, true, {}] 2024-06-28 23:59:54,828 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=c4263d3d-0cda-418b-92cf-c2daa3dbc71b, address=test/mom/testTopicPublishFirst, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:59:54,828 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@18bd8fdb 2024-06-28 23:59:54,829 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, c4263d3d-0cda-418b-92cf-c2daa3dbc71b, null, 0, false, true, null] 2024-06-28 23:59:55,029 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7d6b0636] 2024-06-28 23:59:55,030 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 84122a8f-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:55,031 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:55,031 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:55,032 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8411b558-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:55,032 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:55,032 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 209.425447 ms 2024-06-28 23:59:55,032 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:55,032 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:55,033 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:55,033 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1742123174'. 2024-06-28 23:59:55,034 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:55,034 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8431c086-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:55,035 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8431e799-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8431c086-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8431c086-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7dcadbae, true, {}] 2024-06-28 23:59:55,035 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@751e7d99 2024-06-28 23:59:55,035 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8431e79a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8431c086-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8431c086-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7cf45307, true, {}] 2024-06-28 23:59:55,036 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2535, durable=true, userID=84320eac-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:55 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishFirst, size=547, properties=TypedProperties[__AMQ_CID=8431e798-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@600225066, context: RoutingContextImpl(Address=test/mom/testTopicPublishFirst, routingType=MULTICAST, PreviousAddress=null previousRoute:null, reusable=null, version=0) .................................................. , transaction: null 2024-06-28 23:59:55,037 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 84320ead-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:55,037 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [843235c0-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=84320ead-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=84320ead-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2574e14a, true, {}] 2024-06-28 23:59:55,037 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [843235c1-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=84320ead-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=84320ead-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3df25382, true, {}] 2024-06-28 23:59:55,038 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=fbf89f68-39bf-41d0-b509-e4eb15e5ac52, address=test/mom/testTopicPublishFirst, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:59:55,038 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@567622ab 2024-06-28 23:59:55,038 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, fbf89f68-39bf-41d0-b509-e4eb15e5ac52, null, 0, false, true, null] 2024-06-28 23:59:55,238 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4bb05e2a] 2024-06-28 23:59:55,240 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 84320ead-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:55,241 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:55,241 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:55,241 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8431c086-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:55,241 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:55,241 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 208.890996 ms 2024-06-28 23:59:55,242 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:55,242 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:55,242 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:55,242 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1519949883'. 2024-06-28 23:59:55,243 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:55,244 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8451cbb4-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:55,244 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8451cbb7-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8451cbb4-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8451cbb4-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@a023aba, true, {}] 2024-06-28 23:59:55,244 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@749ebc39 2024-06-28 23:59:55,244 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8451cbb8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8451cbb4-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8451cbb4-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@513622aa, true, {}] 2024-06-28 23:59:55,245 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2564, durable=true, userID=8451f2ca-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:55 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishFirst, size=547, properties=TypedProperties[__AMQ_CID=8451cbb6-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@819922229, context: RoutingContextImpl(Address=test/mom/testTopicPublishFirst, routingType=MULTICAST, PreviousAddress=null previousRoute:null, reusable=null, version=0) .................................................. , transaction: null 2024-06-28 23:59:55,246 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 845219db-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:55,246 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [845219de-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=845219db-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=845219db-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5e75a29f, true, {}] 2024-06-28 23:59:55,246 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [845219df-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=845219db-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=845219db-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7ed7e290, true, {}] 2024-06-28 23:59:55,247 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=4006c01d-7366-4d18-ae16-cf7e21ff1580, address=test/mom/testTopicPublishFirst, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:59:55,247 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@48ed6df7 2024-06-28 23:59:55,248 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 4006c01d-7366-4d18-ae16-cf7e21ff1580, null, 0, false, true, null] 2024-06-28 23:59:55,448 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6a2d1f6d] 2024-06-28 23:59:55,449 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 845219db-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:55,450 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:55,450 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:55,450 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8451cbb4-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:55,451 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:55,451 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 208.962394 ms 2024-06-28 23:59:55,451 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:55,451 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:55,451 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:55,452 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1640961071'. 2024-06-28 23:59:55,453 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:55,453 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8471aed2-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:55,454 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8471aed5-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8471aed2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8471aed2-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@137bfc7c, true, {}] 2024-06-28 23:59:55,454 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@6af447b6 2024-06-28 23:59:55,454 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8471d5e6-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8471aed2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8471aed2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5348d3c2, true, {}] 2024-06-28 23:59:55,455 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2593, durable=true, userID=8471fcf8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:55 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishFirst, size=547, properties=TypedProperties[__AMQ_CID=8471aed4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@859475819, context: RoutingContextImpl(Address=test/mom/testTopicPublishFirst, routingType=MULTICAST, PreviousAddress=null previousRoute:null, reusable=null, version=0) .................................................. , transaction: null 2024-06-28 23:59:55,455 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8471fcf9-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:55,456 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8472240c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8471fcf9-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8471fcf9-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5a323809, true, {}] 2024-06-28 23:59:55,456 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8472240d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8471fcf9-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8471fcf9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@541d89fc, true, {}] 2024-06-28 23:59:55,457 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=486a9c4b-b1ad-4b25-961b-85f8df4eef3a, address=test/mom/testTopicPublishFirst, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:59:55,457 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@422596f8 2024-06-28 23:59:55,457 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 486a9c4b-b1ad-4b25-961b-85f8df4eef3a, null, 0, false, true, null] 2024-06-28 23:59:55,658 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@35738a92] 2024-06-28 23:59:55,659 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8471fcf9-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:55,660 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:55,660 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:55,660 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8471aed2-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:55,661 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:55,661 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 209.514367 ms 2024-06-28 23:59:55,661 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:55,661 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:55,661 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:55,662 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1465541952'. 2024-06-28 23:59:55,664 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:55,664 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8491e110-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:55,665 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8491e113-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8491e110-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8491e110-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2d3294b6, true, {}] 2024-06-28 23:59:55,665 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@34ccce55 2024-06-28 23:59:55,665 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [84920824-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8491e110-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8491e110-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@82119f7, true, {}] 2024-06-28 23:59:55,666 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2622, durable=true, userID=84922f36-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:55 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishFirst, size=547, properties=TypedProperties[__AMQ_CID=8491e112-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@249748729, context: RoutingContextImpl(Address=test/mom/testTopicPublishFirst, routingType=MULTICAST, PreviousAddress=null previousRoute:null, reusable=null, version=0) .................................................. , transaction: null 2024-06-28 23:59:55,666 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 84922f37-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:55,666 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [84922f3a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=84922f37-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=84922f37-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@45ead7fb, true, {}] 2024-06-28 23:59:55,667 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8492564b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=84922f37-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=84922f37-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@69444b99, true, {}] 2024-06-28 23:59:55,667 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=f24b7cfa-f71e-40f6-ada4-14a3a32cce0f, address=test/mom/testTopicPublishFirst, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:59:55,668 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@1a470f01 2024-06-28 23:59:55,668 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, f24b7cfa-f71e-40f6-ada4-14a3a32cce0f, null, 0, false, true, null] 2024-06-28 23:59:55,868 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7a1148f2] 2024-06-28 23:59:55,869 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 84922f37-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:55,870 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:55,870 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:55,870 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8491e110-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:55,871 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:55,871 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 209.515307 ms 2024-06-28 23:59:55,871 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:55,871 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:55,871 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:55,872 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 888470788'. 2024-06-28 23:59:55,873 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:55,873 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 84b1c52e-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:55,874 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [84b1c531-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=84b1c52e-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=84b1c52e-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@65aeb28d, true, {}] 2024-06-28 23:59:55,874 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@7a461744 2024-06-28 23:59:55,874 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [84b1ec42-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=84b1c52e-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=84b1c52e-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@16ff12c5, true, {}] 2024-06-28 23:59:55,875 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2651, durable=true, userID=84b1ec44-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:55 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishFirst, size=547, properties=TypedProperties[__AMQ_CID=84b1c530-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@23276844, context: RoutingContextImpl(Address=test/mom/testTopicPublishFirst, routingType=MULTICAST, PreviousAddress=null previousRoute:null, reusable=null, version=0) .................................................. , transaction: null 2024-06-28 23:59:55,875 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 84b21355-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:55,875 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [84b21358-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=84b21355-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=84b21355-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@134c81f8, true, {}] 2024-06-28 23:59:55,876 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [84b23a69-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=84b21355-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=84b21355-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@419d562, true, {}] 2024-06-28 23:59:55,876 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=b89a613e-6b68-42db-af04-8d42abdd9363, address=test/mom/testTopicPublishFirst, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:59:55,877 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@3e435fa0 2024-06-28 23:59:55,877 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, b89a613e-6b68-42db-af04-8d42abdd9363, null, 0, false, true, null] 2024-06-28 23:59:56,077 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2a90c15e] 2024-06-28 23:59:56,078 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 84b21355-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:56,079 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:56,079 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:56,080 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 84b1c52e-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:56,080 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:56,080 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 208.586590 ms 2024-06-28 23:59:56,080 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:56,080 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:56,081 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:56,081 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 2136711615'. 2024-06-28 23:59:56,082 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:56,082 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 84d1a94c-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:56,083 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [84d1d05f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=84d1a94c-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=84d1a94c-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2d64985c, true, {}] 2024-06-28 23:59:56,083 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4afdcdf6 2024-06-28 23:59:56,083 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [84d1d060-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=84d1a94c-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=84d1a94c-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6bc59150, true, {}] 2024-06-28 23:59:56,084 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2680, durable=true, userID=84d1f772-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishFirst, size=547, properties=TypedProperties[__AMQ_CID=84d1d05e-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@1328826542, context: RoutingContextImpl(Address=test/mom/testTopicPublishFirst, routingType=MULTICAST, PreviousAddress=null previousRoute:null, reusable=null, version=0) .................................................. , transaction: null 2024-06-28 23:59:56,084 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 84d1f773-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:56,085 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [84d21e86-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=84d1f773-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=84d1f773-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7c9df780, true, {}] 2024-06-28 23:59:56,085 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [84d21e87-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=84d1f773-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=84d1f773-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4fda1e1e, true, {}] 2024-06-28 23:59:56,086 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=f7a7bb94-4aca-4088-9046-d8efe9fcb34b, address=test/mom/testTopicPublishFirst, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:59:56,086 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@4082080c 2024-06-28 23:59:56,086 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, f7a7bb94-4aca-4088-9046-d8efe9fcb34b, null, 0, false, true, null] 2024-06-28 23:59:56,286 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@257f1509] 2024-06-28 23:59:56,288 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 84d1f773-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:56,289 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:56,289 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:56,289 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 84d1a94c-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:56,290 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:56,290 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 209.250988 ms 2024-06-28 23:59:56,290 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:56,290 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:56,290 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:56,290 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1263594474'. 2024-06-28 23:59:56,292 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:56,292 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 84f1b47a-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:56,292 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [84f1b47d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=84f1b47a-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=84f1b47a-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@116ac100, true, {}] 2024-06-28 23:59:56,293 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@247added 2024-06-28 23:59:56,293 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [84f1db8e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=84f1b47a-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=84f1b47a-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@ab0fad, true, {}] 2024-06-28 23:59:56,294 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2709, durable=true, userID=84f1db90-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishFirst, size=547, properties=TypedProperties[__AMQ_CID=84f1b47c-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@1117242317, context: RoutingContextImpl(Address=test/mom/testTopicPublishFirst, routingType=MULTICAST, PreviousAddress=null previousRoute:null, reusable=null, version=0) .................................................. , transaction: null 2024-06-28 23:59:56,294 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 84f202a1-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:56,295 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [84f229b4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=84f202a1-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=84f202a1-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@74effcf5, true, {}] 2024-06-28 23:59:56,295 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [84f229b5-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=84f202a1-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=84f202a1-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2f8b9209, true, {}] 2024-06-28 23:59:56,296 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=37ac3956-f93d-47f5-b2ce-cea6cf9786a2, address=test/mom/testTopicPublishFirst, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:59:56,296 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@7f0ebb88 2024-06-28 23:59:56,296 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 37ac3956-f93d-47f5-b2ce-cea6cf9786a2, null, 0, false, true, null] 2024-06-28 23:59:56,497 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@67231d8d] 2024-06-28 23:59:56,498 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 84f202a1-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:56,499 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:56,499 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:56,499 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 84f1b47a-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:56,500 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:56,500 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 209.264023 ms 2024-06-28 23:59:56,500 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:56,500 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:56,500 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:56,500 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1293998310'. 2024-06-28 23:59:56,501 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:56,502 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8511bfa8-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:56,502 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8511bfab-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8511bfa8-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8511bfa8-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2b21c89c, true, {}] 2024-06-28 23:59:56,502 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@398a27e 2024-06-28 23:59:56,502 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8511bfac-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8511bfa8-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8511bfa8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@325fbf76, true, {}] 2024-06-28 23:59:56,503 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2738, durable=true, userID=8511e6be-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishFirst, size=547, properties=TypedProperties[__AMQ_CID=8511bfaa-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@1284536435, context: RoutingContextImpl(Address=test/mom/testTopicPublishFirst, routingType=MULTICAST, PreviousAddress=null previousRoute:null, reusable=null, version=0) .................................................. , transaction: null 2024-06-28 23:59:56,504 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 85120dcf-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:56,504 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85120dd2-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85120dcf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85120dcf-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3fcb094a, true, {}] 2024-06-28 23:59:56,504 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85120dd3-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85120dcf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85120dcf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@53e1b236, true, {}] 2024-06-28 23:59:56,505 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=b30dbe28-c7b3-4cac-9d30-99fc40aa4648, address=test/mom/testTopicPublishFirst, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:59:56,505 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@55276cbc 2024-06-28 23:59:56,505 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, b30dbe28-c7b3-4cac-9d30-99fc40aa4648, null, 0, false, true, null] 2024-06-28 23:59:56,706 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@362ad436] 2024-06-28 23:59:56,707 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 85120dcf-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:56,708 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:56,708 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:56,708 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8511bfa8-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:56,709 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:56,709 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 208.932780 ms 2024-06-28 23:59:56,709 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:56,710 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:56,710 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:56,710 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 364203191'. 2024-06-28 23:59:56,711 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:56,711 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8531a3c6-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:56,712 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8531cad9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8531a3c6-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8531a3c6-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@30d6e561, true, {}] 2024-06-28 23:59:56,712 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8531cada-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8531a3c6-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8531a3c6-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4e994708, true, {}] 2024-06-28 23:59:56,713 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 8531cada-35aa-11ef-ab26-0a580a2845c5 with parameters: [test/mom/testProperties, [MULTICAST], true] 2024-06-28 23:59:56,713 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@af2784b 2024-06-28 23:59:56,714 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=d4cfff8d-7d7b-413e-b379-b8494712920b, address=test/mom/testProperties, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-28 23:59:56,714 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@15d49025 2024-06-28 23:59:56,715 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, d4cfff8d-7d7b-413e-b379-b8494712920b, null, 0, false, true, null] 2024-06-28 23:59:56,715 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8532400c-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:56,716 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8532671f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8532400c-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8532400c-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@17125b4, true, {}] 2024-06-28 23:59:56,716 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@113a7d12 2024-06-28 23:59:56,716 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85326720-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8532400c-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8532400c-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@412830b8, true, {}] 2024-06-28 23:59:56,717 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2777, durable=true, userID=85326722-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testProperties, size=568, properties=TypedProperties[prop=propValue, __AMQ_CID=8532671e-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@953225380, context: RoutingContextImpl(Address=test/mom/testProperties, routingType=MULTICAST, PreviousAddress=test/mom/testProperties previousRoute:MULTICAST, reusable=true, version=-2147482936) .................................................. ***** durable queues test/mom/testProperties: ***** non durable for test/mom/testProperties: - queueID=2769 address:test/mom/testProperties name:d4cfff8d-7d7b-413e-b379-b8494712920b filter:null .................................................. , transaction: null 2024-06-28 23:59:56,717 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from d4cfff8d-7d7b-413e-b379-b8494712920b: Reference[2777]:RELIABLE:CoreMessage[messageID=2777, durable=true, userID=85326722-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testProperties, size=568, properties=TypedProperties[prop=propValue, __AMQ_CID=8532671e-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@953225380 2024-06-28 23:59:56,717 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from d4cfff8d-7d7b-413e-b379-b8494712920b: CoreMessage[messageID=2777, durable=true, userID=85326722-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testProperties, size=568, properties=TypedProperties[prop=propValue, __AMQ_CID=8532671e-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@953225380 to transaction: TransactionImpl [xid=null, txID=2778, xid=null, state=ACTIVE, createTime=1719619196717(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 1]@501ae8ec 2024-06-28 23:59:56,717 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from d4cfff8d-7d7b-413e-b379-b8494712920b: CoreMessage[messageID=2777, durable=true, userID=85326722-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testProperties, size=568, properties=TypedProperties[prop=propValue, __AMQ_CID=8532671e-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@953225380, transaction: TransactionImpl [xid=null, txID=2778, xid=null, state=COMMITTED, createTime=1719619196717(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 0]@501ae8ec 2024-06-28 23:59:56,717 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3f6bfcbe] 2024-06-28 23:59:56,718 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8531a3c6-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:56,719 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:56,719 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:56,720 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8532400c-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:56,721 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:56,721 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 11.074584 ms 2024-06-28 23:59:56,721 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:56,722 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:56,722 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:56,722 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 200740069'. 2024-06-28 23:59:56,724 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:56,724 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 85339fa4-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:56,725 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85339fa7-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85339fa4-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85339fa4-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@273e5ece, true, {}] 2024-06-28 23:59:56,725 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8533c6b8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85339fa4-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85339fa4-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@41c3ca4, true, {}] 2024-06-28 23:59:56,725 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishJsonData, null, 0, false, true, null] 2024-06-28 23:59:56,726 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8533edc9-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:56,726 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8533edcc-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8533edc9-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8533edc9-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@32893ecd, true, {}] 2024-06-28 23:59:56,726 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@776ae580 2024-06-28 23:59:56,727 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [853414dd-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8533edc9-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8533edc9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4025191b, true, {}] 2024-06-28 23:59:56,727 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2805, durable=true, userID=853414df-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishJsonData, size=681, properties=TypedProperties[__AMQ_CID=8533edcb-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1650952821, context: RoutingContextImpl(Address=test/mom/testPublishJsonData, routingType=ANYCAST, PreviousAddress=test/mom/testPublishJsonData previousRoute:ANYCAST, reusable=true, version=-2147482990) .................................................. ***** durable queues test/mom/testPublishJsonData: - queueID=670 address:test/mom/testPublishJsonData name:test/mom/testPublishJsonData filter:null ***** non durable for test/mom/testPublishJsonData: .................................................. , transaction: null 2024-06-28 23:59:56,728 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishJsonData: Reference[2805]:RELIABLE:CoreMessage[messageID=2805, durable=true, userID=853414df-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishJsonData, size=681, properties=TypedProperties[__AMQ_CID=8533edcb-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1650952821 2024-06-28 23:59:56,728 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishJsonData: CoreMessage[messageID=2805, durable=true, userID=853414df-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishJsonData, size=681, properties=TypedProperties[__AMQ_CID=8533edcb-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1650952821 to transaction: TransactionImpl [xid=null, txID=2808, xid=null, state=ACTIVE, createTime=1719619196728(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 1]@15d38480 2024-06-28 23:59:56,729 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@5e60e639, org.eclipse.scout.rt.mom.jms.JmsSubscription@6bab65b6] 2024-06-28 23:59:56,731 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishJsonData: CoreMessage[messageID=2805, durable=true, userID=853414df-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishJsonData, size=681, properties=TypedProperties[__AMQ_CID=8533edcb-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1650952821, transaction: TransactionImpl [xid=null, txID=2808, xid=null, state=COMMITTED, createTime=1719619196728(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 0]@15d38480 2024-06-28 23:59:56,732 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 85339fa4-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:56,732 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:56,732 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:56,733 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8533edc9-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:56,734 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:56,734 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 12.203866 ms 2024-06-28 23:59:56,734 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:56,735 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:56,735 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:56,735 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 2096900616'. 2024-06-28 23:59:56,736 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 0.700338 ms 2024-06-28 23:59:56,736 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:56,736 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:56,737 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:56,737 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 2124432268'. 2024-06-28 23:59:56,739 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:56,739 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8535e9a1-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:56,740 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [853610b4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8535e9a1-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8535e9a1-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@15e1e6cb, true, {}] 2024-06-28 23:59:56,740 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [853610b5-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8535e9a1-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8535e9a1-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@245c144a, true, {}] 2024-06-28 23:59:56,741 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-28 23:59:56,741 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 853637c6-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:56,741 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [853637c9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=853637c6-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=853637c6-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@234a5876, true, {}] 2024-06-28 23:59:56,742 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@6d5376b7 2024-06-28 23:59:56,742 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85365eda-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=853637c6-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=853637c6-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1ddebfea, true, {}] 2024-06-28 23:59:56,742 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2827, durable=true, userID=85365edc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=433, properties=TypedProperties[__AMQ_CID=853637c8-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@311866916, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-28 23:59:56,743 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[2827]:RELIABLE:CoreMessage[messageID=2827, durable=true, userID=85365edc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=433, properties=TypedProperties[__AMQ_CID=853637c8-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@311866916 2024-06-28 23:59:56,743 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=2827, durable=true, userID=85365edc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=433, properties=TypedProperties[__AMQ_CID=853637c8-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@311866916 to transaction: TransactionImpl [xid=null, txID=2830, xid=null, state=ACTIVE, createTime=1719619196743(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 1]@42040e12 2024-06-28 23:59:56,743 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@15c48119, org.eclipse.scout.rt.mom.jms.JmsSubscription@2cb09f00] 2024-06-28 23:59:56,746 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=2827, durable=true, userID=85365edc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=433, properties=TypedProperties[__AMQ_CID=853637c8-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@311866916, transaction: TransactionImpl [xid=null, txID=2830, xid=null, state=COMMITTED, createTime=1719619196743(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 0]@42040e12 2024-06-28 23:59:56,747 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8535e9a1-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:56,748 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8537493d-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:56,749 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85377050-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8537493d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8537493d-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4472b43b, true, {}] 2024-06-28 23:59:56,749 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85377051-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8537493d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8537493d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@33f0cb13, true, {}] 2024-06-28 23:59:56,749 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-28 23:59:56,750 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85379762-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=853637c6-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=853637c6-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@313be589, true, {}] 2024-06-28 23:59:56,750 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2845, durable=true, userID=85379764-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=432, properties=TypedProperties[__AMQ_CID=853637c8-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@153162462, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-28 23:59:56,753 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[2845]:RELIABLE:CoreMessage[messageID=2845, durable=true, userID=85379764-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=432, properties=TypedProperties[__AMQ_CID=853637c8-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@153162462 2024-06-28 23:59:56,753 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=2845, durable=true, userID=85379764-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=432, properties=TypedProperties[__AMQ_CID=853637c8-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@153162462 to transaction: TransactionImpl [xid=null, txID=2848, xid=null, state=ACTIVE, createTime=1719619196753(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 1]@efbd69e 2024-06-28 23:59:56,754 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@1cd7bc66, org.eclipse.scout.rt.mom.jms.JmsSubscription@34b56a5a] 2024-06-28 23:59:56,756 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=2845, durable=true, userID=85379764-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=432, properties=TypedProperties[__AMQ_CID=853637c8-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@153162462, transaction: TransactionImpl [xid=null, txID=2848, xid=null, state=COMMITTED, createTime=1719619196753(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 0]@efbd69e 2024-06-28 23:59:56,757 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8537493d-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:56,758 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8538cfe5-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:56,759 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8538f6f8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8538cfe5-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8538cfe5-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1c6e0005, true, {}] 2024-06-28 23:59:56,759 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8538f6f9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8538cfe5-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8538cfe5-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7f83b6df, true, {}] 2024-06-28 23:59:56,760 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-28 23:59:56,760 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85391e0a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=853637c6-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=853637c6-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@65433463, true, {}] 2024-06-28 23:59:56,761 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2863, durable=true, userID=8539451c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=433, properties=TypedProperties[__AMQ_CID=853637c8-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@774539536, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-28 23:59:56,763 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[2863]:RELIABLE:CoreMessage[messageID=2863, durable=true, userID=8539451c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=433, properties=TypedProperties[__AMQ_CID=853637c8-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@774539536 2024-06-28 23:59:56,763 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=2863, durable=true, userID=8539451c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=433, properties=TypedProperties[__AMQ_CID=853637c8-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@774539536 to transaction: TransactionImpl [xid=null, txID=2866, xid=null, state=ACTIVE, createTime=1719619196763(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 1]@58c33e41 2024-06-28 23:59:56,764 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@38d1c7d2, org.eclipse.scout.rt.mom.jms.JmsSubscription@533ed36e] 2024-06-28 23:59:56,767 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=2863, durable=true, userID=8539451c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=433, properties=TypedProperties[__AMQ_CID=853637c8-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@774539536, transaction: TransactionImpl [xid=null, txID=2866, xid=null, state=COMMITTED, createTime=1719619196763(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 0]@58c33e41 2024-06-28 23:59:56,767 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8538cfe5-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:56,768 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 853a568d-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:56,768 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [853a5690-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=853a568d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=853a568d-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4592ebef, true, {}] 2024-06-28 23:59:56,769 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [853a7da1-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=853a568d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=853a568d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4e4acb05, true, {}] 2024-06-28 23:59:56,769 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-28 23:59:56,769 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [853a7da2-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=853637c6-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=853637c6-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@ef2b0fc, true, {}] 2024-06-28 23:59:56,770 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2881, durable=true, userID=853aa4b4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=433, properties=TypedProperties[__AMQ_CID=853637c8-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1460354137, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-28 23:59:56,774 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[2881]:RELIABLE:CoreMessage[messageID=2881, durable=true, userID=853aa4b4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=433, properties=TypedProperties[__AMQ_CID=853637c8-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1460354137 2024-06-28 23:59:56,774 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=2881, durable=true, userID=853aa4b4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=433, properties=TypedProperties[__AMQ_CID=853637c8-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1460354137 to transaction: TransactionImpl [xid=null, txID=2884, xid=null, state=ACTIVE, createTime=1719619196774(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 1]@18dfd88c 2024-06-28 23:59:56,774 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@7eaa52d6, org.eclipse.scout.rt.mom.jms.JmsSubscription@4cbf1c30] 2024-06-28 23:59:56,777 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=2881, durable=true, userID=853aa4b4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=433, properties=TypedProperties[__AMQ_CID=853637c8-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1460354137, transaction: TransactionImpl [xid=null, txID=2884, xid=null, state=COMMITTED, createTime=1719619196774(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 0]@18dfd88c 2024-06-28 23:59:56,777 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 853a568d-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:56,778 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 853bdd35-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:56,778 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [853bdd38-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=853bdd35-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=853bdd35-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3290c38c, true, {}] 2024-06-28 23:59:56,779 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [853c0449-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=853bdd35-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=853bdd35-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@64c317d8, true, {}] 2024-06-28 23:59:56,779 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-28 23:59:56,779 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [853c044a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=853637c6-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=853637c6-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@742b37be, true, {}] 2024-06-28 23:59:56,780 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2899, durable=true, userID=853c2b5c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=432, properties=TypedProperties[__AMQ_CID=853637c8-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@163678734, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-28 23:59:56,784 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[2899]:RELIABLE:CoreMessage[messageID=2899, durable=true, userID=853c2b5c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=432, properties=TypedProperties[__AMQ_CID=853637c8-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@163678734 2024-06-28 23:59:56,784 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=2899, durable=true, userID=853c2b5c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=432, properties=TypedProperties[__AMQ_CID=853637c8-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@163678734 to transaction: TransactionImpl [xid=null, txID=2902, xid=null, state=ACTIVE, createTime=1719619196784(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 1]@5acf8ca2 2024-06-28 23:59:56,785 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@4390b78f, org.eclipse.scout.rt.mom.jms.JmsSubscription@230ea983] 2024-06-28 23:59:56,787 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=2899, durable=true, userID=853c2b5c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=432, properties=TypedProperties[__AMQ_CID=853637c8-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@163678734, transaction: TransactionImpl [xid=null, txID=2902, xid=null, state=COMMITTED, createTime=1719619196784(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 0]@5acf8ca2 2024-06-28 23:59:56,788 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 853bdd35-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:56,788 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 853d63dd-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:56,789 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [853d8af0-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=853d63dd-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=853d63dd-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3da41e3f, true, {}] 2024-06-28 23:59:56,789 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [853d8af1-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=853d63dd-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=853d63dd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3c84737f, true, {}] 2024-06-28 23:59:56,790 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-28 23:59:56,790 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [853db202-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=853637c6-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=853637c6-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1ebeca0c, true, {}] 2024-06-28 23:59:56,790 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2917, durable=true, userID=853db204-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=433, properties=TypedProperties[__AMQ_CID=853637c8-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@892291500, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-28 23:59:56,794 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[2917]:RELIABLE:CoreMessage[messageID=2917, durable=true, userID=853db204-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=433, properties=TypedProperties[__AMQ_CID=853637c8-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@892291500 2024-06-28 23:59:56,794 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=2917, durable=true, userID=853db204-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=433, properties=TypedProperties[__AMQ_CID=853637c8-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@892291500 to transaction: TransactionImpl [xid=null, txID=2920, xid=null, state=ACTIVE, createTime=1719619196794(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 1]@95f9820 2024-06-28 23:59:56,795 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@7ae2f5b6, org.eclipse.scout.rt.mom.jms.JmsSubscription@5ebd3708] 2024-06-28 23:59:56,797 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=2917, durable=true, userID=853db204-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=433, properties=TypedProperties[__AMQ_CID=853637c8-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@892291500, transaction: TransactionImpl [xid=null, txID=2920, xid=null, state=COMMITTED, createTime=1719619196794(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 0]@95f9820 2024-06-28 23:59:56,798 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 853d63dd-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:56,799 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 853f1195-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:56,800 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [853f38a8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=853f1195-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=853f1195-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@27d80bdb, true, {}] 2024-06-28 23:59:56,800 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [853f38a9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=853f1195-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=853f1195-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@35f9b5fc, true, {}] 2024-06-28 23:59:56,801 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-28 23:59:56,801 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [853f5fba-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=853637c6-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=853637c6-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6f9e9f67, true, {}] 2024-06-28 23:59:56,802 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2935, durable=true, userID=853f5fbc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=432, properties=TypedProperties[__AMQ_CID=853637c8-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1621295414, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-28 23:59:56,804 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[2935]:RELIABLE:CoreMessage[messageID=2935, durable=true, userID=853f5fbc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=432, properties=TypedProperties[__AMQ_CID=853637c8-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1621295414 2024-06-28 23:59:56,804 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=2935, durable=true, userID=853f5fbc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=432, properties=TypedProperties[__AMQ_CID=853637c8-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1621295414 to transaction: TransactionImpl [xid=null, txID=2938, xid=null, state=ACTIVE, createTime=1719619196804(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 1]@7dbb60a9 2024-06-28 23:59:56,805 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@2810d9, org.eclipse.scout.rt.mom.jms.JmsSubscription@408f3054] 2024-06-28 23:59:56,808 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=2935, durable=true, userID=853f5fbc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=432, properties=TypedProperties[__AMQ_CID=853637c8-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1621295414, transaction: TransactionImpl [xid=null, txID=2938, xid=null, state=COMMITTED, createTime=1719619196804(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 0]@7dbb60a9 2024-06-28 23:59:56,808 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 853f1195-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:56,809 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8540983d-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:56,810 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8540bf50-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8540983d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8540983d-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@153d3bb8, true, {}] 2024-06-28 23:59:56,810 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8540bf51-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8540983d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8540983d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2464d872, true, {}] 2024-06-28 23:59:56,811 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-28 23:59:56,811 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8540e662-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=853637c6-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=853637c6-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6b83944d, true, {}] 2024-06-28 23:59:56,812 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2953, durable=true, userID=85410d74-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=433, properties=TypedProperties[__AMQ_CID=853637c8-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1088794303, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-28 23:59:56,815 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[2953]:RELIABLE:CoreMessage[messageID=2953, durable=true, userID=85410d74-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=433, properties=TypedProperties[__AMQ_CID=853637c8-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1088794303 2024-06-28 23:59:56,815 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=2953, durable=true, userID=85410d74-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=433, properties=TypedProperties[__AMQ_CID=853637c8-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1088794303 to transaction: TransactionImpl [xid=null, txID=2956, xid=null, state=ACTIVE, createTime=1719619196815(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 1]@85a6121 2024-06-28 23:59:56,815 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@33ef701e, org.eclipse.scout.rt.mom.jms.JmsSubscription@1fd1deed] 2024-06-28 23:59:56,818 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=2953, durable=true, userID=85410d74-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=433, properties=TypedProperties[__AMQ_CID=853637c8-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1088794303, transaction: TransactionImpl [xid=null, txID=2956, xid=null, state=COMMITTED, createTime=1719619196815(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 0]@85a6121 2024-06-28 23:59:56,819 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8540983d-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:56,820 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 854245f5-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:56,820 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [854245f8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=854245f5-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=854245f5-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@e7ef4d1, true, {}] 2024-06-28 23:59:56,821 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85426d09-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=854245f5-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=854245f5-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@47bdcc34, true, {}] 2024-06-28 23:59:56,821 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-28 23:59:56,821 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85426d0a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=853637c6-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=853637c6-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2de05e89, true, {}] 2024-06-28 23:59:56,822 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2971, durable=true, userID=8542941c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=433, properties=TypedProperties[__AMQ_CID=853637c8-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@299304133, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-28 23:59:56,825 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[2971]:RELIABLE:CoreMessage[messageID=2971, durable=true, userID=8542941c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=433, properties=TypedProperties[__AMQ_CID=853637c8-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@299304133 2024-06-28 23:59:56,825 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=2971, durable=true, userID=8542941c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=433, properties=TypedProperties[__AMQ_CID=853637c8-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@299304133 to transaction: TransactionImpl [xid=null, txID=2974, xid=null, state=ACTIVE, createTime=1719619196825(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 1]@74d5812 2024-06-28 23:59:56,826 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@7c4b7bc3, org.eclipse.scout.rt.mom.jms.JmsSubscription@5a36a405] 2024-06-28 23:59:56,828 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=2971, durable=true, userID=8542941c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=433, properties=TypedProperties[__AMQ_CID=853637c8-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@299304133, transaction: TransactionImpl [xid=null, txID=2974, xid=null, state=COMMITTED, createTime=1719619196825(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 0]@74d5812 2024-06-28 23:59:56,829 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 854245f5-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:56,830 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8543cc9d-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:56,830 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8543cca0-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8543cc9d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8543cc9d-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1ccd7372, true, {}] 2024-06-28 23:59:56,831 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8543f3b1-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8543cc9d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8543cc9d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@25641a30, true, {}] 2024-06-28 23:59:56,831 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-28 23:59:56,831 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8543f3b2-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=853637c6-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=853637c6-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@48d700ae, true, {}] 2024-06-28 23:59:56,832 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2989, durable=true, userID=85441ac4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=432, properties=TypedProperties[__AMQ_CID=853637c8-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1621892595, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-28 23:59:56,835 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[2989]:RELIABLE:CoreMessage[messageID=2989, durable=true, userID=85441ac4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=432, properties=TypedProperties[__AMQ_CID=853637c8-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1621892595 2024-06-28 23:59:56,835 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=2989, durable=true, userID=85441ac4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=432, properties=TypedProperties[__AMQ_CID=853637c8-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1621892595 to transaction: TransactionImpl [xid=null, txID=2992, xid=null, state=ACTIVE, createTime=1719619196835(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 1]@6623ca0e 2024-06-28 23:59:56,836 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@693f9ab5, org.eclipse.scout.rt.mom.jms.JmsSubscription@77ef7b2b] 2024-06-28 23:59:56,838 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=2989, durable=true, userID=85441ac4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=432, properties=TypedProperties[__AMQ_CID=853637c8-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"true"}, _AMQ_ROUTING_TYPE=1]]@1621892595, transaction: TransactionImpl [xid=null, txID=2992, xid=null, state=COMMITTED, createTime=1719619196835(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 0]@6623ca0e 2024-06-28 23:59:56,839 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8543cc9d-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:56,840 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:56,840 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:56,840 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 853637c6-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:56,841 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:56,841 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 104.461241 ms 2024-06-28 23:59:56,841 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:56,842 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:56,842 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:56,842 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1635130976'. 2024-06-28 23:59:56,844 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:56,844 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8545ef86-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:56,845 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85461699-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8545ef86-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8545ef86-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@39bde369, true, {}] 2024-06-28 23:59:56,845 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8546169a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8545ef86-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8545ef86-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@20d7ece2, true, {}] 2024-06-28 23:59:56,846 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishText, null, 0, false, true, null] 2024-06-28 23:59:56,846 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 85463dab-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:56,846 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85463dae-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85463dab-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85463dab-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4ca80abc, true, {}] 2024-06-28 23:59:56,847 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@38e46ea 2024-06-28 23:59:56,847 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [854664bf-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85463dab-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85463dab-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@14d2fe83, true, {}] 2024-06-28 23:59:56,847 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3011, durable=true, userID=854664c1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishText, size=433, properties=TypedProperties[__AMQ_CID=85463dad-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@950975472, context: RoutingContextImpl(Address=test/mom/testPublishText, routingType=ANYCAST, PreviousAddress=test/mom/testPublishText previousRoute:ANYCAST, reusable=true, version=-2147482983) .................................................. ***** durable queues test/mom/testPublishText: - queueID=926 address:test/mom/testPublishText name:test/mom/testPublishText filter:null ***** non durable for test/mom/testPublishText: .................................................. , transaction: null 2024-06-28 23:59:56,851 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishText: Reference[3011]:RELIABLE:CoreMessage[messageID=3011, durable=true, userID=854664c1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishText, size=433, properties=TypedProperties[__AMQ_CID=85463dad-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@950975472 2024-06-28 23:59:56,852 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishText: CoreMessage[messageID=3011, durable=true, userID=854664c1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishText, size=433, properties=TypedProperties[__AMQ_CID=85463dad-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@950975472 to transaction: TransactionImpl [xid=null, txID=3014, xid=null, state=ACTIVE, createTime=1719619196852(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 1]@55cef93f 2024-06-28 23:59:56,852 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@3d1b6816, org.eclipse.scout.rt.mom.jms.JmsSubscription@508863eb] 2024-06-28 23:59:56,855 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishText: CoreMessage[messageID=3011, durable=true, userID=854664c1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishText, size=433, properties=TypedProperties[__AMQ_CID=85463dad-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@950975472, transaction: TransactionImpl [xid=null, txID=3014, xid=null, state=COMMITTED, createTime=1719619196852(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 0]@55cef93f 2024-06-28 23:59:56,855 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8545ef86-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:56,856 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:56,856 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:56,856 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 85463dab-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:56,857 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:56,857 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 14.669379 ms 2024-06-28 23:59:56,857 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:56,857 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:56,857 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:56,857 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1742749668'. 2024-06-28 23:59:56,859 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:56,860 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 85486093-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:56,860 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85486096-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85486093-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85486093-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3b175cb3, true, {}] 2024-06-28 23:59:56,861 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [854887a7-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85486093-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85486093-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@64b3884f, true, {}] 2024-06-28 23:59:56,861 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishSubscribeCorrelationId, null, 0, false, true, null] 2024-06-28 23:59:56,862 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8548aeb8-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[cid=cid:abc] 2024-06-28 23:59:56,862 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8548aebb-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8548aeb8-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8548aeb8-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@51b6afd1, true, {}] 2024-06-28 23:59:56,863 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@240a9052 - MDC[cid=cid:abc] 2024-06-28 23:59:56,863 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8548d5cc-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8548aeb8-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8548aeb8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3f9727da, true, {}] 2024-06-28 23:59:56,864 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3033, durable=true, userID=8548d5ce-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeCorrelationId, size=636, properties=TypedProperties[__AMQ_CID=8548aeba-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid:abc]]@1426925040, context: RoutingContextImpl(Address=test/mom/testQueuePublishSubscribeCorrelationId, routingType=ANYCAST, PreviousAddress=test/mom/testQueuePublishSubscribeCorrelationId previousRoute:ANYCAST, reusable=true, version=-2147482982) .................................................. ***** durable queues test/mom/testQueuePublishSubscribeCorrelationId: - queueID=949 address:test/mom/testQueuePublishSubscribeCorrelationId name:test/mom/testQueuePublishSubscribeCorrelationId filter:null ***** non durable for test/mom/testQueuePublishSubscribeCorrelationId: .................................................. , transaction: null 2024-06-28 23:59:56,867 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueuePublishSubscribeCorrelationId: Reference[3033]:RELIABLE:CoreMessage[messageID=3033, durable=true, userID=8548d5ce-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeCorrelationId, size=636, properties=TypedProperties[__AMQ_CID=8548aeba-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid:abc]]@1426925040 2024-06-28 23:59:56,868 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueuePublishSubscribeCorrelationId: CoreMessage[messageID=3033, durable=true, userID=8548d5ce-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeCorrelationId, size=636, properties=TypedProperties[__AMQ_CID=8548aeba-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid:abc]]@1426925040 to transaction: TransactionImpl [xid=null, txID=3036, xid=null, state=ACTIVE, createTime=1719619196868(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 1]@7778343a 2024-06-28 23:59:56,868 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4746b319] 2024-06-28 23:59:56,871 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueuePublishSubscribeCorrelationId: CoreMessage[messageID=3033, durable=true, userID=8548d5ce-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeCorrelationId, size=636, properties=TypedProperties[__AMQ_CID=8548aeba-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid:abc]]@1426925040, transaction: TransactionImpl [xid=null, txID=3036, xid=null, state=COMMITTED, createTime=1719619196868(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 0]@7778343a 2024-06-28 23:59:56,871 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 85486093-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:56,872 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:56,872 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:56,872 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8548aeb8-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:56,872 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:56,872 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 15.023510 ms 2024-06-28 23:59:56,872 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:56,873 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:56,873 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:56,873 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 265153360'. 2024-06-28 23:59:56,875 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:56,875 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 854aaa90-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:56,875 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [854aaa93-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=854aaa90-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=854aaa90-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5d10f6be, true, {}] 2024-06-28 23:59:56,876 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [854ad1a4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=854aaa90-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=854aaa90-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@67c34edf, true, {}] 2024-06-28 23:59:56,876 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishSubscribe, null, 0, false, true, null] 2024-06-28 23:59:56,877 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 854af8b5-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:56,877 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [854af8b8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=854af8b5-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=854af8b5-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5a0d2f04, true, {}] 2024-06-28 23:59:56,877 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@33c5d3e 2024-06-28 23:59:56,877 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [854af8b9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=854af8b5-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=854af8b5-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7b1cb0c9, true, {}] 2024-06-28 23:59:56,878 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3055, durable=true, userID=854b1fcb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribe, size=555, properties=TypedProperties[__AMQ_CID=854af8b7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1417313728, context: RoutingContextImpl(Address=test/mom/testQueuePublishSubscribe, routingType=ANYCAST, PreviousAddress=test/mom/testQueuePublishSubscribe previousRoute:ANYCAST, reusable=true, version=-2147482981) .................................................. ***** durable queues test/mom/testQueuePublishSubscribe: - queueID=972 address:test/mom/testQueuePublishSubscribe name:test/mom/testQueuePublishSubscribe filter:null ***** non durable for test/mom/testQueuePublishSubscribe: .................................................. , transaction: null 2024-06-28 23:59:56,878 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueuePublishSubscribe: Reference[3055]:RELIABLE:CoreMessage[messageID=3055, durable=true, userID=854b1fcb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribe, size=555, properties=TypedProperties[__AMQ_CID=854af8b7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1417313728 2024-06-28 23:59:56,878 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueuePublishSubscribe: CoreMessage[messageID=3055, durable=true, userID=854b1fcb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribe, size=555, properties=TypedProperties[__AMQ_CID=854af8b7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1417313728 to transaction: TransactionImpl [xid=null, txID=3058, xid=null, state=ACTIVE, createTime=1719619196878(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 1]@45cb2e35 2024-06-28 23:59:56,879 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6f272dc4] 2024-06-28 23:59:56,882 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueuePublishSubscribe: CoreMessage[messageID=3055, durable=true, userID=854b1fcb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribe, size=555, properties=TypedProperties[__AMQ_CID=854af8b7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1417313728, transaction: TransactionImpl [xid=null, txID=3058, xid=null, state=COMMITTED, createTime=1719619196878(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 0]@45cb2e35 2024-06-28 23:59:56,882 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 854aaa90-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:56,882 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:56,882 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:56,883 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 854af8b5-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:56,883 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:56,883 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 9.914759 ms 2024-06-28 23:59:56,883 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:56,884 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:56,884 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:56,884 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1093374156'. 2024-06-28 23:59:56,885 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:56,886 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 854c584d-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:56,886 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [854c5850-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=854c584d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=854c584d-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1e74a6ee, true, {}] 2024-06-28 23:59:56,887 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [854c5851-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=854c584d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=854c584d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3cea8221, true, {}] 2024-06-28 23:59:56,887 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishBytes, null, 0, false, true, null] 2024-06-28 23:59:56,888 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 854ca672-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:56,888 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [854ca675-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=854ca672-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=854ca672-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2f728dbb, true, {}] 2024-06-28 23:59:56,888 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@142f0ac1 2024-06-28 23:59:56,888 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [854ca676-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=854ca672-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=854ca672-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3a44701e, true, {}] 2024-06-28 23:59:56,889 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3077, durable=true, userID=854ca678-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishBytes, size=419, properties=TypedProperties[__AMQ_CID=854ca674-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@538446308, context: RoutingContextImpl(Address=test/mom/testPublishBytes, routingType=ANYCAST, PreviousAddress=test/mom/testPublishBytes previousRoute:ANYCAST, reusable=true, version=-2147482980) .................................................. ***** durable queues test/mom/testPublishBytes: - queueID=995 address:test/mom/testPublishBytes name:test/mom/testPublishBytes filter:null ***** non durable for test/mom/testPublishBytes: .................................................. , transaction: null 2024-06-28 23:59:56,893 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishBytes: Reference[3077]:RELIABLE:CoreMessage[messageID=3077, durable=true, userID=854ca678-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishBytes, size=419, properties=TypedProperties[__AMQ_CID=854ca674-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@538446308 2024-06-28 23:59:56,893 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishBytes: CoreMessage[messageID=3077, durable=true, userID=854ca678-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishBytes, size=419, properties=TypedProperties[__AMQ_CID=854ca674-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@538446308 to transaction: TransactionImpl [xid=null, txID=3080, xid=null, state=ACTIVE, createTime=1719619196893(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 1]@3cbe3154 2024-06-28 23:59:56,893 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@635f4be1, org.eclipse.scout.rt.mom.jms.JmsSubscription@456d3914] 2024-06-28 23:59:56,896 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishBytes: CoreMessage[messageID=3077, durable=true, userID=854ca678-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishBytes, size=419, properties=TypedProperties[__AMQ_CID=854ca674-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@538446308, transaction: TransactionImpl [xid=null, txID=3080, xid=null, state=COMMITTED, createTime=1719619196893(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 0]@3cbe3154 2024-06-28 23:59:56,896 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 854c584d-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:56,897 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:56,897 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:56,897 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 854ca672-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:56,898 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:56,898 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 13.598215 ms 2024-06-28 23:59:56,898 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:56,898 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:56,898 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:56,899 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1805162633'. 2024-06-28 23:59:56,900 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:56,900 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 854e7b3a-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:56,901 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [854ea24d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=854e7b3a-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=854e7b3a-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7b64778c, true, {}] 2024-06-28 23:59:56,901 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [854ea24e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=854e7b3a-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=854e7b3a-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@54ad4768, true, {}] 2024-06-28 23:59:56,901 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-28 23:59:56,902 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 854ec95f-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:56,902 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [854ec962-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=854ec95f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=854ec95f-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2ec35d9c, true, {}] 2024-06-28 23:59:56,902 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@5935ade6 2024-06-28 23:59:56,902 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [854ec963-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=854ec95f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=854ec95f-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6118a81e, true, {}] 2024-06-28 23:59:56,903 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3099, durable=true, userID=854eef75-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=439, properties=TypedProperties[__AMQ_CID=854ec961-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2042170178, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-28 23:59:56,907 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[3099]:RELIABLE:CoreMessage[messageID=3099, durable=true, userID=854eef75-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=439, properties=TypedProperties[__AMQ_CID=854ec961-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2042170178 2024-06-28 23:59:56,907 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=3099, durable=true, userID=854eef75-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=439, properties=TypedProperties[__AMQ_CID=854ec961-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2042170178 to transaction: TransactionImpl [xid=null, txID=3102, xid=null, state=ACTIVE, createTime=1719619196907(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 1]@6fbae959 2024-06-28 23:59:56,907 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@2f8ede54, org.eclipse.scout.rt.mom.jms.JmsSubscription@1e0383d3] 2024-06-28 23:59:56,910 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=3099, durable=true, userID=854eef75-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=439, properties=TypedProperties[__AMQ_CID=854ec961-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2042170178, transaction: TransactionImpl [xid=null, txID=3102, xid=null, state=COMMITTED, createTime=1719619196907(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 0]@6fbae959 2024-06-28 23:59:56,911 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 854e7b3a-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:56,911 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 855027f6-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:56,912 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [855027f9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=855027f6-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=855027f6-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5ef196a5, true, {}] 2024-06-28 23:59:56,912 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85504f0a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=855027f6-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=855027f6-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@9c21b49, true, {}] 2024-06-28 23:59:56,912 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-28 23:59:56,912 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85504f0b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=854ec95f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=854ec95f-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4c4cbc23, true, {}] 2024-06-28 23:59:56,913 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3117, durable=true, userID=8550761d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=543, properties=TypedProperties[__AMQ_CID=854ec961-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1419685440, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-28 23:59:56,914 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[3117]:RELIABLE:CoreMessage[messageID=3117, durable=true, userID=8550761d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=543, properties=TypedProperties[__AMQ_CID=854ec961-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1419685440 2024-06-28 23:59:56,914 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=3117, durable=true, userID=8550761d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=543, properties=TypedProperties[__AMQ_CID=854ec961-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1419685440 to transaction: TransactionImpl [xid=null, txID=3120, xid=null, state=ACTIVE, createTime=1719619196914(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 1]@5c53a3ff 2024-06-28 23:59:56,915 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@30c0993e, org.eclipse.scout.rt.mom.jms.JmsSubscription@12de62aa] 2024-06-28 23:59:56,917 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=3117, durable=true, userID=8550761d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=543, properties=TypedProperties[__AMQ_CID=854ec961-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1419685440, transaction: TransactionImpl [xid=null, txID=3120, xid=null, state=COMMITTED, createTime=1719619196914(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 0]@5c53a3ff 2024-06-28 23:59:56,918 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 855027f6-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:56,918 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8551396e-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:56,919 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85516081-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8551396e-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8551396e-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@46f26538, true, {}] 2024-06-28 23:59:56,919 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85516082-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8551396e-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8551396e-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@62d7fb6c, true, {}] 2024-06-28 23:59:56,920 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-28 23:59:56,920 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85518793-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=854ec95f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=854ec95f-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5f25bfa6, true, {}] 2024-06-28 23:59:56,920 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3135, durable=true, userID=85518795-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=541, properties=TypedProperties[__AMQ_CID=854ec961-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1067290934, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-28 23:59:56,924 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[3135]:RELIABLE:CoreMessage[messageID=3135, durable=true, userID=85518795-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=541, properties=TypedProperties[__AMQ_CID=854ec961-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1067290934 2024-06-28 23:59:56,924 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=3135, durable=true, userID=85518795-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=541, properties=TypedProperties[__AMQ_CID=854ec961-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1067290934 to transaction: TransactionImpl [xid=null, txID=3138, xid=null, state=ACTIVE, createTime=1719619196924(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 1]@4daf09fb 2024-06-28 23:59:56,925 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@c4fac3a, org.eclipse.scout.rt.mom.jms.JmsSubscription@22e8f04c] 2024-06-28 23:59:56,927 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=3135, durable=true, userID=85518795-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=541, properties=TypedProperties[__AMQ_CID=854ec961-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1067290934, transaction: TransactionImpl [xid=null, txID=3138, xid=null, state=COMMITTED, createTime=1719619196924(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 0]@4daf09fb 2024-06-28 23:59:56,928 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8551396e-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:56,928 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8552c016-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:56,929 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8552e729-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8552c016-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8552c016-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6d81502c, true, {}] 2024-06-28 23:59:56,929 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8552e72a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8552c016-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8552c016-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@13da9ce, true, {}] 2024-06-28 23:59:56,929 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-28 23:59:56,930 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8552e72b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=854ec95f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=854ec95f-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@457c5d59, true, {}] 2024-06-28 23:59:56,930 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3153, durable=true, userID=85530e3d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=589, properties=TypedProperties[__AMQ_CID=854ec961-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.dataobject.DoEntity","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@620750113, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-28 23:59:56,931 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[3153]:RELIABLE:CoreMessage[messageID=3153, durable=true, userID=85530e3d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=589, properties=TypedProperties[__AMQ_CID=854ec961-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.dataobject.DoEntity","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@620750113 2024-06-28 23:59:56,931 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=3153, durable=true, userID=85530e3d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=589, properties=TypedProperties[__AMQ_CID=854ec961-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.dataobject.DoEntity","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@620750113 to transaction: TransactionImpl [xid=null, txID=3156, xid=null, state=ACTIVE, createTime=1719619196931(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 1]@1290cc60 2024-06-28 23:59:56,932 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@169f4152, org.eclipse.scout.rt.mom.jms.JmsSubscription@3d36204f] 2024-06-28 23:59:56,934 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=3153, durable=true, userID=85530e3d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=589, properties=TypedProperties[__AMQ_CID=854ec961-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.dataobject.DoEntity","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@620750113, transaction: TransactionImpl [xid=null, txID=3156, xid=null, state=COMMITTED, createTime=1719619196931(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 0]@1290cc60 2024-06-28 23:59:56,935 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8552c016-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:56,935 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8553d18e-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:56,936 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8553f8a1-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8553d18e-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8553d18e-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@b4d8aac, true, {}] 2024-06-28 23:59:56,936 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8553f8a2-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8553d18e-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8553d18e-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@345a136c, true, {}] 2024-06-28 23:59:56,936 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-28 23:59:56,937 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85541fb3-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=854ec95f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=854ec95f-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4bc6873b, true, {}] 2024-06-28 23:59:56,937 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3171, durable=true, userID=85541fb5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=434, properties=TypedProperties[__AMQ_CID=854ec961-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1303698251, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-28 23:59:56,938 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[3171]:RELIABLE:CoreMessage[messageID=3171, durable=true, userID=85541fb5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=434, properties=TypedProperties[__AMQ_CID=854ec961-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1303698251 2024-06-28 23:59:56,938 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=3171, durable=true, userID=85541fb5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=434, properties=TypedProperties[__AMQ_CID=854ec961-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1303698251 to transaction: TransactionImpl [xid=null, txID=3174, xid=null, state=ACTIVE, createTime=1719619196938(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 1]@1ef3e7ea 2024-06-28 23:59:56,938 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@11261fc9, org.eclipse.scout.rt.mom.jms.JmsSubscription@273cb729] 2024-06-28 23:59:56,941 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=3171, durable=true, userID=85541fb5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=434, properties=TypedProperties[__AMQ_CID=854ec961-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1303698251, transaction: TransactionImpl [xid=null, txID=3174, xid=null, state=COMMITTED, createTime=1719619196938(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 0]@1ef3e7ea 2024-06-28 23:59:56,942 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8553d18e-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:56,942 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8554e306-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:56,943 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85550a19-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8554e306-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8554e306-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4339f846, true, {}] 2024-06-28 23:59:56,943 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85550a1a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8554e306-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8554e306-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@232456d0, true, {}] 2024-06-28 23:59:56,943 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-28 23:59:56,944 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8555312b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=854ec95f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=854ec95f-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@303c01d0, true, {}] 2024-06-28 23:59:56,944 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3189, durable=true, userID=8555312d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=439, properties=TypedProperties[__AMQ_CID=854ec961-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@981996326, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-28 23:59:56,945 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[3189]:RELIABLE:CoreMessage[messageID=3189, durable=true, userID=8555312d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=439, properties=TypedProperties[__AMQ_CID=854ec961-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@981996326 2024-06-28 23:59:56,945 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=3189, durable=true, userID=8555312d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=439, properties=TypedProperties[__AMQ_CID=854ec961-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@981996326 to transaction: TransactionImpl [xid=null, txID=3192, xid=null, state=ACTIVE, createTime=1719619196945(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 1]@6f6585db 2024-06-28 23:59:56,945 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@d4e17ec, org.eclipse.scout.rt.mom.jms.JmsSubscription@41d34a11] 2024-06-28 23:59:56,948 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=3189, durable=true, userID=8555312d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=439, properties=TypedProperties[__AMQ_CID=854ec961-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@981996326, transaction: TransactionImpl [xid=null, txID=3192, xid=null, state=COMMITTED, createTime=1719619196945(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 0]@6f6585db 2024-06-28 23:59:56,949 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8554e306-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:56,949 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8555f47e-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:56,949 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8555f481-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8555f47e-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8555f47e-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7484d4b3, true, {}] 2024-06-28 23:59:56,950 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85561b92-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8555f47e-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8555f47e-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7907b868, true, {}] 2024-06-28 23:59:56,950 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-28 23:59:56,950 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85561b93-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=854ec95f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=854ec95f-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@331d010, true, {}] 2024-06-28 23:59:56,951 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3207, durable=true, userID=855642a5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=543, properties=TypedProperties[__AMQ_CID=854ec961-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@723965214, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-28 23:59:56,952 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[3207]:RELIABLE:CoreMessage[messageID=3207, durable=true, userID=855642a5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=543, properties=TypedProperties[__AMQ_CID=854ec961-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@723965214 2024-06-28 23:59:56,952 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=3207, durable=true, userID=855642a5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=543, properties=TypedProperties[__AMQ_CID=854ec961-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@723965214 to transaction: TransactionImpl [xid=null, txID=3210, xid=null, state=ACTIVE, createTime=1719619196952(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 1]@177f74f2 2024-06-28 23:59:56,952 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@4ab8c3c0, org.eclipse.scout.rt.mom.jms.JmsSubscription@2978d342] 2024-06-28 23:59:56,955 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=3207, durable=true, userID=855642a5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=543, properties=TypedProperties[__AMQ_CID=854ec961-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@723965214, transaction: TransactionImpl [xid=null, txID=3210, xid=null, state=COMMITTED, createTime=1719619196952(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 0]@177f74f2 2024-06-28 23:59:56,955 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8555f47e-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:56,956 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 855705f6-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:56,956 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [855705f9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=855705f6-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=855705f6-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7cfa8bd5, true, {}] 2024-06-28 23:59:56,956 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [855705fa-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=855705f6-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=855705f6-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1861eb95, true, {}] 2024-06-28 23:59:56,957 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-28 23:59:56,957 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85572d0b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=854ec95f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=854ec95f-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@e2f2188, true, {}] 2024-06-28 23:59:56,958 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3225, durable=true, userID=85572d0d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=541, properties=TypedProperties[__AMQ_CID=854ec961-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@988542634, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-28 23:59:56,958 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[3225]:RELIABLE:CoreMessage[messageID=3225, durable=true, userID=85572d0d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=541, properties=TypedProperties[__AMQ_CID=854ec961-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@988542634 2024-06-28 23:59:56,959 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=3225, durable=true, userID=85572d0d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=541, properties=TypedProperties[__AMQ_CID=854ec961-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@988542634 to transaction: TransactionImpl [xid=null, txID=3228, xid=null, state=ACTIVE, createTime=1719619196959(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 1]@25cbda4d 2024-06-28 23:59:56,959 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@59c530b5, org.eclipse.scout.rt.mom.jms.JmsSubscription@26652743] 2024-06-28 23:59:56,962 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=3225, durable=true, userID=85572d0d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=541, properties=TypedProperties[__AMQ_CID=854ec961-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@988542634, transaction: TransactionImpl [xid=null, txID=3228, xid=null, state=COMMITTED, createTime=1719619196959(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 0]@25cbda4d 2024-06-28 23:59:56,962 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 855705f6-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:56,963 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8558176e-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:56,963 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85581771-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8558176e-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8558176e-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@526eeb3a, true, {}] 2024-06-28 23:59:56,963 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85581772-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8558176e-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8558176e-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5d0fb845, true, {}] 2024-06-28 23:59:56,964 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-28 23:59:56,964 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85583e83-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=854ec95f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=854ec95f-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@18f25dc4, true, {}] 2024-06-28 23:59:56,965 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3243, durable=true, userID=85583e85-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=589, properties=TypedProperties[__AMQ_CID=854ec961-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.dataobject.DoEntity","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@601556642, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-28 23:59:56,965 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[3243]:RELIABLE:CoreMessage[messageID=3243, durable=true, userID=85583e85-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=589, properties=TypedProperties[__AMQ_CID=854ec961-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.dataobject.DoEntity","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@601556642 2024-06-28 23:59:56,966 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=3243, durable=true, userID=85583e85-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=589, properties=TypedProperties[__AMQ_CID=854ec961-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.dataobject.DoEntity","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@601556642 to transaction: TransactionImpl [xid=null, txID=3246, xid=null, state=ACTIVE, createTime=1719619196965(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 1]@1afa2dde 2024-06-28 23:59:56,966 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@7ff395fa, org.eclipse.scout.rt.mom.jms.JmsSubscription@70efc3f9] 2024-06-28 23:59:56,969 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=3243, durable=true, userID=85583e85-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=589, properties=TypedProperties[__AMQ_CID=854ec961-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.dataobject.DoEntity","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@601556642, transaction: TransactionImpl [xid=null, txID=3246, xid=null, state=COMMITTED, createTime=1719619196965(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 0]@1afa2dde 2024-06-28 23:59:56,969 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8558176e-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:56,970 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 855928e6-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:56,970 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [855928e9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=855928e6-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=855928e6-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@60244b9a, true, {}] 2024-06-28 23:59:56,970 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [855928ea-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=855928e6-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=855928e6-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5fa0fcf1, true, {}] 2024-06-28 23:59:56,971 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-28 23:59:56,971 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85594ffb-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=854ec95f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=854ec95f-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@79931a1a, true, {}] 2024-06-28 23:59:56,972 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3261, durable=true, userID=85594ffd-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=434, properties=TypedProperties[__AMQ_CID=854ec961-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1929312533, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-28 23:59:56,972 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[3261]:RELIABLE:CoreMessage[messageID=3261, durable=true, userID=85594ffd-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=434, properties=TypedProperties[__AMQ_CID=854ec961-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1929312533 2024-06-28 23:59:56,972 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=3261, durable=true, userID=85594ffd-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=434, properties=TypedProperties[__AMQ_CID=854ec961-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1929312533 to transaction: TransactionImpl [xid=null, txID=3264, xid=null, state=ACTIVE, createTime=1719619196972(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 1]@3cff52c9 2024-06-28 23:59:56,973 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@698b2343, org.eclipse.scout.rt.mom.jms.JmsSubscription@9a00385] 2024-06-28 23:59:56,976 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=3261, durable=true, userID=85594ffd-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=434, properties=TypedProperties[__AMQ_CID=854ec961-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1929312533, transaction: TransactionImpl [xid=null, txID=3264, xid=null, state=COMMITTED, createTime=1719619196972(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 0]@3cff52c9 2024-06-28 23:59:56,976 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 855928e6-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:56,977 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:56,977 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:56,977 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 854ec95f-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:56,977 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:56,977 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 78.910788 ms 2024-06-28 23:59:56,977 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:56,978 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:56,978 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:56,978 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 226288412'. 2024-06-28 23:59:56,980 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:56,980 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 855aaf8f-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:56,980 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [855aaf92-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=855aaf8f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=855aaf8f-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5aee9d1c, true, {}] 2024-06-28 23:59:56,981 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [855aaf93-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=855aaf8f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=855aaf8f-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6dae7c68, true, {}] 2024-06-28 23:59:56,981 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishSubscribeMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:59:56,981 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 855ad6a4-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:56,982 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [855afdb7-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=855ad6a4-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=855ad6a4-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@366924ef, true, {}] 2024-06-28 23:59:56,982 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [855afdb8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=855ad6a4-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=855ad6a4-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6033c2d9, true, {}] 2024-06-28 23:59:56,982 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishSubscribeMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:59:56,982 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 855afdb9-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:56,983 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [855b24cc-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=855afdb9-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=855afdb9-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@54bfd144, true, {}] 2024-06-28 23:59:56,983 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@67aedd28 2024-06-28 23:59:56,983 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [855b24cd-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=855afdb9-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=855afdb9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@192a97ab, true, {}] 2024-06-28 23:59:56,984 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3289, durable=true, userID=855b24cf-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=597, properties=TypedProperties[__AMQ_CID=855b24cb-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1091811720, context: RoutingContextImpl(Address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, routingType=ANYCAST, PreviousAddress=test/mom/testQueuePublishSubscribeMultipleSubscriptions previousRoute:ANYCAST, reusable=true, version=-2147482979) .................................................. ***** durable queues test/mom/testQueuePublishSubscribeMultipleSubscriptions: - queueID=1162 address:test/mom/testQueuePublishSubscribeMultipleSubscriptions name:test/mom/testQueuePublishSubscribeMultipleSubscriptions filter:null ***** non durable for test/mom/testQueuePublishSubscribeMultipleSubscriptions: .................................................. , transaction: null 2024-06-28 23:59:56,984 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: Reference[3289]:RELIABLE:CoreMessage[messageID=3289, durable=true, userID=855b24cf-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=597, properties=TypedProperties[__AMQ_CID=855b24cb-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1091811720 2024-06-28 23:59:56,984 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: CoreMessage[messageID=3289, durable=true, userID=855b24cf-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=597, properties=TypedProperties[__AMQ_CID=855b24cb-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1091811720 to transaction: TransactionImpl [xid=null, txID=3292, xid=null, state=ACTIVE, createTime=1719619196984(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 1]@4ad0ea92 2024-06-28 23:59:56,987 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: CoreMessage[messageID=3289, durable=true, userID=855b24cf-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:56 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=597, properties=TypedProperties[__AMQ_CID=855b24cb-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1091811720, transaction: TransactionImpl [xid=null, txID=3292, xid=null, state=COMMITTED, createTime=1719619196984(Fri Jun 28 23:59:56 UTC 2024), timeoutSeconds=-1, nr operations = 0]@4ad0ea92 2024-06-28 23:59:57,035 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@107ac2b6, org.eclipse.scout.rt.mom.jms.JmsSubscription@6e057374] 2024-06-28 23:59:57,035 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 855aaf8f-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:57,036 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 855ad6a4-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:57,037 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:57,037 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:57,037 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 855afdb9-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:57,038 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:57,038 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 59.309510 ms 2024-06-28 23:59:57,038 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:57,038 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:57,038 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:57,038 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1942337142'. 2024-06-28 23:59:57,039 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:57,040 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8563b051-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:57,040 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8563d764-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8563b051-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8563b051-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@149f2440, true, {}] 2024-06-28 23:59:57,040 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8563d765-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8563b051-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8563b051-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@340bdc1b, true, {}] 2024-06-28 23:59:57,041 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishSubscribeMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:59:57,041 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8563fe76-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:57,041 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8563fe79-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8563fe76-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8563fe76-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7cf203f2, true, {}] 2024-06-28 23:59:57,042 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8564258a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8563fe76-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8563fe76-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@349bd93c, true, {}] 2024-06-28 23:59:57,042 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishSubscribeMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:59:57,042 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8564258b-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:57,042 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8564258e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8564258b-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8564258b-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@472614ab, true, {}] 2024-06-28 23:59:57,043 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@65589d76 2024-06-28 23:59:57,043 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85644c9f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8564258b-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8564258b-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1b3e068, true, {}] 2024-06-28 23:59:57,043 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3323, durable=true, userID=85644ca1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=597, properties=TypedProperties[__AMQ_CID=8564258d-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@624786616, context: RoutingContextImpl(Address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, routingType=ANYCAST, PreviousAddress=test/mom/testQueuePublishSubscribeMultipleSubscriptions previousRoute:ANYCAST, reusable=true, version=-2147482979) .................................................. ***** durable queues test/mom/testQueuePublishSubscribeMultipleSubscriptions: - queueID=1162 address:test/mom/testQueuePublishSubscribeMultipleSubscriptions name:test/mom/testQueuePublishSubscribeMultipleSubscriptions filter:null ***** non durable for test/mom/testQueuePublishSubscribeMultipleSubscriptions: .................................................. , transaction: null 2024-06-28 23:59:57,044 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: Reference[3323]:RELIABLE:CoreMessage[messageID=3323, durable=true, userID=85644ca1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=597, properties=TypedProperties[__AMQ_CID=8564258d-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@624786616 2024-06-28 23:59:57,044 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: CoreMessage[messageID=3323, durable=true, userID=85644ca1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=597, properties=TypedProperties[__AMQ_CID=8564258d-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@624786616 to transaction: TransactionImpl [xid=null, txID=3326, xid=null, state=ACTIVE, createTime=1719619197044(Fri Jun 28 23:59:57 UTC 2024), timeoutSeconds=-1, nr operations = 1]@6096e6fa 2024-06-28 23:59:57,047 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: CoreMessage[messageID=3323, durable=true, userID=85644ca1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=597, properties=TypedProperties[__AMQ_CID=8564258d-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@624786616, transaction: TransactionImpl [xid=null, txID=3326, xid=null, state=COMMITTED, createTime=1719619197044(Fri Jun 28 23:59:57 UTC 2024), timeoutSeconds=-1, nr operations = 0]@6096e6fa 2024-06-28 23:59:57,094 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@19cb3f, org.eclipse.scout.rt.mom.jms.JmsSubscription@738a1324] 2024-06-28 23:59:57,095 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8563b051-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:57,097 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8563fe76-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:57,097 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:57,097 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:57,097 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8564258b-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:57,098 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:57,098 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 59.787153 ms 2024-06-28 23:59:57,098 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:57,098 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:57,098 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:57,098 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1705536992'. 2024-06-28 23:59:57,100 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:57,100 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 856cff33-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:57,100 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [856cff36-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=856cff33-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=856cff33-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@45ec6a57, true, {}] 2024-06-28 23:59:57,101 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [856d2647-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=856cff33-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=856cff33-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@eb89773, true, {}] 2024-06-28 23:59:57,102 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishSubscribeMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:59:57,102 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 856d4d58-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:57,102 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [856d4d5b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=856d4d58-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=856d4d58-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@597a9075, true, {}] 2024-06-28 23:59:57,102 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [856d4d5c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=856d4d58-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=856d4d58-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5b029c7e, true, {}] 2024-06-28 23:59:57,103 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishSubscribeMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:59:57,103 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 856d746d-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:57,103 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [856d7470-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=856d746d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=856d746d-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3b9d27d6, true, {}] 2024-06-28 23:59:57,104 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@c04b755 2024-06-28 23:59:57,104 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [856d9b81-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=856d746d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=856d746d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5518e58a, true, {}] 2024-06-28 23:59:57,104 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3357, durable=true, userID=856d9b83-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=597, properties=TypedProperties[__AMQ_CID=856d746f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@753651181, context: RoutingContextImpl(Address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, routingType=ANYCAST, PreviousAddress=test/mom/testQueuePublishSubscribeMultipleSubscriptions previousRoute:ANYCAST, reusable=true, version=-2147482979) .................................................. ***** durable queues test/mom/testQueuePublishSubscribeMultipleSubscriptions: - queueID=1162 address:test/mom/testQueuePublishSubscribeMultipleSubscriptions name:test/mom/testQueuePublishSubscribeMultipleSubscriptions filter:null ***** non durable for test/mom/testQueuePublishSubscribeMultipleSubscriptions: .................................................. , transaction: null 2024-06-28 23:59:57,105 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: Reference[3357]:RELIABLE:CoreMessage[messageID=3357, durable=true, userID=856d9b83-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=597, properties=TypedProperties[__AMQ_CID=856d746f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@753651181 2024-06-28 23:59:57,105 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: CoreMessage[messageID=3357, durable=true, userID=856d9b83-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=597, properties=TypedProperties[__AMQ_CID=856d746f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@753651181 to transaction: TransactionImpl [xid=null, txID=3360, xid=null, state=ACTIVE, createTime=1719619197105(Fri Jun 28 23:59:57 UTC 2024), timeoutSeconds=-1, nr operations = 1]@4676013 2024-06-28 23:59:57,108 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: CoreMessage[messageID=3357, durable=true, userID=856d9b83-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=597, properties=TypedProperties[__AMQ_CID=856d746f-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@753651181, transaction: TransactionImpl [xid=null, txID=3360, xid=null, state=COMMITTED, createTime=1719619197105(Fri Jun 28 23:59:57 UTC 2024), timeoutSeconds=-1, nr operations = 0]@4676013 2024-06-28 23:59:57,155 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@75f2a654, org.eclipse.scout.rt.mom.jms.JmsSubscription@5680228] 2024-06-28 23:59:57,157 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 856cff33-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:57,158 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 856d4d58-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:57,158 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:57,158 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:57,158 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 856d746d-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:57,159 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:57,159 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 60.693381 ms 2024-06-28 23:59:57,159 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:57,159 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:57,159 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:57,160 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 100188953'. 2024-06-28 23:59:57,161 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:57,161 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 85764e15-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:57,161 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85764e18-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85764e15-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85764e15-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@249cfdec, true, {}] 2024-06-28 23:59:57,162 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85767529-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85764e15-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85764e15-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@a2e81ed, true, {}] 2024-06-28 23:59:57,162 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishSubscribeMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:59:57,163 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 85769c3a-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:57,163 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85769c3d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85769c3a-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85769c3a-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4b49fd8d, true, {}] 2024-06-28 23:59:57,163 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85769c3e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85769c3a-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85769c3a-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@242b1efc, true, {}] 2024-06-28 23:59:57,164 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishSubscribeMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:59:57,164 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8576c34f-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:57,164 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8576c352-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8576c34f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8576c34f-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@63948e39, true, {}] 2024-06-28 23:59:57,164 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@7e168d90 2024-06-28 23:59:57,164 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8576c353-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8576c34f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8576c34f-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7e32883b, true, {}] 2024-06-28 23:59:57,165 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3391, durable=true, userID=8576ea65-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=597, properties=TypedProperties[__AMQ_CID=8576c351-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1750603478, context: RoutingContextImpl(Address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, routingType=ANYCAST, PreviousAddress=test/mom/testQueuePublishSubscribeMultipleSubscriptions previousRoute:ANYCAST, reusable=true, version=-2147482979) .................................................. ***** durable queues test/mom/testQueuePublishSubscribeMultipleSubscriptions: - queueID=1162 address:test/mom/testQueuePublishSubscribeMultipleSubscriptions name:test/mom/testQueuePublishSubscribeMultipleSubscriptions filter:null ***** non durable for test/mom/testQueuePublishSubscribeMultipleSubscriptions: .................................................. , transaction: null 2024-06-28 23:59:57,165 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: Reference[3391]:RELIABLE:CoreMessage[messageID=3391, durable=true, userID=8576ea65-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=597, properties=TypedProperties[__AMQ_CID=8576c351-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1750603478 2024-06-28 23:59:57,166 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: CoreMessage[messageID=3391, durable=true, userID=8576ea65-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=597, properties=TypedProperties[__AMQ_CID=8576c351-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1750603478 to transaction: TransactionImpl [xid=null, txID=3394, xid=null, state=ACTIVE, createTime=1719619197166(Fri Jun 28 23:59:57 UTC 2024), timeoutSeconds=-1, nr operations = 1]@1a98a7b 2024-06-28 23:59:57,169 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: CoreMessage[messageID=3391, durable=true, userID=8576ea65-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=597, properties=TypedProperties[__AMQ_CID=8576c351-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1750603478, transaction: TransactionImpl [xid=null, txID=3394, xid=null, state=COMMITTED, createTime=1719619197166(Fri Jun 28 23:59:57 UTC 2024), timeoutSeconds=-1, nr operations = 0]@1a98a7b 2024-06-28 23:59:57,216 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@54422189, org.eclipse.scout.rt.mom.jms.JmsSubscription@5f7cc6fd] 2024-06-28 23:59:57,217 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 85764e15-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:57,218 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 85769c3a-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:57,219 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:57,219 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:57,219 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8576c34f-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:57,219 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:57,219 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 59.985792 ms 2024-06-28 23:59:57,219 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:57,220 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:57,220 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:57,220 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1528580936'. 2024-06-28 23:59:57,221 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:57,222 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 857f75e7-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:57,222 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [857f9cfa-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=857f75e7-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=857f75e7-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@505b12fd, true, {}] 2024-06-28 23:59:57,222 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [857f9cfb-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=857f75e7-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=857f75e7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@24d8e77f, true, {}] 2024-06-28 23:59:57,223 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishSubscribeMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:59:57,223 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 857fc40c-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:57,224 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [857fc40f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=857fc40c-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=857fc40c-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2edaac1f, true, {}] 2024-06-28 23:59:57,224 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [857feb20-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=857fc40c-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=857fc40c-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@44abc9d, true, {}] 2024-06-28 23:59:57,224 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishSubscribeMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:59:57,224 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 857feb21-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:57,225 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85801234-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=857feb21-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=857feb21-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@754e36ff, true, {}] 2024-06-28 23:59:57,225 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@58182d7 2024-06-28 23:59:57,225 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85801235-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=857feb21-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=857feb21-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4a3dcb1f, true, {}] 2024-06-28 23:59:57,226 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3425, durable=true, userID=85801237-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=597, properties=TypedProperties[__AMQ_CID=85801233-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1782738923, context: RoutingContextImpl(Address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, routingType=ANYCAST, PreviousAddress=test/mom/testQueuePublishSubscribeMultipleSubscriptions previousRoute:ANYCAST, reusable=true, version=-2147482979) .................................................. ***** durable queues test/mom/testQueuePublishSubscribeMultipleSubscriptions: - queueID=1162 address:test/mom/testQueuePublishSubscribeMultipleSubscriptions name:test/mom/testQueuePublishSubscribeMultipleSubscriptions filter:null ***** non durable for test/mom/testQueuePublishSubscribeMultipleSubscriptions: .................................................. , transaction: null 2024-06-28 23:59:57,226 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: Reference[3425]:RELIABLE:CoreMessage[messageID=3425, durable=true, userID=85801237-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=597, properties=TypedProperties[__AMQ_CID=85801233-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1782738923 2024-06-28 23:59:57,226 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: CoreMessage[messageID=3425, durable=true, userID=85801237-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=597, properties=TypedProperties[__AMQ_CID=85801233-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1782738923 to transaction: TransactionImpl [xid=null, txID=3428, xid=null, state=ACTIVE, createTime=1719619197226(Fri Jun 28 23:59:57 UTC 2024), timeoutSeconds=-1, nr operations = 1]@1d22220b 2024-06-28 23:59:57,229 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: CoreMessage[messageID=3425, durable=true, userID=85801237-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=597, properties=TypedProperties[__AMQ_CID=85801233-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1782738923, transaction: TransactionImpl [xid=null, txID=3428, xid=null, state=COMMITTED, createTime=1719619197226(Fri Jun 28 23:59:57 UTC 2024), timeoutSeconds=-1, nr operations = 0]@1d22220b 2024-06-28 23:59:57,277 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@648ec9f4, org.eclipse.scout.rt.mom.jms.JmsSubscription@158119bf] 2024-06-28 23:59:57,278 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 857f75e7-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:57,279 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 857fc40c-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:57,279 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:57,279 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:57,280 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 857feb21-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:57,280 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:57,280 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 60.259732 ms 2024-06-28 23:59:57,280 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:57,281 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:57,281 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:57,281 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 135928123'. 2024-06-28 23:59:57,282 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:57,282 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8588c4c9-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:57,283 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8588ebdc-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8588c4c9-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8588c4c9-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@15a31417, true, {}] 2024-06-28 23:59:57,283 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8588ebdd-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8588c4c9-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8588c4c9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4cddcb66, true, {}] 2024-06-28 23:59:57,284 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishSubscribeMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:59:57,284 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 858912ee-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:57,284 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [858912f1-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=858912ee-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=858912ee-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3bc27233, true, {}] 2024-06-28 23:59:57,285 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [858912f2-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=858912ee-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=858912ee-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@56c0f19c, true, {}] 2024-06-28 23:59:57,285 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishSubscribeMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:59:57,285 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 85893a03-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:57,285 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85893a06-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85893a03-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85893a03-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6562d52c, true, {}] 2024-06-28 23:59:57,286 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@1e9d5d79 2024-06-28 23:59:57,286 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85896117-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85893a03-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85893a03-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@37db9622, true, {}] 2024-06-28 23:59:57,286 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3459, durable=true, userID=85896119-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=597, properties=TypedProperties[__AMQ_CID=85893a05-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1534964544, context: RoutingContextImpl(Address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, routingType=ANYCAST, PreviousAddress=test/mom/testQueuePublishSubscribeMultipleSubscriptions previousRoute:ANYCAST, reusable=true, version=-2147482979) .................................................. ***** durable queues test/mom/testQueuePublishSubscribeMultipleSubscriptions: - queueID=1162 address:test/mom/testQueuePublishSubscribeMultipleSubscriptions name:test/mom/testQueuePublishSubscribeMultipleSubscriptions filter:null ***** non durable for test/mom/testQueuePublishSubscribeMultipleSubscriptions: .................................................. , transaction: null 2024-06-28 23:59:57,287 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: Reference[3459]:RELIABLE:CoreMessage[messageID=3459, durable=true, userID=85896119-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=597, properties=TypedProperties[__AMQ_CID=85893a05-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1534964544 2024-06-28 23:59:57,287 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: CoreMessage[messageID=3459, durable=true, userID=85896119-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=597, properties=TypedProperties[__AMQ_CID=85893a05-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1534964544 to transaction: TransactionImpl [xid=null, txID=3462, xid=null, state=ACTIVE, createTime=1719619197287(Fri Jun 28 23:59:57 UTC 2024), timeoutSeconds=-1, nr operations = 1]@7e0a587a 2024-06-28 23:59:57,290 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: CoreMessage[messageID=3459, durable=true, userID=85896119-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=597, properties=TypedProperties[__AMQ_CID=85893a05-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1534964544, transaction: TransactionImpl [xid=null, txID=3462, xid=null, state=COMMITTED, createTime=1719619197287(Fri Jun 28 23:59:57 UTC 2024), timeoutSeconds=-1, nr operations = 0]@7e0a587a 2024-06-28 23:59:57,337 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@495c3d15, org.eclipse.scout.rt.mom.jms.JmsSubscription@10014459] 2024-06-28 23:59:57,339 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8588c4c9-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:57,339 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 858912ee-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:57,340 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:57,340 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:57,340 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 85893a03-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:57,341 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:57,341 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 60.045890 ms 2024-06-28 23:59:57,341 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:57,341 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:57,341 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:57,341 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 332374508'. 2024-06-28 23:59:57,342 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:57,343 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 859213ab-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:57,343 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [859213ae-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=859213ab-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=859213ab-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7d89b84c, true, {}] 2024-06-28 23:59:57,343 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [859213af-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=859213ab-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=859213ab-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2f171a36, true, {}] 2024-06-28 23:59:57,344 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishSubscribeMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:59:57,344 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 85923ac0-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:57,345 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [859261d3-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85923ac0-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85923ac0-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5ecaabed, true, {}] 2024-06-28 23:59:57,345 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [859261d4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85923ac0-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85923ac0-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@39a55656, true, {}] 2024-06-28 23:59:57,345 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishSubscribeMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:59:57,345 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 859261d5-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:57,346 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [859288e8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=859261d5-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=859261d5-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@57caab1f, true, {}] 2024-06-28 23:59:57,346 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4dcdc172 2024-06-28 23:59:57,346 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [859288e9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=859261d5-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=859261d5-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@77081f08, true, {}] 2024-06-28 23:59:57,347 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3493, durable=true, userID=859288eb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=597, properties=TypedProperties[__AMQ_CID=859288e7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1156150349, context: RoutingContextImpl(Address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, routingType=ANYCAST, PreviousAddress=test/mom/testQueuePublishSubscribeMultipleSubscriptions previousRoute:ANYCAST, reusable=true, version=-2147482979) .................................................. ***** durable queues test/mom/testQueuePublishSubscribeMultipleSubscriptions: - queueID=1162 address:test/mom/testQueuePublishSubscribeMultipleSubscriptions name:test/mom/testQueuePublishSubscribeMultipleSubscriptions filter:null ***** non durable for test/mom/testQueuePublishSubscribeMultipleSubscriptions: .................................................. , transaction: null 2024-06-28 23:59:57,347 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: Reference[3493]:RELIABLE:CoreMessage[messageID=3493, durable=true, userID=859288eb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=597, properties=TypedProperties[__AMQ_CID=859288e7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1156150349 2024-06-28 23:59:57,347 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: CoreMessage[messageID=3493, durable=true, userID=859288eb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=597, properties=TypedProperties[__AMQ_CID=859288e7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1156150349 to transaction: TransactionImpl [xid=null, txID=3496, xid=null, state=ACTIVE, createTime=1719619197347(Fri Jun 28 23:59:57 UTC 2024), timeoutSeconds=-1, nr operations = 1]@4de33316 2024-06-28 23:59:57,351 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: CoreMessage[messageID=3493, durable=true, userID=859288eb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=597, properties=TypedProperties[__AMQ_CID=859288e7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1156150349, transaction: TransactionImpl [xid=null, txID=3496, xid=null, state=COMMITTED, createTime=1719619197347(Fri Jun 28 23:59:57 UTC 2024), timeoutSeconds=-1, nr operations = 0]@4de33316 2024-06-28 23:59:57,398 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@25dc8147, org.eclipse.scout.rt.mom.jms.JmsSubscription@5aeb2c8a] 2024-06-28 23:59:57,399 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 859213ab-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:57,400 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 85923ac0-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:57,400 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:57,400 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:57,400 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 859261d5-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:57,401 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:57,401 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 59.700508 ms 2024-06-28 23:59:57,401 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:57,401 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:57,401 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:57,401 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 87816081'. 2024-06-28 23:59:57,403 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:57,403 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 859b3b7d-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:57,403 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [859b3b80-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=859b3b7d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=859b3b7d-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@75a9ec9a, true, {}] 2024-06-28 23:59:57,404 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [859b6291-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=859b3b7d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=859b3b7d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2c2770c4, true, {}] 2024-06-28 23:59:57,404 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishSubscribeMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:59:57,405 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 859b6292-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:57,405 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [859b89a5-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=859b6292-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=859b6292-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4b78f157, true, {}] 2024-06-28 23:59:57,405 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [859b89a6-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=859b6292-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=859b6292-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@563c62c7, true, {}] 2024-06-28 23:59:57,405 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishSubscribeMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:59:57,406 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 859bb0b7-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:57,406 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [859bb0ba-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=859bb0b7-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=859bb0b7-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@48347bb9, true, {}] 2024-06-28 23:59:57,406 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@aba4a33 2024-06-28 23:59:57,406 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [859bb0bb-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=859bb0b7-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=859bb0b7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@37f0b739, true, {}] 2024-06-28 23:59:57,407 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3527, durable=true, userID=859bd7cd-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=597, properties=TypedProperties[__AMQ_CID=859bb0b9-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@597801443, context: RoutingContextImpl(Address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, routingType=ANYCAST, PreviousAddress=test/mom/testQueuePublishSubscribeMultipleSubscriptions previousRoute:ANYCAST, reusable=true, version=-2147482979) .................................................. ***** durable queues test/mom/testQueuePublishSubscribeMultipleSubscriptions: - queueID=1162 address:test/mom/testQueuePublishSubscribeMultipleSubscriptions name:test/mom/testQueuePublishSubscribeMultipleSubscriptions filter:null ***** non durable for test/mom/testQueuePublishSubscribeMultipleSubscriptions: .................................................. , transaction: null 2024-06-28 23:59:57,407 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: Reference[3527]:RELIABLE:CoreMessage[messageID=3527, durable=true, userID=859bd7cd-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=597, properties=TypedProperties[__AMQ_CID=859bb0b9-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@597801443 2024-06-28 23:59:57,407 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: CoreMessage[messageID=3527, durable=true, userID=859bd7cd-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=597, properties=TypedProperties[__AMQ_CID=859bb0b9-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@597801443 to transaction: TransactionImpl [xid=null, txID=3530, xid=null, state=ACTIVE, createTime=1719619197407(Fri Jun 28 23:59:57 UTC 2024), timeoutSeconds=-1, nr operations = 1]@6fb5221d 2024-06-28 23:59:57,411 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: CoreMessage[messageID=3527, durable=true, userID=859bd7cd-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=597, properties=TypedProperties[__AMQ_CID=859bb0b9-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@597801443, transaction: TransactionImpl [xid=null, txID=3530, xid=null, state=COMMITTED, createTime=1719619197407(Fri Jun 28 23:59:57 UTC 2024), timeoutSeconds=-1, nr operations = 0]@6fb5221d 2024-06-28 23:59:57,458 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@312af870, org.eclipse.scout.rt.mom.jms.JmsSubscription@27df971b] 2024-06-28 23:59:57,459 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 859b3b7d-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:57,460 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 859b6292-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:57,460 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:57,460 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:57,461 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 859bb0b7-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:57,461 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:57,461 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 59.839819 ms 2024-06-28 23:59:57,461 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:57,461 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:57,462 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:57,462 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 193516180'. 2024-06-28 23:59:57,463 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:57,463 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 85a4634f-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:57,464 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85a46352-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85a4634f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85a4634f-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6c7e93fd, true, {}] 2024-06-28 23:59:57,464 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85a48a63-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85a4634f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85a4634f-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5ee7cb1a, true, {}] 2024-06-28 23:59:57,464 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishSubscribeMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:59:57,465 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 85a4b174-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:57,465 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85a4b177-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85a4b174-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85a4b174-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@122f339b, true, {}] 2024-06-28 23:59:57,465 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85a4b178-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85a4b174-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85a4b174-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5055cba2, true, {}] 2024-06-28 23:59:57,465 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishSubscribeMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:59:57,466 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 85a4d889-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:57,466 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85a4d88c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85a4d889-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85a4d889-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@321869c6, true, {}] 2024-06-28 23:59:57,466 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@45c3cf0c 2024-06-28 23:59:57,466 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85a4d88d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85a4d889-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85a4d889-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2535ea27, true, {}] 2024-06-28 23:59:57,467 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3561, durable=true, userID=85a4d88f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=597, properties=TypedProperties[__AMQ_CID=85a4d88b-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1283960565, context: RoutingContextImpl(Address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, routingType=ANYCAST, PreviousAddress=test/mom/testQueuePublishSubscribeMultipleSubscriptions previousRoute:ANYCAST, reusable=true, version=-2147482979) .................................................. ***** durable queues test/mom/testQueuePublishSubscribeMultipleSubscriptions: - queueID=1162 address:test/mom/testQueuePublishSubscribeMultipleSubscriptions name:test/mom/testQueuePublishSubscribeMultipleSubscriptions filter:null ***** non durable for test/mom/testQueuePublishSubscribeMultipleSubscriptions: .................................................. , transaction: null 2024-06-28 23:59:57,467 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: Reference[3561]:RELIABLE:CoreMessage[messageID=3561, durable=true, userID=85a4d88f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=597, properties=TypedProperties[__AMQ_CID=85a4d88b-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1283960565 2024-06-28 23:59:57,467 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: CoreMessage[messageID=3561, durable=true, userID=85a4d88f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=597, properties=TypedProperties[__AMQ_CID=85a4d88b-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1283960565 to transaction: TransactionImpl [xid=null, txID=3564, xid=null, state=ACTIVE, createTime=1719619197467(Fri Jun 28 23:59:57 UTC 2024), timeoutSeconds=-1, nr operations = 1]@363d4773 2024-06-28 23:59:57,471 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: CoreMessage[messageID=3561, durable=true, userID=85a4d88f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=597, properties=TypedProperties[__AMQ_CID=85a4d88b-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1283960565, transaction: TransactionImpl [xid=null, txID=3564, xid=null, state=COMMITTED, createTime=1719619197467(Fri Jun 28 23:59:57 UTC 2024), timeoutSeconds=-1, nr operations = 0]@363d4773 2024-06-28 23:59:57,518 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1911427a, org.eclipse.scout.rt.mom.jms.JmsSubscription@2acb6c9a] 2024-06-28 23:59:57,519 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 85a4634f-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:57,520 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 85a4b174-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:57,521 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:57,521 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:57,521 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 85a4d889-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:57,521 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:57,521 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 59.789409 ms 2024-06-28 23:59:57,521 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:57,522 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:57,522 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:57,522 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 987361386'. 2024-06-28 23:59:57,523 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:57,523 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 85ad8b21-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:57,524 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85adb234-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85ad8b21-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85ad8b21-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5a2a4f76, true, {}] 2024-06-28 23:59:57,524 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85adb235-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85ad8b21-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85ad8b21-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6e83fd7, true, {}] 2024-06-28 23:59:57,525 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishSubscribeMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:59:57,525 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 85add946-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:57,525 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85add949-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85add946-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85add946-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@138fc3c6, true, {}] 2024-06-28 23:59:57,525 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85add94a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85add946-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85add946-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5fccab9c, true, {}] 2024-06-28 23:59:57,526 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testQueuePublishSubscribeMultipleSubscriptions, null, 0, false, true, null] 2024-06-28 23:59:57,526 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 85ae005b-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:57,526 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85ae005e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85ae005b-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85ae005b-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2b0667a4, true, {}] 2024-06-28 23:59:57,526 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@3299cc9f 2024-06-28 23:59:57,527 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85ae276f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85ae005b-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85ae005b-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@65ebc4d7, true, {}] 2024-06-28 23:59:57,527 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3595, durable=true, userID=85ae2771-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=597, properties=TypedProperties[__AMQ_CID=85ae005d-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@292971038, context: RoutingContextImpl(Address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, routingType=ANYCAST, PreviousAddress=test/mom/testQueuePublishSubscribeMultipleSubscriptions previousRoute:ANYCAST, reusable=true, version=-2147482979) .................................................. ***** durable queues test/mom/testQueuePublishSubscribeMultipleSubscriptions: - queueID=1162 address:test/mom/testQueuePublishSubscribeMultipleSubscriptions name:test/mom/testQueuePublishSubscribeMultipleSubscriptions filter:null ***** non durable for test/mom/testQueuePublishSubscribeMultipleSubscriptions: .................................................. , transaction: null 2024-06-28 23:59:57,528 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: Reference[3595]:RELIABLE:CoreMessage[messageID=3595, durable=true, userID=85ae2771-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=597, properties=TypedProperties[__AMQ_CID=85ae005d-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@292971038 2024-06-28 23:59:57,528 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: CoreMessage[messageID=3595, durable=true, userID=85ae2771-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=597, properties=TypedProperties[__AMQ_CID=85ae005d-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@292971038 to transaction: TransactionImpl [xid=null, txID=3598, xid=null, state=ACTIVE, createTime=1719619197528(Fri Jun 28 23:59:57 UTC 2024), timeoutSeconds=-1, nr operations = 1]@33f394d 2024-06-28 23:59:57,531 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testQueuePublishSubscribeMultipleSubscriptions: CoreMessage[messageID=3595, durable=true, userID=85ae2771-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testQueuePublishSubscribeMultipleSubscriptions, size=597, properties=TypedProperties[__AMQ_CID=85ae005d-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@292971038, transaction: TransactionImpl [xid=null, txID=3598, xid=null, state=COMMITTED, createTime=1719619197528(Fri Jun 28 23:59:57 UTC 2024), timeoutSeconds=-1, nr operations = 0]@33f394d 2024-06-28 23:59:57,578 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@54a332e4, org.eclipse.scout.rt.mom.jms.JmsSubscription@1e3f0c5c] 2024-06-28 23:59:57,579 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 85ad8b21-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:57,581 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 85add946-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:57,581 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:57,581 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:57,581 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 85ae005b-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:57,582 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:57,582 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 60.022010 ms 2024-06-28 23:59:57,582 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:57,582 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:57,582 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:57,583 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1079491260'. 2024-06-28 23:59:57,584 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:57,584 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 85b6d903-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:57,584 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85b6d906-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85b6d903-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85b6d903-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3682f5a9, true, {}] 2024-06-28 23:59:57,585 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85b70017-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85b6d903-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85b6d903-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@484b82cd, true, {}] 2024-06-28 23:59:57,585 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishObject, null, 0, false, true, null] 2024-06-28 23:59:57,586 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 85b72728-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:57,586 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85b7272b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85b72728-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85b72728-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@23925f3f, true, {}] 2024-06-28 23:59:57,586 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@63a6dffd 2024-06-28 23:59:57,586 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85b7272c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85b72728-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85b72728-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7fca2283, true, {}] 2024-06-28 23:59:57,587 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3623, durable=true, userID=85b74e3e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=740, properties=TypedProperties[__AMQ_CID=85b7272a-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person"}, _AMQ_ROUTING_TYPE=1]]@966128381, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482978) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=1427 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-28 23:59:57,588 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[3623]:RELIABLE:CoreMessage[messageID=3623, durable=true, userID=85b74e3e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=740, properties=TypedProperties[__AMQ_CID=85b7272a-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person"}, _AMQ_ROUTING_TYPE=1]]@966128381 2024-06-28 23:59:57,588 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishObject: CoreMessage[messageID=3623, durable=true, userID=85b74e3e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=740, properties=TypedProperties[__AMQ_CID=85b7272a-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person"}, _AMQ_ROUTING_TYPE=1]]@966128381 to transaction: TransactionImpl [xid=null, txID=3626, xid=null, state=ACTIVE, createTime=1719619197588(Fri Jun 28 23:59:57 UTC 2024), timeoutSeconds=-1, nr operations = 1]@5ea0e822 2024-06-28 23:59:57,589 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@601c953c, org.eclipse.scout.rt.mom.jms.JmsSubscription@5ca67657] 2024-06-28 23:59:57,591 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishObject: CoreMessage[messageID=3623, durable=true, userID=85b74e3e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=740, properties=TypedProperties[__AMQ_CID=85b7272a-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person"}, _AMQ_ROUTING_TYPE=1]]@966128381, transaction: TransactionImpl [xid=null, txID=3626, xid=null, state=COMMITTED, createTime=1719619197588(Fri Jun 28 23:59:57 UTC 2024), timeoutSeconds=-1, nr operations = 0]@5ea0e822 2024-06-28 23:59:57,591 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 85b6d903-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:57,592 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:57,592 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:57,592 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 85b72728-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:57,593 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:57,593 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 10.177333 ms 2024-06-28 23:59:57,593 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:57,593 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:57,593 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:57,593 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 2137629035'. 2024-06-28 23:59:57,595 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:57,595 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 85b886c0-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:57,596 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85b8add3-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85b886c0-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85b886c0-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7c64077a, true, {}] 2024-06-28 23:59:57,596 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85b8add4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85b886c0-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85b886c0-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@34ab5aeb, true, {}] 2024-06-28 23:59:57,597 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishDataObjectJson, null, 0, false, true, null] 2024-06-28 23:59:57,597 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 85b8d4e5-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:57,598 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85b8fbf8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85b8d4e5-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85b8d4e5-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5ad2cc60, true, {}] 2024-06-28 23:59:57,598 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@6eec564c 2024-06-28 23:59:57,598 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85b8fbf9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85b8d4e5-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85b8d4e5-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@10ffb4d0, true, {}] 2024-06-28 23:59:57,599 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3645, durable=true, userID=85b8fbfb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishDataObjectJson, size=517, properties=TypedProperties[__AMQ_CID=85b8fbf7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@805166303, context: RoutingContextImpl(Address=test/mom/testPublishDataObjectJson, routingType=ANYCAST, PreviousAddress=test/mom/testPublishDataObjectJson previousRoute:ANYCAST, reusable=true, version=-2147482977) .................................................. ***** durable queues test/mom/testPublishDataObjectJson: - queueID=1450 address:test/mom/testPublishDataObjectJson name:test/mom/testPublishDataObjectJson filter:null ***** non durable for test/mom/testPublishDataObjectJson: .................................................. , transaction: null 2024-06-28 23:59:57,599 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishDataObjectJson: Reference[3645]:RELIABLE:CoreMessage[messageID=3645, durable=true, userID=85b8fbfb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishDataObjectJson, size=517, properties=TypedProperties[__AMQ_CID=85b8fbf7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@805166303 2024-06-28 23:59:57,599 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishDataObjectJson: CoreMessage[messageID=3645, durable=true, userID=85b8fbfb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishDataObjectJson, size=517, properties=TypedProperties[__AMQ_CID=85b8fbf7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@805166303 to transaction: TransactionImpl [xid=null, txID=3648, xid=null, state=ACTIVE, createTime=1719619197599(Fri Jun 28 23:59:57 UTC 2024), timeoutSeconds=-1, nr operations = 1]@4ba6301f 2024-06-28 23:59:57,600 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@2eb95662, org.eclipse.scout.rt.mom.jms.JmsSubscription@4d87553b] 2024-06-28 23:59:57,603 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishDataObjectJson: CoreMessage[messageID=3645, durable=true, userID=85b8fbfb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishDataObjectJson, size=517, properties=TypedProperties[__AMQ_CID=85b8fbf7-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@805166303, transaction: TransactionImpl [xid=null, txID=3648, xid=null, state=COMMITTED, createTime=1719619197599(Fri Jun 28 23:59:57 UTC 2024), timeoutSeconds=-1, nr operations = 0]@4ba6301f 2024-06-28 23:59:57,603 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 85b886c0-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:57,604 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:57,604 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:57,605 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 85b8d4e5-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:57,605 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:57,606 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 12.278168 ms 2024-06-28 23:59:57,606 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:57,606 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:57,606 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:57,607 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1358673514'. 2024-06-28 23:59:57,608 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:57,608 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 85ba829d-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:57,609 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85baa9b0-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85ba829d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85ba829d-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@378bfccf, true, {}] 2024-06-28 23:59:57,609 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@5498d2a2 2024-06-28 23:59:57,609 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85baa9b1-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85ba829d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85ba829d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5bb20d6, true, {}] 2024-06-28 23:59:57,611 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3661, durable=true, userID=85bad0c3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=557, properties=TypedProperties[__AMQ_CID=85baa9af-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@929088618, context: RoutingContextImpl(Address=test/mom/testConcurrentMessageConsumption, routingType=ANYCAST, PreviousAddress=test/mom/testConcurrentMessageConsumption previousRoute:ANYCAST, reusable=true, version=-2147482976) .................................................. ***** durable queues test/mom/testConcurrentMessageConsumption: - queueID=1473 address:test/mom/testConcurrentMessageConsumption name:test/mom/testConcurrentMessageConsumption filter:null ***** non durable for test/mom/testConcurrentMessageConsumption: .................................................. , transaction: null 2024-06-28 23:59:57,611 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85baf7d4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85ba829d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85ba829d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@76bafd7d, true, {}] 2024-06-28 23:59:57,612 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3666, durable=true, userID=85baf7d6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=557, properties=TypedProperties[__AMQ_CID=85baa9af-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1940423956, context: RoutingContextImpl(Address=test/mom/testConcurrentMessageConsumption, routingType=ANYCAST, PreviousAddress=test/mom/testConcurrentMessageConsumption previousRoute:ANYCAST, reusable=true, version=-2147482976) .................................................. ***** durable queues test/mom/testConcurrentMessageConsumption: - queueID=1473 address:test/mom/testConcurrentMessageConsumption name:test/mom/testConcurrentMessageConsumption filter:null ***** non durable for test/mom/testConcurrentMessageConsumption: .................................................. , transaction: null 2024-06-28 23:59:57,615 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85bb9417-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85ba829d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85ba829d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3101d869, true, {}] 2024-06-28 23:59:57,615 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3671, durable=true, userID=85bb9419-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=557, properties=TypedProperties[__AMQ_CID=85baa9af-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@484849593, context: RoutingContextImpl(Address=test/mom/testConcurrentMessageConsumption, routingType=ANYCAST, PreviousAddress=test/mom/testConcurrentMessageConsumption previousRoute:ANYCAST, reusable=true, version=-2147482976) .................................................. ***** durable queues test/mom/testConcurrentMessageConsumption: - queueID=1473 address:test/mom/testConcurrentMessageConsumption name:test/mom/testConcurrentMessageConsumption filter:null ***** non durable for test/mom/testConcurrentMessageConsumption: .................................................. , transaction: null 2024-06-28 23:59:57,618 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85bc094a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85ba829d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85ba829d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@40bced89, true, {}] 2024-06-28 23:59:57,618 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3676, durable=true, userID=85bc094c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=557, properties=TypedProperties[__AMQ_CID=85baa9af-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@350144268, context: RoutingContextImpl(Address=test/mom/testConcurrentMessageConsumption, routingType=ANYCAST, PreviousAddress=test/mom/testConcurrentMessageConsumption previousRoute:ANYCAST, reusable=true, version=-2147482976) .................................................. ***** durable queues test/mom/testConcurrentMessageConsumption: - queueID=1473 address:test/mom/testConcurrentMessageConsumption name:test/mom/testConcurrentMessageConsumption filter:null ***** non durable for test/mom/testConcurrentMessageConsumption: .................................................. , transaction: null 2024-06-28 23:59:57,621 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85bc7e7d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85ba829d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85ba829d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2fa8743c, true, {}] 2024-06-28 23:59:57,622 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3681, durable=true, userID=85bca58f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=557, properties=TypedProperties[__AMQ_CID=85baa9af-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@365182592, context: RoutingContextImpl(Address=test/mom/testConcurrentMessageConsumption, routingType=ANYCAST, PreviousAddress=test/mom/testConcurrentMessageConsumption previousRoute:ANYCAST, reusable=true, version=-2147482976) .................................................. ***** durable queues test/mom/testConcurrentMessageConsumption: - queueID=1473 address:test/mom/testConcurrentMessageConsumption name:test/mom/testConcurrentMessageConsumption filter:null ***** non durable for test/mom/testConcurrentMessageConsumption: .................................................. , transaction: null 2024-06-28 23:59:57,625 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85bd1ac0-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85ba829d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85ba829d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4e135c2e, true, {}] 2024-06-28 23:59:57,625 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3686, durable=true, userID=85bd1ac2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=557, properties=TypedProperties[__AMQ_CID=85baa9af-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@760250825, context: RoutingContextImpl(Address=test/mom/testConcurrentMessageConsumption, routingType=ANYCAST, PreviousAddress=test/mom/testConcurrentMessageConsumption previousRoute:ANYCAST, reusable=true, version=-2147482976) .................................................. ***** durable queues test/mom/testConcurrentMessageConsumption: - queueID=1473 address:test/mom/testConcurrentMessageConsumption name:test/mom/testConcurrentMessageConsumption filter:null ***** non durable for test/mom/testConcurrentMessageConsumption: .................................................. , transaction: null 2024-06-28 23:59:57,628 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85bd8ff3-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85ba829d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85ba829d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1a672152, true, {}] 2024-06-28 23:59:57,629 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3691, durable=true, userID=85bd8ff5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=557, properties=TypedProperties[__AMQ_CID=85baa9af-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1475122286, context: RoutingContextImpl(Address=test/mom/testConcurrentMessageConsumption, routingType=ANYCAST, PreviousAddress=test/mom/testConcurrentMessageConsumption previousRoute:ANYCAST, reusable=true, version=-2147482976) .................................................. ***** durable queues test/mom/testConcurrentMessageConsumption: - queueID=1473 address:test/mom/testConcurrentMessageConsumption name:test/mom/testConcurrentMessageConsumption filter:null ***** non durable for test/mom/testConcurrentMessageConsumption: .................................................. , transaction: null 2024-06-28 23:59:57,632 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85be2c36-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85ba829d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85ba829d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6368802d, true, {}] 2024-06-28 23:59:57,632 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3696, durable=true, userID=85be2c38-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=557, properties=TypedProperties[__AMQ_CID=85baa9af-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1148421920, context: RoutingContextImpl(Address=test/mom/testConcurrentMessageConsumption, routingType=ANYCAST, PreviousAddress=test/mom/testConcurrentMessageConsumption previousRoute:ANYCAST, reusable=true, version=-2147482976) .................................................. ***** durable queues test/mom/testConcurrentMessageConsumption: - queueID=1473 address:test/mom/testConcurrentMessageConsumption name:test/mom/testConcurrentMessageConsumption filter:null ***** non durable for test/mom/testConcurrentMessageConsumption: .................................................. , transaction: null 2024-06-28 23:59:57,635 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85bea169-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85ba829d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85ba829d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2677de05, true, {}] 2024-06-28 23:59:57,636 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3701, durable=true, userID=85bec87b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=557, properties=TypedProperties[__AMQ_CID=85baa9af-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@119977005, context: RoutingContextImpl(Address=test/mom/testConcurrentMessageConsumption, routingType=ANYCAST, PreviousAddress=test/mom/testConcurrentMessageConsumption previousRoute:ANYCAST, reusable=true, version=-2147482976) .................................................. ***** durable queues test/mom/testConcurrentMessageConsumption: - queueID=1473 address:test/mom/testConcurrentMessageConsumption name:test/mom/testConcurrentMessageConsumption filter:null ***** non durable for test/mom/testConcurrentMessageConsumption: .................................................. , transaction: null 2024-06-28 23:59:57,639 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85bf3dac-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85ba829d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85ba829d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2a50008f, true, {}] 2024-06-28 23:59:57,639 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3706, durable=true, userID=85bf3dae-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=557, properties=TypedProperties[__AMQ_CID=85baa9af-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@260665069, context: RoutingContextImpl(Address=test/mom/testConcurrentMessageConsumption, routingType=ANYCAST, PreviousAddress=test/mom/testConcurrentMessageConsumption previousRoute:ANYCAST, reusable=true, version=-2147482976) .................................................. ***** durable queues test/mom/testConcurrentMessageConsumption: - queueID=1473 address:test/mom/testConcurrentMessageConsumption name:test/mom/testConcurrentMessageConsumption filter:null ***** non durable for test/mom/testConcurrentMessageConsumption: .................................................. , transaction: null 2024-06-28 23:59:57,642 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 85bfb2df-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:57,643 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85bfd9f2-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85bfb2df-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85bfb2df-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6255e006, true, {}] 2024-06-28 23:59:57,643 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85bfd9f3-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85bfb2df-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85bfb2df-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@73b91b6e, true, {}] 2024-06-28 23:59:57,643 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testConcurrentMessageConsumption, null, 0, false, true, null] 2024-06-28 23:59:57,644 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testConcurrentMessageConsumption: Reference[3661]:RELIABLE:CoreMessage[messageID=3661, durable=true, userID=85bad0c3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=557, properties=TypedProperties[__AMQ_CID=85baa9af-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@929088618 2024-06-28 23:59:57,644 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testConcurrentMessageConsumption: Reference[3666]:RELIABLE:CoreMessage[messageID=3666, durable=true, userID=85baf7d6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=557, properties=TypedProperties[__AMQ_CID=85baa9af-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1940423956 2024-06-28 23:59:57,644 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testConcurrentMessageConsumption: Reference[3671]:RELIABLE:CoreMessage[messageID=3671, durable=true, userID=85bb9419-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=557, properties=TypedProperties[__AMQ_CID=85baa9af-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@484849593 2024-06-28 23:59:57,644 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testConcurrentMessageConsumption: Reference[3676]:RELIABLE:CoreMessage[messageID=3676, durable=true, userID=85bc094c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=557, properties=TypedProperties[__AMQ_CID=85baa9af-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@350144268 2024-06-28 23:59:57,644 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testConcurrentMessageConsumption: CoreMessage[messageID=3661, durable=true, userID=85bad0c3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=557, properties=TypedProperties[__AMQ_CID=85baa9af-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@929088618 to transaction: TransactionImpl [xid=null, txID=3715, xid=null, state=ACTIVE, createTime=1719619197644(Fri Jun 28 23:59:57 UTC 2024), timeoutSeconds=-1, nr operations = 1]@6bf27a2e 2024-06-28 23:59:57,644 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testConcurrentMessageConsumption: Reference[3681]:RELIABLE:CoreMessage[messageID=3681, durable=true, userID=85bca58f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=557, properties=TypedProperties[__AMQ_CID=85baa9af-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@365182592 2024-06-28 23:59:57,644 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testConcurrentMessageConsumption: Reference[3686]:RELIABLE:CoreMessage[messageID=3686, durable=true, userID=85bd1ac2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=557, properties=TypedProperties[__AMQ_CID=85baa9af-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@760250825 2024-06-28 23:59:57,644 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testConcurrentMessageConsumption: Reference[3691]:RELIABLE:CoreMessage[messageID=3691, durable=true, userID=85bd8ff5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=557, properties=TypedProperties[__AMQ_CID=85baa9af-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1475122286 2024-06-28 23:59:57,644 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testConcurrentMessageConsumption: Reference[3696]:RELIABLE:CoreMessage[messageID=3696, durable=true, userID=85be2c38-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=557, properties=TypedProperties[__AMQ_CID=85baa9af-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1148421920 2024-06-28 23:59:57,644 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testConcurrentMessageConsumption: CoreMessage[messageID=3666, durable=true, userID=85baf7d6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=557, properties=TypedProperties[__AMQ_CID=85baa9af-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1940423956 to transaction: TransactionImpl [xid=null, txID=3716, xid=null, state=ACTIVE, createTime=1719619197644(Fri Jun 28 23:59:57 UTC 2024), timeoutSeconds=-1, nr operations = 1]@9991c15 2024-06-28 23:59:57,644 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testConcurrentMessageConsumption: Reference[3701]:RELIABLE:CoreMessage[messageID=3701, durable=true, userID=85bec87b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=557, properties=TypedProperties[__AMQ_CID=85baa9af-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@119977005 2024-06-28 23:59:57,644 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testConcurrentMessageConsumption: Reference[3706]:RELIABLE:CoreMessage[messageID=3706, durable=true, userID=85bf3dae-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=557, properties=TypedProperties[__AMQ_CID=85baa9af-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@260665069 2024-06-28 23:59:57,644 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testConcurrentMessageConsumption: CoreMessage[messageID=3671, durable=true, userID=85bb9419-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=557, properties=TypedProperties[__AMQ_CID=85baa9af-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@484849593 to transaction: TransactionImpl [xid=null, txID=3717, xid=null, state=ACTIVE, createTime=1719619197644(Fri Jun 28 23:59:57 UTC 2024), timeoutSeconds=-1, nr operations = 1]@38ebdad8 2024-06-28 23:59:57,644 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testConcurrentMessageConsumption: CoreMessage[messageID=3676, durable=true, userID=85bc094c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=557, properties=TypedProperties[__AMQ_CID=85baa9af-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@350144268 to transaction: TransactionImpl [xid=null, txID=3718, xid=null, state=ACTIVE, createTime=1719619197644(Fri Jun 28 23:59:57 UTC 2024), timeoutSeconds=-1, nr operations = 1]@199b89ad 2024-06-28 23:59:57,644 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testConcurrentMessageConsumption: CoreMessage[messageID=3681, durable=true, userID=85bca58f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=557, properties=TypedProperties[__AMQ_CID=85baa9af-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@365182592 to transaction: TransactionImpl [xid=null, txID=3719, xid=null, state=ACTIVE, createTime=1719619197644(Fri Jun 28 23:59:57 UTC 2024), timeoutSeconds=-1, nr operations = 1]@6dc318dc 2024-06-28 23:59:57,644 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testConcurrentMessageConsumption: CoreMessage[messageID=3686, durable=true, userID=85bd1ac2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=557, properties=TypedProperties[__AMQ_CID=85baa9af-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@760250825 to transaction: TransactionImpl [xid=null, txID=3720, xid=null, state=ACTIVE, createTime=1719619197644(Fri Jun 28 23:59:57 UTC 2024), timeoutSeconds=-1, nr operations = 1]@2cfbc8c5 2024-06-28 23:59:57,645 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testConcurrentMessageConsumption: CoreMessage[messageID=3691, durable=true, userID=85bd8ff5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=557, properties=TypedProperties[__AMQ_CID=85baa9af-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1475122286 to transaction: TransactionImpl [xid=null, txID=3721, xid=null, state=ACTIVE, createTime=1719619197644(Fri Jun 28 23:59:57 UTC 2024), timeoutSeconds=-1, nr operations = 1]@4a20fa98 2024-06-28 23:59:57,645 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testConcurrentMessageConsumption: CoreMessage[messageID=3696, durable=true, userID=85be2c38-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=557, properties=TypedProperties[__AMQ_CID=85baa9af-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1148421920 to transaction: TransactionImpl [xid=null, txID=3722, xid=null, state=ACTIVE, createTime=1719619197645(Fri Jun 28 23:59:57 UTC 2024), timeoutSeconds=-1, nr operations = 1]@fb3c490 2024-06-28 23:59:57,645 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testConcurrentMessageConsumption: CoreMessage[messageID=3701, durable=true, userID=85bec87b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=557, properties=TypedProperties[__AMQ_CID=85baa9af-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@119977005 to transaction: TransactionImpl [xid=null, txID=3723, xid=null, state=ACTIVE, createTime=1719619197645(Fri Jun 28 23:59:57 UTC 2024), timeoutSeconds=-1, nr operations = 1]@2d33dbdb 2024-06-28 23:59:57,645 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testConcurrentMessageConsumption: CoreMessage[messageID=3706, durable=true, userID=85bf3dae-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=557, properties=TypedProperties[__AMQ_CID=85baa9af-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@260665069 to transaction: TransactionImpl [xid=null, txID=3724, xid=null, state=ACTIVE, createTime=1719619197645(Fri Jun 28 23:59:57 UTC 2024), timeoutSeconds=-1, nr operations = 1]@1ecf75f7 2024-06-28 23:59:57,645 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@40a0364a] 2024-06-28 23:59:57,645 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testConcurrentMessageConsumption: CoreMessage[messageID=3661, durable=true, userID=85bad0c3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=557, properties=TypedProperties[__AMQ_CID=85baa9af-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@929088618, transaction: TransactionImpl [xid=null, txID=3715, xid=null, state=COMMITTED, createTime=1719619197644(Fri Jun 28 23:59:57 UTC 2024), timeoutSeconds=-1, nr operations = 0]@6bf27a2e 2024-06-28 23:59:57,645 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testConcurrentMessageConsumption: CoreMessage[messageID=3666, durable=true, userID=85baf7d6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=557, properties=TypedProperties[__AMQ_CID=85baa9af-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1940423956, transaction: TransactionImpl [xid=null, txID=3716, xid=null, state=COMMITTED, createTime=1719619197644(Fri Jun 28 23:59:57 UTC 2024), timeoutSeconds=-1, nr operations = 0]@9991c15 2024-06-28 23:59:57,645 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testConcurrentMessageConsumption: CoreMessage[messageID=3671, durable=true, userID=85bb9419-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=557, properties=TypedProperties[__AMQ_CID=85baa9af-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@484849593, transaction: TransactionImpl [xid=null, txID=3717, xid=null, state=COMMITTED, createTime=1719619197644(Fri Jun 28 23:59:57 UTC 2024), timeoutSeconds=-1, nr operations = 0]@38ebdad8 2024-06-28 23:59:57,645 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testConcurrentMessageConsumption: CoreMessage[messageID=3676, durable=true, userID=85bc094c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=557, properties=TypedProperties[__AMQ_CID=85baa9af-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@350144268, transaction: TransactionImpl [xid=null, txID=3718, xid=null, state=COMMITTED, createTime=1719619197644(Fri Jun 28 23:59:57 UTC 2024), timeoutSeconds=-1, nr operations = 0]@199b89ad 2024-06-28 23:59:57,645 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testConcurrentMessageConsumption: CoreMessage[messageID=3681, durable=true, userID=85bca58f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=557, properties=TypedProperties[__AMQ_CID=85baa9af-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@365182592, transaction: TransactionImpl [xid=null, txID=3719, xid=null, state=COMMITTED, createTime=1719619197644(Fri Jun 28 23:59:57 UTC 2024), timeoutSeconds=-1, nr operations = 0]@6dc318dc 2024-06-28 23:59:57,645 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testConcurrentMessageConsumption: CoreMessage[messageID=3686, durable=true, userID=85bd1ac2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=557, properties=TypedProperties[__AMQ_CID=85baa9af-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@760250825, transaction: TransactionImpl [xid=null, txID=3720, xid=null, state=COMMITTED, createTime=1719619197644(Fri Jun 28 23:59:57 UTC 2024), timeoutSeconds=-1, nr operations = 0]@2cfbc8c5 2024-06-28 23:59:57,646 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testConcurrentMessageConsumption: CoreMessage[messageID=3691, durable=true, userID=85bd8ff5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=557, properties=TypedProperties[__AMQ_CID=85baa9af-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1475122286, transaction: TransactionImpl [xid=null, txID=3721, xid=null, state=COMMITTED, createTime=1719619197644(Fri Jun 28 23:59:57 UTC 2024), timeoutSeconds=-1, nr operations = 0]@4a20fa98 2024-06-28 23:59:57,646 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testConcurrentMessageConsumption: CoreMessage[messageID=3696, durable=true, userID=85be2c38-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=557, properties=TypedProperties[__AMQ_CID=85baa9af-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1148421920, transaction: TransactionImpl [xid=null, txID=3722, xid=null, state=COMMITTED, createTime=1719619197645(Fri Jun 28 23:59:57 UTC 2024), timeoutSeconds=-1, nr operations = 0]@fb3c490 2024-06-28 23:59:57,646 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testConcurrentMessageConsumption: CoreMessage[messageID=3701, durable=true, userID=85bec87b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=557, properties=TypedProperties[__AMQ_CID=85baa9af-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@119977005, transaction: TransactionImpl [xid=null, txID=3723, xid=null, state=COMMITTED, createTime=1719619197645(Fri Jun 28 23:59:57 UTC 2024), timeoutSeconds=-1, nr operations = 0]@2d33dbdb 2024-06-28 23:59:57,646 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testConcurrentMessageConsumption: CoreMessage[messageID=3706, durable=true, userID=85bf3dae-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=0, durable=true, address=test/mom/testConcurrentMessageConsumption, size=557, properties=TypedProperties[__AMQ_CID=85baa9af-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@260665069, transaction: TransactionImpl [xid=null, txID=3724, xid=null, state=COMMITTED, createTime=1719619197645(Fri Jun 28 23:59:57 UTC 2024), timeoutSeconds=-1, nr operations = 0]@1ecf75f7 2024-06-28 23:59:57,646 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 85bfb2df-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:57,646 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:57,647 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:57,647 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 85ba829d-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:57,647 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:57,647 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 40.898207 ms 2024-06-28 23:59:57,647 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:57,648 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:57,648 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:57,648 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1872566149'. 2024-06-28 23:59:57,650 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:57,650 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 85c0eb65-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:57,650 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85c0eb68-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85c0eb65-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85c0eb65-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@579ba2bb, true, {}] 2024-06-28 23:59:57,651 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@751f445a 2024-06-28 23:59:57,651 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85c11279-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85c0eb65-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85c0eb65-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3981e7eb, true, {}] 2024-06-28 23:59:57,652 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3737, durable=true, userID=85c1127b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=Fri Jun 28 23:59:57 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=533, properties=TypedProperties[__AMQ_CID=85c0eb67-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@393557623, context: RoutingContextImpl(Address=test/mom/testTimeToLive, routingType=ANYCAST, PreviousAddress=test/mom/testTimeToLive previousRoute:ANYCAST, reusable=true, version=-2147482975) .................................................. ***** durable queues test/mom/testTimeToLive: - queueID=1550 address:test/mom/testTimeToLive name:test/mom/testTimeToLive filter:null ***** non durable for test/mom/testTimeToLive: .................................................. , transaction: null 2024-06-28 23:59:57,756 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 85d1180c-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:57,757 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85d13f1f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85d1180c-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85d1180c-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4b30636b, true, {}] 2024-06-28 23:59:57,757 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85d13f20-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85d1180c-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85d1180c-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5de46f91, true, {}] 2024-06-28 23:59:57,758 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testTimeToLive, null, 0, false, true, null] 2024-06-28 23:59:57,758 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testTimeToLive: CoreMessage[messageID=3737, durable=true, userID=85c1127b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=Fri Jun 28 23:59:57 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=533, properties=TypedProperties[__AMQ_CID=85c0eb67-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@393557623 to transaction: TransactionImpl [xid=null, txID=3746, xid=null, state=ACTIVE, createTime=1719619197758(Fri Jun 28 23:59:57 UTC 2024), timeoutSeconds=-1, nr operations = 1]@2595f91c 2024-06-28 23:59:57,762 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testTimeToLive: CoreMessage[messageID=3737, durable=true, userID=85c1127b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=Fri Jun 28 23:59:57 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=533, properties=TypedProperties[__AMQ_CID=85c0eb67-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@393557623, transaction: TransactionImpl [xid=null, txID=3746, xid=null, state=COMMITTED, createTime=1719619197758(Fri Jun 28 23:59:57 UTC 2024), timeoutSeconds=-1, nr operations = 0]@2595f91c 2024-06-28 23:59:57,808 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@72e36d0f] 2024-06-28 23:59:57,809 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 85d1180c-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:57,810 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:57,810 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:57,810 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 85c0eb65-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:57,810 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:57,810 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 162.215398 ms 2024-06-28 23:59:57,810 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:57,811 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:57,811 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:57,811 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1331138498'. 2024-06-28 23:59:57,812 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:57,812 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 85d9a392-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:57,813 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85d9caa5-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85d9a392-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85d9a392-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4fc61f90, true, {}] 2024-06-28 23:59:57,813 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@43e55cfb 2024-06-28 23:59:57,813 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85d9caa6-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85d9a392-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85d9a392-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7a433842, true, {}] 2024-06-28 23:59:57,814 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3760, durable=true, userID=85d9f1b8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=Fri Jun 28 23:59:57 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=533, properties=TypedProperties[__AMQ_CID=85d9caa4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@474722126, context: RoutingContextImpl(Address=test/mom/testTimeToLive, routingType=ANYCAST, PreviousAddress=test/mom/testTimeToLive previousRoute:ANYCAST, reusable=true, version=-2147482975) .................................................. ***** durable queues test/mom/testTimeToLive: - queueID=1550 address:test/mom/testTimeToLive name:test/mom/testTimeToLive filter:null ***** non durable for test/mom/testTimeToLive: .................................................. , transaction: null 2024-06-28 23:59:57,919 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 85e9f749-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:57,919 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85e9f74c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85e9f749-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85e9f749-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@53cfdc72, true, {}] 2024-06-28 23:59:57,920 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85ea1e5d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85e9f749-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85e9f749-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@45658409, true, {}] 2024-06-28 23:59:57,920 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testTimeToLive, null, 0, false, true, null] 2024-06-28 23:59:57,921 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testTimeToLive: CoreMessage[messageID=3760, durable=true, userID=85d9f1b8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=Fri Jun 28 23:59:57 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=533, properties=TypedProperties[__AMQ_CID=85d9caa4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@474722126 to transaction: TransactionImpl [xid=null, txID=3769, xid=null, state=ACTIVE, createTime=1719619197921(Fri Jun 28 23:59:57 UTC 2024), timeoutSeconds=-1, nr operations = 1]@2b5203de 2024-06-28 23:59:57,921 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testTimeToLive: CoreMessage[messageID=3760, durable=true, userID=85d9f1b8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=Fri Jun 28 23:59:57 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=533, properties=TypedProperties[__AMQ_CID=85d9caa4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@474722126, transaction: TransactionImpl [xid=null, txID=3769, xid=null, state=COMMITTED, createTime=1719619197921(Fri Jun 28 23:59:57 UTC 2024), timeoutSeconds=-1, nr operations = 0]@2b5203de 2024-06-28 23:59:57,971 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@11e323a6] 2024-06-28 23:59:57,972 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 85e9f749-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:57,972 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:57,972 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:57,972 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 85d9a392-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:57,973 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:57,973 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 162.053263 ms 2024-06-28 23:59:57,973 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:57,973 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:57,973 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:57,973 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1638591569'. 2024-06-28 23:59:57,975 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:57,975 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 85f282cf-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:57,975 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85f282d2-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85f282cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85f282cf-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@279e742a, true, {}] 2024-06-28 23:59:57,976 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@5b115d71 2024-06-28 23:59:57,976 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [85f2a9e3-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=85f282cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=85f282cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6c7f3549, true, {}] 2024-06-28 23:59:57,977 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3783, durable=true, userID=85f2d0f5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=Fri Jun 28 23:59:57 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=533, properties=TypedProperties[__AMQ_CID=85f282d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1878355124, context: RoutingContextImpl(Address=test/mom/testTimeToLive, routingType=ANYCAST, PreviousAddress=test/mom/testTimeToLive previousRoute:ANYCAST, reusable=true, version=-2147482975) .................................................. ***** durable queues test/mom/testTimeToLive: - queueID=1550 address:test/mom/testTimeToLive name:test/mom/testTimeToLive filter:null ***** non durable for test/mom/testTimeToLive: .................................................. , transaction: null 2024-06-28 23:59:58,078 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 86023a46-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:58,078 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [86023a49-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=86023a46-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=86023a46-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4358dd50, true, {}] 2024-06-28 23:59:58,079 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8602615a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=86023a46-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=86023a46-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@66875e39, true, {}] 2024-06-28 23:59:58,079 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testTimeToLive, null, 0, false, true, null] 2024-06-28 23:59:58,080 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testTimeToLive: CoreMessage[messageID=3783, durable=true, userID=85f2d0f5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=Fri Jun 28 23:59:57 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=533, properties=TypedProperties[__AMQ_CID=85f282d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1878355124 to transaction: TransactionImpl [xid=null, txID=3792, xid=null, state=ACTIVE, createTime=1719619198080(Fri Jun 28 23:59:58 UTC 2024), timeoutSeconds=-1, nr operations = 1]@36a47bfc 2024-06-28 23:59:58,109 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testTimeToLive: CoreMessage[messageID=3783, durable=true, userID=85f2d0f5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:57 UTC 2024, expiration=Fri Jun 28 23:59:57 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=533, properties=TypedProperties[__AMQ_CID=85f282d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1878355124, transaction: TransactionImpl [xid=null, txID=3792, xid=null, state=COMMITTED, createTime=1719619198080(Fri Jun 28 23:59:58 UTC 2024), timeoutSeconds=-1, nr operations = 0]@36a47bfc 2024-06-28 23:59:58,130 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@722a2ba2] 2024-06-28 23:59:58,131 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 86023a46-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:58,131 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:58,131 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:58,132 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 85f282cf-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:58,132 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:58,132 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 158.906084 ms 2024-06-28 23:59:58,132 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:58,133 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:58,133 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:58,133 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1639702893'. 2024-06-28 23:59:58,134 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:58,134 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 860ac5cc-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:58,135 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [860aecdf-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=860ac5cc-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=860ac5cc-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2e859fdb, true, {}] 2024-06-28 23:59:58,135 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@2a59a8fe 2024-06-28 23:59:58,135 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [860aece0-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=860ac5cc-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=860ac5cc-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3d619c3a, true, {}] 2024-06-28 23:59:58,136 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3806, durable=true, userID=860b13f2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:58 UTC 2024, expiration=Fri Jun 28 23:59:58 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=533, properties=TypedProperties[__AMQ_CID=860aecde-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2090700539, context: RoutingContextImpl(Address=test/mom/testTimeToLive, routingType=ANYCAST, PreviousAddress=test/mom/testTimeToLive previousRoute:ANYCAST, reusable=true, version=-2147482975) .................................................. ***** durable queues test/mom/testTimeToLive: - queueID=1550 address:test/mom/testTimeToLive name:test/mom/testTimeToLive filter:null ***** non durable for test/mom/testTimeToLive: .................................................. , transaction: null 2024-06-28 23:59:58,222 WARN [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.artemis.core.server.errorExpiringReferencesNoBindings(ActiveMQServerLogger_impl.java:1829) - AMQ222146: Message has expired. No bindings for Expiry Address jms.queue.ExpiryQueue so dropping it 2024-06-28 23:59:58,223 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testTimeToLive: CoreMessage[messageID=3806, durable=true, userID=860b13f2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:58 UTC 2024, expiration=Fri Jun 28 23:59:58 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=533, properties=TypedProperties[__AMQ_CID=860aecde-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2090700539 to transaction: TransactionImpl [xid=null, txID=3809, xid=null, state=ACTIVE, createTime=1719619198222(Fri Jun 28 23:59:58 UTC 2024), timeoutSeconds=-1, nr operations = 1]@39ec1450 2024-06-28 23:59:58,226 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testTimeToLive: CoreMessage[messageID=3806, durable=true, userID=860b13f2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:58 UTC 2024, expiration=Fri Jun 28 23:59:58 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=533, properties=TypedProperties[__AMQ_CID=860aecde-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2090700539, transaction: TransactionImpl [xid=null, txID=3809, xid=null, state=COMMITTED, createTime=1719619198222(Fri Jun 28 23:59:58 UTC 2024), timeoutSeconds=-1, nr operations = 0]@39ec1450 2024-06-28 23:59:58,237 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 861a7d43-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:58,237 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [861a7d46-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=861a7d43-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=861a7d43-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4535a59c, true, {}] 2024-06-28 23:59:58,238 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [861aa457-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=861a7d43-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=861a7d43-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@215c9ad6, true, {}] 2024-06-28 23:59:58,238 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testTimeToLive, null, 0, false, true, null] 2024-06-28 23:59:58,289 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@48b53f3d] 2024-06-28 23:59:58,290 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 861a7d43-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:58,290 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:58,290 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:58,291 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 860ac5cc-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:58,291 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:58,291 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 158.579764 ms 2024-06-28 23:59:58,291 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:58,292 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:58,292 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:58,292 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 954093341'. 2024-06-28 23:59:58,293 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:58,293 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 862308c9-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:58,294 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [86232fdc-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=862308c9-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=862308c9-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@364570c9, true, {}] 2024-06-28 23:59:58,294 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@24e63b9f 2024-06-28 23:59:58,294 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [86232fdd-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=862308c9-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=862308c9-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3758c2e7, true, {}] 2024-06-28 23:59:58,295 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3828, durable=true, userID=862356ef-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:58 UTC 2024, expiration=Fri Jun 28 23:59:58 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=533, properties=TypedProperties[__AMQ_CID=86232fdb-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1321660195, context: RoutingContextImpl(Address=test/mom/testTimeToLive, routingType=ANYCAST, PreviousAddress=test/mom/testTimeToLive previousRoute:ANYCAST, reusable=true, version=-2147482975) .................................................. ***** durable queues test/mom/testTimeToLive: - queueID=1550 address:test/mom/testTimeToLive name:test/mom/testTimeToLive filter:null ***** non durable for test/mom/testTimeToLive: .................................................. , transaction: null 2024-06-28 23:59:58,396 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8632c040-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:58,397 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8632e753-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8632c040-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8632c040-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@68302789, true, {}] 2024-06-28 23:59:58,397 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8632e754-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8632c040-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8632c040-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3751cd02, true, {}] 2024-06-28 23:59:58,398 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testTimeToLive, null, 0, false, true, null] 2024-06-28 23:59:58,398 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testTimeToLive: CoreMessage[messageID=3828, durable=true, userID=862356ef-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:58 UTC 2024, expiration=Fri Jun 28 23:59:58 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=533, properties=TypedProperties[__AMQ_CID=86232fdb-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1321660195 to transaction: TransactionImpl [xid=null, txID=3837, xid=null, state=ACTIVE, createTime=1719619198398(Fri Jun 28 23:59:58 UTC 2024), timeoutSeconds=-1, nr operations = 1]@306b7149 2024-06-28 23:59:58,402 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testTimeToLive: CoreMessage[messageID=3828, durable=true, userID=862356ef-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:58 UTC 2024, expiration=Fri Jun 28 23:59:58 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=533, properties=TypedProperties[__AMQ_CID=86232fdb-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1321660195, transaction: TransactionImpl [xid=null, txID=3837, xid=null, state=COMMITTED, createTime=1719619198398(Fri Jun 28 23:59:58 UTC 2024), timeoutSeconds=-1, nr operations = 0]@306b7149 2024-06-28 23:59:58,448 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3b256d50] 2024-06-28 23:59:58,449 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8632c040-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:58,449 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:58,449 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:58,450 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 862308c9-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:58,450 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:58,450 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 158.519845 ms 2024-06-28 23:59:58,450 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:58,451 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:58,451 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:58,451 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1733925806'. 2024-06-28 23:59:58,452 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:58,452 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 863b4bc6-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:58,453 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [863b72d9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=863b4bc6-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=863b4bc6-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@54d405d9, true, {}] 2024-06-28 23:59:58,453 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@3392d69b 2024-06-28 23:59:58,453 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [863b72da-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=863b4bc6-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=863b4bc6-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3849cd10, true, {}] 2024-06-28 23:59:58,454 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3851, durable=true, userID=863b99ec-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:58 UTC 2024, expiration=Fri Jun 28 23:59:58 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=533, properties=TypedProperties[__AMQ_CID=863b4bc8-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2022246745, context: RoutingContextImpl(Address=test/mom/testTimeToLive, routingType=ANYCAST, PreviousAddress=test/mom/testTimeToLive previousRoute:ANYCAST, reusable=true, version=-2147482975) .................................................. ***** durable queues test/mom/testTimeToLive: - queueID=1550 address:test/mom/testTimeToLive name:test/mom/testTimeToLive filter:null ***** non durable for test/mom/testTimeToLive: .................................................. , transaction: null 2024-06-28 23:59:58,555 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 864b033d-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:58,556 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [864b2a50-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=864b033d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=864b033d-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3496d380, true, {}] 2024-06-28 23:59:58,556 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [864b2a51-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=864b033d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=864b033d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@43aa23c2, true, {}] 2024-06-28 23:59:58,557 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testTimeToLive, null, 0, false, true, null] 2024-06-28 23:59:58,557 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testTimeToLive: CoreMessage[messageID=3851, durable=true, userID=863b99ec-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:58 UTC 2024, expiration=Fri Jun 28 23:59:58 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=533, properties=TypedProperties[__AMQ_CID=863b4bc8-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2022246745 to transaction: TransactionImpl [xid=null, txID=3860, xid=null, state=ACTIVE, createTime=1719619198557(Fri Jun 28 23:59:58 UTC 2024), timeoutSeconds=-1, nr operations = 1]@27adac2b 2024-06-28 23:59:58,561 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testTimeToLive: CoreMessage[messageID=3851, durable=true, userID=863b99ec-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:58 UTC 2024, expiration=Fri Jun 28 23:59:58 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=533, properties=TypedProperties[__AMQ_CID=863b4bc8-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2022246745, transaction: TransactionImpl [xid=null, txID=3860, xid=null, state=COMMITTED, createTime=1719619198557(Fri Jun 28 23:59:58 UTC 2024), timeoutSeconds=-1, nr operations = 0]@27adac2b 2024-06-28 23:59:58,607 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@17d13926] 2024-06-28 23:59:58,608 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 864b033d-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:58,609 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:58,609 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:58,609 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 863b4bc6-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:58,609 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:58,610 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 158.791577 ms 2024-06-28 23:59:58,610 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:58,610 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:58,610 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:58,610 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 82347449'. 2024-06-28 23:59:58,611 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:58,612 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8653b5d3-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:58,612 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8653b5d6-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8653b5d3-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8653b5d3-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2c844ccc, true, {}] 2024-06-28 23:59:58,612 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@53fd061d 2024-06-28 23:59:58,612 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8653b5d7-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8653b5d3-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8653b5d3-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@e932fbd, true, {}] 2024-06-28 23:59:58,614 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3874, durable=true, userID=8653dce9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:58 UTC 2024, expiration=Fri Jun 28 23:59:58 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=533, properties=TypedProperties[__AMQ_CID=8653b5d5-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1206164673, context: RoutingContextImpl(Address=test/mom/testTimeToLive, routingType=ANYCAST, PreviousAddress=test/mom/testTimeToLive previousRoute:ANYCAST, reusable=true, version=-2147482975) .................................................. ***** durable queues test/mom/testTimeToLive: - queueID=1550 address:test/mom/testTimeToLive name:test/mom/testTimeToLive filter:null ***** non durable for test/mom/testTimeToLive: .................................................. , transaction: null 2024-06-28 23:59:58,715 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 86636d4a-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:58,715 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [86636d4d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=86636d4a-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=86636d4a-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1ac66676, true, {}] 2024-06-28 23:59:58,716 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8663945e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=86636d4a-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=86636d4a-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@234f659b, true, {}] 2024-06-28 23:59:58,717 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testTimeToLive, null, 0, false, true, null] 2024-06-28 23:59:58,717 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testTimeToLive: CoreMessage[messageID=3874, durable=true, userID=8653dce9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:58 UTC 2024, expiration=Fri Jun 28 23:59:58 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=533, properties=TypedProperties[__AMQ_CID=8653b5d5-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1206164673 to transaction: TransactionImpl [xid=null, txID=3883, xid=null, state=ACTIVE, createTime=1719619198717(Fri Jun 28 23:59:58 UTC 2024), timeoutSeconds=-1, nr operations = 1]@3458be6f 2024-06-28 23:59:58,721 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testTimeToLive: CoreMessage[messageID=3874, durable=true, userID=8653dce9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:58 UTC 2024, expiration=Fri Jun 28 23:59:58 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=533, properties=TypedProperties[__AMQ_CID=8653b5d5-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1206164673, transaction: TransactionImpl [xid=null, txID=3883, xid=null, state=COMMITTED, createTime=1719619198717(Fri Jun 28 23:59:58 UTC 2024), timeoutSeconds=-1, nr operations = 0]@3458be6f 2024-06-28 23:59:58,767 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@60dd53e9] 2024-06-28 23:59:58,768 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 86636d4a-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:58,768 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:58,768 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:58,769 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8653b5d3-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:58,769 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:58,769 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 159.217038 ms 2024-06-28 23:59:58,769 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:58,770 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:58,770 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:58,770 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 181914697'. 2024-06-28 23:59:58,771 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:58,771 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 866bf8d0-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:58,772 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [866bf8d3-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=866bf8d0-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=866bf8d0-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@feea7ab, true, {}] 2024-06-28 23:59:58,772 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@69959ea5 2024-06-28 23:59:58,772 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [866c1fe4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=866bf8d0-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=866bf8d0-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5fbc89f0, true, {}] 2024-06-28 23:59:58,773 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3897, durable=true, userID=866c1fe6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:58 UTC 2024, expiration=Fri Jun 28 23:59:58 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=533, properties=TypedProperties[__AMQ_CID=866bf8d2-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1440920352, context: RoutingContextImpl(Address=test/mom/testTimeToLive, routingType=ANYCAST, PreviousAddress=test/mom/testTimeToLive previousRoute:ANYCAST, reusable=true, version=-2147482975) .................................................. ***** durable queues test/mom/testTimeToLive: - queueID=1550 address:test/mom/testTimeToLive name:test/mom/testTimeToLive filter:null ***** non durable for test/mom/testTimeToLive: .................................................. , transaction: null 2024-06-28 23:59:58,874 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 867bb047-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:58,874 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [867bb04a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=867bb047-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=867bb047-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3fea128b, true, {}] 2024-06-28 23:59:58,875 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [867bd75b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=867bb047-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=867bb047-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@36d6777b, true, {}] 2024-06-28 23:59:58,875 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testTimeToLive, null, 0, false, true, null] 2024-06-28 23:59:58,876 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testTimeToLive: CoreMessage[messageID=3897, durable=true, userID=866c1fe6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:58 UTC 2024, expiration=Fri Jun 28 23:59:58 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=533, properties=TypedProperties[__AMQ_CID=866bf8d2-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1440920352 to transaction: TransactionImpl [xid=null, txID=3906, xid=null, state=ACTIVE, createTime=1719619198876(Fri Jun 28 23:59:58 UTC 2024), timeoutSeconds=-1, nr operations = 1]@24a20449 2024-06-28 23:59:58,880 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testTimeToLive: CoreMessage[messageID=3897, durable=true, userID=866c1fe6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:58 UTC 2024, expiration=Fri Jun 28 23:59:58 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=533, properties=TypedProperties[__AMQ_CID=866bf8d2-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1440920352, transaction: TransactionImpl [xid=null, txID=3906, xid=null, state=COMMITTED, createTime=1719619198876(Fri Jun 28 23:59:58 UTC 2024), timeoutSeconds=-1, nr operations = 0]@24a20449 2024-06-28 23:59:58,926 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@d4594a8] 2024-06-28 23:59:58,926 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 867bb047-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:58,927 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:58,927 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:58,927 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 866bf8d0-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:58,928 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:58,928 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 158.142817 ms 2024-06-28 23:59:58,928 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:58,928 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:58,928 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:58,928 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1773333889'. 2024-06-28 23:59:58,929 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:58,930 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 86843bcd-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:58,930 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [86843bd0-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=86843bcd-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=86843bcd-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6872b104, true, {}] 2024-06-28 23:59:58,930 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4d37a4d7 2024-06-28 23:59:58,931 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [868462e1-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=86843bcd-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=86843bcd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6f7787e2, true, {}] 2024-06-28 23:59:58,932 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3920, durable=true, userID=868462e3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:58 UTC 2024, expiration=Fri Jun 28 23:59:58 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=533, properties=TypedProperties[__AMQ_CID=86843bcf-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1850744461, context: RoutingContextImpl(Address=test/mom/testTimeToLive, routingType=ANYCAST, PreviousAddress=test/mom/testTimeToLive previousRoute:ANYCAST, reusable=true, version=-2147482975) .................................................. ***** durable queues test/mom/testTimeToLive: - queueID=1550 address:test/mom/testTimeToLive name:test/mom/testTimeToLive filter:null ***** non durable for test/mom/testTimeToLive: .................................................. , transaction: null 2024-06-28 23:59:59,033 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8693f344-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:59,033 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8693f347-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8693f344-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8693f344-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@17f17e19, true, {}] 2024-06-28 23:59:59,034 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [86941a58-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8693f344-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8693f344-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2f6d926c, true, {}] 2024-06-28 23:59:59,034 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testTimeToLive, null, 0, false, true, null] 2024-06-28 23:59:59,035 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testTimeToLive: CoreMessage[messageID=3920, durable=true, userID=868462e3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:58 UTC 2024, expiration=Fri Jun 28 23:59:58 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=533, properties=TypedProperties[__AMQ_CID=86843bcf-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1850744461 to transaction: TransactionImpl [xid=null, txID=3929, xid=null, state=ACTIVE, createTime=1719619199034(Fri Jun 28 23:59:59 UTC 2024), timeoutSeconds=-1, nr operations = 1]@1e003df7 2024-06-28 23:59:59,038 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testTimeToLive: CoreMessage[messageID=3920, durable=true, userID=868462e3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:58 UTC 2024, expiration=Fri Jun 28 23:59:58 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=533, properties=TypedProperties[__AMQ_CID=86843bcf-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1850744461, transaction: TransactionImpl [xid=null, txID=3929, xid=null, state=COMMITTED, createTime=1719619199034(Fri Jun 28 23:59:59 UTC 2024), timeoutSeconds=-1, nr operations = 0]@1e003df7 2024-06-28 23:59:59,085 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3c28cd9a] 2024-06-28 23:59:59,085 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8693f344-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:59,086 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:59,086 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:59,086 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 86843bcd-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:59,087 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:59,087 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 158.461135 ms 2024-06-28 23:59:59,087 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:59,087 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:59,087 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:59,087 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 413894306'. 2024-06-28 23:59:59,088 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:59,089 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 869c7eca-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:59,089 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [869c7ecd-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=869c7eca-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=869c7eca-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2d67d42b, true, {}] 2024-06-28 23:59:59,089 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@5cbf423b 2024-06-28 23:59:59,089 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [869c7ece-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=869c7eca-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=869c7eca-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@421d745e, true, {}] 2024-06-28 23:59:59,090 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3943, durable=true, userID=869ca5e0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:59 UTC 2024, expiration=Fri Jun 28 23:59:59 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=533, properties=TypedProperties[__AMQ_CID=869c7ecc-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@880425681, context: RoutingContextImpl(Address=test/mom/testTimeToLive, routingType=ANYCAST, PreviousAddress=test/mom/testTimeToLive previousRoute:ANYCAST, reusable=true, version=-2147482975) .................................................. ***** durable queues test/mom/testTimeToLive: - queueID=1550 address:test/mom/testTimeToLive name:test/mom/testTimeToLive filter:null ***** non durable for test/mom/testTimeToLive: .................................................. , transaction: null 2024-06-28 23:59:59,191 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 86ac0f31-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:59,192 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [86ac3644-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=86ac0f31-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=86ac0f31-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6f6724cc, true, {}] 2024-06-28 23:59:59,193 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [86ac5d55-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=86ac0f31-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=86ac0f31-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2034cc70, true, {}] 2024-06-28 23:59:59,193 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testTimeToLive, null, 0, false, true, null] 2024-06-28 23:59:59,194 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testTimeToLive: CoreMessage[messageID=3943, durable=true, userID=869ca5e0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:59 UTC 2024, expiration=Fri Jun 28 23:59:59 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=533, properties=TypedProperties[__AMQ_CID=869c7ecc-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@880425681 to transaction: TransactionImpl [xid=null, txID=3952, xid=null, state=ACTIVE, createTime=1719619199194(Fri Jun 28 23:59:59 UTC 2024), timeoutSeconds=-1, nr operations = 1]@2ef32caf 2024-06-28 23:59:59,198 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testTimeToLive: CoreMessage[messageID=3943, durable=true, userID=869ca5e0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:59 UTC 2024, expiration=Fri Jun 28 23:59:59 UTC 2024, durable=true, address=test/mom/testTimeToLive, size=533, properties=TypedProperties[__AMQ_CID=869c7ecc-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@880425681, transaction: TransactionImpl [xid=null, txID=3952, xid=null, state=COMMITTED, createTime=1719619199194(Fri Jun 28 23:59:59 UTC 2024), timeoutSeconds=-1, nr operations = 0]@2ef32caf 2024-06-28 23:59:59,244 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5f18a661] 2024-06-28 23:59:59,245 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 86ac0f31-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:59,245 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-28 23:59:59,245 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-28 23:59:59,246 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 869c7eca-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-28 23:59:59,246 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-28 23:59:59,246 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 159.057080 ms 2024-06-28 23:59:59,246 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-28 23:59:59,247 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-28 23:59:59,247 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-28 23:59:59,247 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1248605984'. 2024-06-28 23:59:59,248 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-28 23:59:59,248 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 86b4c1c7-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:59,249 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [86b4e8da-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=86b4c1c7-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=86b4c1c7-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5dfb2932, true, {}] 2024-06-28 23:59:59,249 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [86b4e8db-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=86b4c1c7-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=86b4c1c7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@52756c80, true, {}] 2024-06-28 23:59:59,250 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishText, null, 0, false, true, null] 2024-06-28 23:59:59,251 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 86b50fec-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-28 23:59:59,251 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [86b536ff-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=86b50fec-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=86b50fec-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1e165cc5, true, {}] 2024-06-28 23:59:59,251 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@24c7563b 2024-06-28 23:59:59,252 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [86b55e10-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=86b50fec-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=86b50fec-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@60b850ad, true, {}] 2024-06-28 23:59:59,252 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3972, durable=true, userID=86b55e12-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:59 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishText, size=433, properties=TypedProperties[__AMQ_CID=86b536fe-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@653124510, context: RoutingContextImpl(Address=test/mom/testPublishText, routingType=ANYCAST, PreviousAddress=test/mom/testPublishText previousRoute:ANYCAST, reusable=true, version=-2147482983) .................................................. ***** durable queues test/mom/testPublishText: - queueID=926 address:test/mom/testPublishText name:test/mom/testPublishText filter:null ***** non durable for test/mom/testPublishText: .................................................. , transaction: null 2024-06-28 23:59:59,253 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishText: Reference[3972]:RELIABLE:CoreMessage[messageID=3972, durable=true, userID=86b55e12-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:59 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishText, size=433, properties=TypedProperties[__AMQ_CID=86b536fe-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@653124510 2024-06-28 23:59:59,253 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishText: CoreMessage[messageID=3972, durable=true, userID=86b55e12-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:59 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishText, size=433, properties=TypedProperties[__AMQ_CID=86b536fe-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@653124510 to transaction: TransactionImpl [xid=null, txID=3975, xid=null, state=ACTIVE, createTime=1719619199253(Fri Jun 28 23:59:59 UTC 2024), timeoutSeconds=-1, nr operations = 1]@2f5cc256 2024-06-28 23:59:59,256 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishText: CoreMessage[messageID=3972, durable=true, userID=86b55e12-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:59 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishText, size=433, properties=TypedProperties[__AMQ_CID=86b536fe-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@653124510, transaction: TransactionImpl [xid=null, txID=3975, xid=null, state=COMMITTED, createTime=1719619199253(Fri Jun 28 23:59:59 UTC 2024), timeoutSeconds=-1, nr operations = 0]@2f5cc256 2024-06-28 23:59:59,257 INFO [scout-thread-14] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 86b4c1c7-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=dispose subscription, activemq.broker=mom155] 2024-06-29 00:00:00,254 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 874e42b3-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-29 00:00:00,255 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [874e69c6-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=874e42b3-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=874e42b3-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@33c17012, true, {}] 2024-06-29 00:00:00,255 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [874e69c7-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=874e42b3-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=874e42b3-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1ed70839, true, {}] 2024-06-29 00:00:00,256 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishText, null, 0, false, true, null] 2024-06-29 00:00:00,256 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [874e90d8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=86b50fec-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=86b50fec-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@18f2e470, true, {}] 2024-06-29 00:00:00,257 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=3990, durable=true, userID=874e90da-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:00 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishText, size=433, properties=TypedProperties[__AMQ_CID=86b536fe-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1947030143, context: RoutingContextImpl(Address=test/mom/testPublishText, routingType=ANYCAST, PreviousAddress=test/mom/testPublishText previousRoute:ANYCAST, reusable=true, version=-2147482983) .................................................. ***** durable queues test/mom/testPublishText: - queueID=926 address:test/mom/testPublishText name:test/mom/testPublishText filter:null ***** non durable for test/mom/testPublishText: .................................................. , transaction: null 2024-06-29 00:00:00,257 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishText: Reference[3990]:RELIABLE:CoreMessage[messageID=3990, durable=true, userID=874e90da-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:00 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishText, size=433, properties=TypedProperties[__AMQ_CID=86b536fe-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1947030143 2024-06-29 00:00:00,257 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishText: CoreMessage[messageID=3990, durable=true, userID=874e90da-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:00 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishText, size=433, properties=TypedProperties[__AMQ_CID=86b536fe-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1947030143 to transaction: TransactionImpl [xid=null, txID=3993, xid=null, state=ACTIVE, createTime=1719619200257(Sat Jun 29 00:00:00 UTC 2024), timeoutSeconds=-1, nr operations = 1]@7af1ad1 2024-06-29 00:00:00,260 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishText: CoreMessage[messageID=3990, durable=true, userID=874e90da-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:00 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishText, size=433, properties=TypedProperties[__AMQ_CID=86b536fe-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1947030143, transaction: TransactionImpl [xid=null, txID=3993, xid=null, state=COMMITTED, createTime=1719619200257(Sat Jun 29 00:00:00 UTC 2024), timeoutSeconds=-1, nr operations = 0]@7af1ad1 2024-06-29 00:00:00,261 INFO [scout-thread-16] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 874e42b3-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed - MDC[jobName=dispose subscription] 2024-06-29 00:00:00,261 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@591dd039, org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@597f9d91] 2024-06-29 00:00:00,261 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-29 00:00:00,262 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-29 00:00:00,262 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 86b50fec-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-29 00:00:00,263 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-29 00:00:00,263 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 1015.924300 ms 2024-06-29 00:00:00,263 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-29 00:00:00,264 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-29 00:00:00,264 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-29 00:00:00,264 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1567117654'. 2024-06-29 00:00:00,266 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-29 00:00:00,266 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8750177c-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-29 00:00:00,267 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [87503e8f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8750177c-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8750177c-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2b5ad18c, true, {}] 2024-06-29 00:00:00,267 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [87503e90-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8750177c-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8750177c-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4bba61e1, true, {}] 2024-06-29 00:00:00,268 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 87503e90-35aa-11ef-ab26-0a580a2845c5 with parameters: [test/mom/testTopicPublishSubscribeMultipleSubscriptions, [MULTICAST], true] 2024-06-29 00:00:00,268 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@28dff277 2024-06-29 00:00:00,268 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=ba0c5895-d0f5-46ab-bbfb-e83e46dcc256, address=test/mom/testTopicPublishSubscribeMultipleSubscriptions, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-29 00:00:00,269 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@38b6aeb 2024-06-29 00:00:00,269 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, ba0c5895-d0f5-46ab-bbfb-e83e46dcc256, null, 0, false, true, null] 2024-06-29 00:00:00,269 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 87508cb2-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-29 00:00:00,270 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8750b3c5-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=87508cb2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=87508cb2-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4324f920, true, {}] 2024-06-29 00:00:00,270 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8750b3c6-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=87508cb2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=87508cb2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@53caebba, true, {}] 2024-06-29 00:00:00,270 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=68116b2e-1c08-468e-8fe2-ac5ef6606cd9, address=test/mom/testTopicPublishSubscribeMultipleSubscriptions, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-29 00:00:00,271 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@3f7c4076 2024-06-29 00:00:00,271 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 68116b2e-1c08-468e-8fe2-ac5ef6606cd9, null, 0, false, true, null] 2024-06-29 00:00:00,271 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8750dad8-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-29 00:00:00,272 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [875101eb-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8750dad8-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8750dad8-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@71b0d24e, true, {}] 2024-06-29 00:00:00,272 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@2d7e6c8c 2024-06-29 00:00:00,272 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [875101ec-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8750dad8-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8750dad8-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5af30d8e, true, {}] 2024-06-29 00:00:00,273 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4024, durable=true, userID=875101ee-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:00 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishSubscribeMultipleSubscriptions, size=597, properties=TypedProperties[__AMQ_CID=875101ea-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@2051061055, context: RoutingContextImpl(Address=test/mom/testTopicPublishSubscribeMultipleSubscriptions, routingType=MULTICAST, PreviousAddress=test/mom/testTopicPublishSubscribeMultipleSubscriptions previousRoute:MULTICAST, reusable=true, version=-2147482933) .................................................. ***** durable queues test/mom/testTopicPublishSubscribeMultipleSubscriptions: ***** non durable for test/mom/testTopicPublishSubscribeMultipleSubscriptions: - queueID=4016 address:test/mom/testTopicPublishSubscribeMultipleSubscriptions name:68116b2e-1c08-468e-8fe2-ac5ef6606cd9 filter:null - queueID=4008 address:test/mom/testTopicPublishSubscribeMultipleSubscriptions name:ba0c5895-d0f5-46ab-bbfb-e83e46dcc256 filter:null .................................................. , transaction: null 2024-06-29 00:00:00,273 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from ba0c5895-d0f5-46ab-bbfb-e83e46dcc256: Reference[4024]:RELIABLE:CoreMessage[messageID=4024, durable=true, userID=875101ee-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:00 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishSubscribeMultipleSubscriptions, size=597, properties=TypedProperties[__AMQ_CID=875101ea-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@2051061055 2024-06-29 00:00:00,273 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 68116b2e-1c08-468e-8fe2-ac5ef6606cd9: Reference[4024]:RELIABLE:CoreMessage[messageID=4024, durable=true, userID=875101ee-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:00 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishSubscribeMultipleSubscriptions, size=597, properties=TypedProperties[__AMQ_CID=875101ea-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@2051061055 2024-06-29 00:00:00,273 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from ba0c5895-d0f5-46ab-bbfb-e83e46dcc256: CoreMessage[messageID=4024, durable=true, userID=875101ee-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:00 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishSubscribeMultipleSubscriptions, size=597, properties=TypedProperties[__AMQ_CID=875101ea-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@2051061055 to transaction: TransactionImpl [xid=null, txID=4027, xid=null, state=ACTIVE, createTime=1719619200273(Sat Jun 29 00:00:00 UTC 2024), timeoutSeconds=-1, nr operations = 1]@4214d8cb 2024-06-29 00:00:00,273 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from ba0c5895-d0f5-46ab-bbfb-e83e46dcc256: CoreMessage[messageID=4024, durable=true, userID=875101ee-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:00 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishSubscribeMultipleSubscriptions, size=597, properties=TypedProperties[__AMQ_CID=875101ea-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@2051061055, transaction: TransactionImpl [xid=null, txID=4027, xid=null, state=COMMITTED, createTime=1719619200273(Sat Jun 29 00:00:00 UTC 2024), timeoutSeconds=-1, nr operations = 0]@4214d8cb 2024-06-29 00:00:00,273 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 68116b2e-1c08-468e-8fe2-ac5ef6606cd9: CoreMessage[messageID=4024, durable=true, userID=875101ee-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:00 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishSubscribeMultipleSubscriptions, size=597, properties=TypedProperties[__AMQ_CID=875101ea-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@2051061055 to transaction: TransactionImpl [xid=null, txID=4028, xid=null, state=ACTIVE, createTime=1719619200273(Sat Jun 29 00:00:00 UTC 2024), timeoutSeconds=-1, nr operations = 1]@51369562 2024-06-29 00:00:00,273 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 68116b2e-1c08-468e-8fe2-ac5ef6606cd9: CoreMessage[messageID=4024, durable=true, userID=875101ee-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:00 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishSubscribeMultipleSubscriptions, size=597, properties=TypedProperties[__AMQ_CID=875101ea-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@2051061055, transaction: TransactionImpl [xid=null, txID=4028, xid=null, state=COMMITTED, createTime=1719619200273(Sat Jun 29 00:00:00 UTC 2024), timeoutSeconds=-1, nr operations = 0]@51369562 2024-06-29 00:00:00,274 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@543669de, org.eclipse.scout.rt.mom.jms.JmsSubscription@3808bdfc] 2024-06-29 00:00:00,275 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8750177c-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-29 00:00:00,276 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 87508cb2-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-29 00:00:00,278 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-29 00:00:00,278 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-29 00:00:00,278 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8750dad8-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-29 00:00:00,279 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-29 00:00:00,279 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 15.039014 ms 2024-06-29 00:00:00,279 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-29 00:00:00,280 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-29 00:00:00,280 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-29 00:00:00,280 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 504094725'. 2024-06-29 00:00:00,282 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-29 00:00:00,282 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 87528890-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-29 00:00:00,283 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8752afa3-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=87528890-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=87528890-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7c8d81d9, true, {}] 2024-06-29 00:00:00,283 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8752afa4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=87528890-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=87528890-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7218acc, true, {}] 2024-06-29 00:00:00,284 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8752d6b7-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-29 00:00:00,285 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addSendToTransaction(AuditLogger_impl.java:2787) - AMQ601760: User anonymous@invm:0 added a message send for: CoreMessage[messageID=4059, durable=true, userID=8752d6b6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:00 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishTransactional, size=754, properties=TypedProperties[__AMQ_CID=8752afa2-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person"}, _AMQ_ROUTING_TYPE=1]]@244561426 to transaction: TransactionImpl [xid=null, txID=4057, xid=null, state=ACTIVE, createTime=1719619200283(Sat Jun 29 00:00:00 UTC 2024), timeoutSeconds=300, nr operations = 1]@4c4e5533 2024-06-29 00:00:00,285 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8752fdca-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8752d6b7-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8752d6b7-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@787dfc87, true, {}] 2024-06-29 00:00:00,285 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8752fdcb-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8752d6b7-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8752d6b7-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@c286fa0, true, {}] 2024-06-29 00:00:00,285 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishTransactional, null, 0, false, true, null] 2024-06-29 00:00:02,287 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishTransactional: Reference[4059]:RELIABLE:CoreMessage[messageID=4059, durable=true, userID=8752d6b6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:00 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishTransactional, size=754, properties=TypedProperties[__AMQ_CID=8752afa2-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person"}, _AMQ_ROUTING_TYPE=1]]@244561426 2024-06-29 00:00:02,287 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4059, durable=true, userID=8752d6b6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:00 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishTransactional, size=754, properties=TypedProperties[__AMQ_CID=8752afa2-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person"}, _AMQ_ROUTING_TYPE=1]]@244561426, context: RoutingContextImpl(Address=test/mom/testPublishTransactional, routingType=ANYCAST, PreviousAddress=test/mom/testPublishTransactional previousRoute:ANYCAST, reusable=true, version=-2147482970) .................................................. ***** durable queues test/mom/testPublishTransactional: - queueID=1823 address:test/mom/testPublishTransactional name:test/mom/testPublishTransactional filter:null ***** non durable for test/mom/testPublishTransactional: .................................................. , transaction: TransactionImpl [xid=null, txID=4057, xid=null, state=COMMITTED, createTime=1719619200283(Sat Jun 29 00:00:00 UTC 2024), timeoutSeconds=300, nr operations = 0]@4c4e5533 2024-06-29 00:00:02,287 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishTransactional: CoreMessage[messageID=4059, durable=true, userID=8752d6b6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:00 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishTransactional, size=754, properties=TypedProperties[__AMQ_CID=8752afa2-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person"}, _AMQ_ROUTING_TYPE=1]]@244561426 to transaction: TransactionImpl [xid=null, txID=4067, xid=null, state=ACTIVE, createTime=1719619202287(Sat Jun 29 00:00:02 UTC 2024), timeoutSeconds=-1, nr operations = 1]@4a661809 2024-06-29 00:00:02,289 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 87528890-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-29 00:00:02,289 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@4e31229f, org.eclipse.scout.rt.mom.jms.JmsSubscription@6a4940e1] 2024-06-29 00:00:02,290 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishTransactional: CoreMessage[messageID=4059, durable=true, userID=8752d6b6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:00 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishTransactional, size=754, properties=TypedProperties[__AMQ_CID=8752afa2-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person"}, _AMQ_ROUTING_TYPE=1]]@244561426, transaction: TransactionImpl [xid=null, txID=4067, xid=null, state=COMMITTED, createTime=1719619202287(Sat Jun 29 00:00:02 UTC 2024), timeoutSeconds=-1, nr operations = 0]@4a661809 2024-06-29 00:00:02,290 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8752d6b7-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-29 00:00:02,291 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 0 connection and 0 sessions 2024-06-29 00:00:02,291 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 2011.067947 ms 2024-06-29 00:00:02,291 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-29 00:00:02,291 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-29 00:00:02,292 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-29 00:00:02,292 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1235636287'. 2024-06-29 00:00:02,293 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-29 00:00:02,293 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8885634d-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-29 00:00:02,294 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [88858a60-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8885634d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8885634d-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@61a07954, true, {}] 2024-06-29 00:00:02,294 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [88858a61-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8885634d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8885634d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3ac4e507, true, {}] 2024-06-29 00:00:02,295 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 88858a61-35aa-11ef-ab26-0a580a2845c5 with parameters: [test/mom/testTopicPublishSubscribeCorrelationId, [MULTICAST], true] 2024-06-29 00:00:02,295 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@e0e8843 2024-06-29 00:00:02,295 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=bdd2f643-5101-405c-b4d0-f97c9d794b85, address=test/mom/testTopicPublishSubscribeCorrelationId, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-29 00:00:02,296 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@7660117 2024-06-29 00:00:02,296 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, bdd2f643-5101-405c-b4d0-f97c9d794b85, null, 0, false, true, null] 2024-06-29 00:00:02,296 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8885d783-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[cid=cid:abc] 2024-06-29 00:00:02,296 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8885d786-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8885d783-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8885d783-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@33f848fa, true, {}] 2024-06-29 00:00:02,297 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@3656a6cd - MDC[cid=cid:abc] 2024-06-29 00:00:02,297 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8885fe97-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8885d783-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8885d783-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2f9e09a2, true, {}] 2024-06-29 00:00:02,297 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4092, durable=true, userID=8885fe99-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:02 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishSubscribeCorrelationId, size=636, properties=TypedProperties[__AMQ_CID=8885d785-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0, JMSCorrelationID=cid:abc]]@1612296642, context: RoutingContextImpl(Address=test/mom/testTopicPublishSubscribeCorrelationId, routingType=MULTICAST, PreviousAddress=test/mom/testTopicPublishSubscribeCorrelationId previousRoute:MULTICAST, reusable=true, version=-2147482930) .................................................. ***** durable queues test/mom/testTopicPublishSubscribeCorrelationId: ***** non durable for test/mom/testTopicPublishSubscribeCorrelationId: - queueID=4084 address:test/mom/testTopicPublishSubscribeCorrelationId name:bdd2f643-5101-405c-b4d0-f97c9d794b85 filter:null .................................................. , transaction: null 2024-06-29 00:00:02,298 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from bdd2f643-5101-405c-b4d0-f97c9d794b85: Reference[4092]:RELIABLE:CoreMessage[messageID=4092, durable=true, userID=8885fe99-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:02 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishSubscribeCorrelationId, size=636, properties=TypedProperties[__AMQ_CID=8885d785-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0, JMSCorrelationID=cid:abc]]@1612296642 2024-06-29 00:00:02,298 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from bdd2f643-5101-405c-b4d0-f97c9d794b85: CoreMessage[messageID=4092, durable=true, userID=8885fe99-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:02 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishSubscribeCorrelationId, size=636, properties=TypedProperties[__AMQ_CID=8885d785-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0, JMSCorrelationID=cid:abc]]@1612296642 to transaction: TransactionImpl [xid=null, txID=4095, xid=null, state=ACTIVE, createTime=1719619202298(Sat Jun 29 00:00:02 UTC 2024), timeoutSeconds=-1, nr operations = 1]@7e516ff 2024-06-29 00:00:02,298 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from bdd2f643-5101-405c-b4d0-f97c9d794b85: CoreMessage[messageID=4092, durable=true, userID=8885fe99-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:02 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishSubscribeCorrelationId, size=636, properties=TypedProperties[__AMQ_CID=8885d785-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0, JMSCorrelationID=cid:abc]]@1612296642, transaction: TransactionImpl [xid=null, txID=4095, xid=null, state=COMMITTED, createTime=1719619202298(Sat Jun 29 00:00:02 UTC 2024), timeoutSeconds=-1, nr operations = 0]@7e516ff 2024-06-29 00:00:02,298 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5be521cd] 2024-06-29 00:00:02,299 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8885634d-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-29 00:00:02,299 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-29 00:00:02,299 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-29 00:00:02,300 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8885d783-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-29 00:00:02,300 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-29 00:00:02,300 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 8.603162 ms 2024-06-29 00:00:02,300 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-29 00:00:02,301 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-29 00:00:02,301 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-29 00:00:02,301 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 2072538067'. 2024-06-29 00:00:02,302 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-29 00:00:02,302 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8886c1eb-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-29 00:00:02,303 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8886e8fe-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8886c1eb-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8886c1eb-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@173e57b1, true, {}] 2024-06-29 00:00:02,303 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8886e8ff-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8886c1eb-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8886c1eb-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4ba7409e, true, {}] 2024-06-29 00:00:02,303 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.serverSessionCreateAddress2(AuditLogger_impl.java:2131) - AMQ601262: User anonymous@invm:0 is creating address on target resource: 8886e8ff-35aa-11ef-ab26-0a580a2845c5 with parameters: [test/mom/testMessageSelector, [MULTICAST], true] 2024-06-29 00:00:02,304 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@59159fbf 2024-06-29 00:00:02,304 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=6fd1d216-e805-4dd3-b9fb-499bd52fae08, address=test/mom/testMessageSelector, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-29 00:00:02,304 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@7aa8d874 2024-06-29 00:00:02,304 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 6fd1d216-e805-4dd3-b9fb-499bd52fae08, null, 0, false, true, null] 2024-06-29 00:00:02,305 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 88873721-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-29 00:00:02,305 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [88873724-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=88873721-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=88873721-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@78f3a271, true, {}] 2024-06-29 00:00:02,305 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [88873725-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=88873721-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=88873721-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@c3fcf2e, true, {}] 2024-06-29 00:00:02,306 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=75b90ea4-c5dd-4fe2-adfe-e3ac57bd166d, address=test/mom/testMessageSelector, routingType=MULTICAST, filterString=user = 'john', durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-29 00:00:02,306 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@34b0c0a 2024-06-29 00:00:02,306 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 75b90ea4-c5dd-4fe2-adfe-e3ac57bd166d, user = 'john', 0, false, true, null] 2024-06-29 00:00:02,307 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 88878547-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-29 00:00:02,307 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8887854a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=88878547-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=88878547-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7bb984d7, true, {}] 2024-06-29 00:00:02,307 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8887854b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=88878547-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=88878547-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@32ee6408, true, {}] 2024-06-29 00:00:02,308 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=31c46d66-3535-4ca5-a3d9-6fa1edacf5f5, address=test/mom/testMessageSelector, routingType=MULTICAST, filterString=user = 'anna', durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-29 00:00:02,308 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@544302dc 2024-06-29 00:00:02,309 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 31c46d66-3535-4ca5-a3d9-6fa1edacf5f5, user = 'anna', 0, false, true, null] 2024-06-29 00:00:02,309 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8887d36d-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-29 00:00:02,309 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8887d370-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8887d36d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8887d36d-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@67d1ee33, true, {}] 2024-06-29 00:00:02,309 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4a544672 2024-06-29 00:00:02,309 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8887d371-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8887d36d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8887d36d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@389d5318, true, {}] 2024-06-29 00:00:02,310 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4140, durable=true, userID=8887fa83-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:02 UTC 2024, expiration=0, durable=true, address=test/mom/testMessageSelector, size=578, properties=TypedProperties[__AMQ_CID=8887d36f-35aa-11ef-ab26-0a580a2845c5, user=anna, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@928272483, context: RoutingContextImpl(Address=test/mom/testMessageSelector, routingType=MULTICAST, PreviousAddress=test/mom/testMessageSelector previousRoute:MULTICAST, reusable=null, version=0) .................................................. , transaction: null 2024-06-29 00:00:02,310 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 31c46d66-3535-4ca5-a3d9-6fa1edacf5f5: Reference[4140]:RELIABLE:CoreMessage[messageID=4140, durable=true, userID=8887fa83-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:02 UTC 2024, expiration=0, durable=true, address=test/mom/testMessageSelector, size=578, properties=TypedProperties[__AMQ_CID=8887d36f-35aa-11ef-ab26-0a580a2845c5, user=anna, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@928272483 2024-06-29 00:00:02,310 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 6fd1d216-e805-4dd3-b9fb-499bd52fae08: Reference[4140]:RELIABLE:CoreMessage[messageID=4140, durable=true, userID=8887fa83-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:02 UTC 2024, expiration=0, durable=true, address=test/mom/testMessageSelector, size=578, properties=TypedProperties[__AMQ_CID=8887d36f-35aa-11ef-ab26-0a580a2845c5, user=anna, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@928272483 2024-06-29 00:00:02,310 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 31c46d66-3535-4ca5-a3d9-6fa1edacf5f5: CoreMessage[messageID=4140, durable=true, userID=8887fa83-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:02 UTC 2024, expiration=0, durable=true, address=test/mom/testMessageSelector, size=578, properties=TypedProperties[__AMQ_CID=8887d36f-35aa-11ef-ab26-0a580a2845c5, user=anna, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@928272483 to transaction: TransactionImpl [xid=null, txID=4143, xid=null, state=ACTIVE, createTime=1719619202310(Sat Jun 29 00:00:02 UTC 2024), timeoutSeconds=-1, nr operations = 1]@1e55b7ae 2024-06-29 00:00:02,310 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 6fd1d216-e805-4dd3-b9fb-499bd52fae08: CoreMessage[messageID=4140, durable=true, userID=8887fa83-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:02 UTC 2024, expiration=0, durable=true, address=test/mom/testMessageSelector, size=578, properties=TypedProperties[__AMQ_CID=8887d36f-35aa-11ef-ab26-0a580a2845c5, user=anna, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@928272483 to transaction: TransactionImpl [xid=null, txID=4144, xid=null, state=ACTIVE, createTime=1719619202310(Sat Jun 29 00:00:02 UTC 2024), timeoutSeconds=-1, nr operations = 1]@7bbeb445 2024-06-29 00:00:02,311 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 31c46d66-3535-4ca5-a3d9-6fa1edacf5f5: CoreMessage[messageID=4140, durable=true, userID=8887fa83-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:02 UTC 2024, expiration=0, durable=true, address=test/mom/testMessageSelector, size=578, properties=TypedProperties[__AMQ_CID=8887d36f-35aa-11ef-ab26-0a580a2845c5, user=anna, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@928272483, transaction: TransactionImpl [xid=null, txID=4143, xid=null, state=COMMITTED, createTime=1719619202310(Sat Jun 29 00:00:02 UTC 2024), timeoutSeconds=-1, nr operations = 0]@1e55b7ae 2024-06-29 00:00:02,311 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 6fd1d216-e805-4dd3-b9fb-499bd52fae08: CoreMessage[messageID=4140, durable=true, userID=8887fa83-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:02 UTC 2024, expiration=0, durable=true, address=test/mom/testMessageSelector, size=578, properties=TypedProperties[__AMQ_CID=8887d36f-35aa-11ef-ab26-0a580a2845c5, user=anna, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@928272483, transaction: TransactionImpl [xid=null, txID=4144, xid=null, state=COMMITTED, createTime=1719619202310(Sat Jun 29 00:00:02 UTC 2024), timeoutSeconds=-1, nr operations = 0]@7bbeb445 2024-06-29 00:00:04,311 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 3 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3e272f0, org.eclipse.scout.rt.mom.jms.JmsSubscription@2bcf856f, org.eclipse.scout.rt.mom.jms.JmsSubscription@47bcaf67] 2024-06-29 00:00:04,312 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8886c1eb-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-29 00:00:04,313 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 88873721-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-29 00:00:04,314 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 88878547-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-29 00:00:04,315 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-29 00:00:04,315 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-29 00:00:04,315 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8887d36d-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-29 00:00:04,315 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-29 00:00:04,316 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 2014.783696 ms 2024-06-29 00:00:04,316 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-29 00:00:04,316 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-29 00:00:04,316 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-29 00:00:04,316 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 131308700'. 2024-06-29 00:00:04,318 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-29 00:00:04,318 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 89ba6005-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-29 00:00:04,318 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [89ba6008-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=89ba6005-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=89ba6005-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2545f990, true, {}] 2024-06-29 00:00:04,319 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@3479b4cd 2024-06-29 00:00:04,319 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [89ba8719-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=89ba6005-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=89ba6005-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6b383a27, true, {}] 2024-06-29 00:00:04,320 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4187, durable=true, userID=89ba871b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:04 UTC 2024, expiration=0, durable=true, address=test/mom/testCurrentMessagePubSub, size=811, properties=TypedProperties[__AMQ_CID=89ba6007-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid_test]]@1346672930, context: RoutingContextImpl(Address=test/mom/testCurrentMessagePubSub, routingType=ANYCAST, PreviousAddress=test/mom/testCurrentMessagePubSub previousRoute:ANYCAST, reusable=true, version=-2147482961) .................................................. ***** durable queues test/mom/testCurrentMessagePubSub: - queueID=1938 address:test/mom/testCurrentMessagePubSub name:test/mom/testCurrentMessagePubSub filter:null ***** non durable for test/mom/testCurrentMessagePubSub: .................................................. , transaction: null 2024-06-29 00:00:04,320 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 89baae2c-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-29 00:00:04,321 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [89bad53f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=89baae2c-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=89baae2c-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5e5c2adb, true, {}] 2024-06-29 00:00:04,321 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [89bad540-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=89baae2c-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=89baae2c-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1ae790ec, true, {}] 2024-06-29 00:00:04,321 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testCurrentMessagePubSub, null, 0, false, true, null] 2024-06-29 00:00:04,322 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testCurrentMessagePubSub: Reference[4187]:RELIABLE:CoreMessage[messageID=4187, durable=true, userID=89ba871b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:04 UTC 2024, expiration=0, durable=true, address=test/mom/testCurrentMessagePubSub, size=811, properties=TypedProperties[__AMQ_CID=89ba6007-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid_test]]@1346672930 2024-06-29 00:00:04,322 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testCurrentMessagePubSub: CoreMessage[messageID=4187, durable=true, userID=89ba871b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:04 UTC 2024, expiration=0, durable=true, address=test/mom/testCurrentMessagePubSub, size=811, properties=TypedProperties[__AMQ_CID=89ba6007-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid_test]]@1346672930 to transaction: TransactionImpl [xid=null, txID=4196, xid=null, state=ACTIVE, createTime=1719619204322(Sat Jun 29 00:00:04 UTC 2024), timeoutSeconds=-1, nr operations = 1]@90c268c 2024-06-29 00:00:04,322 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@526ae1fc, org.eclipse.scout.rt.mom.jms.JmsSubscription@cf9223f] 2024-06-29 00:00:04,323 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testCurrentMessagePubSub: CoreMessage[messageID=4187, durable=true, userID=89ba871b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:04 UTC 2024, expiration=0, durable=true, address=test/mom/testCurrentMessagePubSub, size=811, properties=TypedProperties[__AMQ_CID=89ba6007-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person"}, _AMQ_ROUTING_TYPE=1, JMSCorrelationID=cid_test]]@1346672930, transaction: TransactionImpl [xid=null, txID=4196, xid=null, state=COMMITTED, createTime=1719619204322(Sat Jun 29 00:00:04 UTC 2024), timeoutSeconds=-1, nr operations = 0]@90c268c 2024-06-29 00:00:04,324 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 89baae2c-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-29 00:00:04,324 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-29 00:00:04,325 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-29 00:00:04,325 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 89ba6005-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-29 00:00:04,325 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-29 00:00:04,325 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 8.999594 ms 2024-06-29 00:00:04,325 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-29 00:00:04,326 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-29 00:00:04,326 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-29 00:00:04,326 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1873480981'. 2024-06-29 00:00:04,327 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-29 00:00:04,327 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 89bbbfa2-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-29 00:00:04,328 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [89bbe6b5-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=89bbbfa2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=89bbbfa2-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@8c6c78b, true, {}] 2024-06-29 00:00:04,328 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@6508e82 2024-06-29 00:00:04,328 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [89bbe6b6-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=89bbbfa2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=89bbbfa2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6b5407f1, true, {}] 2024-06-29 00:00:04,329 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4209, durable=true, userID=89bc0dc8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:04 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=549, properties=TypedProperties[__AMQ_CID=89bbe6b4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1897328577, context: RoutingContextImpl(Address=test/mom/testSerialMessageConsumption, routingType=ANYCAST, PreviousAddress=test/mom/testSerialMessageConsumption previousRoute:ANYCAST, reusable=true, version=-2147482960) .................................................. ***** durable queues test/mom/testSerialMessageConsumption: - queueID=1961 address:test/mom/testSerialMessageConsumption name:test/mom/testSerialMessageConsumption filter:null ***** non durable for test/mom/testSerialMessageConsumption: .................................................. , transaction: null 2024-06-29 00:00:04,331 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [89bc5be9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=89bbbfa2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=89bbbfa2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@168fbe52, true, {}] 2024-06-29 00:00:04,331 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4214, durable=true, userID=89bc5beb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:04 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=549, properties=TypedProperties[__AMQ_CID=89bbe6b4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@413164716, context: RoutingContextImpl(Address=test/mom/testSerialMessageConsumption, routingType=ANYCAST, PreviousAddress=test/mom/testSerialMessageConsumption previousRoute:ANYCAST, reusable=true, version=-2147482960) .................................................. ***** durable queues test/mom/testSerialMessageConsumption: - queueID=1961 address:test/mom/testSerialMessageConsumption name:test/mom/testSerialMessageConsumption filter:null ***** non durable for test/mom/testSerialMessageConsumption: .................................................. , transaction: null 2024-06-29 00:00:04,334 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [89bcd11c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=89bbbfa2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=89bbbfa2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1ebb6169, true, {}] 2024-06-29 00:00:04,335 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4219, durable=true, userID=89bcd11e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:04 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=549, properties=TypedProperties[__AMQ_CID=89bbe6b4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@101716919, context: RoutingContextImpl(Address=test/mom/testSerialMessageConsumption, routingType=ANYCAST, PreviousAddress=test/mom/testSerialMessageConsumption previousRoute:ANYCAST, reusable=true, version=-2147482960) .................................................. ***** durable queues test/mom/testSerialMessageConsumption: - queueID=1961 address:test/mom/testSerialMessageConsumption name:test/mom/testSerialMessageConsumption filter:null ***** non durable for test/mom/testSerialMessageConsumption: .................................................. , transaction: null 2024-06-29 00:00:04,337 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [89bd464f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=89bbbfa2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=89bbbfa2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@19c68f29, true, {}] 2024-06-29 00:00:04,338 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4224, durable=true, userID=89bd6d61-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:04 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=549, properties=TypedProperties[__AMQ_CID=89bbe6b4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@320779511, context: RoutingContextImpl(Address=test/mom/testSerialMessageConsumption, routingType=ANYCAST, PreviousAddress=test/mom/testSerialMessageConsumption previousRoute:ANYCAST, reusable=true, version=-2147482960) .................................................. ***** durable queues test/mom/testSerialMessageConsumption: - queueID=1961 address:test/mom/testSerialMessageConsumption name:test/mom/testSerialMessageConsumption filter:null ***** non durable for test/mom/testSerialMessageConsumption: .................................................. , transaction: null 2024-06-29 00:00:04,341 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [89bde292-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=89bbbfa2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=89bbbfa2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4ae8fbf7, true, {}] 2024-06-29 00:00:04,342 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4229, durable=true, userID=89bde294-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:04 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=549, properties=TypedProperties[__AMQ_CID=89bbe6b4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@862945799, context: RoutingContextImpl(Address=test/mom/testSerialMessageConsumption, routingType=ANYCAST, PreviousAddress=test/mom/testSerialMessageConsumption previousRoute:ANYCAST, reusable=true, version=-2147482960) .................................................. ***** durable queues test/mom/testSerialMessageConsumption: - queueID=1961 address:test/mom/testSerialMessageConsumption name:test/mom/testSerialMessageConsumption filter:null ***** non durable for test/mom/testSerialMessageConsumption: .................................................. , transaction: null 2024-06-29 00:00:04,345 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [89be57c5-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=89bbbfa2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=89bbbfa2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@785ee757, true, {}] 2024-06-29 00:00:04,345 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4234, durable=true, userID=89be7ed7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:04 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=549, properties=TypedProperties[__AMQ_CID=89bbe6b4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@742781957, context: RoutingContextImpl(Address=test/mom/testSerialMessageConsumption, routingType=ANYCAST, PreviousAddress=test/mom/testSerialMessageConsumption previousRoute:ANYCAST, reusable=true, version=-2147482960) .................................................. ***** durable queues test/mom/testSerialMessageConsumption: - queueID=1961 address:test/mom/testSerialMessageConsumption name:test/mom/testSerialMessageConsumption filter:null ***** non durable for test/mom/testSerialMessageConsumption: .................................................. , transaction: null 2024-06-29 00:00:04,348 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [89bef408-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=89bbbfa2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=89bbbfa2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@24b6057f, true, {}] 2024-06-29 00:00:04,348 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4239, durable=true, userID=89bef40a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:04 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=549, properties=TypedProperties[__AMQ_CID=89bbe6b4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1097214382, context: RoutingContextImpl(Address=test/mom/testSerialMessageConsumption, routingType=ANYCAST, PreviousAddress=test/mom/testSerialMessageConsumption previousRoute:ANYCAST, reusable=true, version=-2147482960) .................................................. ***** durable queues test/mom/testSerialMessageConsumption: - queueID=1961 address:test/mom/testSerialMessageConsumption name:test/mom/testSerialMessageConsumption filter:null ***** non durable for test/mom/testSerialMessageConsumption: .................................................. , transaction: null 2024-06-29 00:00:04,351 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [89bf693b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=89bbbfa2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=89bbbfa2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@61b802e1, true, {}] 2024-06-29 00:00:04,352 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4244, durable=true, userID=89bf693d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:04 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=549, properties=TypedProperties[__AMQ_CID=89bbe6b4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@925517065, context: RoutingContextImpl(Address=test/mom/testSerialMessageConsumption, routingType=ANYCAST, PreviousAddress=test/mom/testSerialMessageConsumption previousRoute:ANYCAST, reusable=true, version=-2147482960) .................................................. ***** durable queues test/mom/testSerialMessageConsumption: - queueID=1961 address:test/mom/testSerialMessageConsumption name:test/mom/testSerialMessageConsumption filter:null ***** non durable for test/mom/testSerialMessageConsumption: .................................................. , transaction: null 2024-06-29 00:00:04,355 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [89c0057e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=89bbbfa2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=89bbbfa2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@26c61164, true, {}] 2024-06-29 00:00:04,355 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4249, durable=true, userID=89c00580-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:04 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=549, properties=TypedProperties[__AMQ_CID=89bbe6b4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@654409443, context: RoutingContextImpl(Address=test/mom/testSerialMessageConsumption, routingType=ANYCAST, PreviousAddress=test/mom/testSerialMessageConsumption previousRoute:ANYCAST, reusable=true, version=-2147482960) .................................................. ***** durable queues test/mom/testSerialMessageConsumption: - queueID=1961 address:test/mom/testSerialMessageConsumption name:test/mom/testSerialMessageConsumption filter:null ***** non durable for test/mom/testSerialMessageConsumption: .................................................. , transaction: null 2024-06-29 00:00:04,358 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [89c07ab1-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=89bbbfa2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=89bbbfa2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5af8a02a, true, {}] 2024-06-29 00:00:04,359 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4254, durable=true, userID=89c07ab3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:04 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=549, properties=TypedProperties[__AMQ_CID=89bbe6b4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@153748913, context: RoutingContextImpl(Address=test/mom/testSerialMessageConsumption, routingType=ANYCAST, PreviousAddress=test/mom/testSerialMessageConsumption previousRoute:ANYCAST, reusable=true, version=-2147482960) .................................................. ***** durable queues test/mom/testSerialMessageConsumption: - queueID=1961 address:test/mom/testSerialMessageConsumption name:test/mom/testSerialMessageConsumption filter:null ***** non durable for test/mom/testSerialMessageConsumption: .................................................. , transaction: null 2024-06-29 00:00:04,362 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 89c116f4-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-29 00:00:04,362 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [89c116f7-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=89c116f4-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=89c116f4-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@210a5c1f, true, {}] 2024-06-29 00:00:04,363 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [89c116f8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=89c116f4-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=89c116f4-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@715e294e, true, {}] 2024-06-29 00:00:04,363 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testSerialMessageConsumption, null, 0, false, true, null] 2024-06-29 00:00:04,364 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testSerialMessageConsumption: Reference[1974]:RELIABLE:CoreMessage[messageID=1974, durable=true, userID=816755df-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:50 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=605, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1234268098 2024-06-29 00:00:04,364 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testSerialMessageConsumption: Reference[1979]:RELIABLE:CoreMessage[messageID=1979, durable=true, userID=8167cb12-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:50 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=605, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1965899248 2024-06-29 00:00:04,364 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testSerialMessageConsumption: Reference[1984]:RELIABLE:CoreMessage[messageID=1984, durable=true, userID=81686755-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:50 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=605, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@769454022 2024-06-29 00:00:04,364 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testSerialMessageConsumption: Reference[1989]:RELIABLE:CoreMessage[messageID=1989, durable=true, userID=8168dc88-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:50 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=605, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@901084743 2024-06-29 00:00:04,364 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testSerialMessageConsumption: Reference[1994]:RELIABLE:CoreMessage[messageID=1994, durable=true, userID=816978cb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:50 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=605, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2111407126 2024-06-29 00:00:04,364 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testSerialMessageConsumption: CoreMessage[messageID=1974, durable=true, userID=816755df-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:50 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=605, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1234268098 to transaction: TransactionImpl [xid=null, txID=4263, xid=null, state=ACTIVE, createTime=1719619204364(Sat Jun 29 00:00:04 UTC 2024), timeoutSeconds=-1, nr operations = 1]@6d3d75d4 2024-06-29 00:00:04,364 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testSerialMessageConsumption: Reference[1999]:RELIABLE:CoreMessage[messageID=1999, durable=true, userID=8169edfe-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:50 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=605, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1068566186 2024-06-29 00:00:04,364 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testSerialMessageConsumption: Reference[2004]:RELIABLE:CoreMessage[messageID=2004, durable=true, userID=816a8a41-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:50 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=605, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1908403789 2024-06-29 00:00:04,364 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testSerialMessageConsumption: Reference[2009]:RELIABLE:CoreMessage[messageID=2009, durable=true, userID=816aff74-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:50 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=605, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@515629080 2024-06-29 00:00:04,364 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testSerialMessageConsumption: Reference[4209]:RELIABLE:CoreMessage[messageID=4209, durable=true, userID=89bc0dc8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:04 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=549, properties=TypedProperties[__AMQ_CID=89bbe6b4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1897328577 2024-06-29 00:00:04,364 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testSerialMessageConsumption: Reference[4214]:RELIABLE:CoreMessage[messageID=4214, durable=true, userID=89bc5beb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:04 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=549, properties=TypedProperties[__AMQ_CID=89bbe6b4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@413164716 2024-06-29 00:00:04,364 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testSerialMessageConsumption: Reference[4219]:RELIABLE:CoreMessage[messageID=4219, durable=true, userID=89bcd11e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:04 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=549, properties=TypedProperties[__AMQ_CID=89bbe6b4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@101716919 2024-06-29 00:00:04,364 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testSerialMessageConsumption: Reference[4224]:RELIABLE:CoreMessage[messageID=4224, durable=true, userID=89bd6d61-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:04 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=549, properties=TypedProperties[__AMQ_CID=89bbe6b4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@320779511 2024-06-29 00:00:04,364 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testSerialMessageConsumption: Reference[4229]:RELIABLE:CoreMessage[messageID=4229, durable=true, userID=89bde294-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:04 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=549, properties=TypedProperties[__AMQ_CID=89bbe6b4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@862945799 2024-06-29 00:00:04,364 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testSerialMessageConsumption: Reference[4234]:RELIABLE:CoreMessage[messageID=4234, durable=true, userID=89be7ed7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:04 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=549, properties=TypedProperties[__AMQ_CID=89bbe6b4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@742781957 2024-06-29 00:00:04,364 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testSerialMessageConsumption: Reference[4239]:RELIABLE:CoreMessage[messageID=4239, durable=true, userID=89bef40a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:04 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=549, properties=TypedProperties[__AMQ_CID=89bbe6b4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1097214382 2024-06-29 00:00:04,364 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testSerialMessageConsumption: Reference[4244]:RELIABLE:CoreMessage[messageID=4244, durable=true, userID=89bf693d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:04 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=549, properties=TypedProperties[__AMQ_CID=89bbe6b4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@925517065 2024-06-29 00:00:04,364 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testSerialMessageConsumption: Reference[4249]:RELIABLE:CoreMessage[messageID=4249, durable=true, userID=89c00580-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:04 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=549, properties=TypedProperties[__AMQ_CID=89bbe6b4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@654409443 2024-06-29 00:00:04,364 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testSerialMessageConsumption: CoreMessage[messageID=1974, durable=true, userID=816755df-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:50 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=605, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1234268098, transaction: TransactionImpl [xid=null, txID=4263, xid=null, state=COMMITTED, createTime=1719619204364(Sat Jun 29 00:00:04 UTC 2024), timeoutSeconds=-1, nr operations = 0]@6d3d75d4 2024-06-29 00:00:04,364 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testSerialMessageConsumption: Reference[4254]:RELIABLE:CoreMessage[messageID=4254, durable=true, userID=89c07ab3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:04 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=549, properties=TypedProperties[__AMQ_CID=89bbe6b4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@153748913 2024-06-29 00:00:07,363 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5e3934db] 2024-06-29 00:00:07,363 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testSerialMessageConsumption: CoreMessage[messageID=1979, durable=true, userID=8167cb12-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:50 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=605, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1965899248 to transaction: TransactionImpl [xid=null, txID=4264, xid=null, state=ACTIVE, createTime=1719619207363(Sat Jun 29 00:00:07 UTC 2024), timeoutSeconds=-1, nr operations = 1]@232f4938 2024-06-29 00:00:07,367 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testSerialMessageConsumption: CoreMessage[messageID=1979, durable=true, userID=8167cb12-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Fri Jun 28 23:59:50 UTC 2024, expiration=0, durable=true, address=test/mom/testSerialMessageConsumption, size=605, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1965899248, transaction: TransactionImpl [xid=null, txID=4264, xid=null, state=COMMITTED, createTime=1719619207363(Sat Jun 29 00:00:07 UTC 2024), timeoutSeconds=-1, nr operations = 0]@232f4938 2024-06-29 00:00:07,368 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 89c116f4-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-29 00:00:07,368 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-29 00:00:07,369 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-29 00:00:07,369 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 89bbbfa2-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-29 00:00:07,370 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-29 00:00:07,370 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 3044.047563 ms 2024-06-29 00:00:07,370 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-29 00:00:07,371 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-29 00:00:07,371 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-29 00:00:07,371 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 2031851655'. 2024-06-29 00:00:07,373 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-29 00:00:07,373 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8b8c882a-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-29 00:00:07,374 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8b8caf3d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8b8c882a-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8b8c882a-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3938d335, true, {}] 2024-06-29 00:00:07,374 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8b8caf3e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8b8c882a-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8b8c882a-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@41e7f8f6, true, {}] 2024-06-29 00:00:07,375 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-29 00:00:07,376 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8b8cfd5f-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-29 00:00:07,376 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8b8cfd62-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8b8cfd5f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8b8cfd5f-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@17a313db, true, {}] 2024-06-29 00:00:07,376 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@7a4efee2 2024-06-29 00:00:07,376 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8b8cfd63-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8b8cfd5f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8b8cfd5f-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@308f0ec, true, {}] 2024-06-29 00:00:07,377 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4283, durable=true, userID=8b8d2475-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=461, properties=TypedProperties[__AMQ_CID=8b8cfd61-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@410021615, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-29 00:00:07,381 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[4283]:RELIABLE:CoreMessage[messageID=4283, durable=true, userID=8b8d2475-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=461, properties=TypedProperties[__AMQ_CID=8b8cfd61-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@410021615 2024-06-29 00:00:07,381 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=4283, durable=true, userID=8b8d2475-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=461, properties=TypedProperties[__AMQ_CID=8b8cfd61-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@410021615 to transaction: TransactionImpl [xid=null, txID=4286, xid=null, state=ACTIVE, createTime=1719619207381(Sat Jun 29 00:00:07 UTC 2024), timeoutSeconds=-1, nr operations = 1]@59a38840 2024-06-29 00:00:07,382 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@57352624, org.eclipse.scout.rt.mom.jms.JmsSubscription@5ef22587] 2024-06-29 00:00:07,384 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=4283, durable=true, userID=8b8d2475-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=461, properties=TypedProperties[__AMQ_CID=8b8cfd61-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@410021615, transaction: TransactionImpl [xid=null, txID=4286, xid=null, state=COMMITTED, createTime=1719619207381(Sat Jun 29 00:00:07 UTC 2024), timeoutSeconds=-1, nr operations = 0]@59a38840 2024-06-29 00:00:07,385 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8b8c882a-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-29 00:00:07,386 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8b8e8406-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-29 00:00:07,386 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8b8e8409-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8b8e8406-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8b8e8406-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@53743faa, true, {}] 2024-06-29 00:00:07,387 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8b8eab1a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8b8e8406-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8b8e8406-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3260675b, true, {}] 2024-06-29 00:00:07,387 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-29 00:00:07,388 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8b8eab1b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8b8cfd5f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8b8cfd5f-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@d6f4e8a, true, {}] 2024-06-29 00:00:07,388 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4301, durable=true, userID=8b8ed22d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=554, properties=TypedProperties[__AMQ_CID=8b8cfd61-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1325697970, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-29 00:00:07,391 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[4301]:RELIABLE:CoreMessage[messageID=4301, durable=true, userID=8b8ed22d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=554, properties=TypedProperties[__AMQ_CID=8b8cfd61-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1325697970 2024-06-29 00:00:07,392 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=4301, durable=true, userID=8b8ed22d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=554, properties=TypedProperties[__AMQ_CID=8b8cfd61-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1325697970 to transaction: TransactionImpl [xid=null, txID=4304, xid=null, state=ACTIVE, createTime=1719619207391(Sat Jun 29 00:00:07 UTC 2024), timeoutSeconds=-1, nr operations = 1]@2c3e1cac 2024-06-29 00:00:07,392 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@4e0dec0c, org.eclipse.scout.rt.mom.jms.JmsSubscription@3dd4f91d] 2024-06-29 00:00:07,395 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=4301, durable=true, userID=8b8ed22d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=554, properties=TypedProperties[__AMQ_CID=8b8cfd61-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1325697970, transaction: TransactionImpl [xid=null, txID=4304, xid=null, state=COMMITTED, createTime=1719619207391(Sat Jun 29 00:00:07 UTC 2024), timeoutSeconds=-1, nr operations = 0]@2c3e1cac 2024-06-29 00:00:07,395 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8b8e8406-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-29 00:00:07,396 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8b900aae-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-29 00:00:07,397 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8b900ab1-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8b900aae-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8b900aae-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6fe83db6, true, {}] 2024-06-29 00:00:07,397 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8b9031c2-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8b900aae-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8b900aae-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@27dd32bb, true, {}] 2024-06-29 00:00:07,397 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-29 00:00:07,398 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8b9058d3-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8b8cfd5f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8b8cfd5f-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@27907818, true, {}] 2024-06-29 00:00:07,398 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4319, durable=true, userID=8b9058d5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=563, properties=TypedProperties[__AMQ_CID=8b8cfd61-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@640371929, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-29 00:00:07,401 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[4319]:RELIABLE:CoreMessage[messageID=4319, durable=true, userID=8b9058d5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=563, properties=TypedProperties[__AMQ_CID=8b8cfd61-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@640371929 2024-06-29 00:00:07,402 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=4319, durable=true, userID=8b9058d5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=563, properties=TypedProperties[__AMQ_CID=8b8cfd61-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@640371929 to transaction: TransactionImpl [xid=null, txID=4322, xid=null, state=ACTIVE, createTime=1719619207402(Sat Jun 29 00:00:07 UTC 2024), timeoutSeconds=-1, nr operations = 1]@47285a57 2024-06-29 00:00:07,402 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@5b34e7bd, org.eclipse.scout.rt.mom.jms.JmsSubscription@77095c8c] 2024-06-29 00:00:07,405 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=4319, durable=true, userID=8b9058d5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=563, properties=TypedProperties[__AMQ_CID=8b8cfd61-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@640371929, transaction: TransactionImpl [xid=null, txID=4322, xid=null, state=COMMITTED, createTime=1719619207402(Sat Jun 29 00:00:07 UTC 2024), timeoutSeconds=-1, nr operations = 0]@47285a57 2024-06-29 00:00:07,405 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8b900aae-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-29 00:00:07,406 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8b919156-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-29 00:00:07,407 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8b91b869-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8b919156-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8b919156-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2a174c4f, true, {}] 2024-06-29 00:00:07,407 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8b91b86a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8b919156-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8b919156-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1bfb75a6, true, {}] 2024-06-29 00:00:07,407 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-29 00:00:07,408 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8b91df7b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8b8cfd5f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8b8cfd5f-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7d9762e5, true, {}] 2024-06-29 00:00:07,409 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4337, durable=true, userID=8b91df7d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=489, properties=TypedProperties[__AMQ_CID=8b8cfd61-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2072274638, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-29 00:00:07,412 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[4337]:RELIABLE:CoreMessage[messageID=4337, durable=true, userID=8b91df7d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=489, properties=TypedProperties[__AMQ_CID=8b8cfd61-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2072274638 2024-06-29 00:00:07,412 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=4337, durable=true, userID=8b91df7d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=489, properties=TypedProperties[__AMQ_CID=8b8cfd61-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2072274638 to transaction: TransactionImpl [xid=null, txID=4340, xid=null, state=ACTIVE, createTime=1719619207412(Sat Jun 29 00:00:07 UTC 2024), timeoutSeconds=-1, nr operations = 1]@4e33089b 2024-06-29 00:00:07,413 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@5dbd7f00, org.eclipse.scout.rt.mom.jms.JmsSubscription@3e9053b3] 2024-06-29 00:00:07,415 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=4337, durable=true, userID=8b91df7d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=489, properties=TypedProperties[__AMQ_CID=8b8cfd61-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@2072274638, transaction: TransactionImpl [xid=null, txID=4340, xid=null, state=COMMITTED, createTime=1719619207412(Sat Jun 29 00:00:07 UTC 2024), timeoutSeconds=-1, nr operations = 0]@4e33089b 2024-06-29 00:00:07,416 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8b919156-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-29 00:00:07,416 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8b9317fe-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-29 00:00:07,417 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8b933f11-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8b9317fe-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8b9317fe-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@14f8ddcf, true, {}] 2024-06-29 00:00:07,417 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8b933f12-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8b9317fe-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8b9317fe-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@563e2f79, true, {}] 2024-06-29 00:00:07,417 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-29 00:00:07,418 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8b936623-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8b8cfd5f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8b8cfd5f-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@e459ac1, true, {}] 2024-06-29 00:00:07,418 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4355, durable=true, userID=8b936625-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=445, properties=TypedProperties[__AMQ_CID=8b8cfd61-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@841298432, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-29 00:00:07,422 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[4355]:RELIABLE:CoreMessage[messageID=4355, durable=true, userID=8b936625-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=445, properties=TypedProperties[__AMQ_CID=8b8cfd61-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@841298432 2024-06-29 00:00:07,422 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=4355, durable=true, userID=8b936625-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=445, properties=TypedProperties[__AMQ_CID=8b8cfd61-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@841298432 to transaction: TransactionImpl [xid=null, txID=4358, xid=null, state=ACTIVE, createTime=1719619207422(Sat Jun 29 00:00:07 UTC 2024), timeoutSeconds=-1, nr operations = 1]@b176895 2024-06-29 00:00:07,423 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@3594b4b4, org.eclipse.scout.rt.mom.jms.JmsSubscription@4191774f] 2024-06-29 00:00:07,425 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=4355, durable=true, userID=8b936625-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=445, properties=TypedProperties[__AMQ_CID=8b8cfd61-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@841298432, transaction: TransactionImpl [xid=null, txID=4358, xid=null, state=COMMITTED, createTime=1719619207422(Sat Jun 29 00:00:07 UTC 2024), timeoutSeconds=-1, nr operations = 0]@b176895 2024-06-29 00:00:07,426 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8b9317fe-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-29 00:00:07,426 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8b949ea6-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-29 00:00:07,427 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8b94c5b9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8b949ea6-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8b949ea6-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@ce87c2a, true, {}] 2024-06-29 00:00:07,427 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8b94c5ba-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8b949ea6-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8b949ea6-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@60fbe361, true, {}] 2024-06-29 00:00:07,427 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-29 00:00:07,428 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8b94c5bb-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8b8cfd5f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8b8cfd5f-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5d9387df, true, {}] 2024-06-29 00:00:07,428 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4373, durable=true, userID=8b94eccd-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=461, properties=TypedProperties[__AMQ_CID=8b8cfd61-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@952009821, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-29 00:00:07,429 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[4373]:RELIABLE:CoreMessage[messageID=4373, durable=true, userID=8b94eccd-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=461, properties=TypedProperties[__AMQ_CID=8b8cfd61-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@952009821 2024-06-29 00:00:07,429 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=4373, durable=true, userID=8b94eccd-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=461, properties=TypedProperties[__AMQ_CID=8b8cfd61-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@952009821 to transaction: TransactionImpl [xid=null, txID=4376, xid=null, state=ACTIVE, createTime=1719619207429(Sat Jun 29 00:00:07 UTC 2024), timeoutSeconds=-1, nr operations = 1]@5790de27 2024-06-29 00:00:07,429 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@7266f136, org.eclipse.scout.rt.mom.jms.JmsSubscription@2daf2351] 2024-06-29 00:00:07,432 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=4373, durable=true, userID=8b94eccd-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=461, properties=TypedProperties[__AMQ_CID=8b8cfd61-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@952009821, transaction: TransactionImpl [xid=null, txID=4376, xid=null, state=COMMITTED, createTime=1719619207429(Sat Jun 29 00:00:07 UTC 2024), timeoutSeconds=-1, nr operations = 0]@5790de27 2024-06-29 00:00:07,433 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8b949ea6-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-29 00:00:07,433 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8b95b01e-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-29 00:00:07,434 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8b95d731-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8b95b01e-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8b95b01e-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@21dcebc1, true, {}] 2024-06-29 00:00:07,434 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8b95d732-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8b95b01e-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8b95b01e-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@52efdc60, true, {}] 2024-06-29 00:00:07,434 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-29 00:00:07,434 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8b95d733-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8b8cfd5f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8b8cfd5f-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@49a215ea, true, {}] 2024-06-29 00:00:07,435 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4391, durable=true, userID=8b95fe45-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=554, properties=TypedProperties[__AMQ_CID=8b8cfd61-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1348268907, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-29 00:00:07,435 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[4391]:RELIABLE:CoreMessage[messageID=4391, durable=true, userID=8b95fe45-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=554, properties=TypedProperties[__AMQ_CID=8b8cfd61-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1348268907 2024-06-29 00:00:07,436 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=4391, durable=true, userID=8b95fe45-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=554, properties=TypedProperties[__AMQ_CID=8b8cfd61-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1348268907 to transaction: TransactionImpl [xid=null, txID=4394, xid=null, state=ACTIVE, createTime=1719619207436(Sat Jun 29 00:00:07 UTC 2024), timeoutSeconds=-1, nr operations = 1]@7fcfce4e 2024-06-29 00:00:07,436 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@4e44b713, org.eclipse.scout.rt.mom.jms.JmsSubscription@4a83740e] 2024-06-29 00:00:07,439 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=4391, durable=true, userID=8b95fe45-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=554, properties=TypedProperties[__AMQ_CID=8b8cfd61-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"java.lang.String"}, _AMQ_ROUTING_TYPE=1]]@1348268907, transaction: TransactionImpl [xid=null, txID=4394, xid=null, state=COMMITTED, createTime=1719619207436(Sat Jun 29 00:00:07 UTC 2024), timeoutSeconds=-1, nr operations = 0]@7fcfce4e 2024-06-29 00:00:07,440 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8b95b01e-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-29 00:00:07,440 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8b96c196-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-29 00:00:07,441 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8b96e8a9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8b96c196-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8b96c196-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@36707112, true, {}] 2024-06-29 00:00:07,441 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8b96e8aa-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8b96c196-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8b96c196-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@a8c9fdb, true, {}] 2024-06-29 00:00:07,442 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-29 00:00:07,442 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8b970fbb-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8b8cfd5f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8b8cfd5f-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@64ab2c03, true, {}] 2024-06-29 00:00:07,443 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4409, durable=true, userID=8b970fbd-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=563, properties=TypedProperties[__AMQ_CID=8b8cfd61-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1085909019, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-29 00:00:07,446 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[4409]:RELIABLE:CoreMessage[messageID=4409, durable=true, userID=8b970fbd-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=563, properties=TypedProperties[__AMQ_CID=8b8cfd61-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1085909019 2024-06-29 00:00:07,446 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=4409, durable=true, userID=8b970fbd-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=563, properties=TypedProperties[__AMQ_CID=8b8cfd61-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1085909019 to transaction: TransactionImpl [xid=null, txID=4412, xid=null, state=ACTIVE, createTime=1719619207446(Sat Jun 29 00:00:07 UTC 2024), timeoutSeconds=-1, nr operations = 1]@22969ee4 2024-06-29 00:00:07,447 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@3a973b5e, org.eclipse.scout.rt.mom.jms.JmsSubscription@6225c800] 2024-06-29 00:00:07,449 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=4409, durable=true, userID=8b970fbd-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=563, properties=TypedProperties[__AMQ_CID=8b8cfd61-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1085909019, transaction: TransactionImpl [xid=null, txID=4412, xid=null, state=COMMITTED, createTime=1719619207446(Sat Jun 29 00:00:07 UTC 2024), timeoutSeconds=-1, nr operations = 0]@22969ee4 2024-06-29 00:00:07,450 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8b96c196-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-29 00:00:07,451 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8b986f4e-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-29 00:00:07,451 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8b986f51-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8b986f4e-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8b986f4e-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6296fabc, true, {}] 2024-06-29 00:00:07,452 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8b989662-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8b986f4e-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8b986f4e-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5e38e766, true, {}] 2024-06-29 00:00:07,452 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-29 00:00:07,452 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8b989663-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8b8cfd5f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8b8cfd5f-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@bb26d4b, true, {}] 2024-06-29 00:00:07,453 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4427, durable=true, userID=8b98bd75-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=489, properties=TypedProperties[__AMQ_CID=8b8cfd61-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1479785086, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-29 00:00:07,456 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[4427]:RELIABLE:CoreMessage[messageID=4427, durable=true, userID=8b98bd75-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=489, properties=TypedProperties[__AMQ_CID=8b8cfd61-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1479785086 2024-06-29 00:00:07,456 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=4427, durable=true, userID=8b98bd75-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=489, properties=TypedProperties[__AMQ_CID=8b8cfd61-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1479785086 to transaction: TransactionImpl [xid=null, txID=4430, xid=null, state=ACTIVE, createTime=1719619207456(Sat Jun 29 00:00:07 UTC 2024), timeoutSeconds=-1, nr operations = 1]@63fa5816 2024-06-29 00:00:07,457 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@11c95035, org.eclipse.scout.rt.mom.jms.JmsSubscription@64dd94ed] 2024-06-29 00:00:07,459 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=4427, durable=true, userID=8b98bd75-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=489, properties=TypedProperties[__AMQ_CID=8b8cfd61-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1479785086, transaction: TransactionImpl [xid=null, txID=4430, xid=null, state=COMMITTED, createTime=1719619207456(Sat Jun 29 00:00:07 UTC 2024), timeoutSeconds=-1, nr operations = 0]@63fa5816 2024-06-29 00:00:07,460 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8b986f4e-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-29 00:00:07,461 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8b99f5f6-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-29 00:00:07,462 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8b9a1d09-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8b99f5f6-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8b99f5f6-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7f98b70a, true, {}] 2024-06-29 00:00:07,462 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8b9a1d0a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8b99f5f6-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8b99f5f6-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@342df2aa, true, {}] 2024-06-29 00:00:07,463 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishAndConsumeInternal, null, 0, false, true, null] 2024-06-29 00:00:07,463 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8b9a441b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8b8cfd5f-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8b8cfd5f-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@35167b22, true, {}] 2024-06-29 00:00:07,464 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4445, durable=true, userID=8b9a441d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=445, properties=TypedProperties[__AMQ_CID=8b8cfd61-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1125983818, context: RoutingContextImpl(Address=test/mom/testPublishAndConsumeInternal, routingType=ANYCAST, PreviousAddress=test/mom/testPublishAndConsumeInternal previousRoute:ANYCAST, reusable=true, version=-2147482984) .................................................. ***** durable queues test/mom/testPublishAndConsumeInternal: - queueID=777 address:test/mom/testPublishAndConsumeInternal name:test/mom/testPublishAndConsumeInternal filter:null ***** non durable for test/mom/testPublishAndConsumeInternal: .................................................. , transaction: null 2024-06-29 00:00:07,466 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishAndConsumeInternal: Reference[4445]:RELIABLE:CoreMessage[messageID=4445, durable=true, userID=8b9a441d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=445, properties=TypedProperties[__AMQ_CID=8b8cfd61-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1125983818 2024-06-29 00:00:07,467 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=4445, durable=true, userID=8b9a441d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=445, properties=TypedProperties[__AMQ_CID=8b8cfd61-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1125983818 to transaction: TransactionImpl [xid=null, txID=4448, xid=null, state=ACTIVE, createTime=1719619207467(Sat Jun 29 00:00:07 UTC 2024), timeoutSeconds=-1, nr operations = 1]@46f32c98 2024-06-29 00:00:07,467 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@10e7ade5, org.eclipse.scout.rt.mom.jms.JmsSubscription@2fad48b7] 2024-06-29 00:00:07,470 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishAndConsumeInternal: CoreMessage[messageID=4445, durable=true, userID=8b9a441d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishAndConsumeInternal, size=445, properties=TypedProperties[__AMQ_CID=8b8cfd61-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@1125983818, transaction: TransactionImpl [xid=null, txID=4448, xid=null, state=COMMITTED, createTime=1719619207467(Sat Jun 29 00:00:07 UTC 2024), timeoutSeconds=-1, nr operations = 0]@46f32c98 2024-06-29 00:00:07,470 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8b99f5f6-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-29 00:00:07,471 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-29 00:00:07,471 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-29 00:00:07,472 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8b8cfd5f-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-29 00:00:07,472 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-29 00:00:07,473 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 101.450903 ms 2024-06-29 00:00:07,473 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-29 00:00:07,473 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-29 00:00:07,473 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-29 00:00:07,474 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1226651375'. 2024-06-29 00:00:07,475 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-29 00:00:07,476 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8b9c3fef-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-29 00:00:07,476 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8b9c3ff2-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8b9c3fef-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8b9c3fef-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@474f37b6, true, {}] 2024-06-29 00:00:07,477 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8b9c6703-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8b9c3fef-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8b9c3fef-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7401c892, true, {}] 2024-06-29 00:00:07,478 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=67543266-27c7-4683-9a43-c2c6fc51d958, address=test/mom/testTopicPublishSubscribe, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]] 2024-06-29 00:00:07,478 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@1866286d 2024-06-29 00:00:07,478 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 67543266-27c7-4683-9a43-c2c6fc51d958, null, 0, false, true, null] 2024-06-29 00:00:07,479 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8b9cb525-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-29 00:00:07,479 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8b9cb528-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8b9cb525-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8b9cb525-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@ebeb196, true, {}] 2024-06-29 00:00:07,480 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@248e31a1 2024-06-29 00:00:07,480 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8b9cdc39-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8b9cb525-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8b9cb525-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5458a101, true, {}] 2024-06-29 00:00:07,480 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4469, durable=true, userID=8b9cdc3b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishSubscribe, size=555, properties=TypedProperties[__AMQ_CID=8b9cb527-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@1228779505, context: RoutingContextImpl(Address=test/mom/testTopicPublishSubscribe, routingType=MULTICAST, PreviousAddress=test/mom/testTopicPublishSubscribe previousRoute:MULTICAST, reusable=true, version=-2147482922) .................................................. ***** durable queues test/mom/testTopicPublishSubscribe: - queueID=760 address:test/mom/testTopicPublishSubscribe name:Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708).Durable-Test-Subscription filter:null ***** non durable for test/mom/testTopicPublishSubscribe: - queueID=4461 address:test/mom/testTopicPublishSubscribe name:67543266-27c7-4683-9a43-c2c6fc51d958 filter:null .................................................. , transaction: null 2024-06-29 00:00:07,484 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from 67543266-27c7-4683-9a43-c2c6fc51d958: Reference[4469]:RELIABLE:CoreMessage[messageID=4469, durable=true, userID=8b9cdc3b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishSubscribe, size=555, properties=TypedProperties[__AMQ_CID=8b9cb527-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@1228779505 2024-06-29 00:00:07,485 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 67543266-27c7-4683-9a43-c2c6fc51d958: CoreMessage[messageID=4469, durable=true, userID=8b9cdc3b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishSubscribe, size=555, properties=TypedProperties[__AMQ_CID=8b9cb527-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@1228779505 to transaction: TransactionImpl [xid=null, txID=4472, xid=null, state=ACTIVE, createTime=1719619207485(Sat Jun 29 00:00:07 UTC 2024), timeoutSeconds=-1, nr operations = 1]@44a49322 2024-06-29 00:00:07,485 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from 67543266-27c7-4683-9a43-c2c6fc51d958: CoreMessage[messageID=4469, durable=true, userID=8b9cdc3b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testTopicPublishSubscribe, size=555, properties=TypedProperties[__AMQ_CID=8b9cb527-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"java.lang.String","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=0]]@1228779505, transaction: TransactionImpl [xid=null, txID=4472, xid=null, state=COMMITTED, createTime=1719619207485(Sat Jun 29 00:00:07 UTC 2024), timeoutSeconds=-1, nr operations = 0]@44a49322 2024-06-29 00:00:07,485 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@549fc0b3] 2024-06-29 00:00:07,486 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8b9c3fef-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-29 00:00:07,487 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-29 00:00:07,487 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-29 00:00:07,488 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8b9cb525-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-29 00:00:07,489 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-29 00:00:07,489 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 15.347947 ms 2024-06-29 00:00:07,489 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-29 00:00:07,490 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-29 00:00:07,490 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-29 00:00:07,490 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1579479059'. 2024-06-29 00:00:07,492 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-29 00:00:07,492 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8b9eb0fd-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-29 00:00:07,492 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8b9eb100-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8b9eb0fd-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8b9eb0fd-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3b726c4b, true, {}] 2024-06-29 00:00:07,492 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@23389e2b 2024-06-29 00:00:07,493 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8b9ed811-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8b9eb0fd-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8b9eb0fd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@24b4eba6, true, {}] 2024-06-29 00:00:07,494 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=4491, durable=true, userID=8b9ed813-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishJsonDataSecure, size=693, properties=TypedProperties[__AMQ_CID=8b9eb0ff-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@826595107, context: RoutingContextImpl(Address=test/mom/testPublishJsonDataSecure, routingType=ANYCAST, PreviousAddress=test/mom/testPublishJsonDataSecure previousRoute:ANYCAST, reusable=true, version=-2147482957) .................................................. ***** durable queues test/mom/testPublishJsonDataSecure: - queueID=2200 address:test/mom/testPublishJsonDataSecure name:test/mom/testPublishJsonDataSecure filter:null ***** non durable for test/mom/testPublishJsonDataSecure: .................................................. , transaction: null 2024-06-29 00:00:07,498 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8b9f9b64-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-29 00:00:07,498 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8b9f9b67-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8b9f9b64-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8b9f9b64-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@74ed42e9, true, {}] 2024-06-29 00:00:07,498 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8b9f9b68-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8b9f9b64-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=62478058-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8b9f9b64-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@79f3d16b, true, {}] 2024-06-29 00:00:07,499 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishJsonDataSecure, null, 0, false, true, null] 2024-06-29 00:00:07,499 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishJsonDataSecure: Reference[4491]:RELIABLE:CoreMessage[messageID=4491, durable=true, userID=8b9ed813-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishJsonDataSecure, size=693, properties=TypedProperties[__AMQ_CID=8b9eb0ff-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@826595107 2024-06-29 00:00:07,499 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishJsonDataSecure: CoreMessage[messageID=4491, durable=true, userID=8b9ed813-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishJsonDataSecure, size=693, properties=TypedProperties[__AMQ_CID=8b9eb0ff-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@826595107 to transaction: TransactionImpl [xid=null, txID=4500, xid=null, state=ACTIVE, createTime=1719619207499(Sat Jun 29 00:00:07 UTC 2024), timeoutSeconds=-1, nr operations = 1]@3c3c7018 2024-06-29 00:00:07,500 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@31741bb6, org.eclipse.scout.rt.mom.jms.JmsSubscription@64903a20] 2024-06-29 00:00:07,501 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@50165a6d)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishJsonDataSecure: CoreMessage[messageID=4491, durable=true, userID=8b9ed813-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishJsonDataSecure, size=693, properties=TypedProperties[__AMQ_CID=8b9eb0ff-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.json.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest$Person","x-scout.mom.transferobject.null":"false"}, _AMQ_ROUTING_TYPE=1]]@826595107, transaction: TransactionImpl [xid=null, txID=4500, xid=null, state=COMMITTED, createTime=1719619207499(Sat Jun 29 00:00:07 UTC 2024), timeoutSeconds=-1, nr operations = 0]@3c3c7018 2024-06-29 00:00:07,501 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8b9f9b64-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-29 00:00:07,501 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-29 00:00:07,501 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-29 00:00:07,502 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8b9eb0fd-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-29 00:00:07,502 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-29 00:00:07,502 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 12.468251 ms 2024-06-29 00:00:07,502 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-29 00:00:07,506 INFO [main] org.apache.activemq.artemis.core.server.serverStopped(ActiveMQServerLogger_impl.java:61) - AMQ221002: Apache ActiveMQ Artemis Message Broker version 2.31.2 [62478058-35aa-11ef-ab26-0a580a2845c5] stopped, uptime 1 minute 2024-06-29 00:00:07,512 INFO [main] org.apache.activemq.artemis.core.server.serverStarting(ActiveMQServerLogger_impl.java:45) - AMQ221000: live Message Broker is starting with configuration Broker Configuration (clustered=false,journalDirectory=data/journal,bindingsDirectory=data/bindings,largeMessagesDirectory=data/largemessages,pagingDirectory=data/paging) 2024-06-29 00:00:07,512 INFO [main] org.apache.activemq.artemis.core.server.switchingNIO(ActiveMQServerLogger_impl.java:397) - AMQ221045: libaio is not available, switching the configuration into NIO 2024-06-29 00:00:07,512 INFO [main] org.apache.activemq.artemis.core.server.journalUseNIO(ActiveMQServerLogger_impl.java:149) - AMQ221013: Using NIO Journal 2024-06-29 00:00:07,513 INFO [main] org.apache.activemq.artemis.core.server.usingDefaultPaging(ActiveMQServerLogger_impl.java:493) - AMQ221057: Global Max Size is being adjusted to 1/2 of the JVM max size (-Xmx). being defined as 1073741824 2024-06-29 00:00:07,513 INFO [main] org.apache.activemq.artemis.core.server.addingProtocolSupport(ActiveMQServerLogger_impl.java:389) - AMQ221043: Protocol module found: [artemis-server]. Adding protocol support for: CORE 2024-06-29 00:00:07,514 INFO [main] org.apache.activemq.audit.base.getNotificationInfo(AuditLogger_impl.java:1139) - AMQ601138: User anonymous@unknown is getting notification info on target resource: null 2024-06-29 00:00:07,514 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.ActiveMQServerControlImpl@8551ee6 2024-06-29 00:00:07,514 INFO [main] org.apache.activemq.audit.base.getNotificationInfo(AuditLogger_impl.java:1139) - AMQ601138: User anonymous@unknown is getting notification info on target resource: ActiveMQServerImpl::name=localhost 2024-06-29 00:00:07,515 INFO [main] org.apache.activemq.artemis.core.server.waitingToObtainLiveLock(ActiveMQServerLogger_impl.java:317) - AMQ221034: Waiting indefinitely to obtain live lock 2024-06-29 00:00:07,515 INFO [main] org.apache.activemq.artemis.core.server.obtainedLiveLock(ActiveMQServerLogger_impl.java:325) - AMQ221035: Live Server Obtained live lock 2024-06-29 00:00:07,578 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.scout.mom.requestreply.cancellation on address jms.topic.scout.mom.requestreply.cancellation 2024-06-29 00:00:07,579 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@79378802 2024-06-29 00:00:07,580 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@78181f7f 2024-06-29 00:00:07,580 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testTopicPublishFirst on address jms.topic.test/mom/testTopicPublishFirst 2024-06-29 00:00:07,580 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@6682e9b0 2024-06-29 00:00:07,580 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@27f7db5a 2024-06-29 00:00:07,580 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testProperties on address jms.topic.test/mom/testProperties 2024-06-29 00:00:07,580 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@6245303e 2024-06-29 00:00:07,581 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@5a1e28ee 2024-06-29 00:00:07,581 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testTopicRequestReplyTimeout on address jms.topic.test/mom/testTopicRequestReplyTimeout 2024-06-29 00:00:07,581 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@2b208574 2024-06-29 00:00:07,581 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@3294b641 2024-06-29 00:00:07,581 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testTopicRequestReplyRequestFirst on address jms.topic.test/mom/testTopicRequestReplyRequestFirst 2024-06-29 00:00:07,581 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@799bb4ed 2024-06-29 00:00:07,582 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@5269aa68 2024-06-29 00:00:07,582 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testTopicRequestReplyMultipleSubscriptions on address jms.topic.test/mom/testTopicRequestReplyMultipleSubscriptions 2024-06-29 00:00:07,582 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@7dcd8e74 2024-06-29 00:00:07,582 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@6a7c0932 2024-06-29 00:00:07,582 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testTopicRequestReplyCorrelationId on address jms.topic.test/mom/testTopicRequestReplyCorrelationId 2024-06-29 00:00:07,582 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@4e64e44c 2024-06-29 00:00:07,583 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@51413d02 2024-06-29 00:00:07,583 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testTopicPublishSubscribeMultipleSubscriptions on address jms.topic.test/mom/testTopicPublishSubscribeMultipleSubscriptions 2024-06-29 00:00:07,583 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@406ea770 2024-06-29 00:00:07,583 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@4ad113d6 2024-06-29 00:00:07,587 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testQueueRequestReplyJsonObjectMarshaller on address jms.topic.test/mom/testQueueRequestReplyJsonObjectMarshaller 2024-06-29 00:00:07,587 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@23fed844 2024-06-29 00:00:07,587 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@7b0f5814 2024-06-29 00:00:07,588 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testTopicRequestReplyCancellation on address jms.topic.test/mom/testTopicRequestReplyCancellation 2024-06-29 00:00:07,588 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@4eef2522 2024-06-29 00:00:07,588 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@c62d08a 2024-06-29 00:00:07,588 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testTopicRequestReply on address jms.topic.test/mom/testTopicRequestReply 2024-06-29 00:00:07,588 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@598b15ba 2024-06-29 00:00:07,589 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@58453967 2024-06-29 00:00:07,589 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testTopicPublishSubscribeCorrelationId on address jms.topic.test/mom/testTopicPublishSubscribeCorrelationId 2024-06-29 00:00:07,589 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@6f34d178 2024-06-29 00:00:07,589 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@75c8ba94 2024-06-29 00:00:07,589 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testMessageSelector on address jms.topic.test/mom/testMessageSelector 2024-06-29 00:00:07,589 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@746f5752 2024-06-29 00:00:07,590 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@510c6b9 2024-06-29 00:00:07,590 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.test/mom/testQueueRequestReplyCancellation on address jms.topic.test/mom/testQueueRequestReplyCancellation 2024-06-29 00:00:07,590 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@4c666872 2024-06-29 00:00:07,590 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@7c4a7770 2024-06-29 00:00:07,590 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.differentTopic on address jms.topic.differentTopic 2024-06-29 00:00:07,590 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@72117a6c 2024-06-29 00:00:07,590 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@71b75f99 2024-06-29 00:00:07,591 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.topic.scout.physical.UnitTestTopic on address jms.topic.scout.physical.UnitTestTopic 2024-06-29 00:00:07,591 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@e6d9c25 2024-06-29 00:00:07,591 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@21339b6f 2024-06-29 00:00:07,591 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue Durable-Test-Subscription on address jms.topic.test/mom/testTopicPublishSubscribe 2024-06-29 00:00:07,591 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@5808573f 2024-06-29 00:00:07,591 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@13088030 2024-06-29 00:00:07,591 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testPublishBytes on address jms.queue.test/mom/testPublishBytes 2024-06-29 00:00:07,592 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@71e6bac0 2024-06-29 00:00:07,592 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@4c33bf70 2024-06-29 00:00:07,592 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testPublishText on address jms.queue.test/mom/testPublishText 2024-06-29 00:00:07,592 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@5698a866 2024-06-29 00:00:07,592 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@1c6ab85 2024-06-29 00:00:07,592 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testPublishObject on address jms.queue.test/mom/testPublishObject 2024-06-29 00:00:07,592 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@45b221c7 2024-06-29 00:00:07,593 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@14abde3e 2024-06-29 00:00:07,593 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testConcurrentMessageConsumption on address jms.queue.test/mom/testConcurrentMessageConsumption 2024-06-29 00:00:07,593 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@7e38f55 2024-06-29 00:00:07,593 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@334d96af 2024-06-29 00:00:07,593 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testPublishAndConsumeInternal on address jms.queue.test/mom/testPublishAndConsumeInternal 2024-06-29 00:00:07,593 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@67253518 2024-06-29 00:00:07,594 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@2db55dec 2024-06-29 00:00:07,594 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testSubscribeTransactional on address jms.queue.test/mom/testSubscribeTransactional 2024-06-29 00:00:07,594 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@3637e628 2024-06-29 00:00:07,594 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@6990f6af 2024-06-29 00:00:07,594 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testSubscribeFailover on address jms.queue.test/mom/testSubscribeFailover 2024-06-29 00:00:07,594 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@27d38370 2024-06-29 00:00:07,595 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@200ef05b 2024-06-29 00:00:07,595 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testQueuePublishFirst on address jms.queue.test/mom/testQueuePublishFirst 2024-06-29 00:00:07,595 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@298154d4 2024-06-29 00:00:07,595 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@474aeac5 2024-06-29 00:00:07,595 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testPublishJsonData on address jms.queue.test/mom/testPublishJsonData 2024-06-29 00:00:07,595 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@7cb9295f 2024-06-29 00:00:07,596 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@2b6282bb 2024-06-29 00:00:07,596 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testPublishJsonDataSecure on address jms.queue.test/mom/testPublishJsonDataSecure 2024-06-29 00:00:07,596 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@8e654f7 2024-06-29 00:00:07,596 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@18ea9bec 2024-06-29 00:00:07,596 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testQueueRequestReplyRequestFirst on address jms.queue.test/mom/testQueueRequestReplyRequestFirst 2024-06-29 00:00:07,596 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@2dacaa7f 2024-06-29 00:00:07,597 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@12e4822b 2024-06-29 00:00:07,597 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testPublishTransactional on address jms.queue.test/mom/testPublishTransactional 2024-06-29 00:00:07,597 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@281f2d6c 2024-06-29 00:00:07,597 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@64e6f678 2024-06-29 00:00:07,597 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testPublishStringData on address jms.queue.test/mom/testPublishStringData 2024-06-29 00:00:07,597 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@2c5157c9 2024-06-29 00:00:07,597 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@1a927db2 2024-06-29 00:00:07,598 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testPublishObjectData on address jms.queue.test/mom/testPublishObjectData 2024-06-29 00:00:07,598 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@4bb747c1 2024-06-29 00:00:07,598 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@18b12df9 2024-06-29 00:00:07,598 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testCurrentMessagePubSub on address jms.queue.test/mom/testCurrentMessagePubSub 2024-06-29 00:00:07,598 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@3ef8de39 2024-06-29 00:00:07,599 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@370e5bb9 2024-06-29 00:00:07,599 INFO [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerLogger_impl.java:69) - AMQ221003: Deploying MULTICAST queue jms.queue.test/mom/testSerialMessageConsumption on address jms.queue.test/mom/testSerialMessageConsumption 2024-06-29 00:00:07,599 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@46769bd6 2024-06-29 00:00:07,599 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@5739b804 2024-06-29 00:00:07,599 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@2f48adcc 2024-06-29 00:00:07,599 INFO [main] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AcceptorControlImpl@180466a9 2024-06-29 00:00:07,602 INFO [main] org.apache.activemq.artemis.core.server.serverIsLive(ActiveMQServerLogger_impl.java:101) - AMQ221007: Server is now live 2024-06-29 00:00:07,602 INFO [main] org.apache.activemq.artemis.core.server.serverStarted(ActiveMQServerLogger_impl.java:53) - AMQ221001: Apache ActiveMQ Artemis Message Broker version 2.31.2 [localhost, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5] [WARNING] Tests run: 113, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 69.38 s -- in org.eclipse.scout.rt.mom.jms.JmsMomPubSubTest [INFO] Running org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest 2024-06-29 00:00:07,603 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-29 00:00:07,604 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-29 00:00:07,604 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1634629764'. 2024-06-29 00:00:07,605 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #219 initialized: null 2024-06-29 00:00:07,606 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom219] 2024-06-29 00:00:07,606 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom219] 2024-06-29 00:00:07,606 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS subscriber, activemq.broker=mom219] 2024-06-29 00:00:07,606 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS subscriber, activemq.broker=mom219] 2024-06-29 00:00:07,606 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS subscriber, activemq.broker=mom219] 2024-06-29 00:00:07,607 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom219, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:216) is starting - MDC[jobName=JMS subscriber, activemq.broker=mom219] 2024-06-29 00:00:07,607 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom219, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:216) started - MDC[jobName=JMS subscriber, activemq.broker=mom219] 2024-06-29 00:00:07,607 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber, activemq.broker=mom219] 2024-06-29 00:00:07,607 INFO [scout-thread-17] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom219 started - MDC[jobName=JMS subscriber, activemq.broker=mom219] 2024-06-29 00:00:07,608 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-647:1,clientId=Scout JUnit MOM #219 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS subscriber, activemq.broker=mom219] 2024-06-29 00:00:07,615 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@78f18a87, org.eclipse.scout.rt.mom.jms.JmsSubscription@77b6d94c] 2024-06-29 00:00:07,615 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-29 00:00:07,615 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-29 00:00:07,615 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom219 stopped 2024-06-29 00:00:07,615 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom219, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:216) is shutting down - MDC[activemq.broker=mom219] 2024-06-29 00:00:07,616 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom219, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:216) uptime 0.010 seconds - MDC[activemq.broker=mom219] 2024-06-29 00:00:07,616 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom219, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:216) is shutdown - MDC[activemq.broker=mom219] 2024-06-29 00:00:07,616 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-29 00:00:07,616 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 12.309618 ms 2024-06-29 00:00:07,616 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-29 00:00:07,617 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-29 00:00:07,617 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-29 00:00:07,617 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest.testMessageConsumerJobWith1ConsumerJob(JmsMomPubSemaphoreTest.java:51) - test works 2024-06-29 00:00:07,617 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 2014517831'. 2024-06-29 00:00:07,617 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #220 initialized: null 2024-06-29 00:00:07,618 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom220] 2024-06-29 00:00:07,618 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom220] 2024-06-29 00:00:07,618 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS subscriber, activemq.broker=mom220] 2024-06-29 00:00:07,618 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS subscriber, activemq.broker=mom220] 2024-06-29 00:00:07,619 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS subscriber, activemq.broker=mom220] 2024-06-29 00:00:07,619 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom220, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:217) is starting - MDC[jobName=JMS subscriber, activemq.broker=mom220] 2024-06-29 00:00:07,619 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom220, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:217) started - MDC[jobName=JMS subscriber, activemq.broker=mom220] 2024-06-29 00:00:07,619 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber, activemq.broker=mom220] 2024-06-29 00:00:07,619 INFO [scout-thread-17] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom220 started - MDC[jobName=JMS subscriber, activemq.broker=mom220] 2024-06-29 00:00:07,620 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-650:1,clientId=Scout JUnit MOM #220 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS subscriber, activemq.broker=mom220] 2024-06-29 00:00:07,620 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest.testMessageConsumerJobWith1ConsumerJob(JmsMomPubSemaphoreTest.java:69) - test works 2024-06-29 00:00:07,644 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest.testMessageConsumerJobWith1ConsumerJob(JmsMomPubSemaphoreTest.java:73) - test works 2024-06-29 00:00:07,645 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@797a5b31, org.eclipse.scout.rt.mom.jms.JmsSubscription@13d7d1a8] 2024-06-29 00:00:07,645 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@27d251[job=Receiving JMS message [dest=Destination@d948da1a[name=test/mom/testPublishObject, type=QUEUE, resolveMethod=DEFINE, properties={}]], state=RUNNING]] 2024-06-29 00:00:07,645 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.021701 ms 2024-06-29 00:00:07,645 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-29 00:00:07,645 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-29 00:00:07,646 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom220 stopped 2024-06-29 00:00:07,646 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom220, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:217) is shutting down - MDC[activemq.broker=mom220] 2024-06-29 00:00:07,646 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom220, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:217) uptime 0.028 seconds - MDC[activemq.broker=mom220] 2024-06-29 00:00:07,646 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom220, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:217) is shutdown - MDC[activemq.broker=mom220] 2024-06-29 00:00:07,646 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-29 00:00:07,646 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 29.645551 ms 2024-06-29 00:00:07,646 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-29 00:00:07,647 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-29 00:00:07,647 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-29 00:00:07,647 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 664503274'. 2024-06-29 00:00:07,648 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #221 initialized: null 2024-06-29 00:00:07,649 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom221] 2024-06-29 00:00:07,649 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber, activemq.broker=mom221] 2024-06-29 00:00:07,649 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[jobName=JMS subscriber, activemq.broker=mom221] 2024-06-29 00:00:07,649 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[jobName=JMS subscriber, activemq.broker=mom221] 2024-06-29 00:00:07,649 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[jobName=JMS subscriber, activemq.broker=mom221] 2024-06-29 00:00:07,649 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom221, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:218) is starting - MDC[jobName=JMS subscriber, activemq.broker=mom221] 2024-06-29 00:00:07,649 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom221, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:218) started - MDC[jobName=JMS subscriber, activemq.broker=mom221] 2024-06-29 00:00:07,649 INFO [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber, activemq.broker=mom221] 2024-06-29 00:00:07,650 INFO [scout-thread-17] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom221 started - MDC[jobName=JMS subscriber, activemq.broker=mom221] 2024-06-29 00:00:07,650 INFO [scout-thread-17] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-653:1,clientId=Scout JUnit MOM #221 (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708),started=true} - MDC[jobName=JMS subscriber, activemq.broker=mom221] 2024-06-29 00:00:07,674 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@2e962cec, org.eclipse.scout.rt.mom.jms.JmsSubscription@78543f0d] 2024-06-29 00:00:07,674 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 2 subscriber jobs: [JobFutureTask@27d251[job=Receiving JMS message [dest=Destination@d948da1a[name=test/mom/testPublishObject, type=QUEUE, resolveMethod=DEFINE, properties={}]], state=DONE], JobFutureTask@12d3bafb[job=Receiving JMS message [dest=Destination@4fd265b6[name=test/mom/testPublishObject2, type=QUEUE, resolveMethod=DEFINE, properties={}]], state=RUNNING]] 2024-06-29 00:00:07,674 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.003750 ms 2024-06-29 00:00:07,674 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-29 00:00:07,674 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-29 00:00:07,674 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom221 stopped 2024-06-29 00:00:07,675 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom221, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:218) is shutting down - MDC[activemq.broker=mom221] 2024-06-29 00:00:07,675 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom221, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:218) uptime 0.026 seconds - MDC[activemq.broker=mom221] 2024-06-29 00:00:07,675 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom221, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:218) is shutdown - MDC[activemq.broker=mom221] 2024-06-29 00:00:07,675 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-29 00:00:07,675 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 28.233659 ms 2024-06-29 00:00:07,675 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-29 00:00:07,676 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-29 00:00:07,676 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-29 00:00:07,676 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1599909541'. 2024-06-29 00:00:07,677 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #222 initialized: null 2024-06-29 00:00:07,677 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom222] 2024-06-29 00:00:07,677 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom222] 2024-06-29 00:00:07,677 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom222] 2024-06-29 00:00:07,677 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom222] 2024-06-29 00:00:07,677 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom222] 2024-06-29 00:00:07,678 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom222, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:219) is starting - MDC[activemq.broker=mom222] 2024-06-29 00:00:07,678 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom222, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:219) started - MDC[activemq.broker=mom222] 2024-06-29 00:00:07,678 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom222] 2024-06-29 00:00:07,678 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom222 started - MDC[activemq.broker=mom222] 2024-06-29 00:00:07,680 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-656:2,clientId=null,started=false} - MDC[activemq.broker=mom222] 2024-06-29 00:00:07,683 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@eba64a9, org.eclipse.scout.rt.mom.jms.JmsSubscription@53e1cd6b] - MDC[activemq.broker=mom222] 2024-06-29 00:00:07,684 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 1 subscriber jobs: [JobFutureTask@27d251[job=Receiving JMS message [dest=Destination@d948da1a[name=test/mom/testPublishObject, type=QUEUE, resolveMethod=DEFINE, properties={}]], state=DONE]] - MDC[activemq.broker=mom222] 2024-06-29 00:00:07,684 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.004987 ms - MDC[activemq.broker=mom222] 2024-06-29 00:00:07,684 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom222] 2024-06-29 00:00:07,684 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom222] 2024-06-29 00:00:07,684 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom222 stopped - MDC[activemq.broker=mom222] 2024-06-29 00:00:07,685 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom222, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:219) is shutting down - MDC[activemq.broker=mom222] 2024-06-29 00:00:07,685 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom222, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:219) uptime 0.008 seconds - MDC[activemq.broker=mom222] 2024-06-29 00:00:07,685 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom222, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:219) is shutdown - MDC[activemq.broker=mom222] 2024-06-29 00:00:07,685 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-29 00:00:07,685 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 9.174581 ms 2024-06-29 00:00:07,685 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-29 00:00:07,686 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-29 00:00:07,686 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-29 00:00:07,686 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest.testMessageConsumerJobWith1ConsumerJob(JmsMomPubSemaphoreTest.java:51) - test works 2024-06-29 00:00:07,686 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 2140082700'. 2024-06-29 00:00:07,687 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #223 initialized: null 2024-06-29 00:00:07,687 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom223] 2024-06-29 00:00:07,687 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom223] 2024-06-29 00:00:07,687 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom223] 2024-06-29 00:00:07,687 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom223] 2024-06-29 00:00:07,687 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom223] 2024-06-29 00:00:07,688 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom223, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:220) is starting - MDC[activemq.broker=mom223] 2024-06-29 00:00:07,688 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom223, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:220) started - MDC[activemq.broker=mom223] 2024-06-29 00:00:07,688 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom223] 2024-06-29 00:00:07,688 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom223 started - MDC[activemq.broker=mom223] 2024-06-29 00:00:07,737 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest.testMessageConsumerJobWith1ConsumerJob(JmsMomPubSemaphoreTest.java:69) - test works - MDC[activemq.broker=mom223] 2024-06-29 00:00:07,738 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-659:2,clientId=null,started=false} - MDC[activemq.broker=mom223] 2024-06-29 00:00:07,761 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest.testMessageConsumerJobWith1ConsumerJob(JmsMomPubSemaphoreTest.java:73) - test works - MDC[activemq.broker=mom223] 2024-06-29 00:00:07,762 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@2c1eba2e, org.eclipse.scout.rt.mom.jms.JmsSubscription@25c6f0fc] - MDC[activemq.broker=mom223] 2024-06-29 00:00:07,763 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 2 subscriber jobs: [JobFutureTask@27d251[job=Receiving JMS message [dest=Destination@d948da1a[name=test/mom/testPublishObject, type=QUEUE, resolveMethod=DEFINE, properties={}]], state=DONE], JobFutureTask@6b67eded[job=Receiving JMS message [dest=Destination@d948da1a[name=test/mom/testPublishObject, type=QUEUE, resolveMethod=DEFINE, properties={}]], state=WAITING_FOR_BLOCKING_CONDITION]] - MDC[activemq.broker=mom223] 2024-06-29 00:00:07,763 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.005350 ms - MDC[activemq.broker=mom223] 2024-06-29 00:00:07,763 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom223] 2024-06-29 00:00:07,763 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom223] 2024-06-29 00:00:07,763 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom223 stopped - MDC[activemq.broker=mom223] 2024-06-29 00:00:07,764 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom223, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:220) is shutting down - MDC[activemq.broker=mom223] 2024-06-29 00:00:07,764 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom223, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:220) uptime 0.077 seconds - MDC[activemq.broker=mom223] 2024-06-29 00:00:07,764 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom223, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:220) is shutdown - MDC[activemq.broker=mom223] 2024-06-29 00:00:07,764 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-29 00:00:07,764 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 78.252369 ms 2024-06-29 00:00:07,764 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-29 00:00:07,765 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-29 00:00:07,765 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-29 00:00:07,765 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1083567103'. 2024-06-29 00:00:07,766 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM #224 initialized: null 2024-06-29 00:00:07,766 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:669) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom224] 2024-06-29 00:00:07,766 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:674) - Starting Persistence Adapter: MemoryPersistenceAdapter - MDC[activemq.broker=mom224] 2024-06-29 00:00:07,766 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:677) - Starting Temp Data Store - MDC[activemq.broker=mom224] 2024-06-29 00:00:07,766 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:691) - Starting Job Scheduler Store - MDC[activemq.broker=mom224] 2024-06-29 00:00:07,766 INFO [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:703) - Persistence Adapter successfully started - MDC[activemq.broker=mom224] 2024-06-29 00:00:07,767 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:737) - Apache ActiveMQ 6.0.0 (mom224, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:221) is starting - MDC[activemq.broker=mom224] 2024-06-29 00:00:07,767 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:764) - Apache ActiveMQ 6.0.0 (mom224, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:221) started - MDC[activemq.broker=mom224] 2024-06-29 00:00:07,767 INFO [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:765) - For help or more information please see: http://activemq.apache.org - MDC[activemq.broker=mom224] 2024-06-29 00:00:07,767 INFO [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:279) - Connector vm://mom224 started - MDC[activemq.broker=mom224] 2024-06-29 00:00:07,769 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: ActiveMQConnection {id=ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-662:2,clientId=null,started=false} - MDC[activemq.broker=mom224] 2024-06-29 00:00:07,789 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@6c633590, org.eclipse.scout.rt.mom.jms.JmsSubscription@c5dc3db] - MDC[activemq.broker=mom224] 2024-06-29 00:00:07,790 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 2 subscriber jobs: [JobFutureTask@27d251[job=Receiving JMS message [dest=Destination@d948da1a[name=test/mom/testPublishObject, type=QUEUE, resolveMethod=DEFINE, properties={}]], state=DONE], JobFutureTask@6b67eded[job=Receiving JMS message [dest=Destination@d948da1a[name=test/mom/testPublishObject, type=QUEUE, resolveMethod=DEFINE, properties={}]], state=DONE]] - MDC[activemq.broker=mom224] 2024-06-29 00:00:07,790 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.003257 ms - MDC[activemq.broker=mom224] 2024-06-29 00:00:07,790 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions - MDC[activemq.broker=mom224] 2024-06-29 00:00:07,790 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection - MDC[activemq.broker=mom224] 2024-06-29 00:00:07,790 INFO [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:325) - Connector vm://mom224 stopped - MDC[activemq.broker=mom224] 2024-06-29 00:00:07,791 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:821) - Apache ActiveMQ 6.0.0 (mom224, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:221) is shutting down - MDC[activemq.broker=mom224] 2024-06-29 00:00:07,791 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:881) - Apache ActiveMQ 6.0.0 (mom224, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:221) uptime 0.025 seconds - MDC[activemq.broker=mom224] 2024-06-29 00:00:07,791 INFO [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:883) - Apache ActiveMQ 6.0.0 (mom224, ID:scout-rt-24.2-nightly-jnwtq-52hmq-33579-1719619057688-0:221) is shutdown - MDC[activemq.broker=mom224] 2024-06-29 00:00:07,791 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-29 00:00:07,791 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 26.180307 ms 2024-06-29 00:00:07,791 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-29 00:00:07,792 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-29 00:00:07,792 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-29 00:00:07,792 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 2092235846'. 2024-06-29 00:00:07,793 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-29 00:00:07,794 INFO [scout-thread-14] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8bccc60d-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS subscriber, activemq.broker=mom155] 2024-06-29 00:00:07,795 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bcced20-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bccc60d-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bccc60d-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@15f32b37, true, {}] 2024-06-29 00:00:07,795 INFO [scout-thread-14] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4036984f - MDC[jobName=JMS subscriber, activemq.broker=mom155] 2024-06-29 00:00:07,795 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bcced21-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bccc60d-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bccc60d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5a09cdc2, true, {}] 2024-06-29 00:00:07,796 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=test/mom/testPublishObjectU, address=test/mom/testPublishObjectU, routingType=ANYCAST, filterString=null, durable=true, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=false, autoCreateAddress=null, internal=null, transient=null, autoCreated=true, fqqn=null]] 2024-06-29 00:00:07,796 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@6b19f104 2024-06-29 00:00:07,797 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@2e559d58 2024-06-29 00:00:07,797 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishObjectU, null, 0, false, true, null] 2024-06-29 00:00:07,798 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bcd3b43-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bccc60d-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bccc60d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@27b3846a, true, {}] 2024-06-29 00:00:07,799 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=148, durable=true, userID=8bcd6255-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@324645929, context: RoutingContextImpl(Address=test/mom/testPublishObjectU, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObjectU previousRoute:ANYCAST, reusable=true, version=-2147482887) .................................................. ***** durable queues test/mom/testPublishObjectU: - queueID=141 address:test/mom/testPublishObjectU name:test/mom/testPublishObjectU filter:null ***** non durable for test/mom/testPublishObjectU: .................................................. , transaction: null 2024-06-29 00:00:07,799 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObjectU: Reference[148]:RELIABLE:CoreMessage[messageID=148, durable=true, userID=8bcd6255-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@324645929 2024-06-29 00:00:07,800 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishObjectU: CoreMessage[messageID=148, durable=true, userID=8bcd6255-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@324645929 to transaction: TransactionImpl [xid=null, txID=151, xid=null, state=ACTIVE, createTime=1719619207800(Sat Jun 29 00:00:07 UTC 2024), timeoutSeconds=-1, nr operations = 1]@81d3e8d 2024-06-29 00:00:07,800 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bcdb076-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bccc60d-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bccc60d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2d4bef1a, true, {}] 2024-06-29 00:00:07,800 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=154, durable=true, userID=8bcdb078-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@938272407, context: RoutingContextImpl(Address=test/mom/testPublishObjectU, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObjectU previousRoute:ANYCAST, reusable=true, version=-2147482887) .................................................. ***** durable queues test/mom/testPublishObjectU: - queueID=141 address:test/mom/testPublishObjectU name:test/mom/testPublishObjectU filter:null ***** non durable for test/mom/testPublishObjectU: .................................................. , transaction: null 2024-06-29 00:00:07,802 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishObjectU: CoreMessage[messageID=148, durable=true, userID=8bcd6255-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@324645929, transaction: TransactionImpl [xid=null, txID=151, xid=null, state=COMMITTED, createTime=1719619207800(Sat Jun 29 00:00:07 UTC 2024), timeoutSeconds=-1, nr operations = 0]@81d3e8d 2024-06-29 00:00:07,802 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObjectU: Reference[154]:RELIABLE:CoreMessage[messageID=154, durable=true, userID=8bcdb078-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@938272407 2024-06-29 00:00:07,836 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bce25a9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bccc60d-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bccc60d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3551126f, true, {}] 2024-06-29 00:00:07,836 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishObjectU: CoreMessage[messageID=154, durable=true, userID=8bcdb078-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@938272407 to transaction: TransactionImpl [xid=null, txID=157, xid=null, state=ACTIVE, createTime=1719619207836(Sat Jun 29 00:00:07 UTC 2024), timeoutSeconds=-1, nr operations = 1]@53622d60 2024-06-29 00:00:07,837 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=160, durable=true, userID=8bd355cb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1508621054, context: RoutingContextImpl(Address=test/mom/testPublishObjectU, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObjectU previousRoute:ANYCAST, reusable=true, version=-2147482887) .................................................. ***** durable queues test/mom/testPublishObjectU: - queueID=141 address:test/mom/testPublishObjectU name:test/mom/testPublishObjectU filter:null ***** non durable for test/mom/testPublishObjectU: .................................................. , transaction: null 2024-06-29 00:00:07,840 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishObjectU: CoreMessage[messageID=154, durable=true, userID=8bcdb078-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@938272407, transaction: TransactionImpl [xid=null, txID=157, xid=null, state=COMMITTED, createTime=1719619207836(Sat Jun 29 00:00:07 UTC 2024), timeoutSeconds=-1, nr operations = 0]@53622d60 2024-06-29 00:00:07,840 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObjectU: Reference[160]:RELIABLE:CoreMessage[messageID=160, durable=true, userID=8bd355cb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1508621054 2024-06-29 00:00:07,840 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishObjectU: CoreMessage[messageID=160, durable=true, userID=8bd355cb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1508621054 to transaction: TransactionImpl [xid=null, txID=163, xid=null, state=ACTIVE, createTime=1719619207840(Sat Jun 29 00:00:07 UTC 2024), timeoutSeconds=-1, nr operations = 1]@2b2abde6 2024-06-29 00:00:07,841 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bd3f20c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bccc60d-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bccc60d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@60ceef0a, true, {}] 2024-06-29 00:00:07,841 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=166, durable=true, userID=8bd3f20e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@140938136, context: RoutingContextImpl(Address=test/mom/testPublishObjectU, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObjectU previousRoute:ANYCAST, reusable=true, version=-2147482887) .................................................. ***** durable queues test/mom/testPublishObjectU: - queueID=141 address:test/mom/testPublishObjectU name:test/mom/testPublishObjectU filter:null ***** non durable for test/mom/testPublishObjectU: .................................................. , transaction: null 2024-06-29 00:00:07,844 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishObjectU: CoreMessage[messageID=160, durable=true, userID=8bd355cb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1508621054, transaction: TransactionImpl [xid=null, txID=163, xid=null, state=COMMITTED, createTime=1719619207840(Sat Jun 29 00:00:07 UTC 2024), timeoutSeconds=-1, nr operations = 0]@2b2abde6 2024-06-29 00:00:07,844 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObjectU: Reference[166]:RELIABLE:CoreMessage[messageID=166, durable=true, userID=8bd3f20e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@140938136 2024-06-29 00:00:07,844 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishObjectU: CoreMessage[messageID=166, durable=true, userID=8bd3f20e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@140938136 to transaction: TransactionImpl [xid=null, txID=169, xid=null, state=ACTIVE, createTime=1719619207844(Sat Jun 29 00:00:07 UTC 2024), timeoutSeconds=-1, nr operations = 1]@4a2daed9 2024-06-29 00:00:07,844 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bd4673f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bccc60d-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bccc60d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4e15d128, true, {}] 2024-06-29 00:00:07,845 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=172, durable=true, userID=8bd46741-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@221895623, context: RoutingContextImpl(Address=test/mom/testPublishObjectU, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObjectU previousRoute:ANYCAST, reusable=true, version=-2147482887) .................................................. ***** durable queues test/mom/testPublishObjectU: - queueID=141 address:test/mom/testPublishObjectU name:test/mom/testPublishObjectU filter:null ***** non durable for test/mom/testPublishObjectU: .................................................. , transaction: null 2024-06-29 00:00:07,847 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishObjectU: CoreMessage[messageID=166, durable=true, userID=8bd3f20e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@140938136, transaction: TransactionImpl [xid=null, txID=169, xid=null, state=COMMITTED, createTime=1719619207844(Sat Jun 29 00:00:07 UTC 2024), timeoutSeconds=-1, nr operations = 0]@4a2daed9 2024-06-29 00:00:07,847 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObjectU: Reference[172]:RELIABLE:CoreMessage[messageID=172, durable=true, userID=8bd46741-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@221895623 2024-06-29 00:00:07,847 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishObjectU: CoreMessage[messageID=172, durable=true, userID=8bd46741-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@221895623 to transaction: TransactionImpl [xid=null, txID=175, xid=null, state=ACTIVE, createTime=1719619207847(Sat Jun 29 00:00:07 UTC 2024), timeoutSeconds=-1, nr operations = 1]@6dad1fe 2024-06-29 00:00:07,848 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bd4db72-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bccc60d-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bccc60d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@c28f757, true, {}] 2024-06-29 00:00:07,848 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=178, durable=true, userID=8bd50284-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@48584189, context: RoutingContextImpl(Address=test/mom/testPublishObjectU, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObjectU previousRoute:ANYCAST, reusable=true, version=-2147482887) .................................................. ***** durable queues test/mom/testPublishObjectU: - queueID=141 address:test/mom/testPublishObjectU name:test/mom/testPublishObjectU filter:null ***** non durable for test/mom/testPublishObjectU: .................................................. , transaction: null 2024-06-29 00:00:07,850 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishObjectU: CoreMessage[messageID=172, durable=true, userID=8bd46741-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@221895623, transaction: TransactionImpl [xid=null, txID=175, xid=null, state=COMMITTED, createTime=1719619207847(Sat Jun 29 00:00:07 UTC 2024), timeoutSeconds=-1, nr operations = 0]@6dad1fe 2024-06-29 00:00:07,851 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObjectU: Reference[178]:RELIABLE:CoreMessage[messageID=178, durable=true, userID=8bd50284-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@48584189 2024-06-29 00:00:07,851 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishObjectU: CoreMessage[messageID=178, durable=true, userID=8bd50284-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@48584189 to transaction: TransactionImpl [xid=null, txID=181, xid=null, state=ACTIVE, createTime=1719619207851(Sat Jun 29 00:00:07 UTC 2024), timeoutSeconds=-1, nr operations = 1]@7448be0e 2024-06-29 00:00:07,851 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bd577b5-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bccc60d-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bccc60d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7bb47253, true, {}] 2024-06-29 00:00:07,852 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=184, durable=true, userID=8bd577b7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1676257586, context: RoutingContextImpl(Address=test/mom/testPublishObjectU, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObjectU previousRoute:ANYCAST, reusable=true, version=-2147482887) .................................................. ***** durable queues test/mom/testPublishObjectU: - queueID=141 address:test/mom/testPublishObjectU name:test/mom/testPublishObjectU filter:null ***** non durable for test/mom/testPublishObjectU: .................................................. , transaction: null 2024-06-29 00:00:07,854 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishObjectU: CoreMessage[messageID=178, durable=true, userID=8bd50284-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@48584189, transaction: TransactionImpl [xid=null, txID=181, xid=null, state=COMMITTED, createTime=1719619207851(Sat Jun 29 00:00:07 UTC 2024), timeoutSeconds=-1, nr operations = 0]@7448be0e 2024-06-29 00:00:07,854 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObjectU: Reference[184]:RELIABLE:CoreMessage[messageID=184, durable=true, userID=8bd577b7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1676257586 2024-06-29 00:00:07,854 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishObjectU: CoreMessage[messageID=184, durable=true, userID=8bd577b7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1676257586 to transaction: TransactionImpl [xid=null, txID=187, xid=null, state=ACTIVE, createTime=1719619207854(Sat Jun 29 00:00:07 UTC 2024), timeoutSeconds=-1, nr operations = 1]@47e7dbc5 2024-06-29 00:00:07,854 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bd5ece8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bccc60d-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bccc60d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6082e820, true, {}] 2024-06-29 00:00:07,855 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=190, durable=true, userID=8bd613fa-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@644836578, context: RoutingContextImpl(Address=test/mom/testPublishObjectU, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObjectU previousRoute:ANYCAST, reusable=true, version=-2147482887) .................................................. ***** durable queues test/mom/testPublishObjectU: - queueID=141 address:test/mom/testPublishObjectU name:test/mom/testPublishObjectU filter:null ***** non durable for test/mom/testPublishObjectU: .................................................. , transaction: null 2024-06-29 00:00:07,857 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishObjectU: CoreMessage[messageID=184, durable=true, userID=8bd577b7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1676257586, transaction: TransactionImpl [xid=null, txID=187, xid=null, state=COMMITTED, createTime=1719619207854(Sat Jun 29 00:00:07 UTC 2024), timeoutSeconds=-1, nr operations = 0]@47e7dbc5 2024-06-29 00:00:07,858 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObjectU: Reference[190]:RELIABLE:CoreMessage[messageID=190, durable=true, userID=8bd613fa-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@644836578 2024-06-29 00:00:07,858 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishObjectU: CoreMessage[messageID=190, durable=true, userID=8bd613fa-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@644836578 to transaction: TransactionImpl [xid=null, txID=193, xid=null, state=ACTIVE, createTime=1719619207858(Sat Jun 29 00:00:07 UTC 2024), timeoutSeconds=-1, nr operations = 1]@714c1923 2024-06-29 00:00:07,858 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bd6892b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bccc60d-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bccc60d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@76ea1cf0, true, {}] 2024-06-29 00:00:07,859 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=196, durable=true, userID=8bd6892d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@877566318, context: RoutingContextImpl(Address=test/mom/testPublishObjectU, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObjectU previousRoute:ANYCAST, reusable=true, version=-2147482887) .................................................. ***** durable queues test/mom/testPublishObjectU: - queueID=141 address:test/mom/testPublishObjectU name:test/mom/testPublishObjectU filter:null ***** non durable for test/mom/testPublishObjectU: .................................................. , transaction: null 2024-06-29 00:00:07,861 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishObjectU: CoreMessage[messageID=190, durable=true, userID=8bd613fa-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@644836578, transaction: TransactionImpl [xid=null, txID=193, xid=null, state=COMMITTED, createTime=1719619207858(Sat Jun 29 00:00:07 UTC 2024), timeoutSeconds=-1, nr operations = 0]@714c1923 2024-06-29 00:00:07,861 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObjectU: Reference[196]:RELIABLE:CoreMessage[messageID=196, durable=true, userID=8bd6892d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@877566318 2024-06-29 00:00:07,861 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishObjectU: CoreMessage[messageID=196, durable=true, userID=8bd6892d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@877566318 to transaction: TransactionImpl [xid=null, txID=199, xid=null, state=ACTIVE, createTime=1719619207861(Sat Jun 29 00:00:07 UTC 2024), timeoutSeconds=-1, nr operations = 1]@122f92b0 2024-06-29 00:00:07,861 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bd6fe5e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bccc60d-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bccc60d-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6c30535e, true, {}] 2024-06-29 00:00:07,862 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=202, durable=true, userID=8bd72570-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1008802302, context: RoutingContextImpl(Address=test/mom/testPublishObjectU, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObjectU previousRoute:ANYCAST, reusable=true, version=-2147482887) .................................................. ***** durable queues test/mom/testPublishObjectU: - queueID=141 address:test/mom/testPublishObjectU name:test/mom/testPublishObjectU filter:null ***** non durable for test/mom/testPublishObjectU: .................................................. , transaction: null 2024-06-29 00:00:07,864 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishObjectU: CoreMessage[messageID=196, durable=true, userID=8bd6892d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@877566318, transaction: TransactionImpl [xid=null, txID=199, xid=null, state=COMMITTED, createTime=1719619207861(Sat Jun 29 00:00:07 UTC 2024), timeoutSeconds=-1, nr operations = 0]@122f92b0 2024-06-29 00:00:07,864 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObjectU: Reference[202]:RELIABLE:CoreMessage[messageID=202, durable=true, userID=8bd72570-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1008802302 2024-06-29 00:00:07,865 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishObjectU: CoreMessage[messageID=202, durable=true, userID=8bd72570-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1008802302 to transaction: TransactionImpl [xid=null, txID=205, xid=null, state=ACTIVE, createTime=1719619207865(Sat Jun 29 00:00:07 UTC 2024), timeoutSeconds=-1, nr operations = 1]@27c8248a 2024-06-29 00:00:07,865 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@67c1f5be, org.eclipse.scout.rt.mom.jms.JmsSubscription@74691a1f] 2024-06-29 00:00:07,868 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishObjectU: CoreMessage[messageID=202, durable=true, userID=8bd72570-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1008802302, transaction: TransactionImpl [xid=null, txID=205, xid=null, state=COMMITTED, createTime=1719619207865(Sat Jun 29 00:00:07 UTC 2024), timeoutSeconds=-1, nr operations = 0]@27c8248a 2024-06-29 00:00:07,868 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 2 subscriber jobs: [JobFutureTask@27d251[job=Receiving JMS message [dest=Destination@d948da1a[name=test/mom/testPublishObject, type=QUEUE, resolveMethod=DEFINE, properties={}]], state=DONE], JobFutureTask@6b67eded[job=Receiving JMS message [dest=Destination@d948da1a[name=test/mom/testPublishObject, type=QUEUE, resolveMethod=DEFINE, properties={}]], state=DONE]] 2024-06-29 00:00:07,869 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.003883 ms 2024-06-29 00:00:07,869 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-29 00:00:07,869 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-29 00:00:07,869 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8bccc60d-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-29 00:00:07,869 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-29 00:00:07,870 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 77.633152 ms 2024-06-29 00:00:07,870 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-29 00:00:07,870 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-29 00:00:07,870 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-29 00:00:07,870 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest.testMessageConsumerJobWith1ConsumerJob(JmsMomPubSemaphoreTest.java:51) - test works 2024-06-29 00:00:07,871 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1415301345'. 2024-06-29 00:00:07,872 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-29 00:00:07,872 INFO [scout-thread-14] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8bd8ac12-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS subscriber, activemq.broker=mom155] 2024-06-29 00:00:07,873 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bd8d325-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4b9535b2, true, {}] 2024-06-29 00:00:07,873 INFO [scout-thread-14] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@20cc11c6 - MDC[jobName=JMS subscriber, activemq.broker=mom155] 2024-06-29 00:00:07,873 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bd8d326-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@31f3f9c2, true, {}] 2024-06-29 00:00:07,874 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=test/mom/testPublishObject, address=test/mom/testPublishObject, routingType=ANYCAST, filterString=null, durable=true, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=false, autoCreateAddress=null, internal=null, transient=null, autoCreated=true, fqqn=null]] 2024-06-29 00:00:07,874 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@14a41832 2024-06-29 00:00:07,875 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@54616621 2024-06-29 00:00:07,875 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishObject, null, 0, false, true, null] 2024-06-29 00:00:07,875 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest.testMessageConsumerJobWith1ConsumerJob(JmsMomPubSemaphoreTest.java:69) - test works 2024-06-29 00:00:07,875 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bd92148-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@50aa2531, true, {}] 2024-06-29 00:00:07,876 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=225, durable=true, userID=8bd9485a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2057127149, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:07,876 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[225]:RELIABLE:CoreMessage[messageID=225, durable=true, userID=8bd9485a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2057127149 2024-06-29 00:00:07,876 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishObject: CoreMessage[messageID=225, durable=true, userID=8bd9485a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2057127149 to transaction: TransactionImpl [xid=null, txID=228, xid=null, state=ACTIVE, createTime=1719619207876(Sat Jun 29 00:00:07 UTC 2024), timeoutSeconds=-1, nr operations = 1]@3a257550 2024-06-29 00:00:07,876 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bd9485b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5a524e41, true, {}] 2024-06-29 00:00:07,877 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=231, durable=true, userID=8bd96f6d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@997268382, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:07,880 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishObject: CoreMessage[messageID=225, durable=true, userID=8bd9485a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2057127149, transaction: TransactionImpl [xid=null, txID=228, xid=null, state=COMMITTED, createTime=1719619207876(Sat Jun 29 00:00:07 UTC 2024), timeoutSeconds=-1, nr operations = 0]@3a257550 2024-06-29 00:00:07,880 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[231]:RELIABLE:CoreMessage[messageID=231, durable=true, userID=8bd96f6d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@997268382 2024-06-29 00:00:07,880 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bd9e49e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1e52e619, true, {}] 2024-06-29 00:00:07,881 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=236, durable=true, userID=8bda0bb0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1547094738, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:07,883 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[236]:RELIABLE:CoreMessage[messageID=236, durable=true, userID=8bda0bb0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1547094738 2024-06-29 00:00:07,884 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bda59d1-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@fa0f14a, true, {}] 2024-06-29 00:00:07,884 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=241, durable=true, userID=8bda80e3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@256309442, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:07,887 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[241]:RELIABLE:CoreMessage[messageID=241, durable=true, userID=8bda80e3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@256309442 2024-06-29 00:00:07,887 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bdaf614-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@67f36559, true, {}] 2024-06-29 00:00:07,888 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=246, durable=true, userID=8bdaf616-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1102163537, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:07,890 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[246]:RELIABLE:CoreMessage[messageID=246, durable=true, userID=8bdaf616-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1102163537 2024-06-29 00:00:07,890 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bdb6b47-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@66ed8021, true, {}] 2024-06-29 00:00:07,891 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=251, durable=true, userID=8bdb9259-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1142895666, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:07,894 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[251]:RELIABLE:CoreMessage[messageID=251, durable=true, userID=8bdb9259-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1142895666 2024-06-29 00:00:07,894 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bdc078a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@458c7fa4, true, {}] 2024-06-29 00:00:07,895 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=256, durable=true, userID=8bdc078c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1981048824, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:07,897 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[256]:RELIABLE:CoreMessage[messageID=256, durable=true, userID=8bdc078c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1981048824 2024-06-29 00:00:07,897 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bdc7cbd-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@770f201f, true, {}] 2024-06-29 00:00:07,898 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=261, durable=true, userID=8bdca3cf-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1235026031, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:07,900 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[261]:RELIABLE:CoreMessage[messageID=261, durable=true, userID=8bdca3cf-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1235026031 2024-06-29 00:00:07,901 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bdd1900-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7b31affe, true, {}] 2024-06-29 00:00:07,901 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=266, durable=true, userID=8bdd1902-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@754332862, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:07,904 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[266]:RELIABLE:CoreMessage[messageID=266, durable=true, userID=8bdd1902-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@754332862 2024-06-29 00:00:07,904 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bdd8e33-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@72afe012, true, {}] 2024-06-29 00:00:07,905 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=271, durable=true, userID=8bddb545-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1151668177, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:07,907 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[271]:RELIABLE:CoreMessage[messageID=271, durable=true, userID=8bddb545-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1151668177 2024-06-29 00:00:07,908 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bde2a76-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@332c6d5a, true, {}] 2024-06-29 00:00:07,908 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=276, durable=true, userID=8bde2a78-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1425798218, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:07,911 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[276]:RELIABLE:CoreMessage[messageID=276, durable=true, userID=8bde2a78-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1425798218 2024-06-29 00:00:07,911 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bde9fa9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6652ef7b, true, {}] 2024-06-29 00:00:07,912 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=281, durable=true, userID=8bdec6bb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2090692463, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:07,914 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[281]:RELIABLE:CoreMessage[messageID=281, durable=true, userID=8bdec6bb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2090692463 2024-06-29 00:00:07,915 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bdf14dc-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7f716478, true, {}] 2024-06-29 00:00:07,915 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=286, durable=true, userID=8bdf3bee-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@418651042, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:07,918 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[286]:RELIABLE:CoreMessage[messageID=286, durable=true, userID=8bdf3bee-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@418651042 2024-06-29 00:00:07,918 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bdfb11f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@204efec9, true, {}] 2024-06-29 00:00:07,920 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=291, durable=true, userID=8bdfd831-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@934924138, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:07,921 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[291]:RELIABLE:CoreMessage[messageID=291, durable=true, userID=8bdfd831-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@934924138 2024-06-29 00:00:07,922 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8be04d62-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@419e6a6a, true, {}] 2024-06-29 00:00:07,923 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=296, durable=true, userID=8be04d64-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@366401502, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:07,925 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[296]:RELIABLE:CoreMessage[messageID=296, durable=true, userID=8be04d64-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@366401502 2024-06-29 00:00:07,925 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8be0c295-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@c16c40c, true, {}] 2024-06-29 00:00:07,926 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=301, durable=true, userID=8be0e9a7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1642830207, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:07,928 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[301]:RELIABLE:CoreMessage[messageID=301, durable=true, userID=8be0e9a7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1642830207 2024-06-29 00:00:07,929 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8be15ed8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2a775ee7, true, {}] 2024-06-29 00:00:07,930 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=306, durable=true, userID=8be15eda-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@990528350, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:07,931 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[306]:RELIABLE:CoreMessage[messageID=306, durable=true, userID=8be15eda-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@990528350 2024-06-29 00:00:07,932 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8be1d40b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2998c0da, true, {}] 2024-06-29 00:00:07,933 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=311, durable=true, userID=8be1fb1d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@342820921, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:07,935 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[311]:RELIABLE:CoreMessage[messageID=311, durable=true, userID=8be1fb1d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@342820921 2024-06-29 00:00:07,936 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8be2493e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7ffb3845, true, {}] 2024-06-29 00:00:07,937 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=316, durable=true, userID=8be27050-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1355449953, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:07,938 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[316]:RELIABLE:CoreMessage[messageID=316, durable=true, userID=8be27050-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1355449953 2024-06-29 00:00:07,939 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8be2e581-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@63b047bc, true, {}] 2024-06-29 00:00:07,939 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=321, durable=true, userID=8be2e583-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@73883869, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:07,942 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[321]:RELIABLE:CoreMessage[messageID=321, durable=true, userID=8be2e583-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@73883869 2024-06-29 00:00:07,942 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8be35ab4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@354ee72c, true, {}] 2024-06-29 00:00:07,943 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=326, durable=true, userID=8be381c6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@854128289, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:07,945 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[326]:RELIABLE:CoreMessage[messageID=326, durable=true, userID=8be381c6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@854128289 2024-06-29 00:00:07,946 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8be3f6f7-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4567f108, true, {}] 2024-06-29 00:00:07,946 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=331, durable=true, userID=8be3f6f9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@611084964, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:07,949 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[331]:RELIABLE:CoreMessage[messageID=331, durable=true, userID=8be3f6f9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@611084964 2024-06-29 00:00:07,949 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8be46c2a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@fb59dbf, true, {}] 2024-06-29 00:00:07,950 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=336, durable=true, userID=8be4933c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@381976388, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:07,952 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[336]:RELIABLE:CoreMessage[messageID=336, durable=true, userID=8be4933c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@381976388 2024-06-29 00:00:07,953 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8be5086d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4af5af85, true, {}] 2024-06-29 00:00:07,953 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=341, durable=true, userID=8be5086f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@342882285, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:07,955 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[341]:RELIABLE:CoreMessage[messageID=341, durable=true, userID=8be5086f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@342882285 2024-06-29 00:00:07,956 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8be57da0-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7a7b3678, true, {}] 2024-06-29 00:00:07,957 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=346, durable=true, userID=8be57da2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2047251301, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:07,959 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[346]:RELIABLE:CoreMessage[messageID=346, durable=true, userID=8be57da2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2047251301 2024-06-29 00:00:07,960 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8be5f2d3-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@19168dbe, true, {}] 2024-06-29 00:00:07,960 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=351, durable=true, userID=8be619e5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@724638773, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:07,962 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[351]:RELIABLE:CoreMessage[messageID=351, durable=true, userID=8be619e5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@724638773 2024-06-29 00:00:07,963 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8be68f16-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2a50b996, true, {}] 2024-06-29 00:00:07,964 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=356, durable=true, userID=8be68f18-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1748862352, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:07,966 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[356]:RELIABLE:CoreMessage[messageID=356, durable=true, userID=8be68f18-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1748862352 2024-06-29 00:00:07,966 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8be70449-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4f55fcfb, true, {}] 2024-06-29 00:00:07,967 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=361, durable=true, userID=8be72b5b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@139076745, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:07,969 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[361]:RELIABLE:CoreMessage[messageID=361, durable=true, userID=8be72b5b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@139076745 2024-06-29 00:00:07,970 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8be7a08c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@38337c8e, true, {}] 2024-06-29 00:00:07,970 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=366, durable=true, userID=8be7a08e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1196712123, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:07,973 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[366]:RELIABLE:CoreMessage[messageID=366, durable=true, userID=8be7a08e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1196712123 2024-06-29 00:00:07,973 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8be815bf-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4f11a848, true, {}] 2024-06-29 00:00:07,974 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=371, durable=true, userID=8be815c1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@436951246, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:07,976 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[371]:RELIABLE:CoreMessage[messageID=371, durable=true, userID=8be815c1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@436951246 2024-06-29 00:00:07,977 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8be8b202-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@509361f6, true, {}] 2024-06-29 00:00:07,977 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=376, durable=true, userID=8be8b204-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1840857780, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:07,980 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[376]:RELIABLE:CoreMessage[messageID=376, durable=true, userID=8be8b204-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1840857780 2024-06-29 00:00:07,980 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8be92735-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1f142b13, true, {}] 2024-06-29 00:00:07,981 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=381, durable=true, userID=8be92737-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1626050983, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:07,983 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[381]:RELIABLE:CoreMessage[messageID=381, durable=true, userID=8be92737-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1626050983 2024-06-29 00:00:07,983 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8be99c68-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@24425c60, true, {}] 2024-06-29 00:00:07,984 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=386, durable=true, userID=8be9c37a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1907361021, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:07,987 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[386]:RELIABLE:CoreMessage[messageID=386, durable=true, userID=8be9c37a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1907361021 2024-06-29 00:00:07,987 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bea38ab-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@20bf03b, true, {}] 2024-06-29 00:00:07,987 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=391, durable=true, userID=8bea38ad-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1388543562, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:07,990 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[391]:RELIABLE:CoreMessage[messageID=391, durable=true, userID=8bea38ad-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1388543562 2024-06-29 00:00:07,990 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8beaadde-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@23ea69dd, true, {}] 2024-06-29 00:00:07,991 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=396, durable=true, userID=8bead4f0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@273726889, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:07,993 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[396]:RELIABLE:CoreMessage[messageID=396, durable=true, userID=8bead4f0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@273726889 2024-06-29 00:00:07,994 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8beb4a21-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@64fe992f, true, {}] 2024-06-29 00:00:07,994 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=401, durable=true, userID=8beb4a23-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@200570615, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:07,997 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[401]:RELIABLE:CoreMessage[messageID=401, durable=true, userID=8beb4a23-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@200570615 2024-06-29 00:00:07,997 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bebbf54-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@64705829, true, {}] 2024-06-29 00:00:07,998 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=406, durable=true, userID=8bebbf56-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@516659981, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,000 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[406]:RELIABLE:CoreMessage[messageID=406, durable=true, userID=8bebbf56-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@516659981 2024-06-29 00:00:08,001 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bec3487-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@44669889, true, {}] 2024-06-29 00:00:08,001 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=411, durable=true, userID=8bec5b99-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1226875256, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,004 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[411]:RELIABLE:CoreMessage[messageID=411, durable=true, userID=8bec5b99-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1226875256 2024-06-29 00:00:08,004 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8becd0ca-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@735bf120, true, {}] 2024-06-29 00:00:08,004 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=416, durable=true, userID=8becd0cc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1274647151, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,007 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[416]:RELIABLE:CoreMessage[messageID=416, durable=true, userID=8becd0cc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1274647151 2024-06-29 00:00:08,008 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bed6d0d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@769e7b68, true, {}] 2024-06-29 00:00:08,008 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=421, durable=true, userID=8bed6d0f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@571561946, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,011 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[421]:RELIABLE:CoreMessage[messageID=421, durable=true, userID=8bed6d0f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@571561946 2024-06-29 00:00:08,011 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bede240-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@d8dd11, true, {}] 2024-06-29 00:00:08,012 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=426, durable=true, userID=8bee0952-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@944315340, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,014 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[426]:RELIABLE:CoreMessage[messageID=426, durable=true, userID=8bee0952-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@944315340 2024-06-29 00:00:08,014 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bee5773-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3a1ff001, true, {}] 2024-06-29 00:00:08,015 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=431, durable=true, userID=8bee7e85-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1848370698, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,017 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[431]:RELIABLE:CoreMessage[messageID=431, durable=true, userID=8bee7e85-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1848370698 2024-06-29 00:00:08,018 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8beef3b6-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5b4dbb48, true, {}] 2024-06-29 00:00:08,018 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=436, durable=true, userID=8beef3b8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@511696531, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,021 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[436]:RELIABLE:CoreMessage[messageID=436, durable=true, userID=8beef3b8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@511696531 2024-06-29 00:00:08,022 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bef68e9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5b8c6b73, true, {}] 2024-06-29 00:00:08,022 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=441, durable=true, userID=8bef8ffb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1797604552, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,025 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[441]:RELIABLE:CoreMessage[messageID=441, durable=true, userID=8bef8ffb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1797604552 2024-06-29 00:00:08,025 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bf0052c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2d614499, true, {}] 2024-06-29 00:00:08,025 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=446, durable=true, userID=8bf0052e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@658637749, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,028 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[446]:RELIABLE:CoreMessage[messageID=446, durable=true, userID=8bf0052e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@658637749 2024-06-29 00:00:08,028 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bf07a5f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@381eb398, true, {}] 2024-06-29 00:00:08,029 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=451, durable=true, userID=8bf0a171-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@842437974, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,032 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[451]:RELIABLE:CoreMessage[messageID=451, durable=true, userID=8bf0a171-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@842437974 2024-06-29 00:00:08,032 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bf116a2-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@193b8ce2, true, {}] 2024-06-29 00:00:08,033 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=456, durable=true, userID=8bf116a4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@384346849, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,035 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[456]:RELIABLE:CoreMessage[messageID=456, durable=true, userID=8bf116a4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@384346849 2024-06-29 00:00:08,035 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bf18bd5-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2465170a, true, {}] 2024-06-29 00:00:08,036 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=461, durable=true, userID=8bf1b2e7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1841225473, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,038 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[461]:RELIABLE:CoreMessage[messageID=461, durable=true, userID=8bf1b2e7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1841225473 2024-06-29 00:00:08,039 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bf22818-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3e743c76, true, {}] 2024-06-29 00:00:08,039 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=466, durable=true, userID=8bf2281a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1404706551, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,042 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[466]:RELIABLE:CoreMessage[messageID=466, durable=true, userID=8bf2281a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1404706551 2024-06-29 00:00:08,042 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bf29d4b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4b23bb5e, true, {}] 2024-06-29 00:00:08,043 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=471, durable=true, userID=8bf29d4d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1935682724, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,045 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[471]:RELIABLE:CoreMessage[messageID=471, durable=true, userID=8bf29d4d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1935682724 2024-06-29 00:00:08,046 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bf3398e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7652c69d, true, {}] 2024-06-29 00:00:08,046 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=476, durable=true, userID=8bf33990-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1988326889, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,049 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[476]:RELIABLE:CoreMessage[messageID=476, durable=true, userID=8bf33990-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1988326889 2024-06-29 00:00:08,049 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bf3aec1-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4426cdf1, true, {}] 2024-06-29 00:00:08,050 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=481, durable=true, userID=8bf3aec3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@300672126, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,052 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[481]:RELIABLE:CoreMessage[messageID=481, durable=true, userID=8bf3aec3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@300672126 2024-06-29 00:00:08,053 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bf423f4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@912f86e, true, {}] 2024-06-29 00:00:08,053 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=486, durable=true, userID=8bf44b06-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@963436062, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,056 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[486]:RELIABLE:CoreMessage[messageID=486, durable=true, userID=8bf44b06-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@963436062 2024-06-29 00:00:08,056 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bf4c037-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@37c17cf5, true, {}] 2024-06-29 00:00:08,056 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=491, durable=true, userID=8bf4c039-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@466057922, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,059 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[491]:RELIABLE:CoreMessage[messageID=491, durable=true, userID=8bf4c039-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@466057922 2024-06-29 00:00:08,059 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bf5356a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@427a585a, true, {}] 2024-06-29 00:00:08,060 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=496, durable=true, userID=8bf55c7c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1405457221, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,062 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[496]:RELIABLE:CoreMessage[messageID=496, durable=true, userID=8bf55c7c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1405457221 2024-06-29 00:00:08,063 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bf5d1ad-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3e08ffe9, true, {}] 2024-06-29 00:00:08,063 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=501, durable=true, userID=8bf5d1af-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1073115200, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,066 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[501]:RELIABLE:CoreMessage[messageID=501, durable=true, userID=8bf5d1af-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1073115200 2024-06-29 00:00:08,066 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bf646e0-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@46fbefff, true, {}] 2024-06-29 00:00:08,067 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=506, durable=true, userID=8bf66df2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1109001941, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,069 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[506]:RELIABLE:CoreMessage[messageID=506, durable=true, userID=8bf66df2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1109001941 2024-06-29 00:00:08,070 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bf6e323-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3e8498e9, true, {}] 2024-06-29 00:00:08,070 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=511, durable=true, userID=8bf6e325-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1018727663, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,073 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[511]:RELIABLE:CoreMessage[messageID=511, durable=true, userID=8bf6e325-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1018727663 2024-06-29 00:00:08,073 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bf75856-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2a43a1ef, true, {}] 2024-06-29 00:00:08,074 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=516, durable=true, userID=8bf75858-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1925072658, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,076 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[516]:RELIABLE:CoreMessage[messageID=516, durable=true, userID=8bf75858-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1925072658 2024-06-29 00:00:08,076 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bf7cd89-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2d1b81b5, true, {}] 2024-06-29 00:00:08,077 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=521, durable=true, userID=8bf7f49b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@771619701, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,080 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[521]:RELIABLE:CoreMessage[messageID=521, durable=true, userID=8bf7f49b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@771619701 2024-06-29 00:00:08,080 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bf869cc-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@622b653e, true, {}] 2024-06-29 00:00:08,080 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=526, durable=true, userID=8bf869ce-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@563332790, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,083 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[526]:RELIABLE:CoreMessage[messageID=526, durable=true, userID=8bf869ce-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@563332790 2024-06-29 00:00:08,083 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bf8deff-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2185eafa, true, {}] 2024-06-29 00:00:08,084 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=531, durable=true, userID=8bf90611-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1309385294, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,086 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[531]:RELIABLE:CoreMessage[messageID=531, durable=true, userID=8bf90611-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1309385294 2024-06-29 00:00:08,087 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bf97b42-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@481d371c, true, {}] 2024-06-29 00:00:08,088 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=536, durable=true, userID=8bf97b44-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1229674688, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,090 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[536]:RELIABLE:CoreMessage[messageID=536, durable=true, userID=8bf97b44-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1229674688 2024-06-29 00:00:08,090 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bf9f075-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@59249f30, true, {}] 2024-06-29 00:00:08,091 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=541, durable=true, userID=8bfa1787-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@833314673, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,093 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[541]:RELIABLE:CoreMessage[messageID=541, durable=true, userID=8bfa1787-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@833314673 2024-06-29 00:00:08,094 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bfa8cb8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6398208b, true, {}] 2024-06-29 00:00:08,094 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=546, durable=true, userID=8bfa8cba-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1299160392, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,097 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[546]:RELIABLE:CoreMessage[messageID=546, durable=true, userID=8bfa8cba-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1299160392 2024-06-29 00:00:08,097 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bfb01eb-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@151c0a9a, true, {}] 2024-06-29 00:00:08,098 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=551, durable=true, userID=8bfb01ed-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@728943229, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,100 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[551]:RELIABLE:CoreMessage[messageID=551, durable=true, userID=8bfb01ed-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@728943229 2024-06-29 00:00:08,100 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bfb771e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2aba80ec, true, {}] 2024-06-29 00:00:08,101 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=556, durable=true, userID=8bfb9e30-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@671023313, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,103 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[556]:RELIABLE:CoreMessage[messageID=556, durable=true, userID=8bfb9e30-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@671023313 2024-06-29 00:00:08,104 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bfc1361-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3ace5352, true, {}] 2024-06-29 00:00:08,104 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=561, durable=true, userID=8bfc1363-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1517622454, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,118 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[561]:RELIABLE:CoreMessage[messageID=561, durable=true, userID=8bfc1363-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1517622454 2024-06-29 00:00:08,118 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bfe3644-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4f833017, true, {}] 2024-06-29 00:00:08,119 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=566, durable=true, userID=8bfe5d56-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@836847587, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,128 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[566]:RELIABLE:CoreMessage[messageID=566, durable=true, userID=8bfe5d56-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@836847587 2024-06-29 00:00:08,129 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8bffbce7-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3c08bb79, true, {}] 2024-06-29 00:00:08,129 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=571, durable=true, userID=8bffe3f9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1001012333, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,133 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[571]:RELIABLE:CoreMessage[messageID=571, durable=true, userID=8bffe3f9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1001012333 2024-06-29 00:00:08,133 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c00803a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@49ffc464, true, {}] 2024-06-29 00:00:08,134 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=576, durable=true, userID=8c00a74c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1318562136, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,136 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[576]:RELIABLE:CoreMessage[messageID=576, durable=true, userID=8c00a74c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1318562136 2024-06-29 00:00:08,137 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c011c7d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@57cf9218, true, {}] 2024-06-29 00:00:08,137 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=581, durable=true, userID=8c011c7f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@251171103, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,140 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[581]:RELIABLE:CoreMessage[messageID=581, durable=true, userID=8c011c7f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@251171103 2024-06-29 00:00:08,140 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c0191b0-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4d9825a3, true, {}] 2024-06-29 00:00:08,141 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=586, durable=true, userID=8c0191b2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1780601694, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,143 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[586]:RELIABLE:CoreMessage[messageID=586, durable=true, userID=8c0191b2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1780601694 2024-06-29 00:00:08,144 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c0206e3-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1fd84dfa, true, {}] 2024-06-29 00:00:08,144 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=591, durable=true, userID=8c022df5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1189353297, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,146 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[591]:RELIABLE:CoreMessage[messageID=591, durable=true, userID=8c022df5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1189353297 2024-06-29 00:00:08,147 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c02a326-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@183908c0, true, {}] 2024-06-29 00:00:08,147 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=596, durable=true, userID=8c02a328-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@889700163, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,150 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[596]:RELIABLE:CoreMessage[messageID=596, durable=true, userID=8c02a328-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@889700163 2024-06-29 00:00:08,150 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c031859-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5a110f3c, true, {}] 2024-06-29 00:00:08,151 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=601, durable=true, userID=8c033f6b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1456952156, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,153 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[601]:RELIABLE:CoreMessage[messageID=601, durable=true, userID=8c033f6b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1456952156 2024-06-29 00:00:08,154 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c03b49c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@545d164, true, {}] 2024-06-29 00:00:08,154 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=606, durable=true, userID=8c03b49e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@533822625, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,157 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[606]:RELIABLE:CoreMessage[messageID=606, durable=true, userID=8c03b49e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@533822625 2024-06-29 00:00:08,157 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c0429cf-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7e81416, true, {}] 2024-06-29 00:00:08,158 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=611, durable=true, userID=8c044fe1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1596237018, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,160 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[611]:RELIABLE:CoreMessage[messageID=611, durable=true, userID=8c044fe1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1596237018 2024-06-29 00:00:08,161 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c049e02-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6f83e4e, true, {}] 2024-06-29 00:00:08,161 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=616, durable=true, userID=8c04c514-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@738859791, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,164 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[616]:RELIABLE:CoreMessage[messageID=616, durable=true, userID=8c04c514-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@738859791 2024-06-29 00:00:08,164 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c053a45-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@69c48cf6, true, {}] 2024-06-29 00:00:08,164 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=621, durable=true, userID=8c053a47-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1956269778, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,167 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[621]:RELIABLE:CoreMessage[messageID=621, durable=true, userID=8c053a47-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1956269778 2024-06-29 00:00:08,167 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c05af78-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@65abff24, true, {}] 2024-06-29 00:00:08,168 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=626, durable=true, userID=8c05d68a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1186279204, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,171 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[626]:RELIABLE:CoreMessage[messageID=626, durable=true, userID=8c05d68a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1186279204 2024-06-29 00:00:08,171 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c064bbb-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@485596f3, true, {}] 2024-06-29 00:00:08,172 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=631, durable=true, userID=8c064bbd-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1670560018, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,174 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[631]:RELIABLE:CoreMessage[messageID=631, durable=true, userID=8c064bbd-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1670560018 2024-06-29 00:00:08,174 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c06c0ee-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5136c95e, true, {}] 2024-06-29 00:00:08,175 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=636, durable=true, userID=8c06e800-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@714393885, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,177 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[636]:RELIABLE:CoreMessage[messageID=636, durable=true, userID=8c06e800-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@714393885 2024-06-29 00:00:08,178 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c075d31-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1222818f, true, {}] 2024-06-29 00:00:08,178 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=641, durable=true, userID=8c075d33-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@987282343, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,181 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[641]:RELIABLE:CoreMessage[messageID=641, durable=true, userID=8c075d33-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@987282343 2024-06-29 00:00:08,181 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c07d264-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5d848c6, true, {}] 2024-06-29 00:00:08,182 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=646, durable=true, userID=8c07d266-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1190530448, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,184 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[646]:RELIABLE:CoreMessage[messageID=646, durable=true, userID=8c07d266-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1190530448 2024-06-29 00:00:08,185 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c084797-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4202d96e, true, {}] 2024-06-29 00:00:08,185 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=651, durable=true, userID=8c086ea9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@624605557, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,187 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[651]:RELIABLE:CoreMessage[messageID=651, durable=true, userID=8c086ea9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@624605557 2024-06-29 00:00:08,188 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c08e3da-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6dd9984f, true, {}] 2024-06-29 00:00:08,188 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=656, durable=true, userID=8c08e3dc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1636481189, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,191 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[656]:RELIABLE:CoreMessage[messageID=656, durable=true, userID=8c08e3dc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1636481189 2024-06-29 00:00:08,191 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c09590d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@22f0f9b3, true, {}] 2024-06-29 00:00:08,192 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=661, durable=true, userID=8c09801f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@555439312, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,194 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[661]:RELIABLE:CoreMessage[messageID=661, durable=true, userID=8c09801f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@555439312 2024-06-29 00:00:08,195 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c09f550-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1bc4d27e, true, {}] 2024-06-29 00:00:08,195 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=666, durable=true, userID=8c09f552-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1541548399, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,205 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[666]:RELIABLE:CoreMessage[messageID=666, durable=true, userID=8c09f552-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1541548399 2024-06-29 00:00:08,206 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c0ba303-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3139de58, true, {}] 2024-06-29 00:00:08,206 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=671, durable=true, userID=8c0ba305-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1724036685, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,215 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[671]:RELIABLE:CoreMessage[messageID=671, durable=true, userID=8c0ba305-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1724036685 2024-06-29 00:00:08,215 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c0d0296-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1b34eff1, true, {}] 2024-06-29 00:00:08,216 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=676, durable=true, userID=8c0d29a8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@348769551, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,216 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[676]:RELIABLE:CoreMessage[messageID=676, durable=true, userID=8c0d29a8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@348769551 2024-06-29 00:00:08,217 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c0d29a9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@36dee8f8, true, {}] 2024-06-29 00:00:08,217 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=681, durable=true, userID=8c0d50bb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@159108712, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,220 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[681]:RELIABLE:CoreMessage[messageID=681, durable=true, userID=8c0d50bb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@159108712 2024-06-29 00:00:08,220 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c0dc5ec-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@56b39906, true, {}] 2024-06-29 00:00:08,221 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=686, durable=true, userID=8c0decfe-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1219532652, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,223 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[686]:RELIABLE:CoreMessage[messageID=686, durable=true, userID=8c0decfe-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1219532652 2024-06-29 00:00:08,224 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c0e622f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@62e5bcad, true, {}] 2024-06-29 00:00:08,224 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=691, durable=true, userID=8c0e6231-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1197554413, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,227 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[691]:RELIABLE:CoreMessage[messageID=691, durable=true, userID=8c0e6231-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1197554413 2024-06-29 00:00:08,227 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c0ed762-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4b94bbe5, true, {}] 2024-06-29 00:00:08,228 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=696, durable=true, userID=8c0efe74-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1591662103, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,230 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[696]:RELIABLE:CoreMessage[messageID=696, durable=true, userID=8c0efe74-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1591662103 2024-06-29 00:00:08,231 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c0f4c95-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5d741e76, true, {}] 2024-06-29 00:00:08,231 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=701, durable=true, userID=8c0f73a7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1883181795, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,234 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[701]:RELIABLE:CoreMessage[messageID=701, durable=true, userID=8c0f73a7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1883181795 2024-06-29 00:00:08,234 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c0fe8d8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1c7d8d39, true, {}] 2024-06-29 00:00:08,235 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=706, durable=true, userID=8c0fe8da-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1664399504, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,237 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[706]:RELIABLE:CoreMessage[messageID=706, durable=true, userID=8c0fe8da-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1664399504 2024-06-29 00:00:08,237 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c105e0b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5c0602fb, true, {}] 2024-06-29 00:00:08,238 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=711, durable=true, userID=8c10851d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@828878132, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,240 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[711]:RELIABLE:CoreMessage[messageID=711, durable=true, userID=8c10851d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@828878132 2024-06-29 00:00:08,241 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c10fa4e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8bd8ac12-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8bd8ac12-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2c26af26, true, {}] 2024-06-29 00:00:08,241 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=716, durable=true, userID=8c10fa50-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@164185765, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,244 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[716]:RELIABLE:CoreMessage[messageID=716, durable=true, userID=8c10fa50-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@164185765 2024-06-29 00:00:08,244 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest.testMessageConsumerJobWith1ConsumerJob(JmsMomPubSemaphoreTest.java:73) - test works 2024-06-29 00:00:08,244 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishObject: CoreMessage[messageID=231, durable=true, userID=8bd96f6d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@997268382 to transaction: TransactionImpl [xid=null, txID=719, xid=null, state=ACTIVE, createTime=1719619208244(Sat Jun 29 00:00:08 UTC 2024), timeoutSeconds=-1, nr operations = 1]@65fc4690 2024-06-29 00:00:08,245 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@1f6865ca, org.eclipse.scout.rt.mom.jms.JmsSubscription@6044311a] 2024-06-29 00:00:08,245 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishObject: CoreMessage[messageID=236, durable=true, userID=8bda0bb0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1547094738 to transaction: TransactionImpl [xid=null, txID=720, xid=null, state=ACTIVE, createTime=1719619208245(Sat Jun 29 00:00:08 UTC 2024), timeoutSeconds=-1, nr operations = 1]@6868e8ff 2024-06-29 00:00:08,247 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishObject: CoreMessage[messageID=231, durable=true, userID=8bd96f6d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@997268382, transaction: TransactionImpl [xid=null, txID=719, xid=null, state=COMMITTED, createTime=1719619208244(Sat Jun 29 00:00:08 UTC 2024), timeoutSeconds=-1, nr operations = 0]@65fc4690 2024-06-29 00:00:08,247 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishObject: CoreMessage[messageID=236, durable=true, userID=8bda0bb0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1547094738, transaction: TransactionImpl [xid=null, txID=720, xid=null, state=COMMITTED, createTime=1719619208245(Sat Jun 29 00:00:08 UTC 2024), timeoutSeconds=-1, nr operations = 0]@6868e8ff 2024-06-29 00:00:08,248 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 3 subscriber jobs: [JobFutureTask@27d251[job=Receiving JMS message [dest=Destination@d948da1a[name=test/mom/testPublishObject, type=QUEUE, resolveMethod=DEFINE, properties={}]], state=DONE], JobFutureTask@7502158b[job=Receiving JMS message [dest=Destination@d948da1a[name=test/mom/testPublishObject, type=QUEUE, resolveMethod=DEFINE, properties={}]], state=WAITING_FOR_BLOCKING_CONDITION], JobFutureTask@6b67eded[job=Receiving JMS message [dest=Destination@d948da1a[name=test/mom/testPublishObject, type=QUEUE, resolveMethod=DEFINE, properties={}]], state=DONE]] 2024-06-29 00:00:08,248 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.004268 ms 2024-06-29 00:00:08,248 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-29 00:00:08,248 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-29 00:00:08,249 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8bd8ac12-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-29 00:00:08,249 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-29 00:00:08,300 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 429.537301 ms 2024-06-29 00:00:08,300 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-29 00:00:08,301 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-29 00:00:08,301 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-29 00:00:08,301 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1321256743'. 2024-06-29 00:00:08,302 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-29 00:00:08,303 INFO [scout-thread-14] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8c1a7032-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created - MDC[jobName=JMS subscriber, activemq.broker=mom155] 2024-06-29 00:00:08,303 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c1a7035-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@52d53b01, true, {}] 2024-06-29 00:00:08,304 INFO [scout-thread-14] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@7a9def16 - MDC[jobName=JMS subscriber, activemq.broker=mom155] 2024-06-29 00:00:08,304 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c1a9746-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@d7c2c21, true, {}] 2024-06-29 00:00:08,304 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.resource.createQueue(AuditLogger_impl.java:555) - AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=test/mom/testPublishObject2, address=test/mom/testPublishObject2, routingType=ANYCAST, filterString=null, durable=true, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=false, autoCreateAddress=null, internal=null, transient=null, autoCreated=true, fqqn=null]] 2024-06-29 00:00:08,305 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@5de7fb03 2024-06-29 00:00:08,305 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.getMBeanInfo(AuditLogger_impl.java:187) - AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@44212006 2024-06-29 00:00:08,305 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishObject2, null, 0, false, true, null] 2024-06-29 00:00:08,306 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c1ae568-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@480722e3, true, {}] 2024-06-29 00:00:08,306 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=740, durable=true, userID=8c1ae56a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2034909013, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,307 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[740]:RELIABLE:CoreMessage[messageID=740, durable=true, userID=8c1ae56a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2034909013 2024-06-29 00:00:08,307 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c1b0c7b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2c86c799, true, {}] 2024-06-29 00:00:08,307 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishObject2: CoreMessage[messageID=740, durable=true, userID=8c1ae56a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2034909013 to transaction: TransactionImpl [xid=null, txID=743, xid=null, state=ACTIVE, createTime=1719619208307(Sat Jun 29 00:00:08 UTC 2024), timeoutSeconds=-1, nr operations = 1]@7e853e2a 2024-06-29 00:00:08,307 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=746, durable=true, userID=8c1b0c7d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1550335226, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,310 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishObject2: CoreMessage[messageID=740, durable=true, userID=8c1ae56a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2034909013, transaction: TransactionImpl [xid=null, txID=743, xid=null, state=COMMITTED, createTime=1719619208307(Sat Jun 29 00:00:08 UTC 2024), timeoutSeconds=-1, nr operations = 0]@7e853e2a 2024-06-29 00:00:08,310 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[746]:RELIABLE:CoreMessage[messageID=746, durable=true, userID=8c1b0c7d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1550335226 2024-06-29 00:00:08,310 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishObject2: CoreMessage[messageID=746, durable=true, userID=8c1b0c7d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1550335226 to transaction: TransactionImpl [xid=null, txID=748, xid=null, state=ACTIVE, createTime=1719619208310(Sat Jun 29 00:00:08 UTC 2024), timeoutSeconds=-1, nr operations = 1]@7844751 2024-06-29 00:00:08,311 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c1ba8be-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7af22450, true, {}] 2024-06-29 00:00:08,311 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=752, durable=true, userID=8c1ba8c0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@776768385, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,314 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishObject2: CoreMessage[messageID=746, durable=true, userID=8c1b0c7d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1550335226, transaction: TransactionImpl [xid=null, txID=748, xid=null, state=COMMITTED, createTime=1719619208310(Sat Jun 29 00:00:08 UTC 2024), timeoutSeconds=-1, nr operations = 0]@7844751 2024-06-29 00:00:08,314 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[752]:RELIABLE:CoreMessage[messageID=752, durable=true, userID=8c1ba8c0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@776768385 2024-06-29 00:00:08,314 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishObject2: CoreMessage[messageID=752, durable=true, userID=8c1ba8c0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@776768385 to transaction: TransactionImpl [xid=null, txID=755, xid=null, state=ACTIVE, createTime=1719619208314(Sat Jun 29 00:00:08 UTC 2024), timeoutSeconds=-1, nr operations = 1]@3c61342c 2024-06-29 00:00:08,314 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c1c1df1-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1b513d2e, true, {}] 2024-06-29 00:00:08,315 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=758, durable=true, userID=8c1c1df3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1844644995, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,317 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishObject2: CoreMessage[messageID=752, durable=true, userID=8c1ba8c0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@776768385, transaction: TransactionImpl [xid=null, txID=755, xid=null, state=COMMITTED, createTime=1719619208314(Sat Jun 29 00:00:08 UTC 2024), timeoutSeconds=-1, nr operations = 0]@3c61342c 2024-06-29 00:00:08,317 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[758]:RELIABLE:CoreMessage[messageID=758, durable=true, userID=8c1c1df3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1844644995 2024-06-29 00:00:08,317 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishObject2: CoreMessage[messageID=758, durable=true, userID=8c1c1df3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1844644995 to transaction: TransactionImpl [xid=null, txID=761, xid=null, state=ACTIVE, createTime=1719619208317(Sat Jun 29 00:00:08 UTC 2024), timeoutSeconds=-1, nr operations = 1]@3087498 2024-06-29 00:00:08,317 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c1c9324-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4286d9c5, true, {}] 2024-06-29 00:00:08,318 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=764, durable=true, userID=8c1cba36-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@577768954, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,320 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishObject2: CoreMessage[messageID=758, durable=true, userID=8c1c1df3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1844644995, transaction: TransactionImpl [xid=null, txID=761, xid=null, state=COMMITTED, createTime=1719619208317(Sat Jun 29 00:00:08 UTC 2024), timeoutSeconds=-1, nr operations = 0]@3087498 2024-06-29 00:00:08,320 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[764]:RELIABLE:CoreMessage[messageID=764, durable=true, userID=8c1cba36-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@577768954 2024-06-29 00:00:08,321 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishObject2: CoreMessage[messageID=764, durable=true, userID=8c1cba36-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@577768954 to transaction: TransactionImpl [xid=null, txID=767, xid=null, state=ACTIVE, createTime=1719619208321(Sat Jun 29 00:00:08 UTC 2024), timeoutSeconds=-1, nr operations = 1]@3c2a6bd9 2024-06-29 00:00:08,321 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c1d2f67-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5730fc8, true, {}] 2024-06-29 00:00:08,321 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=770, durable=true, userID=8c1d2f69-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1930361475, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,324 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishObject2: CoreMessage[messageID=764, durable=true, userID=8c1cba36-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@577768954, transaction: TransactionImpl [xid=null, txID=767, xid=null, state=COMMITTED, createTime=1719619208321(Sat Jun 29 00:00:08 UTC 2024), timeoutSeconds=-1, nr operations = 0]@3c2a6bd9 2024-06-29 00:00:08,324 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[770]:RELIABLE:CoreMessage[messageID=770, durable=true, userID=8c1d2f69-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1930361475 2024-06-29 00:00:08,324 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishObject2: CoreMessage[messageID=770, durable=true, userID=8c1d2f69-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1930361475 to transaction: TransactionImpl [xid=null, txID=773, xid=null, state=ACTIVE, createTime=1719619208324(Sat Jun 29 00:00:08 UTC 2024), timeoutSeconds=-1, nr operations = 1]@30a86f65 2024-06-29 00:00:08,324 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c1da49a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3f627aa2, true, {}] 2024-06-29 00:00:08,325 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=776, durable=true, userID=8c1dcbac-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1444251004, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,327 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishObject2: CoreMessage[messageID=770, durable=true, userID=8c1d2f69-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1930361475, transaction: TransactionImpl [xid=null, txID=773, xid=null, state=COMMITTED, createTime=1719619208324(Sat Jun 29 00:00:08 UTC 2024), timeoutSeconds=-1, nr operations = 0]@30a86f65 2024-06-29 00:00:08,327 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[776]:RELIABLE:CoreMessage[messageID=776, durable=true, userID=8c1dcbac-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1444251004 2024-06-29 00:00:08,328 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c1e40dd-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@13611c4f, true, {}] 2024-06-29 00:00:08,328 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=781, durable=true, userID=8c1e40df-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1527975300, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,331 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[781]:RELIABLE:CoreMessage[messageID=781, durable=true, userID=8c1e40df-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1527975300 2024-06-29 00:00:08,331 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c1eb610-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3906b600, true, {}] 2024-06-29 00:00:08,331 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=786, durable=true, userID=8c1eb612-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1020325346, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,334 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[786]:RELIABLE:CoreMessage[messageID=786, durable=true, userID=8c1eb612-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1020325346 2024-06-29 00:00:08,334 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c1f2b43-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@9a57e00, true, {}] 2024-06-29 00:00:08,335 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=791, durable=true, userID=8c1f5255-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1770492762, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,337 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[791]:RELIABLE:CoreMessage[messageID=791, durable=true, userID=8c1f5255-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1770492762 2024-06-29 00:00:08,338 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c1fc786-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7bad6b09, true, {}] 2024-06-29 00:00:08,338 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=796, durable=true, userID=8c1fc788-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1424586362, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,341 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[796]:RELIABLE:CoreMessage[messageID=796, durable=true, userID=8c1fc788-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1424586362 2024-06-29 00:00:08,341 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c203cb9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3ca76a3, true, {}] 2024-06-29 00:00:08,342 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=801, durable=true, userID=8c203cbb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@5927788, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,344 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[801]:RELIABLE:CoreMessage[messageID=801, durable=true, userID=8c203cbb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@5927788 2024-06-29 00:00:08,345 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c20d8fc-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2267a140, true, {}] 2024-06-29 00:00:08,345 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=806, durable=true, userID=8c20d8fe-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@624818363, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,348 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[806]:RELIABLE:CoreMessage[messageID=806, durable=true, userID=8c20d8fe-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@624818363 2024-06-29 00:00:08,348 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c214e2f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6601beb5, true, {}] 2024-06-29 00:00:08,348 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=811, durable=true, userID=8c214e31-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@581510794, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,351 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[811]:RELIABLE:CoreMessage[messageID=811, durable=true, userID=8c214e31-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@581510794 2024-06-29 00:00:08,351 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c21c362-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@338be937, true, {}] 2024-06-29 00:00:08,352 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=816, durable=true, userID=8c21ea74-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1688722424, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,354 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[816]:RELIABLE:CoreMessage[messageID=816, durable=true, userID=8c21ea74-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1688722424 2024-06-29 00:00:08,355 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c225fa5-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@31ef9975, true, {}] 2024-06-29 00:00:08,355 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=821, durable=true, userID=8c225fa7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@83913281, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,358 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[821]:RELIABLE:CoreMessage[messageID=821, durable=true, userID=8c225fa7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@83913281 2024-06-29 00:00:08,358 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c22d4d8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3e0438fe, true, {}] 2024-06-29 00:00:08,359 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=826, durable=true, userID=8c22fbea-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1756154190, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,361 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[826]:RELIABLE:CoreMessage[messageID=826, durable=true, userID=8c22fbea-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1756154190 2024-06-29 00:00:08,362 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c23711b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@77692887, true, {}] 2024-06-29 00:00:08,362 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=831, durable=true, userID=8c23711d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1006910937, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,365 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[831]:RELIABLE:CoreMessage[messageID=831, durable=true, userID=8c23711d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1006910937 2024-06-29 00:00:08,365 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c23e64e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6f96f826, true, {}] 2024-06-29 00:00:08,366 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=836, durable=true, userID=8c23e650-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@496759814, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,368 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[836]:RELIABLE:CoreMessage[messageID=836, durable=true, userID=8c23e650-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@496759814 2024-06-29 00:00:08,368 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c245b81-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@76841516, true, {}] 2024-06-29 00:00:08,369 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=841, durable=true, userID=8c248293-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1292995284, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,371 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[841]:RELIABLE:CoreMessage[messageID=841, durable=true, userID=8c248293-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1292995284 2024-06-29 00:00:08,372 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c24f7c4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@26e7788a, true, {}] 2024-06-29 00:00:08,373 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=846, durable=true, userID=8c24f7c6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1535218481, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,375 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[846]:RELIABLE:CoreMessage[messageID=846, durable=true, userID=8c24f7c6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1535218481 2024-06-29 00:00:08,375 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c256cf7-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@123eba2, true, {}] 2024-06-29 00:00:08,376 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=851, durable=true, userID=8c256cf9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1752242126, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,378 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[851]:RELIABLE:CoreMessage[messageID=851, durable=true, userID=8c256cf9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1752242126 2024-06-29 00:00:08,379 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c26093a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@66195537, true, {}] 2024-06-29 00:00:08,379 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=856, durable=true, userID=8c26093c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@498324917, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,382 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[856]:RELIABLE:CoreMessage[messageID=856, durable=true, userID=8c26093c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@498324917 2024-06-29 00:00:08,382 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c267e6d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@c4c92f, true, {}] 2024-06-29 00:00:08,383 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=861, durable=true, userID=8c26a57f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1659931313, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,385 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[861]:RELIABLE:CoreMessage[messageID=861, durable=true, userID=8c26a57f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1659931313 2024-06-29 00:00:08,385 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c26f3a0-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5f1af802, true, {}] 2024-06-29 00:00:08,386 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=866, durable=true, userID=8c271ab2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1073278832, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,388 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[866]:RELIABLE:CoreMessage[messageID=866, durable=true, userID=8c271ab2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1073278832 2024-06-29 00:00:08,389 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c278fe3-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6837fba5, true, {}] 2024-06-29 00:00:08,389 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=871, durable=true, userID=8c278fe5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1259968044, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,392 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[871]:RELIABLE:CoreMessage[messageID=871, durable=true, userID=8c278fe5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1259968044 2024-06-29 00:00:08,392 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c280516-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7ad39014, true, {}] 2024-06-29 00:00:08,393 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=876, durable=true, userID=8c282c28-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1323768778, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,395 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[876]:RELIABLE:CoreMessage[messageID=876, durable=true, userID=8c282c28-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1323768778 2024-06-29 00:00:08,396 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c28a159-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2e48aabf, true, {}] 2024-06-29 00:00:08,396 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=881, durable=true, userID=8c28a15b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@163049844, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,399 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[881]:RELIABLE:CoreMessage[messageID=881, durable=true, userID=8c28a15b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@163049844 2024-06-29 00:00:08,399 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c29168c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@a2a838a, true, {}] 2024-06-29 00:00:08,400 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=886, durable=true, userID=8c293d9e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1680127692, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,402 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[886]:RELIABLE:CoreMessage[messageID=886, durable=true, userID=8c293d9e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1680127692 2024-06-29 00:00:08,403 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c298bbf-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7bf8a17e, true, {}] 2024-06-29 00:00:08,403 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=891, durable=true, userID=8c29b2d1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1844490012, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,406 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[891]:RELIABLE:CoreMessage[messageID=891, durable=true, userID=8c29b2d1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1844490012 2024-06-29 00:00:08,406 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c2a2802-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@150b5ebd, true, {}] 2024-06-29 00:00:08,407 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=896, durable=true, userID=8c2a4f14-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1996924355, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,409 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[896]:RELIABLE:CoreMessage[messageID=896, durable=true, userID=8c2a4f14-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1996924355 2024-06-29 00:00:08,410 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c2a9d35-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@70a9e5f9, true, {}] 2024-06-29 00:00:08,410 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=901, durable=true, userID=8c2ac447-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1404855729, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,412 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[901]:RELIABLE:CoreMessage[messageID=901, durable=true, userID=8c2ac447-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1404855729 2024-06-29 00:00:08,413 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c2b3978-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@19ee4313, true, {}] 2024-06-29 00:00:08,413 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=906, durable=true, userID=8c2b397a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@780064902, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,416 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[906]:RELIABLE:CoreMessage[messageID=906, durable=true, userID=8c2b397a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@780064902 2024-06-29 00:00:08,416 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c2baeab-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1874b06c, true, {}] 2024-06-29 00:00:08,417 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=911, durable=true, userID=8c2bd5bd-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1771043618, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,419 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[911]:RELIABLE:CoreMessage[messageID=911, durable=true, userID=8c2bd5bd-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1771043618 2024-06-29 00:00:08,420 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c2c4aee-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2b65636d, true, {}] 2024-06-29 00:00:08,420 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=916, durable=true, userID=8c2c4af0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@255006325, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,423 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[916]:RELIABLE:CoreMessage[messageID=916, durable=true, userID=8c2c4af0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@255006325 2024-06-29 00:00:08,423 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c2cc021-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@67d3c0c0, true, {}] 2024-06-29 00:00:08,424 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=921, durable=true, userID=8c2ce733-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@158775289, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,426 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[921]:RELIABLE:CoreMessage[messageID=921, durable=true, userID=8c2ce733-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@158775289 2024-06-29 00:00:08,427 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c2d3554-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7fb9c456, true, {}] 2024-06-29 00:00:08,427 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=926, durable=true, userID=8c2d5c66-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1718664460, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,429 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[926]:RELIABLE:CoreMessage[messageID=926, durable=true, userID=8c2d5c66-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1718664460 2024-06-29 00:00:08,430 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c2dd197-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@769785c4, true, {}] 2024-06-29 00:00:08,430 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=931, durable=true, userID=8c2dd199-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@833312235, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,433 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[931]:RELIABLE:CoreMessage[messageID=931, durable=true, userID=8c2dd199-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@833312235 2024-06-29 00:00:08,433 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c2e46ca-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@ddef558, true, {}] 2024-06-29 00:00:08,434 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=936, durable=true, userID=8c2e6ddc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1502488930, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,436 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[936]:RELIABLE:CoreMessage[messageID=936, durable=true, userID=8c2e6ddc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1502488930 2024-06-29 00:00:08,437 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c2ee30d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4e190c98, true, {}] 2024-06-29 00:00:08,437 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=941, durable=true, userID=8c2ee30f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1733204895, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,440 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[941]:RELIABLE:CoreMessage[messageID=941, durable=true, userID=8c2ee30f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1733204895 2024-06-29 00:00:08,440 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c2f5840-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3f2cd518, true, {}] 2024-06-29 00:00:08,441 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=946, durable=true, userID=8c2f5842-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@197806464, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,443 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[946]:RELIABLE:CoreMessage[messageID=946, durable=true, userID=8c2f5842-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@197806464 2024-06-29 00:00:08,444 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c2ff483-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@23a7a4a2, true, {}] 2024-06-29 00:00:08,444 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=951, durable=true, userID=8c2ff485-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@765894127, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,447 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[951]:RELIABLE:CoreMessage[messageID=951, durable=true, userID=8c2ff485-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@765894127 2024-06-29 00:00:08,447 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c3069b6-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4e5ddd8a, true, {}] 2024-06-29 00:00:08,448 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=956, durable=true, userID=8c3069b8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1882516553, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,450 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[956]:RELIABLE:CoreMessage[messageID=956, durable=true, userID=8c3069b8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1882516553 2024-06-29 00:00:08,451 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c3105f9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@70ca9729, true, {}] 2024-06-29 00:00:08,451 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=961, durable=true, userID=8c3105fb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@314180152, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,453 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[961]:RELIABLE:CoreMessage[messageID=961, durable=true, userID=8c3105fb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@314180152 2024-06-29 00:00:08,454 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c317b2c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@266fc6b8, true, {}] 2024-06-29 00:00:08,455 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=966, durable=true, userID=8c317b2e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@980712122, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,457 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[966]:RELIABLE:CoreMessage[messageID=966, durable=true, userID=8c317b2e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@980712122 2024-06-29 00:00:08,457 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c31f05f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@632bb23d, true, {}] 2024-06-29 00:00:08,458 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=971, durable=true, userID=8c321771-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1281012269, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,460 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[971]:RELIABLE:CoreMessage[messageID=971, durable=true, userID=8c321771-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1281012269 2024-06-29 00:00:08,461 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c328ca2-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@550a07ac, true, {}] 2024-06-29 00:00:08,462 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=976, durable=true, userID=8c328ca4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1425081847, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,464 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[976]:RELIABLE:CoreMessage[messageID=976, durable=true, userID=8c328ca4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1425081847 2024-06-29 00:00:08,464 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c3301d5-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3f1e068f, true, {}] 2024-06-29 00:00:08,465 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=981, durable=true, userID=8c3328e7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@941807227, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,467 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[981]:RELIABLE:CoreMessage[messageID=981, durable=true, userID=8c3328e7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@941807227 2024-06-29 00:00:08,468 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c339e18-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@211ada6f, true, {}] 2024-06-29 00:00:08,468 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=986, durable=true, userID=8c339e1a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@251923405, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,471 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[986]:RELIABLE:CoreMessage[messageID=986, durable=true, userID=8c339e1a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@251923405 2024-06-29 00:00:08,471 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c34134b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@a315562, true, {}] 2024-06-29 00:00:08,472 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=991, durable=true, userID=8c343a5d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1504108897, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,474 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[991]:RELIABLE:CoreMessage[messageID=991, durable=true, userID=8c343a5d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1504108897 2024-06-29 00:00:08,475 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c34887e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5a4991f, true, {}] 2024-06-29 00:00:08,475 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=996, durable=true, userID=8c34af90-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1579855982, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,477 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[996]:RELIABLE:CoreMessage[messageID=996, durable=true, userID=8c34af90-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1579855982 2024-06-29 00:00:08,478 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c3524c1-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7868841, true, {}] 2024-06-29 00:00:08,479 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1001, durable=true, userID=8c3524c3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2021217984, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,481 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1001]:RELIABLE:CoreMessage[messageID=1001, durable=true, userID=8c3524c3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2021217984 2024-06-29 00:00:08,481 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c3599f4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@578c7061, true, {}] 2024-06-29 00:00:08,482 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1006, durable=true, userID=8c35c106-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1823716393, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,484 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1006]:RELIABLE:CoreMessage[messageID=1006, durable=true, userID=8c35c106-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1823716393 2024-06-29 00:00:08,485 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c363637-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@59ca9803, true, {}] 2024-06-29 00:00:08,486 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1011, durable=true, userID=8c363639-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@219581531, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,488 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1011]:RELIABLE:CoreMessage[messageID=1011, durable=true, userID=8c363639-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@219581531 2024-06-29 00:00:08,488 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c36ab6a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6355d971, true, {}] 2024-06-29 00:00:08,489 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1016, durable=true, userID=8c36d27c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1888822494, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,491 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1016]:RELIABLE:CoreMessage[messageID=1016, durable=true, userID=8c36d27c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1888822494 2024-06-29 00:00:08,492 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c37209d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@72b4101, true, {}] 2024-06-29 00:00:08,492 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1021, durable=true, userID=8c3747af-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1188101538, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,494 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1021]:RELIABLE:CoreMessage[messageID=1021, durable=true, userID=8c3747af-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1188101538 2024-06-29 00:00:08,495 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c37bce0-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@11511795, true, {}] 2024-06-29 00:00:08,495 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1026, durable=true, userID=8c37bce2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@116876897, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,498 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1026]:RELIABLE:CoreMessage[messageID=1026, durable=true, userID=8c37bce2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@116876897 2024-06-29 00:00:08,498 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c383213-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3fba46b0, true, {}] 2024-06-29 00:00:08,499 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1031, durable=true, userID=8c385925-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1820230869, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,501 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1031]:RELIABLE:CoreMessage[messageID=1031, durable=true, userID=8c385925-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1820230869 2024-06-29 00:00:08,502 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c38ce56-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5e8300cc, true, {}] 2024-06-29 00:00:08,502 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1036, durable=true, userID=8c38ce58-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1174292047, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,505 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1036]:RELIABLE:CoreMessage[messageID=1036, durable=true, userID=8c38ce58-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1174292047 2024-06-29 00:00:08,505 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c394389-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@349db025, true, {}] 2024-06-29 00:00:08,506 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1041, durable=true, userID=8c396a9b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1991687087, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,508 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1041]:RELIABLE:CoreMessage[messageID=1041, durable=true, userID=8c396a9b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1991687087 2024-06-29 00:00:08,509 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c39dfcc-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4bcf1f76, true, {}] 2024-06-29 00:00:08,509 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1046, durable=true, userID=8c39dfce-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1644702754, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,512 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1046]:RELIABLE:CoreMessage[messageID=1046, durable=true, userID=8c39dfce-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1644702754 2024-06-29 00:00:08,512 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c3a54ff-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3b625769, true, {}] 2024-06-29 00:00:08,513 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1051, durable=true, userID=8c3a5501-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1697161127, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,515 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1051]:RELIABLE:CoreMessage[messageID=1051, durable=true, userID=8c3a5501-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1697161127 2024-06-29 00:00:08,515 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c3ac932-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2454534d, true, {}] 2024-06-29 00:00:08,516 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1056, durable=true, userID=8c3af044-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@928623424, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,519 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1056]:RELIABLE:CoreMessage[messageID=1056, durable=true, userID=8c3af044-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@928623424 2024-06-29 00:00:08,519 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c3b6575-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@42ef96a, true, {}] 2024-06-29 00:00:08,520 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1061, durable=true, userID=8c3b6577-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2120835181, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,522 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1061]:RELIABLE:CoreMessage[messageID=1061, durable=true, userID=8c3b6577-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2120835181 2024-06-29 00:00:08,523 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c3bdaa8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@49928dd1, true, {}] 2024-06-29 00:00:08,523 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1066, durable=true, userID=8c3c01ba-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1573439911, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,525 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1066]:RELIABLE:CoreMessage[messageID=1066, durable=true, userID=8c3c01ba-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1573439911 2024-06-29 00:00:08,526 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c3c76eb-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7e028700, true, {}] 2024-06-29 00:00:08,526 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1071, durable=true, userID=8c3c76ed-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@140597240, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,529 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1071]:RELIABLE:CoreMessage[messageID=1071, durable=true, userID=8c3c76ed-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@140597240 2024-06-29 00:00:08,529 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c3cec1e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1021220d, true, {}] 2024-06-29 00:00:08,530 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1076, durable=true, userID=8c3d1330-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@328408932, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,532 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1076]:RELIABLE:CoreMessage[messageID=1076, durable=true, userID=8c3d1330-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@328408932 2024-06-29 00:00:08,533 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c3d8861-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@69eab5fd, true, {}] 2024-06-29 00:00:08,533 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1081, durable=true, userID=8c3d8863-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@411658109, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,536 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1081]:RELIABLE:CoreMessage[messageID=1081, durable=true, userID=8c3d8863-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@411658109 2024-06-29 00:00:08,536 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c3dfd94-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5b21dc00, true, {}] 2024-06-29 00:00:08,537 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1086, durable=true, userID=8c3e24a6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1354487895, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,539 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1086]:RELIABLE:CoreMessage[messageID=1086, durable=true, userID=8c3e24a6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1354487895 2024-06-29 00:00:08,540 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c3e99d7-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4ba5b616, true, {}] 2024-06-29 00:00:08,540 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1091, durable=true, userID=8c3e99d9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2017754613, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,543 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1091]:RELIABLE:CoreMessage[messageID=1091, durable=true, userID=8c3e99d9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2017754613 2024-06-29 00:00:08,543 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c3f0f0a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4d9b0098, true, {}] 2024-06-29 00:00:08,544 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1096, durable=true, userID=8c3f361c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1038921713, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,546 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1096]:RELIABLE:CoreMessage[messageID=1096, durable=true, userID=8c3f361c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1038921713 2024-06-29 00:00:08,547 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c3fab4d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1c98ca4c, true, {}] 2024-06-29 00:00:08,548 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1101, durable=true, userID=8c3fab4f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@607912023, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,550 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1101]:RELIABLE:CoreMessage[messageID=1101, durable=true, userID=8c3fab4f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@607912023 2024-06-29 00:00:08,550 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c402080-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@775d2922, true, {}] 2024-06-29 00:00:08,551 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1106, durable=true, userID=8c402082-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1995101058, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,553 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1106]:RELIABLE:CoreMessage[messageID=1106, durable=true, userID=8c402082-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1995101058 2024-06-29 00:00:08,553 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c4095b3-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7d098a04, true, {}] 2024-06-29 00:00:08,554 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1111, durable=true, userID=8c40bcc5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@944195398, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,556 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1111]:RELIABLE:CoreMessage[messageID=1111, durable=true, userID=8c40bcc5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@944195398 2024-06-29 00:00:08,557 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c4131f6-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@63373e6e, true, {}] 2024-06-29 00:00:08,557 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1116, durable=true, userID=8c4131f8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1689747347, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,560 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1116]:RELIABLE:CoreMessage[messageID=1116, durable=true, userID=8c4131f8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1689747347 2024-06-29 00:00:08,560 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c41a729-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6ac07a32, true, {}] 2024-06-29 00:00:08,561 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1121, durable=true, userID=8c41ce3b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@669175155, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,563 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1121]:RELIABLE:CoreMessage[messageID=1121, durable=true, userID=8c41ce3b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@669175155 2024-06-29 00:00:08,564 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c42436c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7fa97d59, true, {}] 2024-06-29 00:00:08,564 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1126, durable=true, userID=8c42436e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2026920277, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,567 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1126]:RELIABLE:CoreMessage[messageID=1126, durable=true, userID=8c42436e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2026920277 2024-06-29 00:00:08,567 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c42b89f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3caac0a0, true, {}] 2024-06-29 00:00:08,568 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1131, durable=true, userID=8c42b8a1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2140357416, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,570 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1131]:RELIABLE:CoreMessage[messageID=1131, durable=true, userID=8c42b8a1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2140357416 2024-06-29 00:00:08,571 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c432dd2-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7d4f15b5, true, {}] 2024-06-29 00:00:08,571 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1136, durable=true, userID=8c4354e4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1011983812, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,573 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1136]:RELIABLE:CoreMessage[messageID=1136, durable=true, userID=8c4354e4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1011983812 2024-06-29 00:00:08,574 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c43ca15-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1c07170f, true, {}] 2024-06-29 00:00:08,575 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1141, durable=true, userID=8c43ca17-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@98086179, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,577 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1141]:RELIABLE:CoreMessage[messageID=1141, durable=true, userID=8c43ca17-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@98086179 2024-06-29 00:00:08,577 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c443f48-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5acc01ec, true, {}] 2024-06-29 00:00:08,578 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1146, durable=true, userID=8c44665a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1050134304, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,580 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1146]:RELIABLE:CoreMessage[messageID=1146, durable=true, userID=8c44665a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1050134304 2024-06-29 00:00:08,581 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c44db8b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@f2f0cd4, true, {}] 2024-06-29 00:00:08,581 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1151, durable=true, userID=8c44db8d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@826787424, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,584 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1151]:RELIABLE:CoreMessage[messageID=1151, durable=true, userID=8c44db8d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@826787424 2024-06-29 00:00:08,584 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c4550be-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3338da79, true, {}] 2024-06-29 00:00:08,585 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1156, durable=true, userID=8c4550c0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1230140909, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,587 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1156]:RELIABLE:CoreMessage[messageID=1156, durable=true, userID=8c4550c0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1230140909 2024-06-29 00:00:08,588 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c45c5f1-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@33329763, true, {}] 2024-06-29 00:00:08,588 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1161, durable=true, userID=8c45ed03-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@619237279, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,590 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1161]:RELIABLE:CoreMessage[messageID=1161, durable=true, userID=8c45ed03-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@619237279 2024-06-29 00:00:08,591 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c466234-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@41074229, true, {}] 2024-06-29 00:00:08,591 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1166, durable=true, userID=8c466236-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1756516156, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,594 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1166]:RELIABLE:CoreMessage[messageID=1166, durable=true, userID=8c466236-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1756516156 2024-06-29 00:00:08,594 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c46d767-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@597ca86b, true, {}] 2024-06-29 00:00:08,595 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1171, durable=true, userID=8c46fe79-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1453200830, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,597 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1171]:RELIABLE:CoreMessage[messageID=1171, durable=true, userID=8c46fe79-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1453200830 2024-06-29 00:00:08,598 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c4773aa-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5630668a, true, {}] 2024-06-29 00:00:08,598 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1176, durable=true, userID=8c4773ac-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2091097839, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,601 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1176]:RELIABLE:CoreMessage[messageID=1176, durable=true, userID=8c4773ac-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2091097839 2024-06-29 00:00:08,601 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c47e8dd-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2684618b, true, {}] 2024-06-29 00:00:08,602 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1181, durable=true, userID=8c47e8df-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@803423574, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,604 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1181]:RELIABLE:CoreMessage[messageID=1181, durable=true, userID=8c47e8df-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@803423574 2024-06-29 00:00:08,605 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c488520-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@55523439, true, {}] 2024-06-29 00:00:08,605 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1186, durable=true, userID=8c488522-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@458377599, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,608 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1186]:RELIABLE:CoreMessage[messageID=1186, durable=true, userID=8c488522-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@458377599 2024-06-29 00:00:08,608 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c48fa53-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@79a4e9bd, true, {}] 2024-06-29 00:00:08,609 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1191, durable=true, userID=8c492165-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1732780337, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,611 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1191]:RELIABLE:CoreMessage[messageID=1191, durable=true, userID=8c492165-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1732780337 2024-06-29 00:00:08,612 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c499696-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7fc8fd1, true, {}] 2024-06-29 00:00:08,612 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1196, durable=true, userID=8c499698-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1961652647, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,614 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1196]:RELIABLE:CoreMessage[messageID=1196, durable=true, userID=8c499698-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1961652647 2024-06-29 00:00:08,615 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c4a0bc9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7b17cd9c, true, {}] 2024-06-29 00:00:08,616 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1201, durable=true, userID=8c4a0bcb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1576278235, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,618 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1201]:RELIABLE:CoreMessage[messageID=1201, durable=true, userID=8c4a0bcb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1576278235 2024-06-29 00:00:08,618 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c4a80fc-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7be1d53e, true, {}] 2024-06-29 00:00:08,619 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1206, durable=true, userID=8c4aa80e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@607343573, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,621 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1206]:RELIABLE:CoreMessage[messageID=1206, durable=true, userID=8c4aa80e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@607343573 2024-06-29 00:00:08,622 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c4b1d3f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@644243c5, true, {}] 2024-06-29 00:00:08,622 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1211, durable=true, userID=8c4b1d41-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1579345036, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,625 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1211]:RELIABLE:CoreMessage[messageID=1211, durable=true, userID=8c4b1d41-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1579345036 2024-06-29 00:00:08,625 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c4b9272-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@381d87e1, true, {}] 2024-06-29 00:00:08,626 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1216, durable=true, userID=8c4bb984-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1187327983, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,628 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1216]:RELIABLE:CoreMessage[messageID=1216, durable=true, userID=8c4bb984-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1187327983 2024-06-29 00:00:08,629 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c4c2eb5-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4f559ff9, true, {}] 2024-06-29 00:00:08,629 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1221, durable=true, userID=8c4c2eb7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1343509182, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,632 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1221]:RELIABLE:CoreMessage[messageID=1221, durable=true, userID=8c4c2eb7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1343509182 2024-06-29 00:00:08,632 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c4ca3e8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@76f3a024, true, {}] 2024-06-29 00:00:08,633 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1226, durable=true, userID=8c4ca3ea-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2074252069, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,635 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1226]:RELIABLE:CoreMessage[messageID=1226, durable=true, userID=8c4ca3ea-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2074252069 2024-06-29 00:00:08,636 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c4d402b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6ed7e4a, true, {}] 2024-06-29 00:00:08,636 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1231, durable=true, userID=8c4d402d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1828713542, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,639 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1231]:RELIABLE:CoreMessage[messageID=1231, durable=true, userID=8c4d402d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1828713542 2024-06-29 00:00:08,639 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c4db55e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c1a7032-35aa-11ef-ab26-0a580a2845c5, clientID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c1a7032-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@25307bd1, true, {}] 2024-06-29 00:00:08,640 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1236, durable=true, userID=8c4db560-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1438981068, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:08,642 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1236]:RELIABLE:CoreMessage[messageID=1236, durable=true, userID=8c4db560-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1438981068 2024-06-29 00:00:08,642 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@1b60c196, org.eclipse.scout.rt.mom.jms.JmsSubscription@1c7aa676] 2024-06-29 00:00:08,643 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 4 subscriber jobs: [JobFutureTask@27d251[job=Receiving JMS message [dest=Destination@d948da1a[name=test/mom/testPublishObject, type=QUEUE, resolveMethod=DEFINE, properties={}]], state=DONE], JobFutureTask@7502158b[job=Receiving JMS message [dest=Destination@d948da1a[name=test/mom/testPublishObject, type=QUEUE, resolveMethod=DEFINE, properties={}]], state=DONE], JobFutureTask@6b67eded[job=Receiving JMS message [dest=Destination@d948da1a[name=test/mom/testPublishObject, type=QUEUE, resolveMethod=DEFINE, properties={}]], state=DONE], JobFutureTask@6011176f[job=JMS subscriber, state=RUNNING]] 2024-06-29 00:00:08,644 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.004074 ms 2024-06-29 00:00:08,644 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-29 00:00:08,644 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-29 00:00:08,644 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8c1a7032-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-29 00:00:08,645 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-29 00:00:08,645 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 343.938484 ms 2024-06-29 00:00:08,645 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-29 00:00:08,645 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-29 00:00:08,646 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-29 00:00:08,646 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 366407905'. 2024-06-29 00:00:08,647 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-29 00:00:08,647 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8c4eede2-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-29 00:00:08,648 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c4f14f5-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c4eede2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c4eede2-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5cb3ca93, true, {}] 2024-06-29 00:00:08,648 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c4f14f6-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c4eede2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c4eede2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4a10c0e3, true, {}] 2024-06-29 00:00:08,649 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishObjectU, null, 0, false, true, null] 2024-06-29 00:00:08,649 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8c4f3c07-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-29 00:00:08,649 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c4f3c0a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c4f3c07-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c4f3c07-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5a0e7210, true, {}] 2024-06-29 00:00:08,650 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@3d1ecf3b 2024-06-29 00:00:08,650 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c4f631b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c4f3c07-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c4f3c07-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@50afc76f, true, {}] 2024-06-29 00:00:08,650 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1255, durable=true, userID=8c4f631d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=713, properties=TypedProperties[__AMQ_CID=8c4f3c09-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@513565404, context: RoutingContextImpl(Address=test/mom/testPublishObjectU, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObjectU previousRoute:ANYCAST, reusable=true, version=-2147482887) .................................................. ***** durable queues test/mom/testPublishObjectU: - queueID=141 address:test/mom/testPublishObjectU name:test/mom/testPublishObjectU filter:null ***** non durable for test/mom/testPublishObjectU: .................................................. , transaction: null 2024-06-29 00:00:08,651 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObjectU: Reference[1255]:RELIABLE:CoreMessage[messageID=1255, durable=true, userID=8c4f631d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=713, properties=TypedProperties[__AMQ_CID=8c4f3c09-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@513565404 2024-06-29 00:00:08,651 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishObjectU: CoreMessage[messageID=1255, durable=true, userID=8c4f631d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=713, properties=TypedProperties[__AMQ_CID=8c4f3c09-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@513565404 to transaction: TransactionImpl [xid=null, txID=1258, xid=null, state=ACTIVE, createTime=1719619208651(Sat Jun 29 00:00:08 UTC 2024), timeoutSeconds=-1, nr operations = 1]@6c6f4213 2024-06-29 00:00:08,651 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c4f8a2e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c4f3c07-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c4f3c07-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@54aefb95, true, {}] 2024-06-29 00:00:08,652 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1261, durable=true, userID=8c4f8a30-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=713, properties=TypedProperties[__AMQ_CID=8c4f3c09-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@278881093, context: RoutingContextImpl(Address=test/mom/testPublishObjectU, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObjectU previousRoute:ANYCAST, reusable=true, version=-2147482887) .................................................. ***** durable queues test/mom/testPublishObjectU: - queueID=141 address:test/mom/testPublishObjectU name:test/mom/testPublishObjectU filter:null ***** non durable for test/mom/testPublishObjectU: .................................................. , transaction: null 2024-06-29 00:00:08,654 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishObjectU: CoreMessage[messageID=1255, durable=true, userID=8c4f631d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=713, properties=TypedProperties[__AMQ_CID=8c4f3c09-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@513565404, transaction: TransactionImpl [xid=null, txID=1258, xid=null, state=COMMITTED, createTime=1719619208651(Sat Jun 29 00:00:08 UTC 2024), timeoutSeconds=-1, nr operations = 0]@6c6f4213 2024-06-29 00:00:08,654 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObjectU: Reference[1261]:RELIABLE:CoreMessage[messageID=1261, durable=true, userID=8c4f8a30-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=713, properties=TypedProperties[__AMQ_CID=8c4f3c09-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@278881093 2024-06-29 00:00:08,655 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishObjectU: CoreMessage[messageID=1261, durable=true, userID=8c4f8a30-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=713, properties=TypedProperties[__AMQ_CID=8c4f3c09-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@278881093 to transaction: TransactionImpl [xid=null, txID=1264, xid=null, state=ACTIVE, createTime=1719619208655(Sat Jun 29 00:00:08 UTC 2024), timeoutSeconds=-1, nr operations = 1]@5828de10 2024-06-29 00:00:08,655 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c502671-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c4f3c07-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c4f3c07-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@42b3399a, true, {}] 2024-06-29 00:00:08,656 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1267, durable=true, userID=8c502673-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=713, properties=TypedProperties[__AMQ_CID=8c4f3c09-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@125189434, context: RoutingContextImpl(Address=test/mom/testPublishObjectU, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObjectU previousRoute:ANYCAST, reusable=true, version=-2147482887) .................................................. ***** durable queues test/mom/testPublishObjectU: - queueID=141 address:test/mom/testPublishObjectU name:test/mom/testPublishObjectU filter:null ***** non durable for test/mom/testPublishObjectU: .................................................. , transaction: null 2024-06-29 00:00:08,658 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObjectU: Reference[1267]:RELIABLE:CoreMessage[messageID=1267, durable=true, userID=8c502673-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=713, properties=TypedProperties[__AMQ_CID=8c4f3c09-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@125189434 2024-06-29 00:00:08,658 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishObjectU: CoreMessage[messageID=1261, durable=true, userID=8c4f8a30-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=713, properties=TypedProperties[__AMQ_CID=8c4f3c09-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@278881093, transaction: TransactionImpl [xid=null, txID=1264, xid=null, state=COMMITTED, createTime=1719619208655(Sat Jun 29 00:00:08 UTC 2024), timeoutSeconds=-1, nr operations = 0]@5828de10 2024-06-29 00:00:08,658 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishObjectU: CoreMessage[messageID=1267, durable=true, userID=8c502673-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=713, properties=TypedProperties[__AMQ_CID=8c4f3c09-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@125189434 to transaction: TransactionImpl [xid=null, txID=1270, xid=null, state=ACTIVE, createTime=1719619208658(Sat Jun 29 00:00:08 UTC 2024), timeoutSeconds=-1, nr operations = 1]@409f319a 2024-06-29 00:00:08,658 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c509ba4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c4f3c07-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c4f3c07-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2b97fafa, true, {}] 2024-06-29 00:00:08,659 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1273, durable=true, userID=8c509ba6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=713, properties=TypedProperties[__AMQ_CID=8c4f3c09-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@62500275, context: RoutingContextImpl(Address=test/mom/testPublishObjectU, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObjectU previousRoute:ANYCAST, reusable=true, version=-2147482887) .................................................. ***** durable queues test/mom/testPublishObjectU: - queueID=141 address:test/mom/testPublishObjectU name:test/mom/testPublishObjectU filter:null ***** non durable for test/mom/testPublishObjectU: .................................................. , transaction: null 2024-06-29 00:00:08,661 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObjectU: Reference[1273]:RELIABLE:CoreMessage[messageID=1273, durable=true, userID=8c509ba6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=713, properties=TypedProperties[__AMQ_CID=8c4f3c09-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@62500275 2024-06-29 00:00:08,661 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishObjectU: CoreMessage[messageID=1267, durable=true, userID=8c502673-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=713, properties=TypedProperties[__AMQ_CID=8c4f3c09-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@125189434, transaction: TransactionImpl [xid=null, txID=1270, xid=null, state=COMMITTED, createTime=1719619208658(Sat Jun 29 00:00:08 UTC 2024), timeoutSeconds=-1, nr operations = 0]@409f319a 2024-06-29 00:00:08,661 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishObjectU: CoreMessage[messageID=1273, durable=true, userID=8c509ba6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=713, properties=TypedProperties[__AMQ_CID=8c4f3c09-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@62500275 to transaction: TransactionImpl [xid=null, txID=1276, xid=null, state=ACTIVE, createTime=1719619208661(Sat Jun 29 00:00:08 UTC 2024), timeoutSeconds=-1, nr operations = 1]@2a9a6b1 2024-06-29 00:00:08,662 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c5110d7-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c4f3c07-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c4f3c07-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@129e362f, true, {}] 2024-06-29 00:00:08,662 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1279, durable=true, userID=8c5137e9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=713, properties=TypedProperties[__AMQ_CID=8c4f3c09-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1616250464, context: RoutingContextImpl(Address=test/mom/testPublishObjectU, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObjectU previousRoute:ANYCAST, reusable=true, version=-2147482887) .................................................. ***** durable queues test/mom/testPublishObjectU: - queueID=141 address:test/mom/testPublishObjectU name:test/mom/testPublishObjectU filter:null ***** non durable for test/mom/testPublishObjectU: .................................................. , transaction: null 2024-06-29 00:00:08,664 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishObjectU: CoreMessage[messageID=1273, durable=true, userID=8c509ba6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=713, properties=TypedProperties[__AMQ_CID=8c4f3c09-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@62500275, transaction: TransactionImpl [xid=null, txID=1276, xid=null, state=COMMITTED, createTime=1719619208661(Sat Jun 29 00:00:08 UTC 2024), timeoutSeconds=-1, nr operations = 0]@2a9a6b1 2024-06-29 00:00:08,664 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObjectU: Reference[1279]:RELIABLE:CoreMessage[messageID=1279, durable=true, userID=8c5137e9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=713, properties=TypedProperties[__AMQ_CID=8c4f3c09-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1616250464 2024-06-29 00:00:08,665 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishObjectU: CoreMessage[messageID=1279, durable=true, userID=8c5137e9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=713, properties=TypedProperties[__AMQ_CID=8c4f3c09-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1616250464 to transaction: TransactionImpl [xid=null, txID=1282, xid=null, state=ACTIVE, createTime=1719619208665(Sat Jun 29 00:00:08 UTC 2024), timeoutSeconds=-1, nr operations = 1]@3df9493e 2024-06-29 00:00:08,665 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c51ad1a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c4f3c07-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c4f3c07-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3fd9ec9, true, {}] 2024-06-29 00:00:08,665 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1285, durable=true, userID=8c51ad1c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=713, properties=TypedProperties[__AMQ_CID=8c4f3c09-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2127476122, context: RoutingContextImpl(Address=test/mom/testPublishObjectU, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObjectU previousRoute:ANYCAST, reusable=true, version=-2147482887) .................................................. ***** durable queues test/mom/testPublishObjectU: - queueID=141 address:test/mom/testPublishObjectU name:test/mom/testPublishObjectU filter:null ***** non durable for test/mom/testPublishObjectU: .................................................. , transaction: null 2024-06-29 00:00:08,668 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObjectU: Reference[1285]:RELIABLE:CoreMessage[messageID=1285, durable=true, userID=8c51ad1c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=713, properties=TypedProperties[__AMQ_CID=8c4f3c09-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2127476122 2024-06-29 00:00:08,668 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishObjectU: CoreMessage[messageID=1279, durable=true, userID=8c5137e9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=713, properties=TypedProperties[__AMQ_CID=8c4f3c09-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1616250464, transaction: TransactionImpl [xid=null, txID=1282, xid=null, state=COMMITTED, createTime=1719619208665(Sat Jun 29 00:00:08 UTC 2024), timeoutSeconds=-1, nr operations = 0]@3df9493e 2024-06-29 00:00:08,668 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishObjectU: CoreMessage[messageID=1285, durable=true, userID=8c51ad1c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=713, properties=TypedProperties[__AMQ_CID=8c4f3c09-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2127476122 to transaction: TransactionImpl [xid=null, txID=1288, xid=null, state=ACTIVE, createTime=1719619208668(Sat Jun 29 00:00:08 UTC 2024), timeoutSeconds=-1, nr operations = 1]@61a86d4c 2024-06-29 00:00:08,668 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c52224d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c4f3c07-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c4f3c07-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7e909c24, true, {}] 2024-06-29 00:00:08,669 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1291, durable=true, userID=8c52495f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=713, properties=TypedProperties[__AMQ_CID=8c4f3c09-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@657575937, context: RoutingContextImpl(Address=test/mom/testPublishObjectU, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObjectU previousRoute:ANYCAST, reusable=true, version=-2147482887) .................................................. ***** durable queues test/mom/testPublishObjectU: - queueID=141 address:test/mom/testPublishObjectU name:test/mom/testPublishObjectU filter:null ***** non durable for test/mom/testPublishObjectU: .................................................. , transaction: null 2024-06-29 00:00:08,671 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishObjectU: CoreMessage[messageID=1285, durable=true, userID=8c51ad1c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=713, properties=TypedProperties[__AMQ_CID=8c4f3c09-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2127476122, transaction: TransactionImpl [xid=null, txID=1288, xid=null, state=COMMITTED, createTime=1719619208668(Sat Jun 29 00:00:08 UTC 2024), timeoutSeconds=-1, nr operations = 0]@61a86d4c 2024-06-29 00:00:08,671 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObjectU: Reference[1291]:RELIABLE:CoreMessage[messageID=1291, durable=true, userID=8c52495f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=713, properties=TypedProperties[__AMQ_CID=8c4f3c09-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@657575937 2024-06-29 00:00:08,672 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishObjectU: CoreMessage[messageID=1291, durable=true, userID=8c52495f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=713, properties=TypedProperties[__AMQ_CID=8c4f3c09-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@657575937 to transaction: TransactionImpl [xid=null, txID=1294, xid=null, state=ACTIVE, createTime=1719619208671(Sat Jun 29 00:00:08 UTC 2024), timeoutSeconds=-1, nr operations = 1]@665dc8f2 2024-06-29 00:00:08,672 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c52be90-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c4f3c07-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c4f3c07-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@68a71f8a, true, {}] 2024-06-29 00:00:08,672 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1297, durable=true, userID=8c52be92-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=713, properties=TypedProperties[__AMQ_CID=8c4f3c09-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@641318250, context: RoutingContextImpl(Address=test/mom/testPublishObjectU, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObjectU previousRoute:ANYCAST, reusable=true, version=-2147482887) .................................................. ***** durable queues test/mom/testPublishObjectU: - queueID=141 address:test/mom/testPublishObjectU name:test/mom/testPublishObjectU filter:null ***** non durable for test/mom/testPublishObjectU: .................................................. , transaction: null 2024-06-29 00:00:08,675 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishObjectU: CoreMessage[messageID=1291, durable=true, userID=8c52495f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=713, properties=TypedProperties[__AMQ_CID=8c4f3c09-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@657575937, transaction: TransactionImpl [xid=null, txID=1294, xid=null, state=COMMITTED, createTime=1719619208671(Sat Jun 29 00:00:08 UTC 2024), timeoutSeconds=-1, nr operations = 0]@665dc8f2 2024-06-29 00:00:08,675 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObjectU: Reference[1297]:RELIABLE:CoreMessage[messageID=1297, durable=true, userID=8c52be92-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=713, properties=TypedProperties[__AMQ_CID=8c4f3c09-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@641318250 2024-06-29 00:00:08,675 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishObjectU: CoreMessage[messageID=1297, durable=true, userID=8c52be92-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=713, properties=TypedProperties[__AMQ_CID=8c4f3c09-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@641318250 to transaction: TransactionImpl [xid=null, txID=1300, xid=null, state=ACTIVE, createTime=1719619208675(Sat Jun 29 00:00:08 UTC 2024), timeoutSeconds=-1, nr operations = 1]@10948a0e 2024-06-29 00:00:08,675 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c5333c3-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c4f3c07-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c4f3c07-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@38fc00bf, true, {}] 2024-06-29 00:00:08,676 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1303, durable=true, userID=8c535ad5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=713, properties=TypedProperties[__AMQ_CID=8c4f3c09-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1759667832, context: RoutingContextImpl(Address=test/mom/testPublishObjectU, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObjectU previousRoute:ANYCAST, reusable=true, version=-2147482887) .................................................. ***** durable queues test/mom/testPublishObjectU: - queueID=141 address:test/mom/testPublishObjectU name:test/mom/testPublishObjectU filter:null ***** non durable for test/mom/testPublishObjectU: .................................................. , transaction: null 2024-06-29 00:00:08,678 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishObjectU: CoreMessage[messageID=1297, durable=true, userID=8c52be92-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=713, properties=TypedProperties[__AMQ_CID=8c4f3c09-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@641318250, transaction: TransactionImpl [xid=null, txID=1300, xid=null, state=COMMITTED, createTime=1719619208675(Sat Jun 29 00:00:08 UTC 2024), timeoutSeconds=-1, nr operations = 0]@10948a0e 2024-06-29 00:00:08,678 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObjectU: Reference[1303]:RELIABLE:CoreMessage[messageID=1303, durable=true, userID=8c535ad5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=713, properties=TypedProperties[__AMQ_CID=8c4f3c09-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1759667832 2024-06-29 00:00:08,678 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishObjectU: CoreMessage[messageID=1303, durable=true, userID=8c535ad5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=713, properties=TypedProperties[__AMQ_CID=8c4f3c09-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1759667832 to transaction: TransactionImpl [xid=null, txID=1305, xid=null, state=ACTIVE, createTime=1719619208678(Sat Jun 29 00:00:08 UTC 2024), timeoutSeconds=-1, nr operations = 1]@1bfd8fe3 2024-06-29 00:00:08,679 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c53a8f6-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c4f3c07-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c4f3c07-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@a87fdcb, true, {}] 2024-06-29 00:00:08,679 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1309, durable=true, userID=8c53d008-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=713, properties=TypedProperties[__AMQ_CID=8c4f3c09-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1819876551, context: RoutingContextImpl(Address=test/mom/testPublishObjectU, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObjectU previousRoute:ANYCAST, reusable=true, version=-2147482887) .................................................. ***** durable queues test/mom/testPublishObjectU: - queueID=141 address:test/mom/testPublishObjectU name:test/mom/testPublishObjectU filter:null ***** non durable for test/mom/testPublishObjectU: .................................................. , transaction: null 2024-06-29 00:00:08,681 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishObjectU: CoreMessage[messageID=1303, durable=true, userID=8c535ad5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=713, properties=TypedProperties[__AMQ_CID=8c4f3c09-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1759667832, transaction: TransactionImpl [xid=null, txID=1305, xid=null, state=COMMITTED, createTime=1719619208678(Sat Jun 29 00:00:08 UTC 2024), timeoutSeconds=-1, nr operations = 0]@1bfd8fe3 2024-06-29 00:00:08,681 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObjectU: Reference[1309]:RELIABLE:CoreMessage[messageID=1309, durable=true, userID=8c53d008-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=713, properties=TypedProperties[__AMQ_CID=8c4f3c09-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1819876551 2024-06-29 00:00:08,682 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishObjectU: CoreMessage[messageID=1309, durable=true, userID=8c53d008-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=713, properties=TypedProperties[__AMQ_CID=8c4f3c09-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1819876551 to transaction: TransactionImpl [xid=null, txID=1312, xid=null, state=ACTIVE, createTime=1719619208682(Sat Jun 29 00:00:08 UTC 2024), timeoutSeconds=-1, nr operations = 1]@786b67b 2024-06-29 00:00:08,682 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@2f9a7d6f, org.eclipse.scout.rt.mom.jms.JmsSubscription@3f96ef2] 2024-06-29 00:00:08,685 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishObjectU: CoreMessage[messageID=1309, durable=true, userID=8c53d008-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObjectU, size=713, properties=TypedProperties[__AMQ_CID=8c4f3c09-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1819876551, transaction: TransactionImpl [xid=null, txID=1312, xid=null, state=COMMITTED, createTime=1719619208682(Sat Jun 29 00:00:08 UTC 2024), timeoutSeconds=-1, nr operations = 0]@786b67b 2024-06-29 00:00:08,685 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8c4eede2-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-29 00:00:08,686 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 3 subscriber jobs: [JobFutureTask@27d251[job=Receiving JMS message [dest=Destination@d948da1a[name=test/mom/testPublishObject, type=QUEUE, resolveMethod=DEFINE, properties={}]], state=DONE], JobFutureTask@7502158b[job=Receiving JMS message [dest=Destination@d948da1a[name=test/mom/testPublishObject, type=QUEUE, resolveMethod=DEFINE, properties={}]], state=DONE], JobFutureTask@6b67eded[job=Receiving JMS message [dest=Destination@d948da1a[name=test/mom/testPublishObject, type=QUEUE, resolveMethod=DEFINE, properties={}]], state=DONE]] 2024-06-29 00:00:08,686 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.003618 ms 2024-06-29 00:00:08,686 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-29 00:00:08,686 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-29 00:00:08,686 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8c4f3c07-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-29 00:00:08,687 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-29 00:00:08,687 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 41.352639 ms 2024-06-29 00:00:08,687 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-29 00:00:08,688 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-29 00:00:08,688 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-29 00:00:08,688 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest.testMessageConsumerJobWith1ConsumerJob(JmsMomPubSemaphoreTest.java:51) - test works 2024-06-29 00:00:08,688 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 631402540'. 2024-06-29 00:00:08,689 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-29 00:00:08,689 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8c5556aa-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-29 00:00:08,690 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c557dbd-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c5556aa-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c5556aa-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3c4c722e, true, {}] 2024-06-29 00:00:08,690 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c557dbe-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c5556aa-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c5556aa-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7ad1b52f, true, {}] 2024-06-29 00:00:08,691 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishObject, null, 0, false, true, null] 2024-06-29 00:00:08,691 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest.testMessageConsumerJobWith1ConsumerJob(JmsMomPubSemaphoreTest.java:69) - test works 2024-06-29 00:00:08,691 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[241]:RELIABLE:CoreMessage[messageID=241, durable=true, userID=8bda80e3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@256309442 2024-06-29 00:00:08,691 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[246]:RELIABLE:CoreMessage[messageID=246, durable=true, userID=8bdaf616-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1102163537 2024-06-29 00:00:08,691 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[251]:RELIABLE:CoreMessage[messageID=251, durable=true, userID=8bdb9259-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1142895666 2024-06-29 00:00:08,691 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8c55a4cf-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-29 00:00:08,691 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[256]:RELIABLE:CoreMessage[messageID=256, durable=true, userID=8bdc078c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1981048824 2024-06-29 00:00:08,691 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[261]:RELIABLE:CoreMessage[messageID=261, durable=true, userID=8bdca3cf-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1235026031 2024-06-29 00:00:08,691 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishObject: CoreMessage[messageID=241, durable=true, userID=8bda80e3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@256309442 to transaction: TransactionImpl [xid=null, txID=1327, xid=null, state=ACTIVE, createTime=1719619208691(Sat Jun 29 00:00:08 UTC 2024), timeoutSeconds=-1, nr operations = 1]@4bf69859 2024-06-29 00:00:08,691 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[266]:RELIABLE:CoreMessage[messageID=266, durable=true, userID=8bdd1902-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@754332862 2024-06-29 00:00:08,691 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[271]:RELIABLE:CoreMessage[messageID=271, durable=true, userID=8bddb545-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1151668177 2024-06-29 00:00:08,691 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[276]:RELIABLE:CoreMessage[messageID=276, durable=true, userID=8bde2a78-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1425798218 2024-06-29 00:00:08,691 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[281]:RELIABLE:CoreMessage[messageID=281, durable=true, userID=8bdec6bb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2090692463 2024-06-29 00:00:08,692 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[286]:RELIABLE:CoreMessage[messageID=286, durable=true, userID=8bdf3bee-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@418651042 2024-06-29 00:00:08,692 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[291]:RELIABLE:CoreMessage[messageID=291, durable=true, userID=8bdfd831-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@934924138 2024-06-29 00:00:08,692 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c55cbe2-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5e8986b, true, {}] 2024-06-29 00:00:08,692 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[296]:RELIABLE:CoreMessage[messageID=296, durable=true, userID=8be04d64-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@366401502 2024-06-29 00:00:08,692 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[301]:RELIABLE:CoreMessage[messageID=301, durable=true, userID=8be0e9a7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1642830207 2024-06-29 00:00:08,692 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[306]:RELIABLE:CoreMessage[messageID=306, durable=true, userID=8be15eda-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@990528350 2024-06-29 00:00:08,692 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[311]:RELIABLE:CoreMessage[messageID=311, durable=true, userID=8be1fb1d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@342820921 2024-06-29 00:00:08,692 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[316]:RELIABLE:CoreMessage[messageID=316, durable=true, userID=8be27050-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1355449953 2024-06-29 00:00:08,692 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4c822e9b 2024-06-29 00:00:08,692 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[321]:RELIABLE:CoreMessage[messageID=321, durable=true, userID=8be2e583-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@73883869 2024-06-29 00:00:08,692 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c55cbe3-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2863be0b, true, {}] 2024-06-29 00:00:08,692 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[326]:RELIABLE:CoreMessage[messageID=326, durable=true, userID=8be381c6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@854128289 2024-06-29 00:00:08,692 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[331]:RELIABLE:CoreMessage[messageID=331, durable=true, userID=8be3f6f9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@611084964 2024-06-29 00:00:08,692 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[336]:RELIABLE:CoreMessage[messageID=336, durable=true, userID=8be4933c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@381976388 2024-06-29 00:00:08,692 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[341]:RELIABLE:CoreMessage[messageID=341, durable=true, userID=8be5086f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@342882285 2024-06-29 00:00:08,692 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[346]:RELIABLE:CoreMessage[messageID=346, durable=true, userID=8be57da2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2047251301 2024-06-29 00:00:08,692 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[351]:RELIABLE:CoreMessage[messageID=351, durable=true, userID=8be619e5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@724638773 2024-06-29 00:00:08,692 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[356]:RELIABLE:CoreMessage[messageID=356, durable=true, userID=8be68f18-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1748862352 2024-06-29 00:00:08,692 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[361]:RELIABLE:CoreMessage[messageID=361, durable=true, userID=8be72b5b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@139076745 2024-06-29 00:00:08,692 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[366]:RELIABLE:CoreMessage[messageID=366, durable=true, userID=8be7a08e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1196712123 2024-06-29 00:00:08,692 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[371]:RELIABLE:CoreMessage[messageID=371, durable=true, userID=8be815c1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@436951246 2024-06-29 00:00:08,692 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[376]:RELIABLE:CoreMessage[messageID=376, durable=true, userID=8be8b204-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1840857780 2024-06-29 00:00:08,692 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[381]:RELIABLE:CoreMessage[messageID=381, durable=true, userID=8be92737-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1626050983 2024-06-29 00:00:08,693 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[386]:RELIABLE:CoreMessage[messageID=386, durable=true, userID=8be9c37a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1907361021 2024-06-29 00:00:08,693 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1332, durable=true, userID=8c55cbe5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1676186460, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,693 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[391]:RELIABLE:CoreMessage[messageID=391, durable=true, userID=8bea38ad-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1388543562 2024-06-29 00:00:08,693 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[396]:RELIABLE:CoreMessage[messageID=396, durable=true, userID=8bead4f0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@273726889 2024-06-29 00:00:08,693 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[401]:RELIABLE:CoreMessage[messageID=401, durable=true, userID=8beb4a23-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@200570615 2024-06-29 00:00:08,693 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[406]:RELIABLE:CoreMessage[messageID=406, durable=true, userID=8bebbf56-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@516659981 2024-06-29 00:00:08,693 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[411]:RELIABLE:CoreMessage[messageID=411, durable=true, userID=8bec5b99-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1226875256 2024-06-29 00:00:08,693 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[416]:RELIABLE:CoreMessage[messageID=416, durable=true, userID=8becd0cc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1274647151 2024-06-29 00:00:08,693 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[421]:RELIABLE:CoreMessage[messageID=421, durable=true, userID=8bed6d0f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@571561946 2024-06-29 00:00:08,693 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[426]:RELIABLE:CoreMessage[messageID=426, durable=true, userID=8bee0952-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@944315340 2024-06-29 00:00:08,693 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[431]:RELIABLE:CoreMessage[messageID=431, durable=true, userID=8bee7e85-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1848370698 2024-06-29 00:00:08,693 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[436]:RELIABLE:CoreMessage[messageID=436, durable=true, userID=8beef3b8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@511696531 2024-06-29 00:00:08,693 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[441]:RELIABLE:CoreMessage[messageID=441, durable=true, userID=8bef8ffb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1797604552 2024-06-29 00:00:08,693 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[446]:RELIABLE:CoreMessage[messageID=446, durable=true, userID=8bf0052e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@658637749 2024-06-29 00:00:08,693 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[451]:RELIABLE:CoreMessage[messageID=451, durable=true, userID=8bf0a171-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@842437974 2024-06-29 00:00:08,693 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[456]:RELIABLE:CoreMessage[messageID=456, durable=true, userID=8bf116a4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@384346849 2024-06-29 00:00:08,693 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[461]:RELIABLE:CoreMessage[messageID=461, durable=true, userID=8bf1b2e7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1841225473 2024-06-29 00:00:08,693 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[466]:RELIABLE:CoreMessage[messageID=466, durable=true, userID=8bf2281a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1404706551 2024-06-29 00:00:08,693 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[471]:RELIABLE:CoreMessage[messageID=471, durable=true, userID=8bf29d4d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1935682724 2024-06-29 00:00:08,693 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[476]:RELIABLE:CoreMessage[messageID=476, durable=true, userID=8bf33990-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1988326889 2024-06-29 00:00:08,693 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[481]:RELIABLE:CoreMessage[messageID=481, durable=true, userID=8bf3aec3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@300672126 2024-06-29 00:00:08,693 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[486]:RELIABLE:CoreMessage[messageID=486, durable=true, userID=8bf44b06-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@963436062 2024-06-29 00:00:08,693 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[491]:RELIABLE:CoreMessage[messageID=491, durable=true, userID=8bf4c039-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@466057922 2024-06-29 00:00:08,694 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[496]:RELIABLE:CoreMessage[messageID=496, durable=true, userID=8bf55c7c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1405457221 2024-06-29 00:00:08,694 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[501]:RELIABLE:CoreMessage[messageID=501, durable=true, userID=8bf5d1af-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1073115200 2024-06-29 00:00:08,694 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[506]:RELIABLE:CoreMessage[messageID=506, durable=true, userID=8bf66df2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1109001941 2024-06-29 00:00:08,694 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[511]:RELIABLE:CoreMessage[messageID=511, durable=true, userID=8bf6e325-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1018727663 2024-06-29 00:00:08,694 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[516]:RELIABLE:CoreMessage[messageID=516, durable=true, userID=8bf75858-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1925072658 2024-06-29 00:00:08,694 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[521]:RELIABLE:CoreMessage[messageID=521, durable=true, userID=8bf7f49b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@771619701 2024-06-29 00:00:08,694 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[526]:RELIABLE:CoreMessage[messageID=526, durable=true, userID=8bf869ce-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@563332790 2024-06-29 00:00:08,694 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[531]:RELIABLE:CoreMessage[messageID=531, durable=true, userID=8bf90611-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1309385294 2024-06-29 00:00:08,694 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[536]:RELIABLE:CoreMessage[messageID=536, durable=true, userID=8bf97b44-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1229674688 2024-06-29 00:00:08,694 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[541]:RELIABLE:CoreMessage[messageID=541, durable=true, userID=8bfa1787-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@833314673 2024-06-29 00:00:08,694 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[546]:RELIABLE:CoreMessage[messageID=546, durable=true, userID=8bfa8cba-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1299160392 2024-06-29 00:00:08,694 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[551]:RELIABLE:CoreMessage[messageID=551, durable=true, userID=8bfb01ed-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@728943229 2024-06-29 00:00:08,694 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[556]:RELIABLE:CoreMessage[messageID=556, durable=true, userID=8bfb9e30-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@671023313 2024-06-29 00:00:08,694 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[561]:RELIABLE:CoreMessage[messageID=561, durable=true, userID=8bfc1363-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1517622454 2024-06-29 00:00:08,694 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[566]:RELIABLE:CoreMessage[messageID=566, durable=true, userID=8bfe5d56-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@836847587 2024-06-29 00:00:08,694 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[571]:RELIABLE:CoreMessage[messageID=571, durable=true, userID=8bffe3f9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1001012333 2024-06-29 00:00:08,694 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[576]:RELIABLE:CoreMessage[messageID=576, durable=true, userID=8c00a74c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1318562136 2024-06-29 00:00:08,694 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[581]:RELIABLE:CoreMessage[messageID=581, durable=true, userID=8c011c7f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@251171103 2024-06-29 00:00:08,694 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[586]:RELIABLE:CoreMessage[messageID=586, durable=true, userID=8c0191b2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1780601694 2024-06-29 00:00:08,694 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[591]:RELIABLE:CoreMessage[messageID=591, durable=true, userID=8c022df5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1189353297 2024-06-29 00:00:08,695 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[596]:RELIABLE:CoreMessage[messageID=596, durable=true, userID=8c02a328-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@889700163 2024-06-29 00:00:08,695 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[601]:RELIABLE:CoreMessage[messageID=601, durable=true, userID=8c033f6b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1456952156 2024-06-29 00:00:08,695 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[606]:RELIABLE:CoreMessage[messageID=606, durable=true, userID=8c03b49e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@533822625 2024-06-29 00:00:08,695 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[611]:RELIABLE:CoreMessage[messageID=611, durable=true, userID=8c044fe1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1596237018 2024-06-29 00:00:08,695 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[616]:RELIABLE:CoreMessage[messageID=616, durable=true, userID=8c04c514-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@738859791 2024-06-29 00:00:08,695 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[621]:RELIABLE:CoreMessage[messageID=621, durable=true, userID=8c053a47-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1956269778 2024-06-29 00:00:08,695 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[626]:RELIABLE:CoreMessage[messageID=626, durable=true, userID=8c05d68a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1186279204 2024-06-29 00:00:08,695 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[631]:RELIABLE:CoreMessage[messageID=631, durable=true, userID=8c064bbd-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1670560018 2024-06-29 00:00:08,695 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[636]:RELIABLE:CoreMessage[messageID=636, durable=true, userID=8c06e800-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@714393885 2024-06-29 00:00:08,695 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[641]:RELIABLE:CoreMessage[messageID=641, durable=true, userID=8c075d33-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@987282343 2024-06-29 00:00:08,695 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[646]:RELIABLE:CoreMessage[messageID=646, durable=true, userID=8c07d266-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1190530448 2024-06-29 00:00:08,695 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[651]:RELIABLE:CoreMessage[messageID=651, durable=true, userID=8c086ea9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@624605557 2024-06-29 00:00:08,695 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[656]:RELIABLE:CoreMessage[messageID=656, durable=true, userID=8c08e3dc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1636481189 2024-06-29 00:00:08,695 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishObject: CoreMessage[messageID=241, durable=true, userID=8bda80e3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@256309442, transaction: TransactionImpl [xid=null, txID=1327, xid=null, state=COMMITTED, createTime=1719619208691(Sat Jun 29 00:00:08 UTC 2024), timeoutSeconds=-1, nr operations = 0]@4bf69859 2024-06-29 00:00:08,695 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[661]:RELIABLE:CoreMessage[messageID=661, durable=true, userID=8c09801f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@555439312 2024-06-29 00:00:08,695 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[666]:RELIABLE:CoreMessage[messageID=666, durable=true, userID=8c09f552-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1541548399 2024-06-29 00:00:08,695 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[671]:RELIABLE:CoreMessage[messageID=671, durable=true, userID=8c0ba305-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1724036685 2024-06-29 00:00:08,695 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[676]:RELIABLE:CoreMessage[messageID=676, durable=true, userID=8c0d29a8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@348769551 2024-06-29 00:00:08,695 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[681]:RELIABLE:CoreMessage[messageID=681, durable=true, userID=8c0d50bb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@159108712 2024-06-29 00:00:08,695 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[686]:RELIABLE:CoreMessage[messageID=686, durable=true, userID=8c0decfe-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1219532652 2024-06-29 00:00:08,695 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c564116-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@30dea2ad, true, {}] 2024-06-29 00:00:08,695 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[691]:RELIABLE:CoreMessage[messageID=691, durable=true, userID=8c0e6231-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1197554413 2024-06-29 00:00:08,696 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[696]:RELIABLE:CoreMessage[messageID=696, durable=true, userID=8c0efe74-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1591662103 2024-06-29 00:00:08,696 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[701]:RELIABLE:CoreMessage[messageID=701, durable=true, userID=8c0f73a7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1883181795 2024-06-29 00:00:08,696 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[706]:RELIABLE:CoreMessage[messageID=706, durable=true, userID=8c0fe8da-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1664399504 2024-06-29 00:00:08,696 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[711]:RELIABLE:CoreMessage[messageID=711, durable=true, userID=8c10851d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@828878132 2024-06-29 00:00:08,696 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[716]:RELIABLE:CoreMessage[messageID=716, durable=true, userID=8c10fa50-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@164185765 2024-06-29 00:00:08,696 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1332]:RELIABLE:CoreMessage[messageID=1332, durable=true, userID=8c55cbe5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1676186460 2024-06-29 00:00:08,696 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1337, durable=true, userID=8c566828-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@185066504, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,698 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1337]:RELIABLE:CoreMessage[messageID=1337, durable=true, userID=8c566828-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@185066504 2024-06-29 00:00:08,699 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c56dd59-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2f3c4e8b, true, {}] 2024-06-29 00:00:08,699 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1342, durable=true, userID=8c56dd5b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@147959974, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,702 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1342]:RELIABLE:CoreMessage[messageID=1342, durable=true, userID=8c56dd5b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@147959974 2024-06-29 00:00:08,702 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c57528c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@493b5a17, true, {}] 2024-06-29 00:00:08,703 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1347, durable=true, userID=8c57528e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1147797778, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,705 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1347]:RELIABLE:CoreMessage[messageID=1347, durable=true, userID=8c57528e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1147797778 2024-06-29 00:00:08,706 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c57eecf-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4cf84b35, true, {}] 2024-06-29 00:00:08,706 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1352, durable=true, userID=8c57eed1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1844139708, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,709 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1352]:RELIABLE:CoreMessage[messageID=1352, durable=true, userID=8c57eed1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1844139708 2024-06-29 00:00:08,709 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c586402-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7022bc1e, true, {}] 2024-06-29 00:00:08,710 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1357, durable=true, userID=8c588b14-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@188963880, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,712 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1357]:RELIABLE:CoreMessage[messageID=1357, durable=true, userID=8c588b14-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@188963880 2024-06-29 00:00:08,713 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c590045-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3fd0deec, true, {}] 2024-06-29 00:00:08,713 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1362, durable=true, userID=8c590047-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1833223893, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,716 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1362]:RELIABLE:CoreMessage[messageID=1362, durable=true, userID=8c590047-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1833223893 2024-06-29 00:00:08,716 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c597578-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@68950f5b, true, {}] 2024-06-29 00:00:08,717 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1367, durable=true, userID=8c59757a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1958348449, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,719 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1367]:RELIABLE:CoreMessage[messageID=1367, durable=true, userID=8c59757a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1958348449 2024-06-29 00:00:08,720 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c5a11bb-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@31207e31, true, {}] 2024-06-29 00:00:08,720 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1372, durable=true, userID=8c5a11bd-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1993150741, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,723 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1372]:RELIABLE:CoreMessage[messageID=1372, durable=true, userID=8c5a11bd-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1993150741 2024-06-29 00:00:08,723 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c5a86ee-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@677eb1f8, true, {}] 2024-06-29 00:00:08,724 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1377, durable=true, userID=8c5a86f0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1725412678, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,726 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1377]:RELIABLE:CoreMessage[messageID=1377, durable=true, userID=8c5a86f0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1725412678 2024-06-29 00:00:08,726 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c5afc21-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@52a78768, true, {}] 2024-06-29 00:00:08,727 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1382, durable=true, userID=8c5b2333-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@572871966, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,730 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1382]:RELIABLE:CoreMessage[messageID=1382, durable=true, userID=8c5b2333-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@572871966 2024-06-29 00:00:08,730 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c5b9864-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3653b2d9, true, {}] 2024-06-29 00:00:08,731 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1387, durable=true, userID=8c5b9866-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2019384101, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,733 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1387]:RELIABLE:CoreMessage[messageID=1387, durable=true, userID=8c5b9866-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2019384101 2024-06-29 00:00:08,733 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c5c0d97-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4f34ac24, true, {}] 2024-06-29 00:00:08,734 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1392, durable=true, userID=8c5c34a9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1062039287, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,736 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1392]:RELIABLE:CoreMessage[messageID=1392, durable=true, userID=8c5c34a9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1062039287 2024-06-29 00:00:08,737 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c5ca9da-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@74f465a5, true, {}] 2024-06-29 00:00:08,737 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1397, durable=true, userID=8c5ca9dc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1511647483, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,740 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1397]:RELIABLE:CoreMessage[messageID=1397, durable=true, userID=8c5ca9dc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1511647483 2024-06-29 00:00:08,740 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c5d1f0d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1bf0b7b, true, {}] 2024-06-29 00:00:08,741 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1402, durable=true, userID=8c5d461f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1238100554, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,743 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1402]:RELIABLE:CoreMessage[messageID=1402, durable=true, userID=8c5d461f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1238100554 2024-06-29 00:00:08,744 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c5dbb50-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5b5d1425, true, {}] 2024-06-29 00:00:08,744 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1407, durable=true, userID=8c5dbb52-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1702043040, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,747 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1407]:RELIABLE:CoreMessage[messageID=1407, durable=true, userID=8c5dbb52-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1702043040 2024-06-29 00:00:08,747 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c5e3083-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6d7639b5, true, {}] 2024-06-29 00:00:08,748 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1412, durable=true, userID=8c5e3085-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@13780408, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,750 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1412]:RELIABLE:CoreMessage[messageID=1412, durable=true, userID=8c5e3085-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@13780408 2024-06-29 00:00:08,751 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c5eccc6-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@24f9c40d, true, {}] 2024-06-29 00:00:08,751 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1417, durable=true, userID=8c5eccc8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1592530330, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,754 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1417]:RELIABLE:CoreMessage[messageID=1417, durable=true, userID=8c5eccc8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1592530330 2024-06-29 00:00:08,754 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c5f41f9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4ba7708c, true, {}] 2024-06-29 00:00:08,755 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1422, durable=true, userID=8c5f41fb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@35566817, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,757 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1422]:RELIABLE:CoreMessage[messageID=1422, durable=true, userID=8c5f41fb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@35566817 2024-06-29 00:00:08,758 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c5fb72c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@14918752, true, {}] 2024-06-29 00:00:08,758 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1427, durable=true, userID=8c5fde3e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@670604923, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,761 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1427]:RELIABLE:CoreMessage[messageID=1427, durable=true, userID=8c5fde3e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@670604923 2024-06-29 00:00:08,761 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c60536f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@731666a5, true, {}] 2024-06-29 00:00:08,762 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1432, durable=true, userID=8c605371-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@293136653, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,764 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1432]:RELIABLE:CoreMessage[messageID=1432, durable=true, userID=8c605371-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@293136653 2024-06-29 00:00:08,764 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c60c8a2-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@315911f, true, {}] 2024-06-29 00:00:08,765 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1437, durable=true, userID=8c60efb4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@930437804, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,767 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1437]:RELIABLE:CoreMessage[messageID=1437, durable=true, userID=8c60efb4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@930437804 2024-06-29 00:00:08,768 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c6164e5-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@90bd91d, true, {}] 2024-06-29 00:00:08,769 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1442, durable=true, userID=8c6164e7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@675747554, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,771 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1442]:RELIABLE:CoreMessage[messageID=1442, durable=true, userID=8c6164e7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@675747554 2024-06-29 00:00:08,771 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c61da18-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7ea1b266, true, {}] 2024-06-29 00:00:08,772 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1447, durable=true, userID=8c62012a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1244677616, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,774 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1447]:RELIABLE:CoreMessage[messageID=1447, durable=true, userID=8c62012a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1244677616 2024-06-29 00:00:08,775 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c62765b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2958118b, true, {}] 2024-06-29 00:00:08,775 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1452, durable=true, userID=8c62765d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@265115438, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,778 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1452]:RELIABLE:CoreMessage[messageID=1452, durable=true, userID=8c62765d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@265115438 2024-06-29 00:00:08,778 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c62eb8e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1fadb033, true, {}] 2024-06-29 00:00:08,779 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1457, durable=true, userID=8c6312a0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@435216917, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,781 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1457]:RELIABLE:CoreMessage[messageID=1457, durable=true, userID=8c6312a0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@435216917 2024-06-29 00:00:08,782 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c6387d1-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4cd7bbd, true, {}] 2024-06-29 00:00:08,782 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1462, durable=true, userID=8c6387d3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@5704141, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,785 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1462]:RELIABLE:CoreMessage[messageID=1462, durable=true, userID=8c6387d3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@5704141 2024-06-29 00:00:08,785 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c63fd04-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1e8cf56b, true, {}] 2024-06-29 00:00:08,786 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1467, durable=true, userID=8c63fd06-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@169941463, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,788 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1467]:RELIABLE:CoreMessage[messageID=1467, durable=true, userID=8c63fd06-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@169941463 2024-06-29 00:00:08,789 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c649947-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4276c2a6, true, {}] 2024-06-29 00:00:08,789 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1472, durable=true, userID=8c649949-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1400023527, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,792 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1472]:RELIABLE:CoreMessage[messageID=1472, durable=true, userID=8c649949-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1400023527 2024-06-29 00:00:08,792 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c650e7a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6bd3db25, true, {}] 2024-06-29 00:00:08,793 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1477, durable=true, userID=8c650e7c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1843555624, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,795 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1477]:RELIABLE:CoreMessage[messageID=1477, durable=true, userID=8c650e7c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1843555624 2024-06-29 00:00:08,796 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c65aabd-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@739ccacb, true, {}] 2024-06-29 00:00:08,796 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1482, durable=true, userID=8c65aabf-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@428380713, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,799 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1482]:RELIABLE:CoreMessage[messageID=1482, durable=true, userID=8c65aabf-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@428380713 2024-06-29 00:00:08,799 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c661ef0-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1b65cf6e, true, {}] 2024-06-29 00:00:08,800 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1487, durable=true, userID=8c664602-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@662321682, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,802 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1487]:RELIABLE:CoreMessage[messageID=1487, durable=true, userID=8c664602-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@662321682 2024-06-29 00:00:08,803 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c669423-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3ed1ccb, true, {}] 2024-06-29 00:00:08,803 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1492, durable=true, userID=8c66bb35-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@519124357, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,806 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1492]:RELIABLE:CoreMessage[messageID=1492, durable=true, userID=8c66bb35-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@519124357 2024-06-29 00:00:08,806 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c673066-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4335f5a8, true, {}] 2024-06-29 00:00:08,807 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1497, durable=true, userID=8c673068-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@420317024, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,809 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1497]:RELIABLE:CoreMessage[messageID=1497, durable=true, userID=8c673068-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@420317024 2024-06-29 00:00:08,810 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c67a599-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@646e17fc, true, {}] 2024-06-29 00:00:08,810 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1502, durable=true, userID=8c67ccab-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@201008999, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,812 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1502]:RELIABLE:CoreMessage[messageID=1502, durable=true, userID=8c67ccab-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@201008999 2024-06-29 00:00:08,813 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c6841dc-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1c317680, true, {}] 2024-06-29 00:00:08,813 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1507, durable=true, userID=8c6841de-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1757932873, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,816 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1507]:RELIABLE:CoreMessage[messageID=1507, durable=true, userID=8c6841de-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1757932873 2024-06-29 00:00:08,816 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c68b70f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6e1ed820, true, {}] 2024-06-29 00:00:08,817 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1512, durable=true, userID=8c68b711-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@11334194, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,819 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1512]:RELIABLE:CoreMessage[messageID=1512, durable=true, userID=8c68b711-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@11334194 2024-06-29 00:00:08,819 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c692c42-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7762f77a, true, {}] 2024-06-29 00:00:08,820 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1517, durable=true, userID=8c695354-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1122729460, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,823 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1517]:RELIABLE:CoreMessage[messageID=1517, durable=true, userID=8c695354-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1122729460 2024-06-29 00:00:08,823 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c69c885-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@65a4ee15, true, {}] 2024-06-29 00:00:08,824 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1522, durable=true, userID=8c69c887-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1958681768, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,826 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1522]:RELIABLE:CoreMessage[messageID=1522, durable=true, userID=8c69c887-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1958681768 2024-06-29 00:00:08,827 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c6a64c8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@262ddd47, true, {}] 2024-06-29 00:00:08,827 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1527, durable=true, userID=8c6a64ca-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@980723053, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,830 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1527]:RELIABLE:CoreMessage[messageID=1527, durable=true, userID=8c6a64ca-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@980723053 2024-06-29 00:00:08,830 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c6ad9fb-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5d2eed73, true, {}] 2024-06-29 00:00:08,831 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1532, durable=true, userID=8c6ad9fd-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@817197490, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,833 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1532]:RELIABLE:CoreMessage[messageID=1532, durable=true, userID=8c6ad9fd-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@817197490 2024-06-29 00:00:08,834 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c6b4f2e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3c4c9195, true, {}] 2024-06-29 00:00:08,834 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1537, durable=true, userID=8c6b7640-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1024161106, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,836 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1537]:RELIABLE:CoreMessage[messageID=1537, durable=true, userID=8c6b7640-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1024161106 2024-06-29 00:00:08,837 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c6beb71-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6af16a1f, true, {}] 2024-06-29 00:00:08,838 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1542, durable=true, userID=8c6beb73-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1444979562, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,840 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1542]:RELIABLE:CoreMessage[messageID=1542, durable=true, userID=8c6beb73-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1444979562 2024-06-29 00:00:08,840 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c6c60a4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2e3144b3, true, {}] 2024-06-29 00:00:08,841 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1547, durable=true, userID=8c6c87b6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1401767647, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,843 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1547]:RELIABLE:CoreMessage[messageID=1547, durable=true, userID=8c6c87b6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1401767647 2024-06-29 00:00:08,844 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c6cfce7-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@482e95fd, true, {}] 2024-06-29 00:00:08,845 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1552, durable=true, userID=8c6cfce9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@986589351, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,847 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1552]:RELIABLE:CoreMessage[messageID=1552, durable=true, userID=8c6cfce9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@986589351 2024-06-29 00:00:08,847 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c6d721a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4f0d9e19, true, {}] 2024-06-29 00:00:08,848 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1557, durable=true, userID=8c6d721c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@65677689, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,850 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1557]:RELIABLE:CoreMessage[messageID=1557, durable=true, userID=8c6d721c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@65677689 2024-06-29 00:00:08,851 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c6e0e5d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@65ad7db3, true, {}] 2024-06-29 00:00:08,851 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1562, durable=true, userID=8c6e0e5f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@716841030, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,853 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1562]:RELIABLE:CoreMessage[messageID=1562, durable=true, userID=8c6e0e5f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@716841030 2024-06-29 00:00:08,854 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c6e8390-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@617aaea6, true, {}] 2024-06-29 00:00:08,855 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1567, durable=true, userID=8c6e8392-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1583215696, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,857 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1567]:RELIABLE:CoreMessage[messageID=1567, durable=true, userID=8c6e8392-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1583215696 2024-06-29 00:00:08,857 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c6ef8c3-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@67dffafa, true, {}] 2024-06-29 00:00:08,858 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1572, durable=true, userID=8c6f1fd5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1801501128, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,860 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1572]:RELIABLE:CoreMessage[messageID=1572, durable=true, userID=8c6f1fd5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1801501128 2024-06-29 00:00:08,861 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c6f9506-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6736b250, true, {}] 2024-06-29 00:00:08,861 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1577, durable=true, userID=8c6f9508-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1551757128, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,864 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1577]:RELIABLE:CoreMessage[messageID=1577, durable=true, userID=8c6f9508-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1551757128 2024-06-29 00:00:08,864 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c700a39-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@27be5c91, true, {}] 2024-06-29 00:00:08,865 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1582, durable=true, userID=8c700a3b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1168099591, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,867 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1582]:RELIABLE:CoreMessage[messageID=1582, durable=true, userID=8c700a3b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1168099591 2024-06-29 00:00:08,867 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c707f6c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@17ec912c, true, {}] 2024-06-29 00:00:08,868 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1587, durable=true, userID=8c70a67e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1485651255, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,870 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1587]:RELIABLE:CoreMessage[messageID=1587, durable=true, userID=8c70a67e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1485651255 2024-06-29 00:00:08,871 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c711baf-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@47cda486, true, {}] 2024-06-29 00:00:08,872 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1592, durable=true, userID=8c711bb1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2027804796, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,874 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1592]:RELIABLE:CoreMessage[messageID=1592, durable=true, userID=8c711bb1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2027804796 2024-06-29 00:00:08,874 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c7190e2-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@49934c43, true, {}] 2024-06-29 00:00:08,875 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1597, durable=true, userID=8c71b7f4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@894927251, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,877 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1597]:RELIABLE:CoreMessage[messageID=1597, durable=true, userID=8c71b7f4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@894927251 2024-06-29 00:00:08,878 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c722d25-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@663f4fa0, true, {}] 2024-06-29 00:00:08,878 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1602, durable=true, userID=8c722d27-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2008372770, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,881 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1602]:RELIABLE:CoreMessage[messageID=1602, durable=true, userID=8c722d27-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2008372770 2024-06-29 00:00:08,881 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c72a258-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4c597e22, true, {}] 2024-06-29 00:00:08,882 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1607, durable=true, userID=8c72a25a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1760821766, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,884 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1607]:RELIABLE:CoreMessage[messageID=1607, durable=true, userID=8c72a25a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1760821766 2024-06-29 00:00:08,884 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c73178b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@10e3ce9c, true, {}] 2024-06-29 00:00:08,885 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1612, durable=true, userID=8c733e9d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@928119828, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,887 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1612]:RELIABLE:CoreMessage[messageID=1612, durable=true, userID=8c733e9d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@928119828 2024-06-29 00:00:08,888 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c73b3ce-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6a88b89a, true, {}] 2024-06-29 00:00:08,888 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1617, durable=true, userID=8c73b3d0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1730019101, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,891 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1617]:RELIABLE:CoreMessage[messageID=1617, durable=true, userID=8c73b3d0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1730019101 2024-06-29 00:00:08,891 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c742901-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@9dda4cf, true, {}] 2024-06-29 00:00:08,892 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1622, durable=true, userID=8c745013-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@766736644, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,894 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1622]:RELIABLE:CoreMessage[messageID=1622, durable=true, userID=8c745013-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@766736644 2024-06-29 00:00:08,895 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c74c544-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@15ba91fa, true, {}] 2024-06-29 00:00:08,895 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1627, durable=true, userID=8c74c546-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@99586243, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,898 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1627]:RELIABLE:CoreMessage[messageID=1627, durable=true, userID=8c74c546-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@99586243 2024-06-29 00:00:08,898 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c753a77-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3b868cbd, true, {}] 2024-06-29 00:00:08,899 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1632, durable=true, userID=8c753a79-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1896679617, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,901 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1632]:RELIABLE:CoreMessage[messageID=1632, durable=true, userID=8c753a79-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1896679617 2024-06-29 00:00:08,901 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c75afaa-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4239be07, true, {}] 2024-06-29 00:00:08,902 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1637, durable=true, userID=8c75d6bc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1503788714, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,904 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1637]:RELIABLE:CoreMessage[messageID=1637, durable=true, userID=8c75d6bc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1503788714 2024-06-29 00:00:08,905 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c764bed-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7362988c, true, {}] 2024-06-29 00:00:08,905 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1642, durable=true, userID=8c764bef-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@717511828, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,908 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1642]:RELIABLE:CoreMessage[messageID=1642, durable=true, userID=8c764bef-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@717511828 2024-06-29 00:00:08,908 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c76c120-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3316120d, true, {}] 2024-06-29 00:00:08,909 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1647, durable=true, userID=8c76c122-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1823752232, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,911 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1647]:RELIABLE:CoreMessage[messageID=1647, durable=true, userID=8c76c122-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1823752232 2024-06-29 00:00:08,912 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c775d63-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5a796fe3, true, {}] 2024-06-29 00:00:08,912 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1652, durable=true, userID=8c775d65-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@444607089, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,915 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1652]:RELIABLE:CoreMessage[messageID=1652, durable=true, userID=8c775d65-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@444607089 2024-06-29 00:00:08,915 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c77d296-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@12a8e549, true, {}] 2024-06-29 00:00:08,915 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1657, durable=true, userID=8c77d298-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1123468466, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,918 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1657]:RELIABLE:CoreMessage[messageID=1657, durable=true, userID=8c77d298-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1123468466 2024-06-29 00:00:08,918 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c7847c9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@147436e8, true, {}] 2024-06-29 00:00:08,919 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1662, durable=true, userID=8c786edb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@444516610, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,922 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1662]:RELIABLE:CoreMessage[messageID=1662, durable=true, userID=8c786edb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@444516610 2024-06-29 00:00:08,922 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c78e40c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@c76ec09, true, {}] 2024-06-29 00:00:08,923 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1667, durable=true, userID=8c78e40e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@690736066, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,925 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1667]:RELIABLE:CoreMessage[messageID=1667, durable=true, userID=8c78e40e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@690736066 2024-06-29 00:00:08,925 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c79593f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5d0c5901, true, {}] 2024-06-29 00:00:08,926 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1672, durable=true, userID=8c798051-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1822304406, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,928 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1672]:RELIABLE:CoreMessage[messageID=1672, durable=true, userID=8c798051-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1822304406 2024-06-29 00:00:08,929 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c79f582-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@22e5902d, true, {}] 2024-06-29 00:00:08,929 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1677, durable=true, userID=8c79f584-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@362807988, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,932 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1677]:RELIABLE:CoreMessage[messageID=1677, durable=true, userID=8c79f584-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@362807988 2024-06-29 00:00:08,932 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c7a6ab5-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@797aefdb, true, {}] 2024-06-29 00:00:08,933 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1682, durable=true, userID=8c7a6ab7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1074550324, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,935 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1682]:RELIABLE:CoreMessage[messageID=1682, durable=true, userID=8c7a6ab7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1074550324 2024-06-29 00:00:08,936 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c7adfe8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5d4b1c3b, true, {}] 2024-06-29 00:00:08,936 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1687, durable=true, userID=8c7b06fa-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@818406873, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,939 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1687]:RELIABLE:CoreMessage[messageID=1687, durable=true, userID=8c7b06fa-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@818406873 2024-06-29 00:00:08,939 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c7b7c2b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3fba925b, true, {}] 2024-06-29 00:00:08,940 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1692, durable=true, userID=8c7b7c2d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2010648843, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,942 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1692]:RELIABLE:CoreMessage[messageID=1692, durable=true, userID=8c7b7c2d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2010648843 2024-06-29 00:00:08,942 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c7bf15e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@55475432, true, {}] 2024-06-29 00:00:08,943 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1697, durable=true, userID=8c7c1870-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1195728344, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,945 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1697]:RELIABLE:CoreMessage[messageID=1697, durable=true, userID=8c7c1870-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1195728344 2024-06-29 00:00:08,946 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c7c8da1-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@78bec060, true, {}] 2024-06-29 00:00:08,946 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1702, durable=true, userID=8c7c8da3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@940690891, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,949 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1702]:RELIABLE:CoreMessage[messageID=1702, durable=true, userID=8c7c8da3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@940690891 2024-06-29 00:00:08,949 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c7d02d4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@307c28c3, true, {}] 2024-06-29 00:00:08,950 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1707, durable=true, userID=8c7d02d6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1218758482, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,952 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1707]:RELIABLE:CoreMessage[messageID=1707, durable=true, userID=8c7d02d6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1218758482 2024-06-29 00:00:08,953 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c7d7807-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2562f803, true, {}] 2024-06-29 00:00:08,953 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1712, durable=true, userID=8c7d9f19-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@399410896, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,956 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1712]:RELIABLE:CoreMessage[messageID=1712, durable=true, userID=8c7d9f19-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@399410896 2024-06-29 00:00:08,956 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c7e144a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@693fd9c1, true, {}] 2024-06-29 00:00:08,957 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1717, durable=true, userID=8c7e144c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@256701068, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,959 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1717]:RELIABLE:CoreMessage[messageID=1717, durable=true, userID=8c7e144c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@256701068 2024-06-29 00:00:08,959 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c7e897d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@38abfa27, true, {}] 2024-06-29 00:00:08,960 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1722, durable=true, userID=8c7eb08f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2090756048, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,962 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1722]:RELIABLE:CoreMessage[messageID=1722, durable=true, userID=8c7eb08f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2090756048 2024-06-29 00:00:08,963 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c7f25c0-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@126ea146, true, {}] 2024-06-29 00:00:08,963 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1727, durable=true, userID=8c7f25c2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1180182109, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,966 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1727]:RELIABLE:CoreMessage[messageID=1727, durable=true, userID=8c7f25c2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1180182109 2024-06-29 00:00:08,966 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c7f9af3-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2e687488, true, {}] 2024-06-29 00:00:08,967 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1732, durable=true, userID=8c7f9af5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2070571345, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,969 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1732]:RELIABLE:CoreMessage[messageID=1732, durable=true, userID=8c7f9af5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2070571345 2024-06-29 00:00:08,970 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c803736-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@18f188ea, true, {}] 2024-06-29 00:00:08,970 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1737, durable=true, userID=8c803738-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@541829896, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,973 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1737]:RELIABLE:CoreMessage[messageID=1737, durable=true, userID=8c803738-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@541829896 2024-06-29 00:00:08,973 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c80ac69-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@595b5e4a, true, {}] 2024-06-29 00:00:08,973 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1742, durable=true, userID=8c80ac6b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@798797211, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,976 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1742]:RELIABLE:CoreMessage[messageID=1742, durable=true, userID=8c80ac6b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@798797211 2024-06-29 00:00:08,976 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c81219c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@34d4c9bb, true, {}] 2024-06-29 00:00:08,977 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1747, durable=true, userID=8c8148ae-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@358937561, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,979 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1747]:RELIABLE:CoreMessage[messageID=1747, durable=true, userID=8c8148ae-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@358937561 2024-06-29 00:00:08,980 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c81bddf-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3dec20c5, true, {}] 2024-06-29 00:00:08,980 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1752, durable=true, userID=8c81bde1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@444014299, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,983 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1752]:RELIABLE:CoreMessage[messageID=1752, durable=true, userID=8c81bde1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@444014299 2024-06-29 00:00:08,983 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c823312-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6799e576, true, {}] 2024-06-29 00:00:08,984 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1757, durable=true, userID=8c823314-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@464789276, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,986 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1757]:RELIABLE:CoreMessage[messageID=1757, durable=true, userID=8c823314-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@464789276 2024-06-29 00:00:08,987 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c82cf55-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@29fcdd88, true, {}] 2024-06-29 00:00:08,987 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1762, durable=true, userID=8c82cf57-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@403495373, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,990 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1762]:RELIABLE:CoreMessage[messageID=1762, durable=true, userID=8c82cf57-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@403495373 2024-06-29 00:00:08,990 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c834488-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@52b65f22, true, {}] 2024-06-29 00:00:08,991 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1767, durable=true, userID=8c83448a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@149480373, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,993 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1767]:RELIABLE:CoreMessage[messageID=1767, durable=true, userID=8c83448a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@149480373 2024-06-29 00:00:08,994 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c83b9bb-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@f85463b, true, {}] 2024-06-29 00:00:08,994 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1772, durable=true, userID=8c83e0cd-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@773138816, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:08,997 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1772]:RELIABLE:CoreMessage[messageID=1772, durable=true, userID=8c83e0cd-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@773138816 2024-06-29 00:00:08,997 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c8455fe-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@15e28fa1, true, {}] 2024-06-29 00:00:08,998 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1777, durable=true, userID=8c845600-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@125846785, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:09,000 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1777]:RELIABLE:CoreMessage[messageID=1777, durable=true, userID=8c845600-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@125846785 2024-06-29 00:00:09,000 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c84cb31-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@8af02c6, true, {}] 2024-06-29 00:00:09,001 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1782, durable=true, userID=8c84f243-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@100352602, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:09,004 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1782]:RELIABLE:CoreMessage[messageID=1782, durable=true, userID=8c84f243-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@100352602 2024-06-29 00:00:09,004 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c856774-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4a41ec1b, true, {}] 2024-06-29 00:00:09,004 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1787, durable=true, userID=8c856776-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1456908102, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:09,007 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1787]:RELIABLE:CoreMessage[messageID=1787, durable=true, userID=8c856776-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1456908102 2024-06-29 00:00:09,007 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c85dca7-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@609f47c2, true, {}] 2024-06-29 00:00:09,008 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1792, durable=true, userID=8c8603b9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2113988831, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:09,010 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1792]:RELIABLE:CoreMessage[messageID=1792, durable=true, userID=8c8603b9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2113988831 2024-06-29 00:00:09,011 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c8678ea-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@795e87b6, true, {}] 2024-06-29 00:00:09,011 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1797, durable=true, userID=8c8678ec-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@675814012, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:09,014 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1797]:RELIABLE:CoreMessage[messageID=1797, durable=true, userID=8c8678ec-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@675814012 2024-06-29 00:00:09,014 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c86ee1d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@77fe74bd, true, {}] 2024-06-29 00:00:09,014 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1802, durable=true, userID=8c86ee1f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1255105259, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:09,017 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1802]:RELIABLE:CoreMessage[messageID=1802, durable=true, userID=8c86ee1f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1255105259 2024-06-29 00:00:09,017 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c876350-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@33703d7d, true, {}] 2024-06-29 00:00:09,018 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1807, durable=true, userID=8c878a62-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@786048127, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:09,020 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1807]:RELIABLE:CoreMessage[messageID=1807, durable=true, userID=8c878a62-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@786048127 2024-06-29 00:00:09,021 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c87ff93-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@640d687, true, {}] 2024-06-29 00:00:09,021 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1812, durable=true, userID=8c87ff95-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1299105205, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:09,024 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1812]:RELIABLE:CoreMessage[messageID=1812, durable=true, userID=8c87ff95-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1299105205 2024-06-29 00:00:09,024 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c8874c6-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@457a86da, true, {}] 2024-06-29 00:00:09,025 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1817, durable=true, userID=8c8874c8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2106952482, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:09,027 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1817]:RELIABLE:CoreMessage[messageID=1817, durable=true, userID=8c8874c8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2106952482 2024-06-29 00:00:09,028 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c891109-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c55a4cf-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c55a4cf-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1e9aff41, true, {}] 2024-06-29 00:00:09,028 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1822, durable=true, userID=8c89110b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1070739120, context: RoutingContextImpl(Address=test/mom/testPublishObject, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject previousRoute:ANYCAST, reusable=true, version=-2147482886) .................................................. ***** durable queues test/mom/testPublishObject: - queueID=218 address:test/mom/testPublishObject name:test/mom/testPublishObject filter:null ***** non durable for test/mom/testPublishObject: .................................................. , transaction: null 2024-06-29 00:00:09,031 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject: Reference[1822]:RELIABLE:CoreMessage[messageID=1822, durable=true, userID=8c89110b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=711, properties=TypedProperties[__AMQ_CID=8c55a4d1-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1070739120 2024-06-29 00:00:09,031 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest.testMessageConsumerJobWith1ConsumerJob(JmsMomPubSemaphoreTest.java:73) - test works 2024-06-29 00:00:09,031 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishObject: CoreMessage[messageID=246, durable=true, userID=8bdaf616-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1102163537 to transaction: TransactionImpl [xid=null, txID=1825, xid=null, state=ACTIVE, createTime=1719619209031(Sat Jun 29 00:00:09 UTC 2024), timeoutSeconds=-1, nr operations = 1]@40540ce9 2024-06-29 00:00:09,032 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@794a3410, org.eclipse.scout.rt.mom.jms.JmsSubscription@62a9c857] 2024-06-29 00:00:09,032 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishObject: CoreMessage[messageID=251, durable=true, userID=8bdb9259-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1142895666 to transaction: TransactionImpl [xid=null, txID=1826, xid=null, state=ACTIVE, createTime=1719619209032(Sat Jun 29 00:00:09 UTC 2024), timeoutSeconds=-1, nr operations = 1]@3ec688c4 2024-06-29 00:00:09,034 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishObject: CoreMessage[messageID=246, durable=true, userID=8bdaf616-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1102163537, transaction: TransactionImpl [xid=null, txID=1825, xid=null, state=COMMITTED, createTime=1719619209031(Sat Jun 29 00:00:09 UTC 2024), timeoutSeconds=-1, nr operations = 0]@40540ce9 2024-06-29 00:00:09,034 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishObject: CoreMessage[messageID=251, durable=true, userID=8bdb9259-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:07 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject, size=767, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1142895666, transaction: TransactionImpl [xid=null, txID=1826, xid=null, state=COMMITTED, createTime=1719619209032(Sat Jun 29 00:00:09 UTC 2024), timeoutSeconds=-1, nr operations = 0]@3ec688c4 2024-06-29 00:00:09,036 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8c5556aa-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-29 00:00:09,036 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 4 subscriber jobs: [JobFutureTask@2f1de6bc[job=Receiving JMS message [dest=Destination@d948da1a[name=test/mom/testPublishObject, type=QUEUE, resolveMethod=DEFINE, properties={}]], state=WAITING_FOR_BLOCKING_CONDITION], JobFutureTask@27d251[job=Receiving JMS message [dest=Destination@d948da1a[name=test/mom/testPublishObject, type=QUEUE, resolveMethod=DEFINE, properties={}]], state=DONE], JobFutureTask@7502158b[job=Receiving JMS message [dest=Destination@d948da1a[name=test/mom/testPublishObject, type=QUEUE, resolveMethod=DEFINE, properties={}]], state=DONE], JobFutureTask@6b67eded[job=Receiving JMS message [dest=Destination@d948da1a[name=test/mom/testPublishObject, type=QUEUE, resolveMethod=DEFINE, properties={}]], state=DONE]] 2024-06-29 00:00:09,036 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.006610 ms 2024-06-29 00:00:09,036 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-29 00:00:09,037 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-29 00:00:09,037 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8c55a4cf-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-29 00:00:09,037 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-29 00:00:09,037 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 349.762404 ms 2024-06-29 00:00:09,038 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-29 00:00:09,038 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:90) - --------------------------------------------------- 2024-06-29 00:00:09,038 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.before(AbstractJmsMomTest.java:91) - 2024-06-29 00:00:09,038 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.installMom(AbstractJmsMomTest.java:136) - Registering IJmsMessageHandler mock 'Mock for IJmsMessageHandler, hashCode: 1682629887'. 2024-06-29 00:00:09,040 INFO [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:194) - Scout JUnit MOM [artemis] initialized: null 2024-06-29 00:00:09,040 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8c8ae5cd-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-29 00:00:09,041 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c8b0ce0-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8ae5cd-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8ae5cd-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@40201e8a, true, {}] 2024-06-29 00:00:09,041 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c8b0ce1-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8ae5cd-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8ae5cd-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@407afc60, true, {}] 2024-06-29 00:00:09,042 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreConsumer(AuditLogger_impl.java:2155) - AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, test/mom/testPublishObject2, null, 0, false, true, null] 2024-06-29 00:00:09,042 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[776]:RELIABLE:CoreMessage[messageID=776, durable=true, userID=8c1dcbac-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1444251004 2024-06-29 00:00:09,042 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[781]:RELIABLE:CoreMessage[messageID=781, durable=true, userID=8c1e40df-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1527975300 2024-06-29 00:00:09,042 INFO [main] org.apache.activemq.audit.resource.createdConnection(AuditLogger_impl.java:2843) - AMQ601767: CORE connection 8c8b33f2-35aa-11ef-ab26-0a580a2845c5 for user unknown@invm:0 created 2024-06-29 00:00:09,042 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[786]:RELIABLE:CoreMessage[messageID=786, durable=true, userID=8c1eb612-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1020325346 2024-06-29 00:00:09,042 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[791]:RELIABLE:CoreMessage[messageID=791, durable=true, userID=8c1f5255-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1770492762 2024-06-29 00:00:09,042 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[796]:RELIABLE:CoreMessage[messageID=796, durable=true, userID=8c1fc788-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1424586362 2024-06-29 00:00:09,042 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishObject2: CoreMessage[messageID=776, durable=true, userID=8c1dcbac-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1444251004 to transaction: TransactionImpl [xid=null, txID=1841, xid=null, state=ACTIVE, createTime=1719619209042(Sat Jun 29 00:00:09 UTC 2024), timeoutSeconds=-1, nr operations = 1]@ea89eeb 2024-06-29 00:00:09,042 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[801]:RELIABLE:CoreMessage[messageID=801, durable=true, userID=8c203cbb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@5927788 2024-06-29 00:00:09,042 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[806]:RELIABLE:CoreMessage[messageID=806, durable=true, userID=8c20d8fe-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@624818363 2024-06-29 00:00:09,042 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishObject2: CoreMessage[messageID=781, durable=true, userID=8c1e40df-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1527975300 to transaction: TransactionImpl [xid=null, txID=1842, xid=null, state=ACTIVE, createTime=1719619209042(Sat Jun 29 00:00:09 UTC 2024), timeoutSeconds=-1, nr operations = 1]@422a752 2024-06-29 00:00:09,042 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[811]:RELIABLE:CoreMessage[messageID=811, durable=true, userID=8c214e31-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@581510794 2024-06-29 00:00:09,042 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c8b33f5-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@132cd24a, true, {}] 2024-06-29 00:00:09,042 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[816]:RELIABLE:CoreMessage[messageID=816, durable=true, userID=8c21ea74-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1688722424 2024-06-29 00:00:09,042 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishObject2: CoreMessage[messageID=786, durable=true, userID=8c1eb612-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1020325346 to transaction: TransactionImpl [xid=null, txID=1843, xid=null, state=ACTIVE, createTime=1719619209042(Sat Jun 29 00:00:09 UTC 2024), timeoutSeconds=-1, nr operations = 1]@2faf3e3a 2024-06-29 00:00:09,042 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[821]:RELIABLE:CoreMessage[messageID=821, durable=true, userID=8c225fa7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@83913281 2024-06-29 00:00:09,042 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishObject2: CoreMessage[messageID=791, durable=true, userID=8c1f5255-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1770492762 to transaction: TransactionImpl [xid=null, txID=1846, xid=null, state=ACTIVE, createTime=1719619209042(Sat Jun 29 00:00:09 UTC 2024), timeoutSeconds=-1, nr operations = 1]@14571517 2024-06-29 00:00:09,043 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[826]:RELIABLE:CoreMessage[messageID=826, durable=true, userID=8c22fbea-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1756154190 2024-06-29 00:00:09,043 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishObject2: CoreMessage[messageID=796, durable=true, userID=8c1fc788-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1424586362 to transaction: TransactionImpl [xid=null, txID=1847, xid=null, state=ACTIVE, createTime=1719619209043(Sat Jun 29 00:00:09 UTC 2024), timeoutSeconds=-1, nr operations = 1]@58a1d11 2024-06-29 00:00:09,043 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[831]:RELIABLE:CoreMessage[messageID=831, durable=true, userID=8c23711d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1006910937 2024-06-29 00:00:09,043 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishObject2: CoreMessage[messageID=801, durable=true, userID=8c203cbb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@5927788 to transaction: TransactionImpl [xid=null, txID=1848, xid=null, state=ACTIVE, createTime=1719619209043(Sat Jun 29 00:00:09 UTC 2024), timeoutSeconds=-1, nr operations = 1]@2cf64a04 2024-06-29 00:00:09,043 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:249) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4cd3e2f3 2024-06-29 00:00:09,043 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[836]:RELIABLE:CoreMessage[messageID=836, durable=true, userID=8c23e650-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@496759814 2024-06-29 00:00:09,043 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[841]:RELIABLE:CoreMessage[messageID=841, durable=true, userID=8c248293-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1292995284 2024-06-29 00:00:09,043 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[846]:RELIABLE:CoreMessage[messageID=846, durable=true, userID=8c24f7c6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1535218481 2024-06-29 00:00:09,043 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c8b5b06-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4227f5b2, true, {}] 2024-06-29 00:00:09,043 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[851]:RELIABLE:CoreMessage[messageID=851, durable=true, userID=8c256cf9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1752242126 2024-06-29 00:00:09,043 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[856]:RELIABLE:CoreMessage[messageID=856, durable=true, userID=8c26093c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@498324917 2024-06-29 00:00:09,043 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[861]:RELIABLE:CoreMessage[messageID=861, durable=true, userID=8c26a57f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1659931313 2024-06-29 00:00:09,043 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[866]:RELIABLE:CoreMessage[messageID=866, durable=true, userID=8c271ab2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1073278832 2024-06-29 00:00:09,043 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[871]:RELIABLE:CoreMessage[messageID=871, durable=true, userID=8c278fe5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1259968044 2024-06-29 00:00:09,043 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[876]:RELIABLE:CoreMessage[messageID=876, durable=true, userID=8c282c28-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1323768778 2024-06-29 00:00:09,043 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[881]:RELIABLE:CoreMessage[messageID=881, durable=true, userID=8c28a15b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@163049844 2024-06-29 00:00:09,043 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[886]:RELIABLE:CoreMessage[messageID=886, durable=true, userID=8c293d9e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1680127692 2024-06-29 00:00:09,043 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[891]:RELIABLE:CoreMessage[messageID=891, durable=true, userID=8c29b2d1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1844490012 2024-06-29 00:00:09,043 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[896]:RELIABLE:CoreMessage[messageID=896, durable=true, userID=8c2a4f14-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1996924355 2024-06-29 00:00:09,043 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[901]:RELIABLE:CoreMessage[messageID=901, durable=true, userID=8c2ac447-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1404855729 2024-06-29 00:00:09,043 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[906]:RELIABLE:CoreMessage[messageID=906, durable=true, userID=8c2b397a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@780064902 2024-06-29 00:00:09,043 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[911]:RELIABLE:CoreMessage[messageID=911, durable=true, userID=8c2bd5bd-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1771043618 2024-06-29 00:00:09,043 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[916]:RELIABLE:CoreMessage[messageID=916, durable=true, userID=8c2c4af0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@255006325 2024-06-29 00:00:09,043 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[921]:RELIABLE:CoreMessage[messageID=921, durable=true, userID=8c2ce733-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@158775289 2024-06-29 00:00:09,043 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[926]:RELIABLE:CoreMessage[messageID=926, durable=true, userID=8c2d5c66-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1718664460 2024-06-29 00:00:09,043 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[931]:RELIABLE:CoreMessage[messageID=931, durable=true, userID=8c2dd199-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@833312235 2024-06-29 00:00:09,044 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[936]:RELIABLE:CoreMessage[messageID=936, durable=true, userID=8c2e6ddc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1502488930 2024-06-29 00:00:09,043 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1851, durable=true, userID=8c8b5b08-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1455676270, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,044 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[941]:RELIABLE:CoreMessage[messageID=941, durable=true, userID=8c2ee30f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1733204895 2024-06-29 00:00:09,044 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[946]:RELIABLE:CoreMessage[messageID=946, durable=true, userID=8c2f5842-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@197806464 2024-06-29 00:00:09,044 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[951]:RELIABLE:CoreMessage[messageID=951, durable=true, userID=8c2ff485-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@765894127 2024-06-29 00:00:09,044 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[956]:RELIABLE:CoreMessage[messageID=956, durable=true, userID=8c3069b8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1882516553 2024-06-29 00:00:09,044 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[961]:RELIABLE:CoreMessage[messageID=961, durable=true, userID=8c3105fb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@314180152 2024-06-29 00:00:09,044 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[966]:RELIABLE:CoreMessage[messageID=966, durable=true, userID=8c317b2e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@980712122 2024-06-29 00:00:09,044 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[971]:RELIABLE:CoreMessage[messageID=971, durable=true, userID=8c321771-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1281012269 2024-06-29 00:00:09,044 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[976]:RELIABLE:CoreMessage[messageID=976, durable=true, userID=8c328ca4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1425081847 2024-06-29 00:00:09,044 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[981]:RELIABLE:CoreMessage[messageID=981, durable=true, userID=8c3328e7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@941807227 2024-06-29 00:00:09,044 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[986]:RELIABLE:CoreMessage[messageID=986, durable=true, userID=8c339e1a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@251923405 2024-06-29 00:00:09,044 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[991]:RELIABLE:CoreMessage[messageID=991, durable=true, userID=8c343a5d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1504108897 2024-06-29 00:00:09,044 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[996]:RELIABLE:CoreMessage[messageID=996, durable=true, userID=8c34af90-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1579855982 2024-06-29 00:00:09,044 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1001]:RELIABLE:CoreMessage[messageID=1001, durable=true, userID=8c3524c3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2021217984 2024-06-29 00:00:09,044 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1006]:RELIABLE:CoreMessage[messageID=1006, durable=true, userID=8c35c106-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1823716393 2024-06-29 00:00:09,044 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1011]:RELIABLE:CoreMessage[messageID=1011, durable=true, userID=8c363639-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@219581531 2024-06-29 00:00:09,044 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1016]:RELIABLE:CoreMessage[messageID=1016, durable=true, userID=8c36d27c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1888822494 2024-06-29 00:00:09,044 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1021]:RELIABLE:CoreMessage[messageID=1021, durable=true, userID=8c3747af-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1188101538 2024-06-29 00:00:09,044 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1026]:RELIABLE:CoreMessage[messageID=1026, durable=true, userID=8c37bce2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@116876897 2024-06-29 00:00:09,044 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1031]:RELIABLE:CoreMessage[messageID=1031, durable=true, userID=8c385925-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1820230869 2024-06-29 00:00:09,044 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1036]:RELIABLE:CoreMessage[messageID=1036, durable=true, userID=8c38ce58-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1174292047 2024-06-29 00:00:09,044 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1041]:RELIABLE:CoreMessage[messageID=1041, durable=true, userID=8c396a9b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1991687087 2024-06-29 00:00:09,044 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1046]:RELIABLE:CoreMessage[messageID=1046, durable=true, userID=8c39dfce-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1644702754 2024-06-29 00:00:09,044 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1051]:RELIABLE:CoreMessage[messageID=1051, durable=true, userID=8c3a5501-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1697161127 2024-06-29 00:00:09,044 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1056]:RELIABLE:CoreMessage[messageID=1056, durable=true, userID=8c3af044-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@928623424 2024-06-29 00:00:09,044 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1061]:RELIABLE:CoreMessage[messageID=1061, durable=true, userID=8c3b6577-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2120835181 2024-06-29 00:00:09,045 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1066]:RELIABLE:CoreMessage[messageID=1066, durable=true, userID=8c3c01ba-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1573439911 2024-06-29 00:00:09,045 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1071]:RELIABLE:CoreMessage[messageID=1071, durable=true, userID=8c3c76ed-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@140597240 2024-06-29 00:00:09,045 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1076]:RELIABLE:CoreMessage[messageID=1076, durable=true, userID=8c3d1330-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@328408932 2024-06-29 00:00:09,045 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1081]:RELIABLE:CoreMessage[messageID=1081, durable=true, userID=8c3d8863-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@411658109 2024-06-29 00:00:09,045 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1086]:RELIABLE:CoreMessage[messageID=1086, durable=true, userID=8c3e24a6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1354487895 2024-06-29 00:00:09,045 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1091]:RELIABLE:CoreMessage[messageID=1091, durable=true, userID=8c3e99d9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2017754613 2024-06-29 00:00:09,045 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1096]:RELIABLE:CoreMessage[messageID=1096, durable=true, userID=8c3f361c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1038921713 2024-06-29 00:00:09,045 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1101]:RELIABLE:CoreMessage[messageID=1101, durable=true, userID=8c3fab4f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@607912023 2024-06-29 00:00:09,045 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1106]:RELIABLE:CoreMessage[messageID=1106, durable=true, userID=8c402082-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1995101058 2024-06-29 00:00:09,045 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1111]:RELIABLE:CoreMessage[messageID=1111, durable=true, userID=8c40bcc5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@944195398 2024-06-29 00:00:09,045 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1116]:RELIABLE:CoreMessage[messageID=1116, durable=true, userID=8c4131f8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1689747347 2024-06-29 00:00:09,045 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1121]:RELIABLE:CoreMessage[messageID=1121, durable=true, userID=8c41ce3b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@669175155 2024-06-29 00:00:09,045 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1126]:RELIABLE:CoreMessage[messageID=1126, durable=true, userID=8c42436e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2026920277 2024-06-29 00:00:09,045 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1131]:RELIABLE:CoreMessage[messageID=1131, durable=true, userID=8c42b8a1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2140357416 2024-06-29 00:00:09,045 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1136]:RELIABLE:CoreMessage[messageID=1136, durable=true, userID=8c4354e4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1011983812 2024-06-29 00:00:09,045 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1141]:RELIABLE:CoreMessage[messageID=1141, durable=true, userID=8c43ca17-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@98086179 2024-06-29 00:00:09,045 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1146]:RELIABLE:CoreMessage[messageID=1146, durable=true, userID=8c44665a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1050134304 2024-06-29 00:00:09,045 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1151]:RELIABLE:CoreMessage[messageID=1151, durable=true, userID=8c44db8d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@826787424 2024-06-29 00:00:09,045 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1156]:RELIABLE:CoreMessage[messageID=1156, durable=true, userID=8c4550c0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1230140909 2024-06-29 00:00:09,045 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1161]:RELIABLE:CoreMessage[messageID=1161, durable=true, userID=8c45ed03-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@619237279 2024-06-29 00:00:09,045 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1166]:RELIABLE:CoreMessage[messageID=1166, durable=true, userID=8c466236-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1756516156 2024-06-29 00:00:09,045 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1171]:RELIABLE:CoreMessage[messageID=1171, durable=true, userID=8c46fe79-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1453200830 2024-06-29 00:00:09,045 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1176]:RELIABLE:CoreMessage[messageID=1176, durable=true, userID=8c4773ac-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2091097839 2024-06-29 00:00:09,045 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1181]:RELIABLE:CoreMessage[messageID=1181, durable=true, userID=8c47e8df-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@803423574 2024-06-29 00:00:09,045 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1186]:RELIABLE:CoreMessage[messageID=1186, durable=true, userID=8c488522-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@458377599 2024-06-29 00:00:09,045 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1191]:RELIABLE:CoreMessage[messageID=1191, durable=true, userID=8c492165-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1732780337 2024-06-29 00:00:09,045 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1196]:RELIABLE:CoreMessage[messageID=1196, durable=true, userID=8c499698-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1961652647 2024-06-29 00:00:09,046 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1201]:RELIABLE:CoreMessage[messageID=1201, durable=true, userID=8c4a0bcb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1576278235 2024-06-29 00:00:09,046 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1206]:RELIABLE:CoreMessage[messageID=1206, durable=true, userID=8c4aa80e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@607343573 2024-06-29 00:00:09,046 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1211]:RELIABLE:CoreMessage[messageID=1211, durable=true, userID=8c4b1d41-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1579345036 2024-06-29 00:00:09,046 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1216]:RELIABLE:CoreMessage[messageID=1216, durable=true, userID=8c4bb984-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1187327983 2024-06-29 00:00:09,046 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1221]:RELIABLE:CoreMessage[messageID=1221, durable=true, userID=8c4c2eb7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1343509182 2024-06-29 00:00:09,046 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1226]:RELIABLE:CoreMessage[messageID=1226, durable=true, userID=8c4ca3ea-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2074252069 2024-06-29 00:00:09,046 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1231]:RELIABLE:CoreMessage[messageID=1231, durable=true, userID=8c4d402d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1828713542 2024-06-29 00:00:09,046 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1236]:RELIABLE:CoreMessage[messageID=1236, durable=true, userID=8c4db560-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1438981068 2024-06-29 00:00:09,046 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishObject2: CoreMessage[messageID=776, durable=true, userID=8c1dcbac-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1444251004, transaction: TransactionImpl [xid=null, txID=1841, xid=null, state=COMMITTED, createTime=1719619209042(Sat Jun 29 00:00:09 UTC 2024), timeoutSeconds=-1, nr operations = 0]@ea89eeb 2024-06-29 00:00:09,046 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishObject2: CoreMessage[messageID=781, durable=true, userID=8c1e40df-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1527975300, transaction: TransactionImpl [xid=null, txID=1842, xid=null, state=COMMITTED, createTime=1719619209042(Sat Jun 29 00:00:09 UTC 2024), timeoutSeconds=-1, nr operations = 0]@422a752 2024-06-29 00:00:09,046 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishObject2: CoreMessage[messageID=786, durable=true, userID=8c1eb612-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1020325346, transaction: TransactionImpl [xid=null, txID=1843, xid=null, state=COMMITTED, createTime=1719619209042(Sat Jun 29 00:00:09 UTC 2024), timeoutSeconds=-1, nr operations = 0]@2faf3e3a 2024-06-29 00:00:09,046 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1851]:RELIABLE:CoreMessage[messageID=1851, durable=true, userID=8c8b5b08-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1455676270 2024-06-29 00:00:09,046 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishObject2: CoreMessage[messageID=791, durable=true, userID=8c1f5255-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1770492762, transaction: TransactionImpl [xid=null, txID=1846, xid=null, state=COMMITTED, createTime=1719619209042(Sat Jun 29 00:00:09 UTC 2024), timeoutSeconds=-1, nr operations = 0]@14571517 2024-06-29 00:00:09,046 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishObject2: CoreMessage[messageID=796, durable=true, userID=8c1fc788-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1424586362, transaction: TransactionImpl [xid=null, txID=1847, xid=null, state=COMMITTED, createTime=1719619209043(Sat Jun 29 00:00:09 UTC 2024), timeoutSeconds=-1, nr operations = 0]@58a1d11 2024-06-29 00:00:09,046 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishObject2: CoreMessage[messageID=801, durable=true, userID=8c203cbb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@5927788, transaction: TransactionImpl [xid=null, txID=1848, xid=null, state=COMMITTED, createTime=1719619209043(Sat Jun 29 00:00:09 UTC 2024), timeoutSeconds=-1, nr operations = 0]@2cf64a04 2024-06-29 00:00:09,046 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c8bd039-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@474aeed3, true, {}] 2024-06-29 00:00:09,047 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1856, durable=true, userID=8c8bf74b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2063531854, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,049 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1856]:RELIABLE:CoreMessage[messageID=1856, durable=true, userID=8c8bf74b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2063531854 2024-06-29 00:00:09,049 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c8c456c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2c8dadb1, true, {}] 2024-06-29 00:00:09,050 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1861, durable=true, userID=8c8c6c7e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1097293814, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,053 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1861]:RELIABLE:CoreMessage[messageID=1861, durable=true, userID=8c8c6c7e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1097293814 2024-06-29 00:00:09,053 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c8ce1af-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@17cf36e0, true, {}] 2024-06-29 00:00:09,053 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1866, durable=true, userID=8c8ce1b1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@930120222, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,056 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1866]:RELIABLE:CoreMessage[messageID=1866, durable=true, userID=8c8ce1b1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@930120222 2024-06-29 00:00:09,056 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c8d56e2-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@562da2ab, true, {}] 2024-06-29 00:00:09,057 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1871, durable=true, userID=8c8d7df4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@477597026, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,059 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1871]:RELIABLE:CoreMessage[messageID=1871, durable=true, userID=8c8d7df4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@477597026 2024-06-29 00:00:09,060 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c8df325-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@cc85aa7, true, {}] 2024-06-29 00:00:09,060 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1876, durable=true, userID=8c8df327-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@816091242, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,063 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1876]:RELIABLE:CoreMessage[messageID=1876, durable=true, userID=8c8df327-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@816091242 2024-06-29 00:00:09,063 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c8e6858-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5670628a, true, {}] 2024-06-29 00:00:09,064 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1881, durable=true, userID=8c8e685a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1136282014, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,066 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1881]:RELIABLE:CoreMessage[messageID=1881, durable=true, userID=8c8e685a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1136282014 2024-06-29 00:00:09,066 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c8edd8b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@54a72d29, true, {}] 2024-06-29 00:00:09,067 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1886, durable=true, userID=8c8f049d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@268168396, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,070 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1886]:RELIABLE:CoreMessage[messageID=1886, durable=true, userID=8c8f049d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@268168396 2024-06-29 00:00:09,070 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c8f79ce-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@adc3f82, true, {}] 2024-06-29 00:00:09,071 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1891, durable=true, userID=8c8f79d0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1913367246, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,073 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1891]:RELIABLE:CoreMessage[messageID=1891, durable=true, userID=8c8f79d0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1913367246 2024-06-29 00:00:09,074 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c8fef01-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4d7dbf99, true, {}] 2024-06-29 00:00:09,074 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1896, durable=true, userID=8c901613-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1920730634, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,076 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1896]:RELIABLE:CoreMessage[messageID=1896, durable=true, userID=8c901613-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1920730634 2024-06-29 00:00:09,077 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c908b44-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@386ae16, true, {}] 2024-06-29 00:00:09,077 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1901, durable=true, userID=8c908b46-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@488805351, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,080 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1901]:RELIABLE:CoreMessage[messageID=1901, durable=true, userID=8c908b46-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@488805351 2024-06-29 00:00:09,080 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c910077-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@9e8d396, true, {}] 2024-06-29 00:00:09,081 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1906, durable=true, userID=8c910079-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1859546836, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,083 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1906]:RELIABLE:CoreMessage[messageID=1906, durable=true, userID=8c910079-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1859546836 2024-06-29 00:00:09,084 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c919cba-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@377e9621, true, {}] 2024-06-29 00:00:09,084 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1911, durable=true, userID=8c919cbc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@205567394, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,087 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1911]:RELIABLE:CoreMessage[messageID=1911, durable=true, userID=8c919cbc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@205567394 2024-06-29 00:00:09,087 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c9211ed-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@10ab0b82, true, {}] 2024-06-29 00:00:09,088 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1916, durable=true, userID=8c9238ff-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@940196289, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,090 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1916]:RELIABLE:CoreMessage[messageID=1916, durable=true, userID=8c9238ff-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@940196289 2024-06-29 00:00:09,091 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c928620-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7ae594a4, true, {}] 2024-06-29 00:00:09,091 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1921, durable=true, userID=8c92ad32-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@109256902, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,094 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1921]:RELIABLE:CoreMessage[messageID=1921, durable=true, userID=8c92ad32-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@109256902 2024-06-29 00:00:09,094 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c932263-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1d27eb0d, true, {}] 2024-06-29 00:00:09,094 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1926, durable=true, userID=8c932265-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@623334176, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,097 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1926]:RELIABLE:CoreMessage[messageID=1926, durable=true, userID=8c932265-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@623334176 2024-06-29 00:00:09,097 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c939796-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@68c74780, true, {}] 2024-06-29 00:00:09,098 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1931, durable=true, userID=8c93bea8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1269809548, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,100 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1931]:RELIABLE:CoreMessage[messageID=1931, durable=true, userID=8c93bea8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1269809548 2024-06-29 00:00:09,101 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c9433d9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@14dd3a4a, true, {}] 2024-06-29 00:00:09,101 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1936, durable=true, userID=8c9433db-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@900575918, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,104 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1936]:RELIABLE:CoreMessage[messageID=1936, durable=true, userID=8c9433db-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@900575918 2024-06-29 00:00:09,104 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c94a90c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@167445e8, true, {}] 2024-06-29 00:00:09,105 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1941, durable=true, userID=8c94d01e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2057053270, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,107 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1941]:RELIABLE:CoreMessage[messageID=1941, durable=true, userID=8c94d01e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2057053270 2024-06-29 00:00:09,108 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c95454f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@64dd5fed, true, {}] 2024-06-29 00:00:09,109 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1946, durable=true, userID=8c954551-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1695227467, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,111 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1946]:RELIABLE:CoreMessage[messageID=1946, durable=true, userID=8c954551-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1695227467 2024-06-29 00:00:09,111 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c95ba82-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6850da01, true, {}] 2024-06-29 00:00:09,112 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1951, durable=true, userID=8c95ba84-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1840358167, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,115 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1951]:RELIABLE:CoreMessage[messageID=1951, durable=true, userID=8c95ba84-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1840358167 2024-06-29 00:00:09,115 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c9656c5-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@73a82d49, true, {}] 2024-06-29 00:00:09,115 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1956, durable=true, userID=8c9656c7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2028042545, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,118 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1956]:RELIABLE:CoreMessage[messageID=1956, durable=true, userID=8c9656c7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2028042545 2024-06-29 00:00:09,118 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c96cbf8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6c6f4aed, true, {}] 2024-06-29 00:00:09,119 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1961, durable=true, userID=8c96cbfa-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1953134972, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,121 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1961]:RELIABLE:CoreMessage[messageID=1961, durable=true, userID=8c96cbfa-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1953134972 2024-06-29 00:00:09,122 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c97683b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@722b2b77, true, {}] 2024-06-29 00:00:09,122 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1966, durable=true, userID=8c97683c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1294591465, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,125 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1966]:RELIABLE:CoreMessage[messageID=1966, durable=true, userID=8c97683c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1294591465 2024-06-29 00:00:09,125 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c97dd6e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@58ddf7d2, true, {}] 2024-06-29 00:00:09,126 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1971, durable=true, userID=8c97dd70-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@888724608, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,128 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1971]:RELIABLE:CoreMessage[messageID=1971, durable=true, userID=8c97dd70-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@888724608 2024-06-29 00:00:09,129 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c9879b1-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6bcb8a82, true, {}] 2024-06-29 00:00:09,129 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1976, durable=true, userID=8c9879b2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@833375308, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,132 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1976]:RELIABLE:CoreMessage[messageID=1976, durable=true, userID=8c9879b2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@833375308 2024-06-29 00:00:09,132 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c98eee4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7fd94b60, true, {}] 2024-06-29 00:00:09,133 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1981, durable=true, userID=8c98eee6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1747014179, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,135 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1981]:RELIABLE:CoreMessage[messageID=1981, durable=true, userID=8c98eee6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1747014179 2024-06-29 00:00:09,136 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c998b27-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5e169797, true, {}] 2024-06-29 00:00:09,136 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1986, durable=true, userID=8c998b29-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@713170847, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,139 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1986]:RELIABLE:CoreMessage[messageID=1986, durable=true, userID=8c998b29-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@713170847 2024-06-29 00:00:09,139 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c9a005a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4ba4854, true, {}] 2024-06-29 00:00:09,139 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1991, durable=true, userID=8c9a005c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1394561694, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,142 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1991]:RELIABLE:CoreMessage[messageID=1991, durable=true, userID=8c9a005c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1394561694 2024-06-29 00:00:09,142 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c9a758d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@33176902, true, {}] 2024-06-29 00:00:09,143 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=1996, durable=true, userID=8c9a9c9f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@881224333, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,145 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[1996]:RELIABLE:CoreMessage[messageID=1996, durable=true, userID=8c9a9c9f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@881224333 2024-06-29 00:00:09,146 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c9b11d0-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@59d9c30f, true, {}] 2024-06-29 00:00:09,146 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2001, durable=true, userID=8c9b11d2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1252352112, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,149 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2001]:RELIABLE:CoreMessage[messageID=2001, durable=true, userID=8c9b11d2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1252352112 2024-06-29 00:00:09,149 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c9b8703-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@33d6faf1, true, {}] 2024-06-29 00:00:09,150 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2006, durable=true, userID=8c9bae15-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@728760955, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,152 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2006]:RELIABLE:CoreMessage[messageID=2006, durable=true, userID=8c9bae15-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@728760955 2024-06-29 00:00:09,153 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c9c2346-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@138044f8, true, {}] 2024-06-29 00:00:09,153 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2011, durable=true, userID=8c9c2348-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@323834500, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,156 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2011]:RELIABLE:CoreMessage[messageID=2011, durable=true, userID=8c9c2348-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@323834500 2024-06-29 00:00:09,156 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c9c9879-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5dbd426a, true, {}] 2024-06-29 00:00:09,157 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2016, durable=true, userID=8c9cbf8b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1087419021, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,159 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2016]:RELIABLE:CoreMessage[messageID=2016, durable=true, userID=8c9cbf8b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1087419021 2024-06-29 00:00:09,160 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c9d34bc-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@48a1d260, true, {}] 2024-06-29 00:00:09,160 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2021, durable=true, userID=8c9d34be-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1538233530, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,163 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2021]:RELIABLE:CoreMessage[messageID=2021, durable=true, userID=8c9d34be-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1538233530 2024-06-29 00:00:09,163 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c9da9ef-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4922ed7c, true, {}] 2024-06-29 00:00:09,164 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2026, durable=true, userID=8c9dd101-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@688417978, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,166 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2026]:RELIABLE:CoreMessage[messageID=2026, durable=true, userID=8c9dd101-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@688417978 2024-06-29 00:00:09,167 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c9e4632-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@167eaa2b, true, {}] 2024-06-29 00:00:09,167 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2031, durable=true, userID=8c9e4634-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1569822140, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,170 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2031]:RELIABLE:CoreMessage[messageID=2031, durable=true, userID=8c9e4634-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1569822140 2024-06-29 00:00:09,170 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c9ebb65-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3cf65a3, true, {}] 2024-06-29 00:00:09,171 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2036, durable=true, userID=8c9ebb67-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1867452599, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,173 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2036]:RELIABLE:CoreMessage[messageID=2036, durable=true, userID=8c9ebb67-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1867452599 2024-06-29 00:00:09,174 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c9f3098-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@134cf0e3, true, {}] 2024-06-29 00:00:09,174 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2041, durable=true, userID=8c9f57aa-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@832730165, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,176 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2041]:RELIABLE:CoreMessage[messageID=2041, durable=true, userID=8c9f57aa-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@832730165 2024-06-29 00:00:09,177 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8c9fccdb-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7433a732, true, {}] 2024-06-29 00:00:09,177 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2046, durable=true, userID=8c9fccdd-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2063100442, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,180 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2046]:RELIABLE:CoreMessage[messageID=2046, durable=true, userID=8c9fccdd-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2063100442 2024-06-29 00:00:09,180 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8ca0420e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1da1dd02, true, {}] 2024-06-29 00:00:09,181 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2051, durable=true, userID=8ca04210-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1659899741, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,183 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2051]:RELIABLE:CoreMessage[messageID=2051, durable=true, userID=8ca04210-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1659899741 2024-06-29 00:00:09,184 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8ca0de51-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@50e53491, true, {}] 2024-06-29 00:00:09,184 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2056, durable=true, userID=8ca0de53-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1461222745, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,187 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2056]:RELIABLE:CoreMessage[messageID=2056, durable=true, userID=8ca0de53-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1461222745 2024-06-29 00:00:09,187 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8ca15384-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@51b0cce4, true, {}] 2024-06-29 00:00:09,188 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2061, durable=true, userID=8ca15386-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1264492915, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,190 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2061]:RELIABLE:CoreMessage[messageID=2061, durable=true, userID=8ca15386-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1264492915 2024-06-29 00:00:09,191 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8ca1efc7-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@45dd4dfd, true, {}] 2024-06-29 00:00:09,191 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2066, durable=true, userID=8ca1efc9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@3200297, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,194 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2066]:RELIABLE:CoreMessage[messageID=2066, durable=true, userID=8ca1efc9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@3200297 2024-06-29 00:00:09,194 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8ca264fa-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1299e9ed, true, {}] 2024-06-29 00:00:09,195 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2071, durable=true, userID=8ca264fc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1532539480, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,197 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2071]:RELIABLE:CoreMessage[messageID=2071, durable=true, userID=8ca264fc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1532539480 2024-06-29 00:00:09,198 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8ca2da2d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2d0cdf4b, true, {}] 2024-06-29 00:00:09,198 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2076, durable=true, userID=8ca3013f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@83047928, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,201 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2076]:RELIABLE:CoreMessage[messageID=2076, durable=true, userID=8ca3013f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@83047928 2024-06-29 00:00:09,201 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8ca37670-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@515d8ce6, true, {}] 2024-06-29 00:00:09,202 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2081, durable=true, userID=8ca37672-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1613544878, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,204 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2081]:RELIABLE:CoreMessage[messageID=2081, durable=true, userID=8ca37672-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1613544878 2024-06-29 00:00:09,204 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8ca3eba3-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@797976da, true, {}] 2024-06-29 00:00:09,205 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2086, durable=true, userID=8ca412b5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@36654800, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,207 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2086]:RELIABLE:CoreMessage[messageID=2086, durable=true, userID=8ca412b5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@36654800 2024-06-29 00:00:09,208 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8ca487e6-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6ef4e460, true, {}] 2024-06-29 00:00:09,208 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2091, durable=true, userID=8ca487e8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@429791270, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,211 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2091]:RELIABLE:CoreMessage[messageID=2091, durable=true, userID=8ca487e8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@429791270 2024-06-29 00:00:09,211 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8ca4fd19-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@59bdb30b, true, {}] 2024-06-29 00:00:09,212 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2096, durable=true, userID=8ca5242b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@69852811, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,214 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2096]:RELIABLE:CoreMessage[messageID=2096, durable=true, userID=8ca5242b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@69852811 2024-06-29 00:00:09,215 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8ca5995c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@15f22c8a, true, {}] 2024-06-29 00:00:09,215 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2101, durable=true, userID=8ca5995e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1245768378, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,218 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2101]:RELIABLE:CoreMessage[messageID=2101, durable=true, userID=8ca5995e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1245768378 2024-06-29 00:00:09,218 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8ca60e8f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@df84cf9, true, {}] 2024-06-29 00:00:09,219 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2106, durable=true, userID=8ca60e91-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1505409862, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,221 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2106]:RELIABLE:CoreMessage[messageID=2106, durable=true, userID=8ca60e91-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1505409862 2024-06-29 00:00:09,222 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8ca6aad2-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3ac2a244, true, {}] 2024-06-29 00:00:09,222 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2111, durable=true, userID=8ca6aad4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2116004234, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,225 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2111]:RELIABLE:CoreMessage[messageID=2111, durable=true, userID=8ca6aad4-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2116004234 2024-06-29 00:00:09,225 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8ca72005-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@57814aff, true, {}] 2024-06-29 00:00:09,225 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2116, durable=true, userID=8ca72007-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1035746010, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,228 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2116]:RELIABLE:CoreMessage[messageID=2116, durable=true, userID=8ca72007-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1035746010 2024-06-29 00:00:09,228 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8ca79538-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3bd2cdcb, true, {}] 2024-06-29 00:00:09,229 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2121, durable=true, userID=8ca7bc4a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1643843146, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,232 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2121]:RELIABLE:CoreMessage[messageID=2121, durable=true, userID=8ca7bc4a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1643843146 2024-06-29 00:00:09,232 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8ca8317b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7880b2fd, true, {}] 2024-06-29 00:00:09,233 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2126, durable=true, userID=8ca8317d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1089408411, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,235 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2126]:RELIABLE:CoreMessage[messageID=2126, durable=true, userID=8ca8317d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1089408411 2024-06-29 00:00:09,235 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8ca8a6ae-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@38f8310e, true, {}] 2024-06-29 00:00:09,236 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2131, durable=true, userID=8ca8cdc0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2079111179, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,238 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2131]:RELIABLE:CoreMessage[messageID=2131, durable=true, userID=8ca8cdc0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2079111179 2024-06-29 00:00:09,239 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8ca942f1-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2eab0908, true, {}] 2024-06-29 00:00:09,239 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2136, durable=true, userID=8ca942f3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1522867343, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,242 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2136]:RELIABLE:CoreMessage[messageID=2136, durable=true, userID=8ca942f3-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1522867343 2024-06-29 00:00:09,242 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8ca9b824-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@af84e8b, true, {}] 2024-06-29 00:00:09,243 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2141, durable=true, userID=8ca9b826-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@406438601, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,245 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2141]:RELIABLE:CoreMessage[messageID=2141, durable=true, userID=8ca9b826-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@406438601 2024-06-29 00:00:09,245 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8caa2d57-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3cd2068, true, {}] 2024-06-29 00:00:09,246 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2146, durable=true, userID=8caa5469-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@145405988, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,248 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2146]:RELIABLE:CoreMessage[messageID=2146, durable=true, userID=8caa5469-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@145405988 2024-06-29 00:00:09,249 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8caac99a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@179d3857, true, {}] 2024-06-29 00:00:09,249 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2151, durable=true, userID=8caac99c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1848602219, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,252 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2151]:RELIABLE:CoreMessage[messageID=2151, durable=true, userID=8caac99c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1848602219 2024-06-29 00:00:09,252 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8cab3ecd-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6ed69e4, true, {}] 2024-06-29 00:00:09,253 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2156, durable=true, userID=8cab65df-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1147393941, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,255 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2156]:RELIABLE:CoreMessage[messageID=2156, durable=true, userID=8cab65df-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1147393941 2024-06-29 00:00:09,256 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8cabdb10-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@bfa0342, true, {}] 2024-06-29 00:00:09,256 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2161, durable=true, userID=8cabdb12-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@392120050, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,259 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2161]:RELIABLE:CoreMessage[messageID=2161, durable=true, userID=8cabdb12-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@392120050 2024-06-29 00:00:09,259 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8cac5043-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3299f39e, true, {}] 2024-06-29 00:00:09,260 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2166, durable=true, userID=8cac7755-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@709956662, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,262 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2166]:RELIABLE:CoreMessage[messageID=2166, durable=true, userID=8cac7755-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@709956662 2024-06-29 00:00:09,262 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8cacc576-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5a5113f2, true, {}] 2024-06-29 00:00:09,263 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2171, durable=true, userID=8cacec88-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@947598667, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,266 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2171]:RELIABLE:CoreMessage[messageID=2171, durable=true, userID=8cacec88-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@947598667 2024-06-29 00:00:09,266 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8cad61b9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1b33bfd4, true, {}] 2024-06-29 00:00:09,267 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2176, durable=true, userID=8cad61bb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@95287224, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,269 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2176]:RELIABLE:CoreMessage[messageID=2176, durable=true, userID=8cad61bb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@95287224 2024-06-29 00:00:09,270 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8cadd6ec-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@126a4732, true, {}] 2024-06-29 00:00:09,270 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2181, durable=true, userID=8cadfdfe-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@804323083, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,272 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2181]:RELIABLE:CoreMessage[messageID=2181, durable=true, userID=8cadfdfe-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@804323083 2024-06-29 00:00:09,273 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8cae732f-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6e028707, true, {}] 2024-06-29 00:00:09,273 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2186, durable=true, userID=8cae7331-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@150799201, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,276 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2186]:RELIABLE:CoreMessage[messageID=2186, durable=true, userID=8cae7331-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@150799201 2024-06-29 00:00:09,276 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8caee862-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3c1d2019, true, {}] 2024-06-29 00:00:09,277 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2191, durable=true, userID=8caee864-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1558722132, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,279 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2191]:RELIABLE:CoreMessage[messageID=2191, durable=true, userID=8caee864-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1558722132 2024-06-29 00:00:09,280 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8caf84a5-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@23856c3b, true, {}] 2024-06-29 00:00:09,280 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2196, durable=true, userID=8caf84a7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@837653485, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,283 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2196]:RELIABLE:CoreMessage[messageID=2196, durable=true, userID=8caf84a7-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@837653485 2024-06-29 00:00:09,283 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8caff9d8-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5da3bf1e, true, {}] 2024-06-29 00:00:09,284 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2201, durable=true, userID=8cb020ea-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1225050811, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,286 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2201]:RELIABLE:CoreMessage[messageID=2201, durable=true, userID=8cb020ea-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1225050811 2024-06-29 00:00:09,287 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8cb0961b-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1d347823, true, {}] 2024-06-29 00:00:09,287 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2206, durable=true, userID=8cb0961d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@473412362, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,290 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2206]:RELIABLE:CoreMessage[messageID=2206, durable=true, userID=8cb0961d-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@473412362 2024-06-29 00:00:09,290 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8cb10b4e-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3726571b, true, {}] 2024-06-29 00:00:09,291 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2211, durable=true, userID=8cb13260-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1528498402, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,293 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2211]:RELIABLE:CoreMessage[messageID=2211, durable=true, userID=8cb13260-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1528498402 2024-06-29 00:00:09,294 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8cb18081-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@13816371, true, {}] 2024-06-29 00:00:09,294 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2216, durable=true, userID=8cb1a793-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@171317372, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,297 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2216]:RELIABLE:CoreMessage[messageID=2216, durable=true, userID=8cb1a793-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@171317372 2024-06-29 00:00:09,297 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8cb21cc4-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@12df0302, true, {}] 2024-06-29 00:00:09,298 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2221, durable=true, userID=8cb21cc6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@766837079, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,300 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2221]:RELIABLE:CoreMessage[messageID=2221, durable=true, userID=8cb21cc6-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@766837079 2024-06-29 00:00:09,300 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8cb291f7-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@73bbbc2d, true, {}] 2024-06-29 00:00:09,301 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2226, durable=true, userID=8cb2b909-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@147748757, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,303 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2226]:RELIABLE:CoreMessage[messageID=2226, durable=true, userID=8cb2b909-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@147748757 2024-06-29 00:00:09,304 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8cb32e3a-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5780fa86, true, {}] 2024-06-29 00:00:09,304 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2231, durable=true, userID=8cb32e3c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@938204030, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,307 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2231]:RELIABLE:CoreMessage[messageID=2231, durable=true, userID=8cb32e3c-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@938204030 2024-06-29 00:00:09,307 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8cb3a36d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4d33e98b, true, {}] 2024-06-29 00:00:09,308 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2236, durable=true, userID=8cb3a36f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1547715269, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,310 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2236]:RELIABLE:CoreMessage[messageID=2236, durable=true, userID=8cb3a36f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1547715269 2024-06-29 00:00:09,311 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8cb43fb0-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5561ff9a, true, {}] 2024-06-29 00:00:09,311 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2241, durable=true, userID=8cb43fb2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2015584693, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,314 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2241]:RELIABLE:CoreMessage[messageID=2241, durable=true, userID=8cb43fb2-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@2015584693 2024-06-29 00:00:09,314 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8cb4b4e3-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@565b61a5, true, {}] 2024-06-29 00:00:09,315 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2246, durable=true, userID=8cb4dbf5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1893724836, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,317 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2246]:RELIABLE:CoreMessage[messageID=2246, durable=true, userID=8cb4dbf5-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1893724836 2024-06-29 00:00:09,318 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8cb55126-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@337e0ae4, true, {}] 2024-06-29 00:00:09,318 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2251, durable=true, userID=8cb55128-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1205642808, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,320 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2251]:RELIABLE:CoreMessage[messageID=2251, durable=true, userID=8cb55128-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1205642808 2024-06-29 00:00:09,321 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8cb5c659-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@42ec7335, true, {}] 2024-06-29 00:00:09,321 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2256, durable=true, userID=8cb5c65b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@149201218, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,324 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2256]:RELIABLE:CoreMessage[messageID=2256, durable=true, userID=8cb5c65b-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@149201218 2024-06-29 00:00:09,324 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8cb63b8c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@75e5fa51, true, {}] 2024-06-29 00:00:09,325 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2261, durable=true, userID=8cb6629e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@53095090, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,327 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2261]:RELIABLE:CoreMessage[messageID=2261, durable=true, userID=8cb6629e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@53095090 2024-06-29 00:00:09,328 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8cb6d7cf-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@658efa51, true, {}] 2024-06-29 00:00:09,328 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2266, durable=true, userID=8cb6d7d1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1176436325, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,331 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2266]:RELIABLE:CoreMessage[messageID=2266, durable=true, userID=8cb6d7d1-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1176436325 2024-06-29 00:00:09,331 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8cb74d02-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@73ed1d14, true, {}] 2024-06-29 00:00:09,332 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2271, durable=true, userID=8cb74d04-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@696335419, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,334 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2271]:RELIABLE:CoreMessage[messageID=2271, durable=true, userID=8cb74d04-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@696335419 2024-06-29 00:00:09,334 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8cb7c235-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1ec81e12, true, {}] 2024-06-29 00:00:09,335 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2276, durable=true, userID=8cb7e947-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1144331278, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,337 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2276]:RELIABLE:CoreMessage[messageID=2276, durable=true, userID=8cb7e947-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1144331278 2024-06-29 00:00:09,338 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8cb85e78-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@25d311da, true, {}] 2024-06-29 00:00:09,338 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2281, durable=true, userID=8cb85e7a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@787648431, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,341 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2281]:RELIABLE:CoreMessage[messageID=2281, durable=true, userID=8cb85e7a-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@787648431 2024-06-29 00:00:09,341 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8cb8d3ab-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@88f65e2, true, {}] 2024-06-29 00:00:09,342 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2286, durable=true, userID=8cb8fabc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@55147137, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,344 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2286]:RELIABLE:CoreMessage[messageID=2286, durable=true, userID=8cb8fabc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@55147137 2024-06-29 00:00:09,345 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8cb96fee-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2d6c1fdd, true, {}] 2024-06-29 00:00:09,345 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2291, durable=true, userID=8cb96ff0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@70853605, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,348 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2291]:RELIABLE:CoreMessage[messageID=2291, durable=true, userID=8cb96ff0-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@70853605 2024-06-29 00:00:09,348 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8cb9e521-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3b1c582, true, {}] 2024-06-29 00:00:09,349 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2296, durable=true, userID=8cb9e523-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1654616193, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,351 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2296]:RELIABLE:CoreMessage[messageID=2296, durable=true, userID=8cb9e523-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1654616193 2024-06-29 00:00:09,352 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8cba8164-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@162e12, true, {}] 2024-06-29 00:00:09,352 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2301, durable=true, userID=8cba8166-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1368604671, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,355 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2301]:RELIABLE:CoreMessage[messageID=2301, durable=true, userID=8cba8166-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1368604671 2024-06-29 00:00:09,355 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8cbaf697-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@49e564cc, true, {}] 2024-06-29 00:00:09,356 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2306, durable=true, userID=8cbb1da9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1395237378, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,358 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2306]:RELIABLE:CoreMessage[messageID=2306, durable=true, userID=8cbb1da9-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1395237378 2024-06-29 00:00:09,359 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8cbb92da-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@425fe80d, true, {}] 2024-06-29 00:00:09,359 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2311, durable=true, userID=8cbb92dc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@397146197, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,362 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2311]:RELIABLE:CoreMessage[messageID=2311, durable=true, userID=8cbb92dc-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@397146197 2024-06-29 00:00:09,362 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8cbc080d-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@60cf1e7e, true, {}] 2024-06-29 00:00:09,362 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2316, durable=true, userID=8cbc080f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1685527509, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,365 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2316]:RELIABLE:CoreMessage[messageID=2316, durable=true, userID=8cbc080f-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1685527509 2024-06-29 00:00:09,366 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8cbc7d40-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3f901105, true, {}] 2024-06-29 00:00:09,366 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2321, durable=true, userID=8cbca452-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1720133687, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,369 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2321]:RELIABLE:CoreMessage[messageID=2321, durable=true, userID=8cbca452-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1720133687 2024-06-29 00:00:09,369 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8cbd1983-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@186e62d6, true, {}] 2024-06-29 00:00:09,369 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2326, durable=true, userID=8cbd1985-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1632040341, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,372 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2326]:RELIABLE:CoreMessage[messageID=2326, durable=true, userID=8cbd1985-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1632040341 2024-06-29 00:00:09,372 INFO [Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8cbd8eb6-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5ec27f03, true, {}] 2024-06-29 00:00:09,373 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2331, durable=true, userID=8cbdb5c8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1691157916, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,375 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2331]:RELIABLE:CoreMessage[messageID=2331, durable=true, userID=8cbdb5c8-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@1691157916 2024-06-29 00:00:09,376 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8cbe2af9-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@2b6c0909, true, {}] 2024-06-29 00:00:09,376 INFO [Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2336, durable=true, userID=8cbe2afb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@724525801, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,379 INFO [Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2336]:RELIABLE:CoreMessage[messageID=2336, durable=true, userID=8cbe2afb-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@724525801 2024-06-29 00:00:09,379 INFO [Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.base.createCoreSession(AuditLogger_impl.java:2171) - AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [8cbea02c-35aa-11ef-ab26-0a580a2845c5, null, ****, 102400, RemotingConnectionImpl [ID=8c8b33f2-35aa-11ef-ab26-0a580a2845c5, clientID=null, nodeID=8ba1be4a-35aa-11ef-ab26-0a580a2845c5, transportConnection=InVMConnection [serverID=0, id=8c8b33f2-35aa-11ef-ab26-0a580a2845c5]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5a1874ac, true, {}] 2024-06-29 00:00:09,380 INFO [Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreSendMessage(AuditLogger_impl.java:2291) - AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=2341, durable=true, userID=8cbec73e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@620474605, context: RoutingContextImpl(Address=test/mom/testPublishObject2, routingType=ANYCAST, PreviousAddress=test/mom/testPublishObject2 previousRoute:ANYCAST, reusable=true, version=-2147482885) .................................................. ***** durable queues test/mom/testPublishObject2: - queueID=733 address:test/mom/testPublishObject2 name:test/mom/testPublishObject2 filter:null ***** non durable for test/mom/testPublishObject2: .................................................. , transaction: null 2024-06-29 00:00:09,382 INFO [Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.consumeMessage(AuditLogger_impl.java:2299) - AMQ601501: User anonymous@invm:0 is consuming a message from test/mom/testPublishObject2: Reference[2341]:RELIABLE:CoreMessage[messageID=2341, durable=true, userID=8cbec73e-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:09 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=713, properties=TypedProperties[__AMQ_CID=8c8b33f4-35aa-11ef-ab26-0a580a2845c5, x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@620474605 2024-06-29 00:00:09,383 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.dispose(AbstractJmsMomTest.java:166) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$$Lambda$375/0x00007fd860452ae0@3e17219, org.eclipse.scout.rt.mom.jms.JmsSubscription@3c995eae] 2024-06-29 00:00:09,383 INFO [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.addAckToTransaction(AuditLogger_impl.java:2779) - AMQ601759: User anonymous@invm:0 added acknowledgement of a message from test/mom/testPublishObject2: CoreMessage[messageID=806, durable=true, userID=8c20d8fe-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@624818363 to transaction: TransactionImpl [xid=null, txID=2344, xid=null, state=ACTIVE, createTime=1719619209383(Sat Jun 29 00:00:09 UTC 2024), timeoutSeconds=-1, nr operations = 1]@2ce9a23d 2024-06-29 00:00:09,386 INFO [Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@23e95661)] org.apache.activemq.audit.message.coreAcknowledgeMessage(AuditLogger_impl.java:2307) - AMQ601502: User anonymous@invm:0 acknowledged message from test/mom/testPublishObject2: CoreMessage[messageID=806, durable=true, userID=8c20d8fe-35aa-11ef-ab26-0a580a2845c5, priority=4, timestamp=Sat Jun 29 00:00:08 UTC 2024, expiration=0, durable=true, address=test/mom/testPublishObject2, size=769, properties=TypedProperties[__AMQ_CID=Scout JUnit MOM [artemis] (ffdfb85d-00da-4cfd-8b9f-3babc2c7b708), x_scout_mom_marshaller_properties={"x-scout.mom.transferobject.null":"false","x-scout.mom.object.objecttype":"org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest$SerializableObject"}, _AMQ_ROUTING_TYPE=1]]@624818363, transaction: TransactionImpl [xid=null, txID=2344, xid=null, state=COMMITTED, createTime=1719619209383(Sat Jun 29 00:00:09 UTC 2024), timeoutSeconds=-1, nr operations = 0]@2ce9a23d 2024-06-29 00:00:09,387 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8c8ae5cd-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-29 00:00:09,388 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:208) - Cancelling 4 subscriber jobs: [JobFutureTask@2f1de6bc[job=Receiving JMS message [dest=Destination@d948da1a[name=test/mom/testPublishObject, type=QUEUE, resolveMethod=DEFINE, properties={}]], state=DONE], JobFutureTask@27d251[job=Receiving JMS message [dest=Destination@d948da1a[name=test/mom/testPublishObject, type=QUEUE, resolveMethod=DEFINE, properties={}]], state=DONE], JobFutureTask@7502158b[job=Receiving JMS message [dest=Destination@d948da1a[name=test/mom/testPublishObject, type=QUEUE, resolveMethod=DEFINE, properties={}]], state=DONE], JobFutureTask@6b67eded[job=Receiving JMS message [dest=Destination@d948da1a[name=test/mom/testPublishObject, type=QUEUE, resolveMethod=DEFINE, properties={}]], state=DONE]] 2024-06-29 00:00:09,388 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.cancelJobs(AbstractJmsMomTest.java:216) - All subscriber jobs have finished after 0.004501 ms 2024-06-29 00:00:09,388 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:130) - close 1 connection and 0 sessions 2024-06-29 00:00:09,388 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:142) - closing connection 2024-06-29 00:00:09,388 INFO [main] org.apache.activemq.audit.resource.destroyedConnection(AuditLogger_impl.java:2851) - AMQ601768: CORE connection 8c8b33f2-35aa-11ef-ab26-0a580a2845c5 for user anonymous@invm:0 destroyed 2024-06-29 00:00:09,389 INFO [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - connection closed 2024-06-29 00:00:09,389 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:123) - Finished test in 350.606785 ms 2024-06-29 00:00:09,389 INFO [main] org.eclipse.scout.rt.mom.jms.AbstractJmsMomTest.after(AbstractJmsMomTest.java:124) - 2024-06-29 00:00:09,395 INFO [main] org.apache.activemq.artemis.core.server.serverStopped(ActiveMQServerLogger_impl.java:61) - AMQ221002: Apache ActiveMQ Artemis Message Broker version 2.31.2 [8ba1be4a-35aa-11ef-ab26-0a580a2845c5] stopped, uptime 1.884 seconds [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.717 s -- in org.eclipse.scout.rt.mom.jms.JmsMomPubSemaphoreTest [INFO] Running org.eclipse.scout.rt.mom.jms.JmsMomManualTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s -- in org.eclipse.scout.rt.mom.jms.JmsMomManualTest [INFO] Running org.eclipse.scout.rt.mom.jms.JmsMessageReaderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 s -- in org.eclipse.scout.rt.mom.jms.JmsMessageReaderTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 243, Failures: 0, Errors: 0, Skipped: 5 [INFO] [INFO] [INFO] --- jar:3.3.0: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-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms.test/target/org.eclipse.scout.rt.mom.jms.test-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms.test/target/org.eclipse.scout.rt.mom.jms.test-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms.test/target/org.eclipse.scout.rt.mom.jms.test-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms.test/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms.test/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.jms.test-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms.test/target/org.eclipse.scout.rt.mom.jms.test-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms.test/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.jms.test-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms.test/target/org.eclipse.scout.rt.mom.jms.test-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms.test/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.jms.test-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms.test/target/org.eclipse.scout.rt.mom.jms.test-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms.test/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.jms.test-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] ------< org.eclipse.scout.rt:org.eclipse.scout.rt.charsetdetect >------- [INFO] Building org.eclipse.scout.rt.charsetdetect 24.2-SNAPSHOT [36/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.charsetdetect/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/tika/tika-parser-text-module/2.9.1/tika-parser-text-module-2.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tika/tika-parser-text-module/2.9.1/tika-parser-text-module-2.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tika/tika-parser-text-module/2.9.1/tika-parser-text-module-2.9.1.pom (2.8 kB at 34 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/tika/tika-parsers-standard-modules/2.9.1/tika-parsers-standard-modules-2.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tika/tika-parsers-standard-modules/2.9.1/tika-parsers-standard-modules-2.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tika/tika-parsers-standard-modules/2.9.1/tika-parsers-standard-modules-2.9.1.pom (4.0 kB at 59 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/tika/tika-parsers-standard/2.9.1/tika-parsers-standard-2.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tika/tika-parsers-standard/2.9.1/tika-parsers-standard-2.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tika/tika-parsers-standard/2.9.1/tika-parsers-standard-2.9.1.pom (3.1 kB at 7.3 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/tika/tika-parsers/2.9.1/tika-parsers-2.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tika/tika-parsers/2.9.1/tika-parsers-2.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tika/tika-parsers/2.9.1/tika-parsers-2.9.1.pom (3.7 kB at 29 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/tika/tika-parent/2.9.1/tika-parent-2.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tika/tika-parent/2.9.1/tika-parent-2.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tika/tika-parent/2.9.1/tika-parent-2.9.1.pom (48 kB at 436 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/jackson/jackson-bom/2.15.2/jackson-bom-2.15.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.15.2/jackson-bom-2.15.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.15.2/jackson-bom-2.15.2.pom (18 kB at 9.0 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/jackson/jackson-parent/2.15/jackson-parent-2.15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.15/jackson-parent-2.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.15/jackson-parent-2.15.pom (6.5 kB at 6.5 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/netty/netty-bom/4.1.100.Final/netty-bom-4.1.100.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-bom/4.1.100.Final/netty-bom-4.1.100.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-bom/4.1.100.Final/netty-bom-4.1.100.Final.pom (13 kB at 24 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/cxf/cxf-bom/3.5.6/cxf-bom-3.5.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/cxf/cxf-bom/3.5.6/cxf-bom-3.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/cxf/cxf-bom/3.5.6/cxf-bom-3.5.6.pom (26 kB at 118 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/cxf/cxf/3.5.6/cxf-3.5.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/cxf/cxf/3.5.6/cxf-3.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/cxf/cxf/3.5.6/cxf-3.5.6.pom (39 kB at 329 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/logging/log4j/log4j-bom/2.20.0/log4j-bom-2.20.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-bom/2.20.0/log4j-bom-2.20.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-bom/2.20.0/log4j-bom-2.20.0.pom (9.0 kB at 410 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/logging/logging-parent/7/logging-parent-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/logging-parent/7/logging-parent-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/logging-parent/7/logging-parent-7.pom (3.3 kB at 365 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jetty/jetty-bom/9.4.53.v20231009/jetty-bom-9.4.53.v20231009.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-bom/9.4.53.v20231009/jetty-bom-9.4.53.v20231009.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-bom/9.4.53.v20231009/jetty-bom-9.4.53.v20231009.pom (18 kB at 1.8 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/tika/tika-parser-text-module/2.9.1/tika-parser-text-module-2.9.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tika/tika-parser-text-module/2.9.1/tika-parser-text-module-2.9.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tika/tika-parser-text-module/2.9.1/tika-parser-text-module-2.9.1.jar (123 kB at 1.7 MB/s) [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.charsetdetect --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.charsetdetect --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.charsetdetect --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.charsetdetect/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.charsetdetect --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.charsetdetect --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.charsetdetect --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.charsetdetect/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.charsetdetect --- [INFO] Copying 7 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.charsetdetect --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.charsetdetect --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.charsetdetect/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.scout.rt.charsetdetect.CharsetDetectorTest 2024-06-29 00:00:13,158 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:179) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true 2024-06-29 00:00:13,178 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:37) - Building jandex class inventory using rebuild strategy IF_MISSING... 2024-06-29 00:00:13,264 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:43) - Finished building jandex class inventory in 97.108186 ms. Total class count: 677 2024-06-29 00:00:13,362 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:226) - Collected 107 beans in 95.537524 ms 2024-06-29 00:00:13,393 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:231) - Registered 107 beans in 31.620559 ms 2024-06-29 00:00:13,406 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.logger.LoggerInstallPlatformListener.registerLoggerSupportBean(LoggerInstallPlatformListener.java:98) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport 2024-06-29 00:00:13,408 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:191) - No classpath:config.properties found. Running with empty configuration. OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.106 s -- in org.eclipse.scout.rt.charsetdetect.CharsetDetectorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.charsetdetect --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.charsetdetect/target/org.eclipse.scout.rt.charsetdetect-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.charsetdetect --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.charsetdetect/target/org.eclipse.scout.rt.charsetdetect-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.charsetdetect --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.charsetdetect/target/org.eclipse.scout.rt.charsetdetect-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.charsetdetect --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.charsetdetect/target/org.eclipse.scout.rt.charsetdetect-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.charsetdetect --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.charsetdetect --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.charsetdetect/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.charsetdetect/24.2-SNAPSHOT/org.eclipse.scout.rt.charsetdetect-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.charsetdetect/target/org.eclipse.scout.rt.charsetdetect-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.charsetdetect/24.2-SNAPSHOT/org.eclipse.scout.rt.charsetdetect-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.charsetdetect/target/org.eclipse.scout.rt.charsetdetect-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.charsetdetect/24.2-SNAPSHOT/org.eclipse.scout.rt.charsetdetect-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.charsetdetect/target/org.eclipse.scout.rt.charsetdetect-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.charsetdetect/24.2-SNAPSHOT/org.eclipse.scout.rt.charsetdetect-24.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.charsetdetect/target/org.eclipse.scout.rt.charsetdetect-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.charsetdetect/24.2-SNAPSHOT/org.eclipse.scout.rt.charsetdetect-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.rt.oauth2 >---------- [INFO] Building org.eclipse.scout.rt.oauth2 24.2-SNAPSHOT [37/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.oauth2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/github/scribejava/scribejava-apis/8.3.3/scribejava-apis-8.3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/scribejava/scribejava-apis/8.3.3/scribejava-apis-8.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/scribejava/scribejava-apis/8.3.3/scribejava-apis-8.3.3.pom (2.7 kB at 225 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/github/scribejava/scribejava/8.3.3/scribejava-8.3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/scribejava/scribejava/8.3.3/scribejava-8.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/scribejava/scribejava/8.3.3/scribejava-8.3.3.pom (12 kB at 1.2 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/github/scribejava/scribejava-core/8.3.3/scribejava-core-8.3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/scribejava/scribejava-core/8.3.3/scribejava-core-8.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/scribejava/scribejava-core/8.3.3/scribejava-core-8.3.3.pom (2.2 kB at 243 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/github/scribejava/scribejava-java8/8.3.3/scribejava-java8-8.3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/scribejava/scribejava-java8/8.3.3/scribejava-java8-8.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/scribejava/scribejava-java8/8.3.3/scribejava-java8-8.3.3.pom (1.1 kB at 126 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/github/scribejava/scribejava-apis/8.3.3/scribejava-apis-8.3.3.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/github/scribejava/scribejava-core/8.3.3/scribejava-core-8.3.3.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/github/scribejava/scribejava-java8/8.3.3/scribejava-java8-8.3.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/scribejava/scribejava-apis/8.3.3/scribejava-apis-8.3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/scribejava/scribejava-apis/8.3.3/scribejava-apis-8.3.3.jar (143 kB at 6.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/scribejava/scribejava-core/8.3.3/scribejava-core-8.3.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/scribejava/scribejava-java8/8.3.3/scribejava-java8-8.3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/scribejava/scribejava-core/8.3.3/scribejava-core-8.3.3.jar (138 kB at 4.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/scribejava/scribejava-java8/8.3.3/scribejava-java8-8.3.3.jar (3.2 kB at 112 kB/s) [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.oauth2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.oauth2 --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.oauth2 --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.oauth2/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.oauth2 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.oauth2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.oauth2 --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.oauth2/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.oauth2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.oauth2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.oauth2 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.oauth2 --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.oauth2 --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.oauth2/target/org.eclipse.scout.rt.oauth2-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.oauth2 --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.oauth2 --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.oauth2/target/org.eclipse.scout.rt.oauth2-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.oauth2 --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.oauth2 --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.oauth2 --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.oauth2/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.oauth2/24.2-SNAPSHOT/org.eclipse.scout.rt.oauth2-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.oauth2/target/org.eclipse.scout.rt.oauth2-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.oauth2/24.2-SNAPSHOT/org.eclipse.scout.rt.oauth2-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.oauth2/target/org.eclipse.scout.rt.oauth2-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.oauth2/24.2-SNAPSHOT/org.eclipse.scout.rt.oauth2-24.2-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.eclipse.scout.rt:org.eclipse.scout.rt.mail >----------- [INFO] Building org.eclipse.scout.rt.mail 24.2-SNAPSHOT [38/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mail/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.mail --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.mail --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.mail --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mail/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.mail --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.mail --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mail/src/main/java/org/eclipse/scout/rt/mail/MailHelper.java:[909,21] Unsupported @SuppressWarnings("squid:S1166") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mail/src/main/java/org/eclipse/scout/rt/mail/MailHelper.java:[953,21] Unsupported @SuppressWarnings("squid:S1166") [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mail/src/main/java/org/eclipse/scout/rt/mail/smtp/SmtpConnectionPool.java:[324,25] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.mail --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mail/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.mail --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mail/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.mail --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.mail --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.mail --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mail/target/org.eclipse.scout.rt.mail-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.mail --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.mail --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mail/target/org.eclipse.scout.rt.mail-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.mail --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.mail --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.mail --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mail/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mail/24.2-SNAPSHOT/org.eclipse.scout.rt.mail-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mail/target/org.eclipse.scout.rt.mail-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mail/24.2-SNAPSHOT/org.eclipse.scout.rt.mail-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mail/target/org.eclipse.scout.rt.mail-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mail/24.2-SNAPSHOT/org.eclipse.scout.rt.mail-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.eclipse.scout.rt:org.eclipse.scout.rt.mail.test >--------- [INFO] Building org.eclipse.scout.rt.mail.test 24.2-SNAPSHOT [39/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mail.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.mail.test --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.mail.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.mail.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mail.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.mail.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mail.test/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.mail.test --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.mail.test --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.mail.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mail.test/src/test/java/org/eclipse/scout/rt/mail/MailHelperTest.java:[60,21] Unsupported @SuppressWarnings("InjectedReferences") [INFO] [INFO] --- jandex:3.1.6:jandex (make-test-index) @ org.eclipse.scout.rt.mail.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mail.test/target/test-classes/jandex.idx [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.mail.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mail.test/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.scout.rt.mail.CharsetSafeMimeMessageTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.220 s -- in org.eclipse.scout.rt.mail.CharsetSafeMimeMessageTest [INFO] Running org.eclipse.scout.rt.mail.MailBounceDetectorTest 2024-06-29 00:00:17,463 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:179) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true 2024-06-29 00:00:17,483 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:37) - Building jandex class inventory using rebuild strategy IF_MISSING... 2024-06-29 00:00:17,587 INFO [ForkJoinPool.commonPool-worker-1] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanFolder(JandexInventoryBuilder.java:180) - Rebuild index 'file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mail.test/target/test-classes/META-INF/jandex.idx'. Scanning location... 2024-06-29 00:00:17,770 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:43) - Finished building jandex class inventory in 297.959762 ms. Total class count: 716 2024-06-29 00:00:17,952 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:226) - Collected 130 beans in 179.523422 ms 2024-06-29 00:00:18,037 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:231) - Registered 130 beans in 85.641790 ms 2024-06-29 00:00:18,050 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.logger.LoggerInstallPlatformListener.registerLoggerSupportBean(LoggerInstallPlatformListener.java:98) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport 2024-06-29 00:00:18,052 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:191) - No classpath:config.properties found. Running with empty configuration. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.374 s -- in org.eclipse.scout.rt.mail.MailBounceDetectorTest [INFO] Running org.eclipse.scout.rt.mail.MailHelperCreateMimeMessageTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s -- in org.eclipse.scout.rt.mail.MailHelperCreateMimeMessageTest [INFO] Running org.eclipse.scout.rt.mail.MailHelperTest 2024-06-29 00:00:18,792 INFO [main] org.eclipse.scout.rt.mail.MailHelper.getDispositionSafely(MailHelper.java:222) - Unable to get disposition 2024-06-29 00:00:18,848 INFO [main] org.eclipse.scout.rt.mail.MailHelper.autoFixCharset(MailHelper.java:265) - Mail part '<1221433900.61.1719619218842@scout-rt-24.2-nightly-jnwtq-52hmq>' uses an unsupported character set 'unicode-1-1-utf-7'. Use UTF-8 as fallback. 2024-06-29 00:00:18,849 INFO [main] org.eclipse.scout.rt.mail.MailHelper.guessAttachmentFileExtension(MailHelper.java:1202) - Failed to parse content type '' [INFO] Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.499 s -- in org.eclipse.scout.rt.mail.MailHelperTest [INFO] Running org.eclipse.scout.rt.mail.MailIDNConverterTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.scout.rt.mail.MailIDNConverterTest [INFO] Running org.eclipse.scout.rt.mail.smtp.SmtpConnectionPoolTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 2024-06-29 00:00:22,001 WARN [scout-thread-24] org.eclipse.scout.rt.mail.smtp.SmtpConnectionPool.safeCloseTransport(SmtpConnectionPool.java:496) - Could not close transport for pooled SMTP connection SmtpConnectionPoolEntry[name=pool-entry-1 transport=null created=0.005s ago idle for=0.005s messages sent=0 failed=false]; assume already closed/crashed. - MDC[jobName=org.eclipse.scout.rt.mail.smtp.SmtpConnectionPoolTest$$Lambda$313/0x00007f944c3238b0] java.lang.NullPointerException: Cannot invoke "jakarta.mail.Transport.close()" because the return value of "org.eclipse.scout.rt.mail.smtp.SmtpConnectionPoolEntry.getTransport()" is null at org.eclipse.scout.rt.mail.smtp.SmtpConnectionPool.safeCloseTransport(SmtpConnectionPool.java:493) at org.eclipse.scout.rt.mail.smtp.SmtpConnectionPool.lambda$10(SmtpConnectionPool.java:339) at org.eclipse.scout.rt.mail.smtp.SmtpConnectionPool.lambda$26(SmtpConnectionPool.java:553) at org.eclipse.scout.rt.mail.smtp.SmtpConnectionPool.callWithPoolLock(SmtpConnectionPool.java:561) at org.eclipse.scout.rt.mail.smtp.SmtpConnectionPool.runWithPoolLock(SmtpConnectionPool.java:552) at org.eclipse.scout.rt.mail.smtp.SmtpConnectionPool.createNewConnectionWithoutPoolLockAndLease(SmtpConnectionPool.java:336) at org.eclipse.scout.rt.mail.smtp.SmtpConnectionPool.leaseConnection(SmtpConnectionPool.java:270) at org.eclipse.scout.rt.mail.smtp.SmtpConnectionPoolTest.lambda$6(SmtpConnectionPoolTest.java:186) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) 2024-06-29 00:00:22,008 ERROR [scout-thread-24] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:126) - AssertionException: Assertion error: SmtpConnectionPool not available because it has already been destroyed. - MDC[jobName=org.eclipse.scout.rt.mail.smtp.SmtpConnectionPoolTest$$Lambda$313/0x00007f944c3238b0] org.eclipse.scout.rt.platform.util.Assertions$AssertionException: Assertion error: SmtpConnectionPool not available because it has already been destroyed. at org.eclipse.scout.rt.platform.util.Assertions.fail(Assertions.java:620) at org.eclipse.scout.rt.platform.util.Assertions.assertFalse(Assertions.java:191) at org.eclipse.scout.rt.mail.smtp.SmtpConnectionPool.lambda$21(SmtpConnectionPool.java:526) at org.eclipse.scout.rt.mail.smtp.SmtpConnectionPool.callWithPoolLock(SmtpConnectionPool.java:561) at org.eclipse.scout.rt.mail.smtp.SmtpConnectionPool.checkAndThrowIfDestroyed(SmtpConnectionPool.java:526) at org.eclipse.scout.rt.mail.smtp.SmtpConnectionPool.lambda$10(SmtpConnectionPool.java:340) at org.eclipse.scout.rt.mail.smtp.SmtpConnectionPool.lambda$26(SmtpConnectionPool.java:553) at org.eclipse.scout.rt.mail.smtp.SmtpConnectionPool.callWithPoolLock(SmtpConnectionPool.java:561) at org.eclipse.scout.rt.mail.smtp.SmtpConnectionPool.runWithPoolLock(SmtpConnectionPool.java:552) at org.eclipse.scout.rt.mail.smtp.SmtpConnectionPool.createNewConnectionWithoutPoolLockAndLease(SmtpConnectionPool.java:336) at org.eclipse.scout.rt.mail.smtp.SmtpConnectionPool.leaseConnection(SmtpConnectionPool.java:270) at org.eclipse.scout.rt.mail.smtp.SmtpConnectionPoolTest.lambda$6(SmtpConnectionPoolTest.java:186) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.184 s -- in org.eclipse.scout.rt.mail.smtp.SmtpConnectionPoolTest [INFO] Running org.eclipse.scout.rt.mail.smtp.SmtpHelperTest [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.091 s -- in org.eclipse.scout.rt.mail.smtp.SmtpHelperTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 78, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.mail.test --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mail.test/target/org.eclipse.scout.rt.mail.test-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.mail.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mail.test/target/org.eclipse.scout.rt.mail.test-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.mail.test --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.mail.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mail.test/target/org.eclipse.scout.rt.mail.test-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.mail.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.mail.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mail.test/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mail.test/24.2-SNAPSHOT/org.eclipse.scout.rt.mail.test-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mail.test/target/org.eclipse.scout.rt.mail.test-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mail.test/24.2-SNAPSHOT/org.eclipse.scout.rt.mail.test-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mail.test/target/org.eclipse.scout.rt.mail.test-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mail.test/24.2-SNAPSHOT/org.eclipse.scout.rt.mail.test-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mail.test/target/org.eclipse.scout.rt.mail.test-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mail.test/24.2-SNAPSHOT/org.eclipse.scout.rt.mail.test-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] ------< org.eclipse.scout.rt:org.eclipse.scout.rt.security.test >------- [INFO] Building org.eclipse.scout.rt.security.test 24.2-SNAPSHOT [40/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.security.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.security.test --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.security.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.security.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.security.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.security.test --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.security.test --- [INFO] No sources to compile [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.security.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.security.test/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.security.test --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.security.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [INFO] [INFO] --- jandex:3.1.6:jandex (make-test-index) @ org.eclipse.scout.rt.security.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.security.test/target/test-classes/jandex.idx [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.security.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.security.test/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.scout.rt.security.AccessControlServiceTest 2024-06-29 00:00:24,040 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:179) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true 2024-06-29 00:00:24,065 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:37) - Building jandex class inventory using rebuild strategy IF_MISSING... 2024-06-29 00:00:24,163 INFO [ForkJoinPool.commonPool-worker-1] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanFolder(JandexInventoryBuilder.java:180) - Rebuild index 'file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.security.test/target/test-classes/META-INF/jandex.idx'. Scanning location... 2024-06-29 00:00:24,346 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:43) - Finished building jandex class inventory in 291.981727 ms. Total class count: 886 2024-06-29 00:00:24,547 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:226) - Collected 174 beans in 198.168240 ms 2024-06-29 00:00:24,586 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:231) - Registered 174 beans in 39.700972 ms 2024-06-29 00:00:24,600 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.logger.LoggerInstallPlatformListener.registerLoggerSupportBean(LoggerInstallPlatformListener.java:98) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport 2024-06-29 00:00:24,602 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:191) - No classpath:config.properties found. Running with empty configuration. OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.613 s -- in org.eclipse.scout.rt.security.AccessControlServiceTest [INFO] Running org.eclipse.scout.rt.security.PermissionLevelTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.eclipse.scout.rt.security.PermissionLevelTest [INFO] Running org.eclipse.scout.rt.security.PermissionsTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.656 s -- in org.eclipse.scout.rt.security.PermissionsTest [INFO] Running org.eclipse.scout.rt.security.mapping.ToPermissionCollectionDoFunctionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.eclipse.scout.rt.security.mapping.ToPermissionCollectionDoFunctionTest [INFO] Running org.eclipse.scout.rt.security.mapping.ToPermissionDoFunctionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.scout.rt.security.mapping.ToPermissionDoFunctionTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.security.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.security.test/target/org.eclipse.scout.rt.security.test-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.security.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.security.test/target/org.eclipse.scout.rt.security.test-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.security.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.security.test/target/org.eclipse.scout.rt.security.test-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.security.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.security.test/target/org.eclipse.scout.rt.security.test-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.security.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.security.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.security.test/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.security.test/24.2-SNAPSHOT/org.eclipse.scout.rt.security.test-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.security.test/target/org.eclipse.scout.rt.security.test-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.security.test/24.2-SNAPSHOT/org.eclipse.scout.rt.security.test-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.security.test/target/org.eclipse.scout.rt.security.test-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.security.test/24.2-SNAPSHOT/org.eclipse.scout.rt.security.test-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.security.test/target/org.eclipse.scout.rt.security.test-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.security.test/24.2-SNAPSHOT/org.eclipse.scout.rt.security.test-24.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.security.test/target/org.eclipse.scout.rt.security.test-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.security.test/24.2-SNAPSHOT/org.eclipse.scout.rt.security.test-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --------< org.eclipse.scout.rt:org.eclipse.scout.rt.dataformat >-------- [INFO] Building org.eclipse.scout.rt.dataformat 24.2-SNAPSHOT [41/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataformat/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.dataformat --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.dataformat --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.dataformat --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataformat/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.dataformat --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.dataformat --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.dataformat --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataformat/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.dataformat --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.dataformat --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.dataformat --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataformat/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.scout.rt.dataformat.ical.ICalBeanTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.780 s -- in org.eclipse.scout.rt.dataformat.ical.ICalBeanTest [INFO] Running org.eclipse.scout.rt.dataformat.ical.builder.ICalBuilderTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended BEGIN:VCALENDAR VERSION:2.0 PRODID;CHARSET=utf-8:IDENTIFIER BEGIN:VEVENT DTSTAMP;CHARSET=utf-8:20240629T000000Z DESCRIPTION;CHARSET=utf-8:description LOCATION;CHARSET=utf-8:location SUMMARY;CHARSET=utf-8:summary DTSTART;CHARSET=utf-8:20200820 DTEND;CHARSET=utf-8:20200823 UID;CHARSET=utf-8:5edf8af0-5347-4331-ae0f-3b4980180b37 END:VEVENT END:VCALENDAR BEGIN:VCALENDAR VERSION:2.0 PRODID;CHARSET=utf-8:IDENTIFIER BEGIN:VEVENT DTSTAMP;CHARSET=utf-8:20240629T000000Z DESCRIPTION;CHARSET=utf-8:description LOCATION;CHARSET=utf-8:location SUMMARY;CHARSET=utf-8:summary DTSTART;CHARSET=utf-8:20200820 DTEND;CHARSET=utf-8:20200821 UID;CHARSET=utf-8:5edf8af0-5347-4331-ae0f-3b4980180b37 END:VEVENT END:VCALENDAR BEGIN:VCALENDAR VERSION:2.0 PRODID;CHARSET=utf-8:IDENTIFIER BEGIN:VEVENT DTSTAMP;CHARSET=utf-8:20240629T000000Z DESCRIPTION;CHARSET=utf-8:description LOCATION;CHARSET=utf-8:location SUMMARY;CHARSET=utf-8:summary DTSTART;CHARSET=utf-8:20200820 DTEND;CHARSET=utf-8:20200823 UID;CHARSET=utf-8:5edf8af0-5347-4331-ae0f-3b4980180b37 END:VEVENT END:VCALENDAR BEGIN:VCALENDAR VERSION:2.0 PRODID;CHARSET=utf-8:IDENTIFIER BEGIN:VEVENT DTSTAMP;CHARSET=utf-8:20240629T000000Z DESCRIPTION;CHARSET=utf-8:description LOCATION;CHARSET=utf-8:location SUMMARY;CHARSET=utf-8:summary DTSTART;CHARSET=utf-8:20200820 DTEND;CHARSET=utf-8:20200823 UID;CHARSET=utf-8:5edf8af0-5347-4331-ae0f-3b4980180b37 END:VEVENT END:VCALENDAR [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.534 s -- in org.eclipse.scout.rt.dataformat.ical.builder.ICalBuilderTest [INFO] Running org.eclipse.scout.rt.dataformat.ical.model.ICalVCardHelperTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.scout.rt.dataformat.ical.model.ICalVCardHelperTest [INFO] Running org.eclipse.scout.rt.dataformat.io.UnfoldingReaderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.scout.rt.dataformat.io.UnfoldingReaderTest [INFO] Running org.eclipse.scout.rt.dataformat.vcard.VCardBeanTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.scout.rt.dataformat.vcard.VCardBeanTest [INFO] Running org.eclipse.scout.rt.dataformat.vcard.builder.VCardBuilderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.scout.rt.dataformat.vcard.builder.VCardBuilderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.dataformat --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataformat/target/org.eclipse.scout.rt.dataformat-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.dataformat --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataformat/target/org.eclipse.scout.rt.dataformat-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.dataformat --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataformat/target/org.eclipse.scout.rt.dataformat-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.dataformat --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataformat/target/org.eclipse.scout.rt.dataformat-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.dataformat --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.dataformat --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataformat/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.dataformat/24.2-SNAPSHOT/org.eclipse.scout.rt.dataformat-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataformat/target/org.eclipse.scout.rt.dataformat-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.dataformat/24.2-SNAPSHOT/org.eclipse.scout.rt.dataformat-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataformat/target/org.eclipse.scout.rt.dataformat-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.dataformat/24.2-SNAPSHOT/org.eclipse.scout.rt.dataformat-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataformat/target/org.eclipse.scout.rt.dataformat-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.dataformat/24.2-SNAPSHOT/org.eclipse.scout.rt.dataformat-24.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataformat/target/org.eclipse.scout.rt.dataformat-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.dataformat/24.2-SNAPSHOT/org.eclipse.scout.rt.dataformat-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --------< org.eclipse.scout.rt:org.eclipse.scout.rt.rest.test >--------- [INFO] Building org.eclipse.scout.rt.rest.test 24.2-SNAPSHOT [42/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.rest.test --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.rest.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.rest.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.rest.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.test/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.rest.test --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.rest.test --- [INFO] Copying 5 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.rest.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.test/src/test/java/org/eclipse/scout/rt/rest/exception/DefaultExceptionMapperTest.java:[68,21] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [INFO] [INFO] --- jandex:3.1.6:jandex (make-test-index) @ org.eclipse.scout.rt.rest.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.test/target/test-classes/jandex.idx [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.rest.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.test/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.scout.rt.rest.RestApplicationTest 2024-06-29 00:00:31,988 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:179) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true 2024-06-29 00:00:32,007 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:37) - Building jandex class inventory using rebuild strategy IF_MISSING... 2024-06-29 00:00:32,098 INFO [ForkJoinPool.commonPool-worker-1] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanFolder(JandexInventoryBuilder.java:180) - Rebuild index 'file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.test/target/test-classes/META-INF/jandex.idx'. Scanning location... 2024-06-29 00:00:32,256 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:43) - Finished building jandex class inventory in 258.605718 ms. Total class count: 1035 2024-06-29 00:00:32,571 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:226) - Collected 219 beans in 312.246203 ms 2024-06-29 00:00:32,614 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:231) - Registered 219 beans in 43.254697 ms 2024-06-29 00:00:32,642 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.logger.LoggerInstallPlatformListener.registerLoggerSupportBean(LoggerInstallPlatformListener.java:98) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport 2024-06-29 00:00:32,643 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:191) - No classpath:config.properties found. Running with empty configuration. 2024-06-29 00:00:32,744 INFO [main] org.eclipse.scout.rt.testing.platform.GlobalTestingPlatform.checkAccess(GlobalTestingPlatform.java:75) - Accessing the BeanManager before the testing platform is fully started; blocking until Platform.awaitPlatformStarted OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 2024-06-29 00:00:33,872 INFO [main] org.eclipse.scout.rt.rest.RestApplication.(RestApplication.java:54) - org.eclipse.scout.rt.rest.RestApplication initialized in 6.219210 ms [20 classes, 1 singletons, 2 properties] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.324 s -- in org.eclipse.scout.rt.rest.RestApplicationTest [INFO] Running org.eclipse.scout.rt.rest.cancellation.RestRequestCancellationRegistryTest 2024-06-29 00:00:33,960 INFO [main] org.eclipse.scout.rt.rest.cancellation.RestRequestCancellationRegistry.cancel(RestRequestCancellationRegistry.java:81) - Cannot cancel requests of other users [requestId=1, executingUserId=alice, requestingUserId=null] 2024-06-29 00:00:33,964 INFO [main] org.eclipse.scout.rt.rest.cancellation.RestRequestCancellationRegistry.cancel(RestRequestCancellationRegistry.java:81) - Cannot cancel requests of other users [requestId=1, executingUserId=alice, requestingUserId=eve] 2024-06-29 00:00:33,969 WARN [main] org.eclipse.scout.rt.rest.cancellation.RestRequestCancellationRegistry.register(RestRequestCancellationRegistry.java:51) - Duplicate request id. Ignoring this request: [requestId:1] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s -- in org.eclipse.scout.rt.rest.cancellation.RestRequestCancellationRegistryTest [INFO] Running org.eclipse.scout.rt.rest.client.multipart.MultipartMessageTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.scout.rt.rest.client.multipart.MultipartMessageTest [INFO] Running org.eclipse.scout.rt.rest.client.multipart.MultipartPartTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.scout.rt.rest.client.multipart.MultipartPartTest [INFO] Running org.eclipse.scout.rt.rest.client.proxy.ErrorDoRestClientExceptionTransformerTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.677 s -- in org.eclipse.scout.rt.rest.client.proxy.ErrorDoRestClientExceptionTransformerTest [INFO] Running org.eclipse.scout.rt.rest.client.proxy.RestClientApiFootprintTest 2024-06-29 00:00:35,654 INFO [main] org.eclipse.scout.rt.dataobject.DataObjectInventory.init(DataObjectInventory.java:116) - Registry initialized, found 30 IDoEntity implementations with @TypeName annotation and 0 implementations with @TypeVersion annotation. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.361 s -- in org.eclipse.scout.rt.rest.client.proxy.RestClientApiFootprintTest [INFO] Running org.eclipse.scout.rt.rest.client.proxy.RestClientProxyFactoryTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.419 s -- in org.eclipse.scout.rt.rest.client.proxy.RestClientProxyFactoryTest [INFO] Running org.eclipse.scout.rt.rest.doc.ApiDocGeneratorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.scout.rt.rest.doc.ApiDocGeneratorTest [INFO] Running org.eclipse.scout.rt.rest.error.ErrorDoTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.scout.rt.rest.error.ErrorDoTest [INFO] Running org.eclipse.scout.rt.rest.error.ErrorResponseBuilderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.scout.rt.rest.error.ErrorResponseBuilderTest [INFO] Running org.eclipse.scout.rt.rest.exception.DefaultExceptionMapperTest 2024-06-29 00:00:36,661 INFO [main] org.eclipse.scout.rt.rest.exception.AbstractVetoExceptionMapper.toResponseImpl(AbstractVetoExceptionMapper.java:26) - AccessForbiddenException: hagbard: foo bar [severity=ERROR, code=37] 2024-06-29 00:00:36,696 WARN [main] org.eclipse.scout.rt.rest.exception.AbstractExceptionMapper.checkResponseEntity(AbstractExceptionMapper.java:72) - REST response Mock for Response, hashCode: 1773970438 contains no entity! Check the ExceptionMapper implementation (AccessForbiddenExceptionMapper) and return an ErrorResponse entity. 2024-06-29 00:00:36,705 WARN [main] org.eclipse.scout.rt.rest.exception.AbstractExceptionMapper.checkResponseEntity(AbstractExceptionMapper.java:72) - REST response Mock for Response, hashCode: 471031651 contains no entity! Check the ExceptionMapper implementation (WebApplicationExceptionMapper) and return an ErrorResponse entity. 2024-06-29 00:00:36,708 ERROR [main] org.eclipse.scout.rt.rest.exception.DefaultExceptionMapper.toResponseImpl(DefaultExceptionMapper.java:43) - Exception occurred while processing REST request java.lang.Exception: null at org.eclipse.scout.rt.rest.exception.DefaultExceptionMapperTest.testToResponseInternalServerError(DefaultExceptionMapperTest.java:87) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$2.evaluate(PlatformTestRunner.java:103) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:354) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-29 00:00:36,741 WARN [main] org.eclipse.scout.rt.rest.exception.AbstractExceptionMapper.checkResponseEntity(AbstractExceptionMapper.java:72) - REST response Mock for Response, hashCode: 963585828 contains no entity! Check the ExceptionMapper implementation (DefaultExceptionMapper) and return an ErrorResponse entity. 2024-06-29 00:00:36,743 ERROR [main] org.eclipse.scout.rt.rest.exception.DefaultExceptionMapper.toResponseImpl(DefaultExceptionMapper.java:43) - Exception occurred while processing REST request java.lang.Exception: null at org.eclipse.scout.rt.rest.exception.DefaultExceptionMapperTest.lambda$5(DefaultExceptionMapperTest.java:177) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.rest.exception.DefaultExceptionMapperTest.testNotifyTransaction(DefaultExceptionMapperTest.java:173) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$2.evaluate(PlatformTestRunner.java:103) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:354) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-29 00:00:36,747 WARN [main] org.eclipse.scout.rt.rest.exception.AbstractExceptionMapper.checkResponseEntity(AbstractExceptionMapper.java:72) - REST response Mock for Response, hashCode: 806005031 contains no entity! Check the ExceptionMapper implementation (DefaultExceptionMapper) and return an ErrorResponse entity. 2024-06-29 00:00:36,749 INFO [main] org.eclipse.scout.rt.rest.exception.IllegalArgumentExceptionMapper.toResponseImpl(IllegalArgumentExceptionMapper.java:29) - IllegalArgumentException: foo java.lang.IllegalArgumentException: foo at org.eclipse.scout.rt.rest.exception.DefaultExceptionMapperTest.testToResponseIllegalArgumentApplicationException(DefaultExceptionMapperTest.java:104) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$2.evaluate(PlatformTestRunner.java:103) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:354) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-29 00:00:36,753 WARN [main] org.eclipse.scout.rt.rest.exception.AbstractExceptionMapper.checkResponseEntity(AbstractExceptionMapper.java:72) - REST response Mock for Response, hashCode: 879319843 contains no entity! Check the ExceptionMapper implementation (IllegalArgumentExceptionMapper) and return an ErrorResponse entity. 2024-06-29 00:00:36,754 WARN [main] org.eclipse.scout.rt.rest.exception.RemoteSystemUnavailableExceptionMapper.toResponseImpl(RemoteSystemUnavailableExceptionMapper.java:31) - RemoteSystemUnavailableException: unavailable 2024-06-29 00:00:36,756 WARN [main] org.eclipse.scout.rt.rest.exception.AbstractExceptionMapper.checkResponseEntity(AbstractExceptionMapper.java:72) - REST response Mock for Response, hashCode: 1557594596 contains no entity! Check the ExceptionMapper implementation (RemoteSystemUnavailableExceptionMapper) and return an ErrorResponse entity. 2024-06-29 00:00:36,757 INFO [main] org.eclipse.scout.rt.rest.exception.AbstractVetoExceptionMapper.toResponseImpl(AbstractVetoExceptionMapper.java:26) - ResourceNotFoundException: hagbard: foo bar [severity=ERROR, code=37] 2024-06-29 00:00:36,759 WARN [main] org.eclipse.scout.rt.rest.exception.AbstractExceptionMapper.checkResponseEntity(AbstractExceptionMapper.java:72) - REST response Mock for Response, hashCode: 625540097 contains no entity! Check the ExceptionMapper implementation (ResourceNotFoundExceptionMapper) and return an ErrorResponse entity. 2024-06-29 00:00:36,761 ERROR [main] org.eclipse.scout.rt.rest.exception.ProcessingExceptionMapper.toResponseImpl(ProcessingExceptionMapper.java:26) - Exception occurred while processing REST request org.eclipse.scout.rt.platform.exception.ProcessingException: hagbard: foo bar [severity=ERROR, code=37] at org.eclipse.scout.rt.rest.exception.DefaultExceptionMapperTest.testToResponseProcessingException(DefaultExceptionMapperTest.java:113) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$2.evaluate(PlatformTestRunner.java:103) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:354) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:95) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:74) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) Caused by: java.lang.Exception: null ... 55 common frames omitted 2024-06-29 00:00:36,765 WARN [main] org.eclipse.scout.rt.rest.exception.AbstractExceptionMapper.checkResponseEntity(AbstractExceptionMapper.java:72) - REST response Mock for Response, hashCode: 292158973 contains no entity! Check the ExceptionMapper implementation (ProcessingExceptionMapper) and return an ErrorResponse entity. 2024-06-29 00:00:36,766 INFO [main] org.eclipse.scout.rt.rest.exception.AbstractVetoExceptionMapper.toResponseImpl(AbstractVetoExceptionMapper.java:26) - VetoException: hagbard: foo bar [severity=WARNING, code=37] 2024-06-29 00:00:36,768 WARN [main] org.eclipse.scout.rt.rest.exception.AbstractExceptionMapper.checkResponseEntity(AbstractExceptionMapper.java:72) - REST response Mock for Response, hashCode: 466983810 contains no entity! Check the ExceptionMapper implementation (VetoExceptionMapper) and return an ErrorResponse entity. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.289 s -- in org.eclipse.scout.rt.rest.exception.DefaultExceptionMapperTest [INFO] Running org.eclipse.scout.rt.rest.multipart.ServerMultipartMessageTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.scout.rt.rest.multipart.ServerMultipartMessageTest [INFO] Running org.eclipse.scout.rt.rest.param.IIdParamConverterProviderTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s -- in org.eclipse.scout.rt.rest.param.IIdParamConverterProviderTest [INFO] Running org.eclipse.scout.rt.rest.param.LocaleParamConverterProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.scout.rt.rest.param.LocaleParamConverterProviderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0: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-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.test/target/org.eclipse.scout.rt.rest.test-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.rest.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.test/target/org.eclipse.scout.rt.rest.test-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.rest.test --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.rest.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.test/target/org.eclipse.scout.rt.rest.test-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.rest.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.rest.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.test/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.test/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.test-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.test/target/org.eclipse.scout.rt.rest.test-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.test/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.test-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.test/target/org.eclipse.scout.rt.rest.test-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.test/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.test-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.test/target/org.eclipse.scout.rt.rest.test-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.test/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.test-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.rest.jackson >------- [INFO] Building org.eclipse.scout.rt.rest.jackson 24.2-SNAPSHOT [43/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jackson/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.rest.jackson --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.rest.jackson --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.rest.jackson --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jackson/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.rest.jackson --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.rest.jackson --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jackson/src/main/java/org/eclipse/scout/rt/rest/jackson/ObjectMapperResolver.java:[34,21] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.deprecation' is not analysed due to a compiler option being ignored [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.rest.jackson --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jackson/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.rest.jackson --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jackson/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.rest.jackson --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.rest.jackson --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.rest.jackson --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jackson/target/org.eclipse.scout.rt.rest.jackson-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.rest.jackson --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.rest.jackson --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jackson/target/org.eclipse.scout.rt.rest.jackson-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.rest.jackson --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.rest.jackson --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.rest.jackson --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jackson/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jackson/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jackson-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jackson/target/org.eclipse.scout.rt.rest.jackson-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jackson/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jackson-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jackson/target/org.eclipse.scout.rt.rest.jackson-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jackson/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jackson-24.2-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.eclipse.scout.rt:org.eclipse.scout.rt.rest.jersey.client >---- [INFO] Building org.eclipse.scout.rt.rest.jersey.client 24.2-SNAPSHOT [44/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/jersey/core/jersey-client/3.0.12/jersey-client-3.0.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-client/3.0.12/jersey-client-3.0.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-client/3.0.12/jersey-client-3.0.12.pom (6.8 kB at 871 B/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/jersey/project/3.0.12/project-3.0.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/project/3.0.12/project-3.0.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/project/3.0.12/project-3.0.12.pom (111 kB at 829 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/ee4j/project/1.0.9/project-1.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.9/project-1.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.9/project-1.0.9.pom (16 kB at 343 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/jersey/core/jersey-common/3.0.12/jersey-common-3.0.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-common/3.0.12/jersey-common-3.0.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-common/3.0.12/jersey-common-3.0.12.pom (36 kB at 297 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.pom (7.4 kB at 320 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom (13 kB at 1.6 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/jersey/media/jersey-media-json-jackson/3.0.12/jersey-media-json-jackson-3.0.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/media/jersey-media-json-jackson/3.0.12/jersey-media-json-jackson-3.0.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/media/jersey-media-json-jackson/3.0.12/jersey-media-json-jackson-3.0.12.pom (7.7 kB at 36 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/jersey/media/project/3.0.12/project-3.0.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/media/project/3.0.12/project-3.0.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/media/project/3.0.12/project-3.0.12.pom (2.0 kB at 14 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/jersey/ext/jersey-entity-filtering/3.0.12/jersey-entity-filtering-3.0.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/ext/jersey-entity-filtering/3.0.12/jersey-entity-filtering-3.0.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/ext/jersey-entity-filtering/3.0.12/jersey-entity-filtering-3.0.12.pom (3.4 kB at 12 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/jersey/ext/project/3.0.12/project-3.0.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/ext/project/3.0.12/project-3.0.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/ext/project/3.0.12/project-3.0.12.pom (2.8 kB at 24 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/jackson/module/jackson-module-jakarta-xmlbind-annotations/2.16.0/jackson-module-jakarta-xmlbind-annotations-2.16.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jakarta-xmlbind-annotations/2.16.0/jackson-module-jakarta-xmlbind-annotations-2.16.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jakarta-xmlbind-annotations/2.16.0/jackson-module-jakarta-xmlbind-annotations-2.16.0.pom (3.7 kB at 20 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/jackson/module/jackson-modules-base/2.16.0/jackson-modules-base-2.16.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-modules-base/2.16.0/jackson-modules-base-2.16.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-modules-base/2.16.0/jackson-modules-base-2.16.0.pom (4.1 kB at 20 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/jersey/core/jersey-client/3.0.12/jersey-client-3.0.12.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/jersey/core/jersey-common/3.0.12/jersey-common-3.0.12.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/jersey/media/jersey-media-json-jackson/3.0.12/jersey-media-json-jackson-3.0.12.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/jersey/ext/jersey-entity-filtering/3.0.12/jersey-entity-filtering-3.0.12.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/jackson/module/jackson-module-jakarta-xmlbind-annotations/2.16.0/jackson-module-jakarta-xmlbind-annotations-2.16.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-client/3.0.12/jersey-client-3.0.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-client/3.0.12/jersey-client-3.0.12.jar (306 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-common/3.0.12/jersey-common-3.0.12.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/media/jersey-media-json-jackson/3.0.12/jersey-media-json-jackson-3.0.12.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/ext/jersey-entity-filtering/3.0.12/jersey-entity-filtering-3.0.12.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jakarta-xmlbind-annotations/2.16.0/jackson-module-jakarta-xmlbind-annotations-2.16.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar (19 kB at 282 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jakarta-xmlbind-annotations/2.16.0/jackson-module-jakarta-xmlbind-annotations-2.16.0.jar (32 kB at 327 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/ext/jersey-entity-filtering/3.0.12/jersey-entity-filtering-3.0.12.jar (85 kB at 708 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/media/jersey-media-json-jackson/3.0.12/jersey-media-json-jackson-3.0.12.jar (86 kB at 660 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-common/3.0.12/jersey-common-3.0.12.jar (1.3 MB at 6.2 MB/s) [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.rest.jersey.client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.rest.jersey.client --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.rest.jersey.client --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.client/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.rest.jersey.client --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.rest.jersey.client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.client/src/main/java/org/eclipse/scout/rt/rest/jersey/client/ScoutApacheConnector.java:[527,21] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.client/src/main/java/org/eclipse/scout/rt/rest/jersey/client/ScoutApacheConnector.java:[547,21] Unsupported @SuppressWarnings("squid:S1181") [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.rest.jersey.client --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.client/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.rest.jersey.client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.client/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.rest.jersey.client --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.rest.jersey.client --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.rest.jersey.client --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.client/target/org.eclipse.scout.rt.rest.jersey.client-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.rest.jersey.client --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.rest.jersey.client --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.client/target/org.eclipse.scout.rt.rest.jersey.client-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.rest.jersey.client --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.rest.jersey.client --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.rest.jersey.client --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.client/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.client/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jersey.client-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.client/target/org.eclipse.scout.rt.rest.jersey.client-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.client/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jersey.client-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.client/target/org.eclipse.scout.rt.rest.jersey.client-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.client/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jersey.client-24.2-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.eclipse.scout.rt:org.eclipse.scout.rt.rest.jersey.server >---- [INFO] Building org.eclipse.scout.rt.rest.jersey.server 24.2-SNAPSHOT [45/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.rest.jersey.server --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.rest.jersey.server --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.rest.jersey.server --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.server/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.rest.jersey.server --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.rest.jersey.server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.rest.jersey.server --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.server/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.rest.jersey.server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.server/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.rest.jersey.server --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.rest.jersey.server --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.rest.jersey.server --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.server/target/org.eclipse.scout.rt.rest.jersey.server-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.rest.jersey.server --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.rest.jersey.server --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.server/target/org.eclipse.scout.rt.rest.jersey.server-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.rest.jersey.server --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.rest.jersey.server --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.rest.jersey.server --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.server/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.server/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jersey.server-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.server/target/org.eclipse.scout.rt.rest.jersey.server-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.server/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jersey.server-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.server/target/org.eclipse.scout.rt.rest.jersey.server-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.server/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jersey.server-24.2-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.eclipse.scout.rt:org.eclipse.scout.rt.rest.jersey.test >----- [INFO] Building org.eclipse.scout.rt.rest.jersey.test 24.2-SNAPSHOT [46/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/jersey/containers/jersey-container-servlet/3.0.12/jersey-container-servlet-3.0.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/containers/jersey-container-servlet/3.0.12/jersey-container-servlet-3.0.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/containers/jersey-container-servlet/3.0.12/jersey-container-servlet-3.0.12.pom (3.4 kB at 27 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/jersey/containers/project/3.0.12/project-3.0.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/containers/project/3.0.12/project-3.0.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/containers/project/3.0.12/project-3.0.12.pom (3.1 kB at 32 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/jersey/containers/jersey-container-servlet-core/3.0.12/jersey-container-servlet-core-3.0.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/containers/jersey-container-servlet-core/3.0.12/jersey-container-servlet-core-3.0.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/containers/jersey-container-servlet-core/3.0.12/jersey-container-servlet-core-3.0.12.pom (3.4 kB at 11 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/jersey/core/jersey-server/3.0.12/jersey-server-3.0.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-server/3.0.12/jersey-server-3.0.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-server/3.0.12/jersey-server-3.0.12.pom (12 kB at 174 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.pom (11 kB at 458 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/jersey/inject/jersey-hk2/3.0.12/jersey-hk2-3.0.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/inject/jersey-hk2/3.0.12/jersey-hk2-3.0.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/inject/jersey-hk2/3.0.12/jersey-hk2-3.0.12.pom (4.9 kB at 17 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/jersey/inject/project/3.0.12/project-3.0.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/inject/project/3.0.12/project-3.0.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/inject/project/3.0.12/project-3.0.12.pom (1.5 kB at 13 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.pom (7.0 kB at 137 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/hk2/hk2-parent/3.0.3/hk2-parent-3.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-parent/3.0.3/hk2-parent-3.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-parent/3.0.3/hk2-parent-3.0.3.pom (42 kB at 4.2 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.pom (6.1 kB at 757 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/hk2/external/3.0.3/external-3.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/external/3.0.3/external-3.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/external/3.0.3/external-3.0.3.pom (1.4 kB at 180 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.pom (4.0 kB at 439 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.pom (4.8 kB at 598 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.pom (11 kB at 1.1 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/jersey/containers/jersey-container-servlet/3.0.12/jersey-container-servlet-3.0.12.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/jersey/containers/jersey-container-servlet-core/3.0.12/jersey-container-servlet-core-3.0.12.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/jersey/core/jersey-server/3.0.12/jersey-server-3.0.12.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/jersey/inject/jersey-hk2/3.0.12/jersey-hk2-3.0.12.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/containers/jersey-container-servlet/3.0.12/jersey-container-servlet-3.0.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/containers/jersey-container-servlet/3.0.12/jersey-container-servlet-3.0.12.jar (33 kB at 969 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/containers/jersey-container-servlet-core/3.0.12/jersey-container-servlet-core-3.0.12.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-server/3.0.12/jersey-server-3.0.12.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/inject/jersey-hk2/3.0.12/jersey-hk2-3.0.12.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar (204 kB at 17 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/containers/jersey-container-servlet-core/3.0.12/jersey-container-servlet-core-3.0.12.jar (75 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-server/3.0.12/jersey-server-3.0.12.jar (968 kB at 14 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar (27 kB at 405 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/inject/jersey-hk2/3.0.12/jersey-hk2-3.0.12.jar (78 kB at 1.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar (794 kB at 7.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar (201 kB at 2.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar (93 kB at 906 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar (132 kB at 1.3 MB/s) [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.rest.jersey.test --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.rest.jersey.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.rest.jersey.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.rest.jersey.test --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.rest.jersey.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.test/src/main/java/org/eclipse/scout/rt/rest/jersey/JerseyTestApplication.java:[102,21] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.test/src/main/java/org/eclipse/scout/rt/rest/jersey/ProxyServletParameters.java:[33,21] Unsupported @SuppressWarnings("squid:S2068") [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.rest.jersey.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.test/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.rest.jersey.test --- [INFO] Copying 3 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.rest.jersey.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.test/src/test/java/org/eclipse/scout/rt/rest/jersey/client/AbstractRestClientHelperTest.java:[92,20] jakarta.ws.rs.ext.ContextResolver is a raw type. References to generic type jakarta.ws.rs.ext.ContextResolver should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.test/src/test/java/org/eclipse/scout/rt/rest/jersey/client/AbstractRestClientHelperTest.java:[93,12] jakarta.ws.rs.ext.ContextResolver is a raw type. References to generic type jakarta.ws.rs.ext.ContextResolver should be parameterized [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.test/src/test/java/org/eclipse/scout/rt/rest/jersey/client/proxy/RestClientProxyInvocationTest.java:[273,23] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [INFO] [INFO] --- jandex:3.1.6:jandex (make-test-index) @ org.eclipse.scout.rt.rest.jersey.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.test/target/test-classes/jandex.idx [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.rest.jersey.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.test/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.scout.rt.rest.jersey.client.AbstractRestClientHelperTest 2024-06-29 00:00:50,394 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:179) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true 2024-06-29 00:00:50,413 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:37) - Building jandex class inventory using rebuild strategy IF_MISSING... 2024-06-29 00:00:50,540 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanFolder(JandexInventoryBuilder.java:180) - Rebuild index 'file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.test/target/test-classes/META-INF/jandex.idx'. Scanning location... 2024-06-29 00:00:50,676 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:43) - Finished building jandex class inventory in 273.012664 ms. Total class count: 1461 2024-06-29 00:00:51,137 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:226) - Collected 338 beans in 459.084309 ms 2024-06-29 00:00:51,189 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:231) - Registered 338 beans in 51.874086 ms 2024-06-29 00:00:51,202 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.logger.LoggerInstallPlatformListener.registerLoggerSupportBean(LoggerInstallPlatformListener.java:98) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport 2024-06-29 00:00:51,240 INFO [scout-platform-starter] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:41) - 0 code type classes registered. 2024-06-29 00:00:51,241 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:191) - No classpath:config.properties found. Running with empty configuration. 2024-06-29 00:00:51,354 INFO [main] org.eclipse.scout.rt.testing.platform.GlobalTestingPlatform.checkAccess(GlobalTestingPlatform.java:75) - Accessing the BeanManager before the testing platform is fully started; blocking until Platform.awaitPlatformStarted OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.762 s -- in org.eclipse.scout.rt.rest.jersey.client.AbstractRestClientHelperTest [INFO] Running org.eclipse.scout.rt.rest.jersey.client.ApacheHttpClientCancelRequestTest 2024-06-29 00:00:53,006 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:384) - jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 17.0.9+9 2024-06-29 00:00:53,400 INFO [main] org.eclipse.scout.rt.rest.RestApplication.(RestApplication.java:54) - org.eclipse.scout.rt.rest.RestApplication initialized in 3.844060 ms [18 classes, 1 singletons, 0 properties] 2024-06-29 00:00:54,084 INFO [main] org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:907) - Started o.e.j.s.ServletContextHandler@793248d{Scout REST Integration Test,/,file:///tmp/,AVAILABLE} 2024-06-29 00:00:54,097 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:376) - Started ServerConnector@448462f0{HTTP/1.1, (http/1.1)}{0.0.0.0:44415} 2024-06-29 00:00:54,100 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:439) - Started Server@44084713{STARTING}[11.0.18,sto=0] @4856ms 2024-06-29 00:00:54,101 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:384) - jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 17.0.9+9 2024-06-29 00:00:54,103 INFO [main] org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:907) - Started o.e.j.s.ServletContextHandler@1fb379e4{Scout REST Integration Test,/,file:///tmp/,AVAILABLE} 2024-06-29 00:00:54,104 INFO [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:376) - Started ServerConnector@5e8bc83e{HTTP/1.1, (http/1.1)}{0.0.0.0:46141} 2024-06-29 00:00:54,105 INFO [main] org.eclipse.jetty.server.Server.doStart(Server.java:439) - Started Server@288e50c1{STARTING}[11.0.18,sto=0] @4860ms 2024-06-29 00:00:54,105 INFO [main] org.eclipse.scout.rt.rest.jersey.JerseyTestApplication.startInternal(JerseyTestApplication.java:98) - Server ready. The application is available on the following addresses: --------------------------------------------------------------------- Echo http://localhost:44415 http://scout-rt-24.2-nightly-jnwtq-52hmq:44415 http://10.40.69.197:44415 Proxy http://localhost:46141 --------------------------------------------------------------------- 2024-06-29 00:00:54,139 INFO [main] org.eclipse.scout.rt.rest.jersey.RequestSynchronizer.announceRequest(RequestSynchronizer.java:39) - announcing request: 0b85a26e-aaa4-4821-97ee-c797037ec81c 2024-06-29 00:00:54,157 INFO [main] org.eclipse.scout.rt.rest.jersey.RequestSynchronizer.awaitRequest(RequestSynchronizer.java:56) - awaiting request: 0b85a26e-aaa4-4821-97ee-c797037ec81c 2024-06-29 00:00:54,566 INFO [qtp1008294188-50] org.eclipse.scout.rt.rest.jersey.RequestSynchronizer.notifyRequestArrived(RequestSynchronizer.java:45) - notifying request arrived: 0b85a26e-aaa4-4821-97ee-c797037ec81c [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.156 s -- in org.eclipse.scout.rt.rest.jersey.client.ApacheHttpClientCancelRequestTest [INFO] Running org.eclipse.scout.rt.rest.jersey.client.ApacheHttpClientConnectionHeaderTest 2024-06-29 00:00:54,941 INFO [qtp1008294188-46] org.eclipse.scout.rt.dataobject.DataObjectInventory.init(DataObjectInventory.java:116) - Registry initialized, found 45 IDoEntity implementations with @TypeName annotation and 0 implementations with @TypeVersion annotation. 2024-06-29 00:00:54,985 INFO [scout-thread-24] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:51) - Exception will be re-thrown for JUnit assertion. [exception=Interrupted while invoking REST service] - MDC[jobName=org.eclipse.scout.rt.rest.jersey.client.ApacheHttpClientCancelRequestTest$$Lambda$507/0x00007f37444ef4d0] org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while invoking REST service at org.eclipse.scout.rt.rest.client.proxy.RestClientProxyFactory$RestProxyInvocationHandler.invoke(RestClientProxyFactory.java:208) at jdk.proxy2/jdk.proxy2.$Proxy105.get(Unknown Source) at org.eclipse.scout.rt.rest.jersey.client.ApacheHttpClientCancelRequestTest.lambda$0(ApacheHttpClientCancelRequestTest.java:97) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:155) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:138) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:37) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) Suppressed: org.eclipse.scout.rt.platform.exception.VetoException: Bad Request [severity=ERROR] at org.eclipse.scout.rt.rest.client.proxy.ErrorDoRestClientExceptionTransformer.lambda$9(ErrorDoRestClientExceptionTransformer.java) at org.eclipse.scout.rt.rest.client.proxy.ErrorDoRestClientExceptionTransformer.lambda$4(ErrorDoRestClientExceptionTransformer.java:67) at org.eclipse.scout.rt.rest.client.proxy.AbstractEntityRestClientExceptionTransformer.safeTransformEntityErrorResponse(AbstractEntityRestClientExceptionTransformer.java:120) at org.eclipse.scout.rt.rest.client.proxy.ErrorDoRestClientExceptionTransformer.transformClientError(ErrorDoRestClientExceptionTransformer.java:59) at org.eclipse.scout.rt.rest.client.proxy.ErrorDoRestClientExceptionTransformer.transformByResponseStatusFamily(ErrorDoRestClientExceptionTransformer.java:53) at org.eclipse.scout.rt.rest.client.proxy.AbstractEntityRestClientExceptionTransformer.transform(AbstractEntityRestClientExceptionTransformer.java:36) at org.eclipse.scout.rt.rest.jersey.JerseyTestRestClientHelper.transformException(JerseyTestRestClientHelper.java:40) at org.eclipse.scout.rt.rest.client.proxy.RestClientProxyFactory$RestProxyInvocationHandler.proxyResult(RestClientProxyFactory.java:255) at org.eclipse.scout.rt.rest.client.proxy.RestClientProxyFactory$RestProxyInvocationHandler.invoke(RestClientProxyFactory.java:200) ... 24 common frames omitted Suppressed: java.lang.NullPointerException: Cannot invoke "org.eclipse.scout.rt.rest.error.ErrorResponse.getError()" because the return value of "jakarta.ws.rs.core.Response.readEntity(java.lang.Class)" is null at org.eclipse.scout.rt.rest.client.proxy.ErrorDoRestClientExceptionTransformer.lambda$3(ErrorDoRestClientExceptionTransformer.java:60) at org.eclipse.scout.rt.rest.client.proxy.AbstractEntityRestClientExceptionTransformer.safeTransformEntityErrorResponse(AbstractEntityRestClientExceptionTransformer.java:113) ... 30 common frames omitted Caused by: jakarta.ws.rs.BadRequestException: HTTP 400 Bad Request at org.eclipse.scout.rt.rest.client.proxy.RestClientProxyFactory.convertToWebAppException(RestClientProxyFactory.java:327) at org.eclipse.scout.rt.rest.client.proxy.RestClientProxyFactory$RestProxyInvocationHandler.proxyResult(RestClientProxyFactory.java:251) ... 25 common frames omitted 2024-06-29 00:00:55,095 WARN [main] org.eclipse.scout.rt.rest.client.proxy.RestClientProxyFactory.warnDiscouragedMethodUsage(RestClientProxyFactory.java:219) - Discouraged method invocation (e.g. running outside a RunContext or exception transformation not available) 2024-06-29 00:00:55,149 WARN [main] org.eclipse.scout.rt.rest.client.proxy.RestClientProxyFactory.warnDiscouragedMethodUsage(RestClientProxyFactory.java:219) - Discouraged method invocation (e.g. running outside a RunContext or exception transformation not available) 2024-06-29 00:00:55,186 WARN [main] org.eclipse.scout.rt.rest.client.proxy.RestClientProxyFactory.warnDiscouragedMethodUsage(RestClientProxyFactory.java:219) - Discouraged method invocation (e.g. running outside a RunContext or exception transformation not available) 2024-06-29 00:00:55,251 WARN [main] org.eclipse.scout.rt.rest.client.proxy.RestClientProxyFactory.warnDiscouragedMethodUsage(RestClientProxyFactory.java:219) - Discouraged method invocation (e.g. running outside a RunContext or exception transformation not available) [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.378 s -- in org.eclipse.scout.rt.rest.jersey.client.ApacheHttpClientConnectionHeaderTest [INFO] Running org.eclipse.scout.rt.rest.jersey.client.LineFormatterWithUriEncoderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.rest.jersey.client.LineFormatterWithUriEncoderTest [INFO] Running org.eclipse.scout.rt.rest.jersey.client.ScoutApacheConnectorTest 2024-06-29 00:00:55 INFO 1 * Sending client request on thread main 1 > GET http://localhost:44415/echo?status=200&cookieValue=my-cookie 1 > Accept: application/json 1 > Accept-Language: en-US 2024-06-29 00:00:55 INFO 1 * Client response received on thread main 1 < 200 1 < Accept-Language: en-US 1 < Connection: close 1 < Content-Type: application/json 1 < Date: Sat, 29 Jun 2024 00:00:55 GMT 1 < Expires: Thu, 01 Jan 1970 00:00:00 GMT 1 < Set-Cookie: echo-servlet-cookie=my-cookie {"_type":"scout.RestClientTestEchoResponse","echo":{"_type":"scout.RestClientTestEcho","body":"","code":200,"httpMethod":"GET","info":"OK"},"receivedHeaders":{"Accept":"application/json","Connection":"close","User-Agent":"Generic","Host":"localhost:44415","Accept-Language":"en-US","Accept-Encoding":"gzip, x-gzip, deflate"}} 2024-06-29 00:00:55 INFO 2 * Sending client request on thread main 2 > GET http://localhost:44415/echo?status=200 2 > Accept: application/json 2 > Accept-Language: en-US 2024-06-29 00:00:55 INFO 2 * Client response received on thread main 2 < 200 2 < Accept-Language: en-US 2 < Connection: close 2 < Content-Type: application/json 2 < Date: Sat, 29 Jun 2024 00:00:55 GMT {"_type":"scout.RestClientTestEchoResponse","echo":{"_type":"scout.RestClientTestEcho","body":"","code":200,"httpMethod":"GET","info":"OK"},"receivedHeaders":{"Cookie":"echo-servlet-cookie=my-cookie","Accept":"application/json","Connection":"close","User-Agent":"Jersey/3.0.12 (Scout Apache HttpClient Connector)","Host":"localhost:44415","Accept-Language":"en-US","Accept-Encoding":"gzip, x-gzip, deflate"}} 2024-06-29 00:00:55 INFO 1 * Sending client request on thread main 1 > GET http://localhost:44415/echo?status=200&redirectUrl=%2Fecho%3Fstatus%3D201 1 > Accept: application/json 1 > Accept-Language: en-US 2024-06-29 00:00:55 INFO 1 * Client response received on thread main 1 < 302 1 < Accept-Language: en-US 1 < Connection: close 1 < Date: Sat, 29 Jun 2024 00:00:55 GMT 1 < Location: http://localhost:44415/echo?status=201 2024-06-29 00:00:56 INFO 1 * Sending client request on thread main 1 > GET http://localhost:44415/echo?status=200 1 > Accept: application/json 1 > Accept-Language: en-US 1 > User-Agent: mockAgent 2024-06-29 00:00:56 INFO 1 * Client response received on thread main 1 < 200 1 < Accept-Language: en-US 1 < Connection: close 1 < Content-Type: application/json 1 < Date: Sat, 29 Jun 2024 00:00:56 GMT {"_type":"scout.RestClientTestEchoResponse","echo":{"_type":"scout.RestClientTestEcho","body":"","code":200,"httpMethod":"GET","info":"OK"},"receivedHeaders":{"Accept":"application/json","Connection":"close","User-Agent":"mockAgent","Host":"localhost:44415","Accept-Language":"en-US","Accept-Encoding":"gzip, x-gzip, deflate"}} 2024-06-29 00:00:56 INFO 1 * Sending client request on thread main 1 > GET http://localhost:44415/echo?status=200 1 > Accept: application/json 1 > Accept-Language: en-US 1 > User-Agent: 2024-06-29 00:00:56 INFO 1 * Client response received on thread main 1 < 200 1 < Accept-Language: en-US 1 < Connection: close 1 < Content-Type: application/json 1 < Date: Sat, 29 Jun 2024 00:00:56 GMT {"_type":"scout.RestClientTestEchoResponse","echo":{"_type":"scout.RestClientTestEcho","body":"","code":200,"httpMethod":"GET","info":"OK"},"receivedHeaders":{"Accept":"application/json","Connection":"close","User-Agent":"","Host":"localhost:44415","Accept-Language":"en-US","Accept-Encoding":"gzip, x-gzip, deflate"}} 2024-06-29 00:00:56 INFO 1 * Sending client request on thread main 1 > GET http://localhost:44415/echo?status=200 1 > Accept: application/json 1 > Accept-Language: en-US 2024-06-29 00:00:56 INFO 1 * Client response received on thread main 1 < 200 1 < Accept-Language: en-US 1 < Connection: close 1 < Content-Type: application/json 1 < Date: Sat, 29 Jun 2024 00:00:56 GMT {"_type":"scout.RestClientTestEchoResponse","echo":{"_type":"scout.RestClientTestEcho","body":"","code":200,"httpMethod":"GET","info":"OK"},"receivedHeaders":{"Accept":"application/json","Connection":"close","User-Agent":"Generic","Host":"localhost:44415","Accept-Language":"en-US","Accept-Encoding":"gzip, x-gzip, deflate"}} 2024-06-29 00:00:56 INFO 1 * Sending client request on thread main 1 > GET http://localhost:44415/echo?status=200 1 > Accept: application/json 1 > Accept-Language: en-US 1 > X-Scout-Correlation-Id: 8d7141c1-7627-4389-82b9-4850297feadd 2024-06-29 00:00:56,888 INFO [qtp1842851631-58] org.eclipse.scout.rt.rest.jersey.RestClientHttpProxyServlet.service(RestClientHttpProxyServlet.java:49) - HTTP Headers: Accept: 'application/json' X-Scout-Correlation-Id: '8d7141c1-7627-4389-82b9-4850297feadd' Connection: 'close' User-Agent: 'Generic' Host: 'localhost:44415' Accept-Language: 'en-US' Accept-Encoding: 'gzip, x-gzip, deflate' 2024-06-29 00:00:56 INFO 1 * Client response received on thread main 1 < 200 1 < Connection: close 1 < Content-Type: application/json 1 < Date: Sat, 29 Jun 2024 00:00:56 GMT 1 < X-Scout-Correlation-Id: 8d7141c1-7627-4389-82b9-4850297feadd {"_type":"scout.RestClientTestEchoResponse","echo":{"_type":"scout.RestClientTestEcho","data":"proxy-ok"}} 2024-06-29 00:00:56 INFO 1 * Sending client request on thread main 1 > GET http://localhost:44415/echo?status=200 1 > Accept: application/json 1 > Accept-Language: en-US 2024-06-29 00:00:56 INFO 1 * Client response received on thread main 1 < 200 1 < Accept-Language: en-US 1 < Connection: close 1 < Content-Type: application/json 1 < Date: Sat, 29 Jun 2024 00:00:56 GMT {"_type":"scout.RestClientTestEchoResponse","echo":{"_type":"scout.RestClientTestEcho","body":"","code":200,"httpMethod":"GET","info":"OK"},"receivedHeaders":{"Accept":"application/json","Connection":"close","Host":"localhost:44415","Accept-Language":"en-US","Accept-Encoding":"gzip, x-gzip, deflate"}} 2024-06-29 00:00:57 INFO 1 * Sending client request on thread main 1 > POST http://localhost:44415/echo?status=200 1 > Accept: application/json 1 > Accept-Language: en-US 1 > Content-Type: application/json 1 > X-Requested-With: XMLHttpRequest {"attribute":"value","attributeLarge":"1#2#3#4#5#6#7#8#9#10#11#12#13#14#15#16#17#18#19#20#21#22#23#24#25#26#27#28#29#30#31#32#33#34#35#36#37#38#39#40#41#42#43#44#45#46#47#48#49#50#51#52#53#54#55#56#57#58#59#60#61#62#63#64#65#66#67#68#69#70#71#72#73#74#75#76#77#78#79#80#81#82#83#84#85#86#87#88#89#90#91#92#93#94#95#96#97#98#99#100#101#102#103#104#105#106#107#108#109#110#111#112#113#114#115#116#117#118#119#120#121#122#123#124#125#126#127#128#129#130#131#132#133#134#135#136#137#138#139#140#141#142#143#144#145#146#147#148#149#150#151#152#153#154#155#156#157#158#159#160#161#162#163#164#165#166#167#168#169#170#171#172#173#174#175#176#177#178#179#180#181#182#183#184#185#186#187#188#189#190#191#192#193#194#195#196#197#198#199#200#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#300#301#302#303#304#305#306#307#308#309#310#311#312#313#314#315#316#317#318#319#320#321#322#323#324#325#326#327#328#329#330#331#332#333#334#335#336#337#338#339#340#341#342#343#344#345#346#347#348#349#350#351#352#353#354#355#356#357#358#359#360#361#362#363#364#365#366#367#368#369#370#371#372#373#374#375#376#377#378#379#380#381#382#383#384#385#386#387#388#389#390#391#392#393#394#395#396#397#398#399#400#401#402#403#404#405#406#407#408#409#410#411#412#413#414#415#416#417#418#419#420#421#422#423#424#425#426#427#428#429#430#431#432#433#434#435#436#437#438#439#440#441#442#443#444#445#446#447#448#449#450#451#452#453#454#455#456#457#458#459#460#461#462#463#464#465#466#467#468#469#470#471#472#473#474#475#476#477#478#479#480#481#482#483#484#485#486#487#488#489#490#491#492#493#494#495#496#497#498#499#500#501#502#503#504#505#506#507#508#509#510#511#512#513#514#515#516#517#518#519#520#521#522#523#524#525#526#527#528#529#530#531#532#533#534#535#536#537#538#539#540#541#542#543#544#545#546#547#548#549#550#551#552#553#554#555#556#557#558#559#560#561#562#563#564#565#566#567#568#569#570#571#572#573#574#575#576#577#578#579#580#581#582#583#584#585#586#587#588#589#590#591#592#593#594#595#596#597#598#599#600#601#602#603#604#605#606#607#608#609#610#611#612#613#614#615#616#617#618#619#620#621#622#623#624#625#626#627#628#629#630#631#632#633#634#635#636#637#638#639#640#641#642#643#644#645#646#647#648#649#650#651#652#653#654#655#656#657#658#659#660#661#662#663#664#665#666#667#668#669#670#671#672#673#674#675#676#677#678#679#680#681#682#683#684#685#686#687#688#689#690#691#692#693#694#695#696#697#698#699#700#701#702#703#704#705#706#707#708#709#710#711#712#713#714#715#716#717#718#719#720#721#722#723#724#725#726#727#728#729#730#731#732#733#734#735#736#737#738#739#740#741#742#743#744#745#746#747#748#749#750#751#752#753#754#755#756#757#758#759#760#761#762#763#764#765#766#767#768#769#770#771#772#773#774#775#776#777#778#779#780#781#782#783#784#785#786#787#788#789#790#791#792#793#794#795#796#797#798#799#800#801#802#803#804#805#806#807#808#809#810#811#812#813#814#815#816#817#818#819#820#821#822#823#824#825#826#827#828#829#830#831#832#833#834#835#836#837#838#839#840#841#842#843#844#845#846#847#848#849#850#851#852#853#854#855#856#857#858#859#860#861#862#863#864#865#866#867#868#869#870#871#872#873#874#875#876#877#878#879#880#881#882#883#884#885#886#887#888#889#890#891#892#893#894#895#896#897#898#899#900#901#902#903#904#905#906#907#908#909#910#911#912#913#914#915#916#917#918#919#920#921#922#923#924#925#926#927#928#929#930#931#932#933#934#935#936#937#938#939#940#941#942#943#944#945#946#947#948#949#950#951#952#953#954#955#956#957#958#959#960#961#962#963#964#965#966#967#968#969#970#971#972#973#974#975#976#977#978#979#980#981#982#983#984#985#986#987#988#989#990#991#992#993#994#995#996#997#998#999"} 2024-06-29 00:00:57 INFO 1 * Client response received on thread main 1 < 200 1 < Accept-Language: en-US 1 < Connection: close 1 < Content-Type: application/json 1 < Date: Sat, 29 Jun 2024 00:00:57 GMT {"_type":"scout.RestClientTestEchoResponse","echo":{"_type":"scout.RestClientTestEcho","body":"{\"attribute\":\"value\",\"attributeLarge\":\"1#2#3#4#5#6#7#8#9#10#11#12#13#14#15#16#17#18#19#20#21#22#23#24#25#26#27#28#29#30#31#32#33#34#35#36#37#38#39#40#41#42#43#44#45#46#47#48#49#50#51#52#53#54#55#56#57#58#59#60#61#62#63#64#65#66#67#68#69#70#71#72#73#74#75#76#77#78#79#80#81#82#83#84#85#86#87#88#89#90#91#92#93#94#95#96#97#98#99#100#101#102#103#104#105#106#107#108#109#110#111#112#113#114#115#116#117#118#119#120#121#122#123#124#125#126#127#128#129#130#131#132#133#134#135#136#137#138#139#140#141#142#143#144#145#146#147#148#149#150#151#152#153#154#155#156#157#158#159#160#161#162#163#164#165#166#167#168#169#170#171#172#173#174#175#176#177#178#179#180#181#182#183#184#185#186#187#188#189#190#191#192#193#194#195#196#197#198#199#200#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#300#301#302#303#304#305#306#307#308#309#310#311#312#313#314#315#316#317#318#319#320#321#322#323#324#325#326#327#328#329#330#331#332#333#334#335#336#337#338#339#340#341#342#343#344#345#346#347#348#349#350#351#352#353#354#355#356#357#358#359#360#361#362#363#364#365#366#367#368#369#370#371#372#373#374#375#376#377#378#379#380#381#382#383#384#385#386#387#388#389#390#391#392#393#394#395#396#397#398#399#400#401#402#403#404#405#406#407#408#409#410#411#412#413#414#415#416#417#418#419#420#421#422#423#424#425#426#427#428#429#430#431#432#433#434#435#436#437#438#439#440#441#442#443#444#445#446#447#448#449#450#451#452#453#454#455#456#457#458#459#460#461#462#463#464#465#466#467#468#469#470#471#472#473#474#475#476#477#478#479#480#481#482#483#484#485#486#487#488#489#490#491#492#493#494#495#496#497#498#499#500#501#502#503#504#505#506#507#508#509#510#511#512#513#514#515#516#517#518#519#520#521#522#523#524#525#526#527#528#529#530#531#532#533#534#535#536#537#538#539#540#541#542#543#544#545#546#547#548#549#550#551#552#553#554#555#556#557#558#559#560#561#562#563#564#565#566#567#568#569#570#571#572#573#574#575#576#577#578#579#580#581#582#583#584#585#586#587#588#589#590#591#592#593#594#595#596#597#598#599#600#601#602#603#604#605#606#607#608#609#610#611#612#613#614#615#616#617#618#619#620#621#622#623#624#625#626#627#628#629#630#631#632#633#634#635#636#637#638#639#640#641#642#643#644#645#646#647#648#649#650#651#652#653#654#655#656#657#658#659#660#661#662#663#664#665#666#667#668#669#670#671#672#673#674#675#676#677#678#679#680#681#682#683#684#685#686#687#688#689#690#691#692#693#694#695#696#697#698#699#700#701#702#703#704#705#706#707#708#709#710#711#712#713#714#715#716#717#718#719#720#721#722#723#724#725#726#727#728#729#730#731#732#733#734#735#736#737#738#739#740#741#742#743#744#745#746#747#748#749#750#751#752#753#754#755#756#757#758#759#760#761#762#763#764#765#766#767#768#769#770#771#772#773#774#775#776#777#778#779#780#781#782#783#784#785#786#787#788#789#790#791#792#793#794#795#796#797#798#799#800#801#802#803#804#805#806#807#808#809#810#811#812#813#814#815#816#817#818#819#820#821#822#823#824#825#826#827#828#829#830#831#832#833#834#835#836#837#838#839#840#841#842#843#844#845#846#847#848#849#850#851#852#853#854#855#856#857#858#859#860#861#862#863#864#865#866#867#868#869#870#871#872#873#874#875#876#877#878#879#880#881#882#883#884#885#886#887#888#889#890#891#892#893#894#895#896#897#898#899#900#901#902#903#904#905#906#907#908#909#910#911#912#913#914#915#916#917#918#919#920#921#922#923#924#925#926#927#928#929#930#931#932#933#934#935#936#937#938#939#940#941#942#943#944#945#946#947#948#949#950#951#952#953#954#955#956#957#958#959#960#961#962#963#964#965#966#967#968#969#970#971#972#973#974#975#976#977#978#979#980#981#982#983#984#985#986#987#988#989#990#991#992#993#994#995#996#997#998#999\"}","code":200,"httpMethod":"POST","info":"OK"},"receivedHeaders":{"Accept":"application/json","X-Requested-With":"XMLHttpRequest","Connection":"close","User-Agent":"Generic","Host":"localhost:44415","Accept-Language":"en-US","Accept-Encoding":"gzip, x-gzip, deflate","Content-Length":"3928","Content-Type":"application/json"}} 2024-06-29 00:00:57 INFO 1 * Sending client request on thread main 1 > GET http://localhost:44415/echo?status=200 1 > Accept: application/json 1 > Accept-Language: en-US 2024-06-29 00:00:57 INFO 1 * Client response received on thread main 1 < 200 1 < Accept-Language: en-US 1 < Connection: close 1 < Content-Type: application/json 1 < Date: Sat, 29 Jun 2024 00:00:57 GMT {"_type":"scout.RestClientTestEchoResponse","echo":{"_type":"scout.RestClientTestEcho","body":"","code":200,"httpMethod":"GET","info":"OK"},"receivedHeaders":{"Accept":"application/json","Connection":"close","Host":"localhost:44415","Accept-Language":"en-US","Accept-Encoding":"gzip, x-gzip, deflate"}} 2024-06-29 00:00:57 INFO 1 * Sending client request on thread main 1 > POST http://localhost:44415/echo?status=200 1 > Accept: application/json 1 > Accept-Language: en-US 1 > Content-Type: application/json 1 > X-Requested-With: XMLHttpRequest {"attribute":"value","attributeLarge":"1#2#3#4#5#6#7#8#9#10#11#12#13#14#15#16#17#18#19#20#21#22#23#24#25#26#27#28#29#30#31#32#33#34#35#36#37#38#39#40#41#42#43#44#45#46#47#48#49#50#51#52#53#54#55#56#57#58#59#60#61#62#63#64#65#66#67#68#69#70#71#72#73#74#75#76#77#78#79#80#81#82#83#84#85#86#87#88#89#90#91#92#93#94#95#96#97#98#99#100#101#102#103#104#105#106#107#108#109#110#111#112#113#114#115#116#117#118#119#120#121#122#123#124#125#126#127#128#129#130#131#132#133#134#135#136#137#138#139#140#141#142#143#144#145#146#147#148#149#150#151#152#153#154#155#156#157#158#159#160#161#162#163#164#165#166#167#168#169#170#171#172#173#174#175#176#177#178#179#180#181#182#183#184#185#186#187#188#189#190#191#192#193#194#195#196#197#198#199#200#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#300#301#302#303#304#305#306#307#308#309#310#311#312#313#314#315#316#317#318#319#320#321#322#323#324#325#326#327#328#329#330#331#332#333#334#335#336#337#338#339#340#341#342#343#344#345#346#347#348#349#350#351#352#353#354#355#356#357#358#359#360#361#362#363#364#365#366#367#368#369#370#371#372#373#374#375#376#377#378#379#380#381#382#383#384#385#386#387#388#389#390#391#392#393#394#395#396#397#398#399#400#401#402#403#404#405#406#407#408#409#410#411#412#413#414#415#416#417#418#419#420#421#422#423#424#425#426#427#428#429#430#431#432#433#434#435#436#437#438#439#440#441#442#443#444#445#446#447#448#449#450#451#452#453#454#455#456#457#458#459#460#461#462#463#464#465#466#467#468#469#470#471#472#473#474#475#476#477#478#479#480#481#482#483#484#485#486#487#488#489#490#491#492#493#494#495#496#497#498#499#500#501#502#503#504#505#506#507#508#509#510#511#512#513#514#515#516#517#518#519#520#521#522#523#524#525#526#527#528#529#530#531#532#533#534#535#536#537#538#539#540#541#542#543#544#545#546#547#548#549#550#551#552#553#554#555#556#557#558#559#560#561#562#563#564#565#566#567#568#569#570#571#572#573#574#575#576#577#578#579#580#581#582#583#584#585#586#587#588#589#590#591#592#593#594#595#596#597#598#599#600#601#602#603#604#605#606#607#608#609#610#611#612#613#614#615#616#617#618#619#620#621#622#623#624#625#626#627#628#629#630#631#632#633#634#635#636#637#638#639#640#641#642#643#644#645#646#647#648#649#650#651#652#653#654#655#656#657#658#659#660#661#662#663#664#665#666#667#668#669#670#671#672#673#674#675#676#677#678#679#680#681#682#683#684#685#686#687#688#689#690#691#692#693#694#695#696#697#698#699#700#701#702#703#704#705#706#707#708#709#710#711#712#713#714#715#716#717#718#719#720#721#722#723#724#725#726#727#728#729#730#731#732#733#734#735#736#737#738#739#740#741#742#743#744#745#746#747#748#749#750#751#752#753#754#755#756#757#758#759#760#761#762#763#764#765#766#767#768#769#770#771#772#773#774#775#776#777#778#779#780#781#782#783#784#785#786#787#788#789#790#791#792#793#794#795#796#797#798#799#800#801#802#803#804#805#806#807#808#809#810#811#812#813#814#815#816#817#818#819#820#821#822#823#824#825#826#827#828#829#830#831#832#833#834#835#836#837#838#839#840#841#842#843#844#845#846#847#848#849#850#851#852#853#854#855#856#857#858#859#860#861#862#863#864#865#866#867#868#869#870#871#872#873#874#875#876#877#878#879#880#881#882#883#884#885#886#887#888#889#890#891#892#893#894#895#896#897#898#899#900#901#902#903#904#905#906#907#908#909#910#911#912#913#914#915#916#917#918#919#920#921#922#923#924#925#926#927#928#929#930#931#932#933#934#935#936#937#938#939#940#941#942#943#944#945#946#947#948#949#950#951#952#953#954#955#956#957#958#959#960#961#962#963#964#965#966#967#968#969#970#971#972#973#974#975#976#977#978#979#980#981#982#983#984#985#986#987#988#989#990#991#992#993#994#995#996#997#998#999"} 2024-06-29 00:00:57 INFO 1 * Client response received on thread main 1 < 200 1 < Accept-Language: en-US 1 < Connection: close 1 < Content-Type: application/json 1 < Date: Sat, 29 Jun 2024 00:00:57 GMT {"_type":"scout.RestClientTestEchoResponse","echo":{"_type":"scout.RestClientTestEcho","body":"{\"attribute\":\"value\",\"attributeLarge\":\"1#2#3#4#5#6#7#8#9#10#11#12#13#14#15#16#17#18#19#20#21#22#23#24#25#26#27#28#29#30#31#32#33#34#35#36#37#38#39#40#41#42#43#44#45#46#47#48#49#50#51#52#53#54#55#56#57#58#59#60#61#62#63#64#65#66#67#68#69#70#71#72#73#74#75#76#77#78#79#80#81#82#83#84#85#86#87#88#89#90#91#92#93#94#95#96#97#98#99#100#101#102#103#104#105#106#107#108#109#110#111#112#113#114#115#116#117#118#119#120#121#122#123#124#125#126#127#128#129#130#131#132#133#134#135#136#137#138#139#140#141#142#143#144#145#146#147#148#149#150#151#152#153#154#155#156#157#158#159#160#161#162#163#164#165#166#167#168#169#170#171#172#173#174#175#176#177#178#179#180#181#182#183#184#185#186#187#188#189#190#191#192#193#194#195#196#197#198#199#200#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#300#301#302#303#304#305#306#307#308#309#310#311#312#313#314#315#316#317#318#319#320#321#322#323#324#325#326#327#328#329#330#331#332#333#334#335#336#337#338#339#340#341#342#343#344#345#346#347#348#349#350#351#352#353#354#355#356#357#358#359#360#361#362#363#364#365#366#367#368#369#370#371#372#373#374#375#376#377#378#379#380#381#382#383#384#385#386#387#388#389#390#391#392#393#394#395#396#397#398#399#400#401#402#403#404#405#406#407#408#409#410#411#412#413#414#415#416#417#418#419#420#421#422#423#424#425#426#427#428#429#430#431#432#433#434#435#436#437#438#439#440#441#442#443#444#445#446#447#448#449#450#451#452#453#454#455#456#457#458#459#460#461#462#463#464#465#466#467#468#469#470#471#472#473#474#475#476#477#478#479#480#481#482#483#484#485#486#487#488#489#490#491#492#493#494#495#496#497#498#499#500#501#502#503#504#505#506#507#508#509#510#511#512#513#514#515#516#517#518#519#520#521#522#523#524#525#526#527#528#529#530#531#532#533#534#535#536#537#538#539#540#541#542#543#544#545#546#547#548#549#550#551#552#553#554#555#556#557#558#559#560#561#562#563#564#565#566#567#568#569#570#571#572#573#574#575#576#577#578#579#580#581#582#583#584#585#586#587#588#589#590#591#592#593#594#595#596#597#598#599#600#601#602#603#604#605#606#607#608#609#610#611#612#613#614#615#616#617#618#619#620#621#622#623#624#625#626#627#628#629#630#631#632#633#634#635#636#637#638#639#640#641#642#643#644#645#646#647#648#649#650#651#652#653#654#655#656#657#658#659#660#661#662#663#664#665#666#667#668#669#670#671#672#673#674#675#676#677#678#679#680#681#682#683#684#685#686#687#688#689#690#691#692#693#694#695#696#697#698#699#700#701#702#703#704#705#706#707#708#709#710#711#712#713#714#715#716#717#718#719#720#721#722#723#724#725#726#727#728#729#730#731#732#733#734#735#736#737#738#739#740#741#742#743#744#745#746#747#748#749#750#751#752#753#754#755#756#757#758#759#760#761#762#763#764#765#766#767#768#769#770#771#772#773#774#775#776#777#778#779#780#781#782#783#784#785#786#787#788#789#790#791#792#793#794#795#796#797#798#799#800#801#802#803#804#805#806#807#808#809#810#811#812#813#814#815#816#817#818#819#820#821#822#823#824#825#826#827#828#829#830#831#832#833#834#835#836#837#838#839#840#841#842#843#844#845#846#847#848#849#850#851#852#853#854#855#856#857#858#859#860#861#862#863#864#865#866#867#868#869#870#871#872#873#874#875#876#877#878#879#880#881#882#883#884#885#886#887#888#889#890#891#892#893#894#895#896#897#898#899#900#901#902#903#904#905#906#907#908#909#910#911#912#913#914#915#916#917#918#919#920#921#922#923#924#925#926#927#928#929#930#931#932#933#934#935#936#937#938#939#940#941#942#943#944#945#946#947#948#949#950#951#952#953#954#955#956#957#958#959#960#961#962#963#964#965#966#967#968#969#970#971#972#973#974#975#976#977#978#979#980#981#982#983#984#985#986#987#988#989#990#991#992#993#994#995#996#997#998#999\"}","code":200,"httpMethod":"POST","info":"OK"},"receivedHeaders":{"Transfer-Encoding":"chunked","Accept":"application/json","X-Requested-With":"XMLHttpRequest","Connection":"close","User-Agent":"Generic","Host":"localhost:44415","Accept-Language":"en-US","Accept-Encoding":"gzip, x-gzip, deflate","Content-Type":"application/json"}} 2024-06-29 00:00:57 INFO 1 * Sending client request on thread main 1 > GET http://localhost:44415/echo?status=200 1 > Accept: application/json 1 > Accept-Language: en-US 1 > X-Scout-Correlation-Id: ad28ba40-f242-4110-9480-5b636bf25983 2024-06-29 00:00:57,293 INFO [qtp1842851631-57] org.eclipse.scout.rt.rest.jersey.RestClientHttpProxyServlet.service(RestClientHttpProxyServlet.java:49) - HTTP Headers: Accept: 'application/json' X-Scout-Correlation-Id: 'ad28ba40-f242-4110-9480-5b636bf25983' Connection: 'close' User-Agent: 'Generic' Host: 'localhost:44415' Accept-Language: 'en-US' Accept-Encoding: 'gzip, x-gzip, deflate' 2024-06-29 00:00:57 INFO 1 * Client response received on thread main 1 < 200 1 < Connection: close 1 < Content-Type: application/json 1 < Date: Sat, 29 Jun 2024 00:00:57 GMT 1 < X-Scout-Correlation-Id: ad28ba40-f242-4110-9480-5b636bf25983 {"_type":"scout.RestClientTestEchoResponse","echo":{"_type":"scout.RestClientTestEcho","data":"proxy-ok"}} 2024-06-29 00:00:57 INFO 1 * Sending client request on thread main 1 > GET http://localhost:44415/echo?status=200&redirectUrl=%2Fecho%3Fstatus%3D201 1 > Accept: application/json 1 > Accept-Language: en-US 2024-06-29 00:00:57 INFO 1 * Client response received on thread main 1 < 201 1 < Accept-Language: en-US 1 < Connection: close 1 < Content-Type: application/json 1 < Date: Sat, 29 Jun 2024 00:00:57 GMT {"_type":"scout.RestClientTestEchoResponse","echo":{"_type":"scout.RestClientTestEcho","body":"","code":201,"httpMethod":"GET","info":"Created"},"receivedHeaders":{"Accept":"application/json","Connection":"close","User-Agent":"Generic","Host":"localhost:44415","Accept-Language":"en-US","Accept-Encoding":"gzip, x-gzip, deflate"}} 2024-06-29 00:00:57 INFO 1 * Sending client request on thread main 1 > GET http://localhost:44415/echo?status=200 1 > Accept: application/json 1 > Accept-Language: en-US 1 > User-Agent: mockAgent 2024-06-29 00:00:57 INFO 1 * Client response received on thread main 1 < 200 1 < Accept-Language: en-US 1 < Connection: close 1 < Content-Type: application/json 1 < Date: Sat, 29 Jun 2024 00:00:57 GMT {"_type":"scout.RestClientTestEchoResponse","echo":{"_type":"scout.RestClientTestEcho","body":"","code":200,"httpMethod":"GET","info":"OK"},"receivedHeaders":{"Accept":"application/json","Connection":"close","User-Agent":"mockAgent","Host":"localhost:44415","Accept-Language":"en-US","Accept-Encoding":"gzip, x-gzip, deflate"}} 2024-06-29 00:00:57 INFO 1 * Sending client request on thread main 1 > GET http://localhost:44415/echo?status=200 1 > Accept: application/json 1 > Accept-Language: en-US 2024-06-29 00:00:57 INFO 1 * Client response received on thread main 1 < 200 1 < Accept-Language: en-US 1 < Connection: close 1 < Content-Type: application/json 1 < Date: Sat, 29 Jun 2024 00:00:57 GMT {"_type":"scout.RestClientTestEchoResponse","echo":{"_type":"scout.RestClientTestEcho","body":"","code":200,"httpMethod":"GET","info":"OK"},"receivedHeaders":{"Accept":"application/json","Connection":"close","User-Agent":"Generic","Host":"localhost:44415","Accept-Language":"en-US","Accept-Encoding":"gzip, x-gzip, deflate"}} 2024-06-29 00:00:57 INFO 1 * Sending client request on thread main 1 > GET http://localhost:44415/echo?status=200&cookieValue=my-cookie 1 > Accept: application/json 1 > Accept-Language: en-US 2024-06-29 00:00:57 INFO 1 * Client response received on thread main 1 < 200 1 < Accept-Language: en-US 1 < Connection: close 1 < Content-Type: application/json 1 < Date: Sat, 29 Jun 2024 00:00:57 GMT 1 < Expires: Thu, 01 Jan 1970 00:00:00 GMT 1 < Set-Cookie: echo-servlet-cookie=my-cookie {"_type":"scout.RestClientTestEchoResponse","echo":{"_type":"scout.RestClientTestEcho","body":"","code":200,"httpMethod":"GET","info":"OK"},"receivedHeaders":{"Accept":"application/json","Connection":"close","User-Agent":"Generic","Host":"localhost:44415","Accept-Language":"en-US","Accept-Encoding":"gzip, x-gzip, deflate"}} 2024-06-29 00:00:57 INFO 2 * Sending client request on thread main 2 > GET http://localhost:44415/echo?status=200 2 > Accept: application/json 2 > Accept-Language: en-US 2024-06-29 00:00:57 INFO 2 * Client response received on thread main 2 < 200 2 < Accept-Language: en-US 2 < Connection: close 2 < Content-Type: application/json 2 < Date: Sat, 29 Jun 2024 00:00:57 GMT {"_type":"scout.RestClientTestEchoResponse","echo":{"_type":"scout.RestClientTestEcho","body":"","code":200,"httpMethod":"GET","info":"OK"},"receivedHeaders":{"Accept":"application/json","Connection":"close","User-Agent":"Jersey/3.0.12 (Scout Apache HttpClient Connector)","Host":"localhost:44415","Accept-Language":"en-US","Accept-Encoding":"gzip, x-gzip, deflate"}} 2024-06-29 00:00:57 INFO 1 * Sending client request on thread main 1 > GET http://localhost:44415/echo?status=200 1 > Accept: application/json 1 > Accept-Language: en-US 2024-06-29 00:00:57 INFO 1 * Client response received on thread main 1 < 200 1 < Accept-Language: en-US 1 < Connection: close 1 < Content-Type: application/json 1 < Date: Sat, 29 Jun 2024 00:00:57 GMT {"_type":"scout.RestClientTestEchoResponse","echo":{"_type":"scout.RestClientTestEcho","body":"","code":200,"httpMethod":"GET","info":"OK"},"receivedHeaders":{"Accept":"application/json","Connection":"close","Host":"localhost:44415","Accept-Language":"en-US","Accept-Encoding":"gzip, x-gzip, deflate"}} 2024-06-29 00:00:57 INFO 1 * Sending client request on thread main 1 > GET http://localhost:44415/echo?status=200&redirectUrl=%2Fecho%3Fstatus%3D201 1 > Accept: application/json 1 > Accept-Language: en-US 2024-06-29 00:00:57 INFO 1 * Client response received on thread main 1 < 201 1 < Accept-Language: en-US 1 < Connection: close 1 < Content-Type: application/json 1 < Date: Sat, 29 Jun 2024 00:00:57 GMT {"_type":"scout.RestClientTestEchoResponse","echo":{"_type":"scout.RestClientTestEcho","body":"","code":201,"httpMethod":"GET","info":"Created"},"receivedHeaders":{"Accept":"application/json","Connection":"close","User-Agent":"Generic","Host":"localhost:44415","Accept-Language":"en-US","Accept-Encoding":"gzip, x-gzip, deflate"}} 2024-06-29 00:00:57 INFO 1 * Sending client request on thread main 1 > POST http://localhost:44415/echo?status=200 1 > Accept: application/json 1 > Accept-Language: en-US 1 > Content-Type: application/json 1 > X-Requested-With: XMLHttpRequest {"attribute":"value","attributeLarge":"1#2#3#4#5#6#7#8#9#10#11#12#13#14#15#16#17#18#19#20#21#22#23#24#25#26#27#28#29#30#31#32#33#34#35#36#37#38#39#40#41#42#43#44#45#46#47#48#49#50#51#52#53#54#55#56#57#58#59#60#61#62#63#64#65#66#67#68#69#70#71#72#73#74#75#76#77#78#79#80#81#82#83#84#85#86#87#88#89#90#91#92#93#94#95#96#97#98#99#100#101#102#103#104#105#106#107#108#109#110#111#112#113#114#115#116#117#118#119#120#121#122#123#124#125#126#127#128#129#130#131#132#133#134#135#136#137#138#139#140#141#142#143#144#145#146#147#148#149#150#151#152#153#154#155#156#157#158#159#160#161#162#163#164#165#166#167#168#169#170#171#172#173#174#175#176#177#178#179#180#181#182#183#184#185#186#187#188#189#190#191#192#193#194#195#196#197#198#199#200#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#300#301#302#303#304#305#306#307#308#309#310#311#312#313#314#315#316#317#318#319#320#321#322#323#324#325#326#327#328#329#330#331#332#333#334#335#336#337#338#339#340#341#342#343#344#345#346#347#348#349#350#351#352#353#354#355#356#357#358#359#360#361#362#363#364#365#366#367#368#369#370#371#372#373#374#375#376#377#378#379#380#381#382#383#384#385#386#387#388#389#390#391#392#393#394#395#396#397#398#399#400#401#402#403#404#405#406#407#408#409#410#411#412#413#414#415#416#417#418#419#420#421#422#423#424#425#426#427#428#429#430#431#432#433#434#435#436#437#438#439#440#441#442#443#444#445#446#447#448#449#450#451#452#453#454#455#456#457#458#459#460#461#462#463#464#465#466#467#468#469#470#471#472#473#474#475#476#477#478#479#480#481#482#483#484#485#486#487#488#489#490#491#492#493#494#495#496#497#498#499#500#501#502#503#504#505#506#507#508#509#510#511#512#513#514#515#516#517#518#519#520#521#522#523#524#525#526#527#528#529#530#531#532#533#534#535#536#537#538#539#540#541#542#543#544#545#546#547#548#549#550#551#552#553#554#555#556#557#558#559#560#561#562#563#564#565#566#567#568#569#570#571#572#573#574#575#576#577#578#579#580#581#582#583#584#585#586#587#588#589#590#591#592#593#594#595#596#597#598#599#600#601#602#603#604#605#606#607#608#609#610#611#612#613#614#615#616#617#618#619#620#621#622#623#624#625#626#627#628#629#630#631#632#633#634#635#636#637#638#639#640#641#642#643#644#645#646#647#648#649#650#651#652#653#654#655#656#657#658#659#660#661#662#663#664#665#666#667#668#669#670#671#672#673#674#675#676#677#678#679#680#681#682#683#684#685#686#687#688#689#690#691#692#693#694#695#696#697#698#699#700#701#702#703#704#705#706#707#708#709#710#711#712#713#714#715#716#717#718#719#720#721#722#723#724#725#726#727#728#729#730#731#732#733#734#735#736#737#738#739#740#741#742#743#744#745#746#747#748#749#750#751#752#753#754#755#756#757#758#759#760#761#762#763#764#765#766#767#768#769#770#771#772#773#774#775#776#777#778#779#780#781#782#783#784#785#786#787#788#789#790#791#792#793#794#795#796#797#798#799#800#801#802#803#804#805#806#807#808#809#810#811#812#813#814#815#816#817#818#819#820#821#822#823#824#825#826#827#828#829#830#831#832#833#834#835#836#837#838#839#840#841#842#843#844#845#846#847#848#849#850#851#852#853#854#855#856#857#858#859#860#861#862#863#864#865#866#867#868#869#870#871#872#873#874#875#876#877#878#879#880#881#882#883#884#885#886#887#888#889#890#891#892#893#894#895#896#897#898#899#900#901#902#903#904#905#906#907#908#909#910#911#912#913#914#915#916#917#918#919#920#921#922#923#924#925#926#927#928#929#930#931#932#933#934#935#936#937#938#939#940#941#942#943#944#945#946#947#948#949#950#951#952#953#954#955#956#957#958#959#960#961#962#963#964#965#966#967#968#969#970#971#972#973#974#975#976#977#978#979#980#981#982#983#984#985#986#987#988#989#990#991#992#993#994#995#996#997#998#999"} 2024-06-29 00:00:57 INFO 1 * Client response received on thread main 1 < 200 1 < Accept-Language: en-US 1 < Connection: close 1 < Content-Type: application/json 1 < Date: Sat, 29 Jun 2024 00:00:57 GMT {"_type":"scout.RestClientTestEchoResponse","echo":{"_type":"scout.RestClientTestEcho","body":"{\"attribute\":\"value\",\"attributeLarge\":\"1#2#3#4#5#6#7#8#9#10#11#12#13#14#15#16#17#18#19#20#21#22#23#24#25#26#27#28#29#30#31#32#33#34#35#36#37#38#39#40#41#42#43#44#45#46#47#48#49#50#51#52#53#54#55#56#57#58#59#60#61#62#63#64#65#66#67#68#69#70#71#72#73#74#75#76#77#78#79#80#81#82#83#84#85#86#87#88#89#90#91#92#93#94#95#96#97#98#99#100#101#102#103#104#105#106#107#108#109#110#111#112#113#114#115#116#117#118#119#120#121#122#123#124#125#126#127#128#129#130#131#132#133#134#135#136#137#138#139#140#141#142#143#144#145#146#147#148#149#150#151#152#153#154#155#156#157#158#159#160#161#162#163#164#165#166#167#168#169#170#171#172#173#174#175#176#177#178#179#180#181#182#183#184#185#186#187#188#189#190#191#192#193#194#195#196#197#198#199#200#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#300#301#302#303#304#305#306#307#308#309#310#311#312#313#314#315#316#317#318#319#320#321#322#323#324#325#326#327#328#329#330#331#332#333#334#335#336#337#338#339#340#341#342#343#344#345#346#347#348#349#350#351#352#353#354#355#356#357#358#359#360#361#362#363#364#365#366#367#368#369#370#371#372#373#374#375#376#377#378#379#380#381#382#383#384#385#386#387#388#389#390#391#392#393#394#395#396#397#398#399#400#401#402#403#404#405#406#407#408#409#410#411#412#413#414#415#416#417#418#419#420#421#422#423#424#425#426#427#428#429#430#431#432#433#434#435#436#437#438#439#440#441#442#443#444#445#446#447#448#449#450#451#452#453#454#455#456#457#458#459#460#461#462#463#464#465#466#467#468#469#470#471#472#473#474#475#476#477#478#479#480#481#482#483#484#485#486#487#488#489#490#491#492#493#494#495#496#497#498#499#500#501#502#503#504#505#506#507#508#509#510#511#512#513#514#515#516#517#518#519#520#521#522#523#524#525#526#527#528#529#530#531#532#533#534#535#536#537#538#539#540#541#542#543#544#545#546#547#548#549#550#551#552#553#554#555#556#557#558#559#560#561#562#563#564#565#566#567#568#569#570#571#572#573#574#575#576#577#578#579#580#581#582#583#584#585#586#587#588#589#590#591#592#593#594#595#596#597#598#599#600#601#602#603#604#605#606#607#608#609#610#611#612#613#614#615#616#617#618#619#620#621#622#623#624#625#626#627#628#629#630#631#632#633#634#635#636#637#638#639#640#641#642#643#644#645#646#647#648#649#650#651#652#653#654#655#656#657#658#659#660#661#662#663#664#665#666#667#668#669#670#671#672#673#674#675#676#677#678#679#680#681#682#683#684#685#686#687#688#689#690#691#692#693#694#695#696#697#698#699#700#701#702#703#704#705#706#707#708#709#710#711#712#713#714#715#716#717#718#719#720#721#722#723#724#725#726#727#728#729#730#731#732#733#734#735#736#737#738#739#740#741#742#743#744#745#746#747#748#749#750#751#752#753#754#755#756#757#758#759#760#761#762#763#764#765#766#767#768#769#770#771#772#773#774#775#776#777#778#779#780#781#782#783#784#785#786#787#788#789#790#791#792#793#794#795#796#797#798#799#800#801#802#803#804#805#806#807#808#809#810#811#812#813#814#815#816#817#818#819#820#821#822#823#824#825#826#827#828#829#830#831#832#833#834#835#836#837#838#839#840#841#842#843#844#845#846#847#848#849#850#851#852#853#854#855#856#857#858#859#860#861#862#863#864#865#866#867#868#869#870#871#872#873#874#875#876#877#878#879#880#881#882#883#884#885#886#887#888#889#890#891#892#893#894#895#896#897#898#899#900#901#902#903#904#905#906#907#908#909#910#911#912#913#914#915#916#917#918#919#920#921#922#923#924#925#926#927#928#929#930#931#932#933#934#935#936#937#938#939#940#941#942#943#944#945#946#947#948#949#950#951#952#953#954#955#956#957#958#959#960#961#962#963#964#965#966#967#968#969#970#971#972#973#974#975#976#977#978#979#980#981#982#983#984#985#986#987#988#989#990#991#992#993#994#995#996#997#998#999\"}","code":200,"httpMethod":"POST","info":"OK"},"receivedHeaders":{"Transfer-Encoding":"chunked","Accept":"application/json","X-Requested-With":"XMLHttpRequest","Connection":"close","User-Agent":"Generic","Host":"localhost:44415","Accept-Language":"en-US","Accept-Encoding":"gzip, x-gzip, deflate","Content-Type":"application/json"}} 2024-06-29 00:00:57 INFO 1 * Sending client request on thread main 1 > GET http://localhost:44415/echo?status=200&cookieValue=my-cookie 1 > Accept: application/json 1 > Accept-Language: en-US 2024-06-29 00:00:57 INFO 1 * Client response received on thread main 1 < 200 1 < Accept-Language: en-US 1 < Connection: close 1 < Content-Type: application/json 1 < Date: Sat, 29 Jun 2024 00:00:57 GMT 1 < Expires: Thu, 01 Jan 1970 00:00:00 GMT 1 < Set-Cookie: echo-servlet-cookie=my-cookie {"_type":"scout.RestClientTestEchoResponse","echo":{"_type":"scout.RestClientTestEcho","body":"","code":200,"httpMethod":"GET","info":"OK"},"receivedHeaders":{"Accept":"application/json","Connection":"close","User-Agent":"Generic","Host":"localhost:44415","Accept-Language":"en-US","Accept-Encoding":"gzip, x-gzip, deflate"}} 2024-06-29 00:00:57 INFO 2 * Sending client request on thread main 2 > GET http://localhost:44415/echo?status=200 2 > Accept: application/json 2 > Accept-Language: en-US 2024-06-29 00:00:57 INFO 2 * Client response received on thread main 2 < 200 2 < Accept-Language: en-US 2 < Connection: close 2 < Content-Type: application/json 2 < Date: Sat, 29 Jun 2024 00:00:57 GMT {"_type":"scout.RestClientTestEchoResponse","echo":{"_type":"scout.RestClientTestEcho","body":"","code":200,"httpMethod":"GET","info":"OK"},"receivedHeaders":{"Cookie":"echo-servlet-cookie=my-cookie","Accept":"application/json","Connection":"close","User-Agent":"Jersey/3.0.12 (Scout Apache HttpClient Connector)","Host":"localhost:44415","Accept-Language":"en-US","Accept-Encoding":"gzip, x-gzip, deflate"}} 2024-06-29 00:00:57 INFO 1 * Sending client request on thread main 1 > GET http://localhost:44415/echo?status=200 1 > Accept: application/json 1 > Accept-Language: en-US 1 > X-Scout-Correlation-Id: 9f22e1ad-d87b-4c8b-95d9-f1045ad5c1ba 2024-06-29 00:00:57 INFO 1 * Client response received on thread main 1 < 200 1 < Accept-Language: en-US 1 < Connection: close 1 < Content-Type: application/json 1 < Date: Sat, 29 Jun 2024 00:00:57 GMT 1 < X-Scout-Correlation-Id: 9f22e1ad-d87b-4c8b-95d9-f1045ad5c1ba {"_type":"scout.RestClientTestEchoResponse","echo":{"_type":"scout.RestClientTestEcho","body":"","code":200,"httpMethod":"GET","info":"OK"},"receivedHeaders":{"Accept":"application/json","X-Scout-Correlation-Id":"9f22e1ad-d87b-4c8b-95d9-f1045ad5c1ba","Connection":"close","User-Agent":"Generic","Host":"localhost:44415","Accept-Language":"en-US","Accept-Encoding":"gzip, x-gzip, deflate"}} 2024-06-29 00:00:57 INFO 1 * Sending client request on thread main 1 > GET http://localhost:44415/echo?status=200 1 > Accept: application/json 1 > Accept-Language: en-US 1 > X-Scout-Correlation-Id: 7829b91d-8cdc-4554-988b-b16fe410f35a 2024-06-29 00:00:57 INFO 1 * Client response received on thread main 1 < 200 1 < Accept-Language: en-US 1 < Connection: close 1 < Content-Type: application/json 1 < Date: Sat, 29 Jun 2024 00:00:57 GMT 1 < X-Scout-Correlation-Id: 7829b91d-8cdc-4554-988b-b16fe410f35a {"_type":"scout.RestClientTestEchoResponse","echo":{"_type":"scout.RestClientTestEcho","body":"","code":200,"httpMethod":"GET","info":"OK"},"receivedHeaders":{"Accept":"application/json","X-Scout-Correlation-Id":"7829b91d-8cdc-4554-988b-b16fe410f35a","Connection":"close","User-Agent":"Generic","Host":"localhost:44415","Accept-Language":"en-US","Accept-Encoding":"gzip, x-gzip, deflate"}} 2024-06-29 00:00:57 INFO 1 * Sending client request on thread main 1 > GET http://localhost:44415/echo?status=200&cookieValue=my-cookie 1 > Accept: application/json 1 > Accept-Language: en-US 2024-06-29 00:00:57 INFO 1 * Client response received on thread main 1 < 200 1 < Accept-Language: en-US 1 < Connection: close 1 < Content-Type: application/json 1 < Date: Sat, 29 Jun 2024 00:00:57 GMT 1 < Expires: Thu, 01 Jan 1970 00:00:00 GMT 1 < Set-Cookie: echo-servlet-cookie=my-cookie {"_type":"scout.RestClientTestEchoResponse","echo":{"_type":"scout.RestClientTestEcho","body":"","code":200,"httpMethod":"GET","info":"OK"},"receivedHeaders":{"Accept":"application/json","Connection":"close","User-Agent":"Generic","Host":"localhost:44415","Accept-Language":"en-US","Accept-Encoding":"gzip, x-gzip, deflate"}} 2024-06-29 00:00:57 INFO 2 * Sending client request on thread main 2 > GET http://localhost:44415/echo?status=200 2 > Accept: application/json 2 > Accept-Language: en-US 2024-06-29 00:00:57 INFO 2 * Client response received on thread main 2 < 200 2 < Accept-Language: en-US 2 < Connection: close 2 < Content-Type: application/json 2 < Date: Sat, 29 Jun 2024 00:00:57 GMT {"_type":"scout.RestClientTestEchoResponse","echo":{"_type":"scout.RestClientTestEcho","body":"","code":200,"httpMethod":"GET","info":"OK"},"receivedHeaders":{"Accept":"application/json","Connection":"close","User-Agent":"Jersey/3.0.12 (Scout Apache HttpClient Connector)","Host":"localhost:44415","Accept-Language":"en-US","Accept-Encoding":"gzip, x-gzip, deflate"}} 2024-06-29 00:00:57 INFO 1 * Sending client request on thread main 1 > GET http://localhost:44415/echo?status=200&requireAuth=true&proxyUser=user&proxyPassword=pass 1 > Accept: application/json 1 > Accept-Language: en-US 1 > X-Scout-Correlation-Id: 584c90ce-45a3-4f11-90bd-23dc6e768cf8 2024-06-29 00:00:57,908 INFO [qtp1842851631-57] org.eclipse.scout.rt.rest.jersey.RestClientHttpProxyServlet.service(RestClientHttpProxyServlet.java:49) - HTTP Headers: Accept: 'application/json' X-Scout-Correlation-Id: '584c90ce-45a3-4f11-90bd-23dc6e768cf8' Connection: 'close' User-Agent: 'Generic' Host: 'localhost:44415' Accept-Language: 'en-US' Accept-Encoding: 'gzip, x-gzip, deflate' 2024-06-29 00:00:57,951 INFO [qtp1842851631-57] org.eclipse.scout.rt.rest.jersey.RestClientHttpProxyServlet.service(RestClientHttpProxyServlet.java:49) - HTTP Headers: Accept: 'application/json' X-Scout-Correlation-Id: '584c90ce-45a3-4f11-90bd-23dc6e768cf8' Connection: 'close' User-Agent: 'Generic' Host: 'localhost:44415' Accept-Language: 'en-US' Proxy-Authorization: 'Basic dXNlcjpwYXNz' 2024-06-29 00:00:57 INFO 1 * Client response received on thread main 1 < 200 1 < Connection: close 1 < Content-Type: application/json 1 < Date: Sat, 29 Jun 2024 00:00:57 GMT 1 < X-Scout-Correlation-Id: 584c90ce-45a3-4f11-90bd-23dc6e768cf8 {"_type":"scout.RestClientTestEchoResponse","echo":{"_type":"scout.RestClientTestEcho","data":"proxy-ok"}} [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.707 s -- in org.eclipse.scout.rt.rest.jersey.client.ScoutApacheConnectorTest [INFO] Running org.eclipse.scout.rt.rest.jersey.client.multipart.MultipartMessageBodyWriterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.rest.jersey.client.multipart.MultipartMessageBodyWriterTest [INFO] Running org.eclipse.scout.rt.rest.jersey.client.multipart.MultipartRestClientTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 s -- in org.eclipse.scout.rt.rest.jersey.client.multipart.MultipartRestClientTest [INFO] Running org.eclipse.scout.rt.rest.jersey.client.proxy.RestClientProxyInvocationTest 2024-06-29 00:00:58,164 WARN [main] org.eclipse.scout.rt.rest.client.proxy.RestClientProxyFactory.warnDiscouragedMethodUsage(RestClientProxyFactory.java:219) - Discouraged method invocation (e.g. running outside a RunContext or exception transformation not available) - MDC[cid=7568a0d2-609c-41a9-9a35-3de7c6a54d91] 2024-06-29 00:00:58,190 WARN [main] org.eclipse.scout.rt.rest.client.proxy.RestClientProxyFactory.warnDiscouragedMethodUsage(RestClientProxyFactory.java:219) - Discouraged method invocation (e.g. running outside a RunContext or exception transformation not available) 2024-06-29 00:00:58,247 WARN [main] org.eclipse.scout.rt.rest.client.proxy.RestClientProxyFactory.warnDiscouragedMethodUsage(RestClientProxyFactory.java:219) - Discouraged method invocation (e.g. running outside a RunContext or exception transformation not available) 2024-06-29 00:00:58,277 WARN [main] org.eclipse.scout.rt.rest.client.proxy.RestClientProxyFactory.warnDiscouragedMethodUsage(RestClientProxyFactory.java:219) - Discouraged method invocation (e.g. running outside a RunContext or exception transformation not available) 2024-06-29 00:00:58,303 WARN [main] org.eclipse.scout.rt.rest.client.proxy.RestClientProxyFactory.warnDiscouragedMethodUsage(RestClientProxyFactory.java:219) - Discouraged method invocation (e.g. running outside a RunContext or exception transformation not available) 2024-06-29 00:00:58,350 WARN [main] org.eclipse.scout.rt.rest.client.proxy.RestClientProxyFactory.warnDiscouragedMethodUsage(RestClientProxyFactory.java:219) - Discouraged method invocation (e.g. running outside a RunContext or exception transformation not available) 2024-06-29 00:00:58,397 WARN [main] org.eclipse.scout.rt.rest.client.proxy.RestClientProxyFactory.warnDiscouragedMethodUsage(RestClientProxyFactory.java:219) - Discouraged method invocation (e.g. running outside a RunContext or exception transformation not available) 2024-06-29 00:00:58,443 WARN [main] org.eclipse.scout.rt.rest.client.proxy.RestClientProxyFactory.warnDiscouragedMethodUsage(RestClientProxyFactory.java:219) - Discouraged method invocation (e.g. running outside a RunContext or exception transformation not available) 2024-06-29 00:00:58,469 WARN [main] org.eclipse.scout.rt.rest.client.proxy.RestClientProxyFactory.warnDiscouragedMethodUsage(RestClientProxyFactory.java:219) - Discouraged method invocation (e.g. running outside a RunContext or exception transformation not available) 2024-06-29 00:00:58,569 WARN [main] org.eclipse.scout.rt.rest.client.proxy.RestClientProxyFactory.warnDiscouragedMethodUsage(RestClientProxyFactory.java:219) - Discouraged method invocation (e.g. running outside a RunContext or exception transformation not available) 2024-06-29 00:00:58,757 WARN [main] org.eclipse.scout.rt.rest.client.proxy.RestClientProxyFactory.warnDiscouragedMethodUsage(RestClientProxyFactory.java:219) - Discouraged method invocation (e.g. running outside a RunContext or exception transformation not available) 2024-06-29 00:00:58,802 WARN [main] org.eclipse.scout.rt.rest.client.proxy.RestClientProxyFactory.warnDiscouragedMethodUsage(RestClientProxyFactory.java:219) - Discouraged method invocation (e.g. running outside a RunContext or exception transformation not available) 2024-06-29 00:00:58,867 WARN [main] org.eclipse.scout.rt.rest.client.proxy.RestClientProxyFactory.warnDiscouragedMethodUsage(RestClientProxyFactory.java:219) - Discouraged method invocation (e.g. running outside a RunContext or exception transformation not available) 2024-06-29 00:00:58,914 WARN [main] org.eclipse.scout.rt.rest.client.proxy.RestClientProxyFactory.warnDiscouragedMethodUsage(RestClientProxyFactory.java:219) - Discouraged method invocation (e.g. running outside a RunContext or exception transformation not available) 2024-06-29 00:00:58,958 WARN [main] org.eclipse.scout.rt.rest.client.proxy.RestClientProxyFactory.warnDiscouragedMethodUsage(RestClientProxyFactory.java:219) - Discouraged method invocation (e.g. running outside a RunContext or exception transformation not available) 2024-06-29 00:00:59,098 WARN [main] org.eclipse.scout.rt.rest.client.proxy.RestClientProxyFactory.warnDiscouragedMethodUsage(RestClientProxyFactory.java:219) - Discouraged method invocation (e.g. running outside a RunContext or exception transformation not available) 2024-06-29 00:00:59,121 WARN [main] org.eclipse.scout.rt.rest.client.proxy.RestClientProxyFactory.warnDiscouragedMethodUsage(RestClientProxyFactory.java:219) - Discouraged method invocation (e.g. running outside a RunContext or exception transformation not available) 2024-06-29 00:00:59,159 WARN [main] org.eclipse.scout.rt.rest.client.proxy.RestClientProxyFactory.warnDiscouragedMethodUsage(RestClientProxyFactory.java:219) - Discouraged method invocation (e.g. running outside a RunContext or exception transformation not available) 2024-06-29 00:00:59,183 WARN [main] org.eclipse.scout.rt.rest.client.proxy.RestClientProxyFactory.warnDiscouragedMethodUsage(RestClientProxyFactory.java:219) - Discouraged method invocation (e.g. running outside a RunContext or exception transformation not available) 2024-06-29 00:00:59,189 INFO [main] org.eclipse.scout.rt.rest.jersey.RequestSynchronizer.announceRequest(RequestSynchronizer.java:39) - announcing request: 46fb5e02-03af-428c-8f58-e650bddeb226 2024-06-29 00:00:59,207 WARN [main] org.eclipse.scout.rt.rest.client.proxy.RestClientProxyFactory.warnDiscouragedMethodUsage(RestClientProxyFactory.java:219) - Discouraged method invocation (e.g. running outside a RunContext or exception transformation not available) 2024-06-29 00:00:59,208 INFO [main] org.eclipse.scout.rt.rest.jersey.RequestSynchronizer.awaitRequest(RequestSynchronizer.java:56) - awaiting request: 46fb5e02-03af-428c-8f58-e650bddeb226 2024-06-29 00:00:59,211 INFO [qtp1008294188-49] org.eclipse.scout.rt.rest.jersey.RequestSynchronizer.notifyRequestArrived(RequestSynchronizer.java:45) - notifying request arrived: 46fb5e02-03af-428c-8f58-e650bddeb226 2024-06-29 00:00:59,594 WARN [main] org.eclipse.scout.rt.rest.client.proxy.RestClientProxyFactory.warnDiscouragedMethodUsage(RestClientProxyFactory.java:219) - Discouraged method invocation (e.g. running outside a RunContext or exception transformation not available) 2024-06-29 00:00:59,653 WARN [main] org.eclipse.scout.rt.rest.client.proxy.RestClientProxyFactory.warnDiscouragedMethodUsage(RestClientProxyFactory.java:219) - Discouraged method invocation (e.g. running outside a RunContext or exception transformation not available) 2024-06-29 00:00:59,660 INFO [main] org.eclipse.scout.rt.rest.jersey.RequestSynchronizer.announceRequest(RequestSynchronizer.java:39) - announcing request: 36061706-1adb-421d-949a-c2f998ae68f1 2024-06-29 00:00:59,661 INFO [main] org.eclipse.scout.rt.rest.jersey.RequestSynchronizer.awaitRequest(RequestSynchronizer.java:56) - awaiting request: 36061706-1adb-421d-949a-c2f998ae68f1 2024-06-29 00:00:59,680 INFO [qtp1008294188-52] org.eclipse.scout.rt.rest.jersey.RequestSynchronizer.notifyRequestArrived(RequestSynchronizer.java:45) - notifying request arrived: 36061706-1adb-421d-949a-c2f998ae68f1 2024-06-29 00:00:59,841 WARN [main] org.eclipse.scout.rt.rest.client.proxy.RestClientProxyFactory.warnDiscouragedMethodUsage(RestClientProxyFactory.java:219) - Discouraged method invocation (e.g. running outside a RunContext or exception transformation not available) 2024-06-29 00:00:59,999 WARN [main] org.eclipse.scout.rt.rest.client.proxy.RestClientProxyFactory.warnDiscouragedMethodUsage(RestClientProxyFactory.java:219) - Discouraged method invocation (e.g. running outside a RunContext or exception transformation not available) 2024-06-29 00:01:00,022 WARN [main] org.eclipse.scout.rt.rest.client.proxy.RestClientProxyFactory.warnDiscouragedMethodUsage(RestClientProxyFactory.java:219) - Discouraged method invocation (e.g. running outside a RunContext or exception transformation not available) 2024-06-29 00:01:00,056 WARN [main] org.eclipse.scout.rt.rest.client.proxy.RestClientProxyFactory.warnDiscouragedMethodUsage(RestClientProxyFactory.java:219) - Discouraged method invocation (e.g. running outside a RunContext or exception transformation not available) 2024-06-29 00:01:00,075 WARN [main] org.eclipse.scout.rt.rest.client.proxy.RestClientProxyFactory.warnDiscouragedMethodUsage(RestClientProxyFactory.java:219) - Discouraged method invocation (e.g. running outside a RunContext or exception transformation not available) [INFO] Tests run: 49, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.962 s -- in org.eclipse.scout.rt.rest.jersey.client.proxy.RestClientProxyInvocationTest [INFO] Running org.eclipse.scout.rt.rest.jersey.client.proxy.RestClientProxyWebAppExceptionMappingTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.736 s -- in org.eclipse.scout.rt.rest.jersey.client.proxy.RestClientProxyWebAppExceptionMappingTest [INFO] Running org.eclipse.scout.rt.rest.jersey.server.IdSignatureRestFilterTest 2024-06-29 00:01:03,951 INFO [qtp1008294188-46] org.eclipse.scout.rt.rest.jackson.JsonMappingExceptionMapper.toResponseImpl(JsonMappingExceptionMapper.java:35) - InvalidFormatException: Failed to deserialize attribute 'body' of entity org.eclipse.scout.rt.rest.jersey.fixture.SerializationRequest, value was scout.FixtureIntegerId:42###CNCgkNhEN4PEpNkWvRPY_jEIwn49f1xGLgmXyi6SdlI= at [Source: REDACTED (`StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION` disabled); line: 1, column: 77] com.fasterxml.jackson.databind.exc.InvalidFormatException: Failed to deserialize attribute 'body' of entity org.eclipse.scout.rt.rest.jersey.fixture.SerializationRequest, value was scout.FixtureIntegerId:42###CNCgkNhEN4PEpNkWvRPY_jEIwn49f1xGLgmXyi6SdlI= at [Source: REDACTED (`StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION` disabled); line: 1, column: 77] at com.fasterxml.jackson.databind.exc.InvalidFormatException.from(InvalidFormatException.java:67) at org.eclipse.scout.rt.jackson.dataobject.DoEntityDeserializer.readAttributeValue(DoEntityDeserializer.java:195) at org.eclipse.scout.rt.jackson.dataobject.DoEntityDeserializer.deserializeDoEntityAttributes(DoEntityDeserializer.java:170) at org.eclipse.scout.rt.jackson.dataobject.DoEntityDeserializer.deserializeDoEntityAttributes(DoEntityDeserializer.java:114) at org.eclipse.scout.rt.jackson.dataobject.DoEntityDeserializer.deserializeDoEntity(DoEntityDeserializer.java:83) at org.eclipse.scout.rt.jackson.dataobject.DoEntityDeserializer.deserializeWithType(DoEntityDeserializer.java:77) at org.eclipse.scout.rt.jackson.dataobject.DoEntityDeserializer.deserializeWithType(DoEntityDeserializer.java:1) at com.fasterxml.jackson.databind.deser.impl.TypeWrappedDeserializer.deserialize(TypeWrappedDeserializer.java:74) at com.fasterxml.jackson.databind.deser.DefaultDeserializationContext.readRootValue(DefaultDeserializationContext.java:342) at com.fasterxml.jackson.databind.ObjectReader._bind(ObjectReader.java:2099) at com.fasterxml.jackson.databind.ObjectReader.readValue(ObjectReader.java:1249) at org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase.readFrom(ProviderBase.java:829) at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$TerminalReaderInterceptor.invokeReadFrom(ReaderInterceptorExecutor.java:233) at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$TerminalReaderInterceptor.aroundReadFrom(ReaderInterceptorExecutor.java:212) at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor.proceed(ReaderInterceptorExecutor.java:132) at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundReadFrom(MappableExceptionWrapperInterceptor.java:49) at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor.proceed(ReaderInterceptorExecutor.java:132) at org.glassfish.jersey.message.internal.MessageBodyFactory.readFrom(MessageBodyFactory.java:1072) at org.glassfish.jersey.message.internal.InboundMessageContext.readEntity(InboundMessageContext.java:919) at org.glassfish.jersey.server.ContainerRequest.readEntity(ContainerRequest.java:290) at org.glassfish.jersey.server.internal.inject.EntityParamValueParamProvider$EntityValueSupplier.apply(EntityParamValueParamProvider.java:73) at org.glassfish.jersey.server.internal.inject.EntityParamValueParamProvider$EntityValueSupplier.apply(EntityParamValueParamProvider.java:56) at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50) at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:68) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394) at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:346) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:358) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:311) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:764) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:529) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:221) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1381) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:176) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:484) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:174) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1303) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:129) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:122) at org.eclipse.jetty.server.Server.handle(Server.java:563) at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch(HttpChannel.java:1598) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:753) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:501) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:287) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:314) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:421) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:390) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:277) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run(AdaptiveExecutionStrategy.java:199) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:411) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:840) Suppressed: com.fasterxml.jackson.databind.exc.InvalidFormatException: Failed to deserialize attribute 'id' of entity org.eclipse.scout.rt.dataobject.IDoEntity, value was scout.FixtureIntegerId:42###CNCgkNhEN4PEpNkWvRPY_jEIwn49f1xGLgmXyi6SdlI= at [Source: REDACTED (`StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION` disabled); line: 1, column: 77] at com.fasterxml.jackson.databind.exc.InvalidFormatException.from(InvalidFormatException.java:67) at org.eclipse.scout.rt.jackson.dataobject.DoEntityDeserializer.readAttributeValue(DoEntityDeserializer.java:195) at org.eclipse.scout.rt.jackson.dataobject.DoEntityDeserializer.deserializeDoEntityAttributes(DoEntityDeserializer.java:170) at org.eclipse.scout.rt.jackson.dataobject.DoEntityDeserializer.deserializeDoEntityAttributes(DoEntityDeserializer.java:114) at org.eclipse.scout.rt.jackson.dataobject.DoEntityDeserializer.deserializeDoEntity(DoEntityDeserializer.java:83) at org.eclipse.scout.rt.jackson.dataobject.DoEntityDeserializer.deserializeWithType(DoEntityDeserializer.java:77) at org.eclipse.scout.rt.jackson.dataobject.DoEntityDeserializer.deserializeWithType(DoEntityDeserializer.java:1) at com.fasterxml.jackson.databind.deser.impl.TypeWrappedDeserializer.deserialize(TypeWrappedDeserializer.java:74) at com.fasterxml.jackson.databind.deser.DefaultDeserializationContext.readRootValue(DefaultDeserializationContext.java:342) at com.fasterxml.jackson.databind.ObjectMapper._readValue(ObjectMapper.java:4875) at com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:3082) at org.eclipse.scout.rt.jackson.dataobject.DoEntityDeserializer.readAttributeValue(DoEntityDeserializer.java:186) ... 69 common frames omitted Suppressed: com.fasterxml.jackson.databind.exc.InvalidFormatException: Failed to deserialize qualified IId: Assertion error: Unqualified id must not be signed. at [Source: REDACTED (`StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION` disabled); line: 1, column: 77] at com.fasterxml.jackson.databind.exc.InvalidFormatException.from(InvalidFormatException.java:67) at org.eclipse.scout.rt.jackson.dataobject.id.QualifiedIIdDeserializer.deserialize(QualifiedIIdDeserializer.java:52) at org.eclipse.scout.rt.jackson.dataobject.id.QualifiedIIdDeserializer.deserialize(QualifiedIIdDeserializer.java:1) at com.fasterxml.jackson.databind.deser.DefaultDeserializationContext.readRootValue(DefaultDeserializationContext.java:342) at com.fasterxml.jackson.databind.ObjectMapper._readValue(ObjectMapper.java:4875) at com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:3082) at org.eclipse.scout.rt.jackson.dataobject.DoEntityDeserializer.readAttributeValue(DoEntityDeserializer.java:186) ... 79 common frames omitted 2024-06-29 00:01:03,979 INFO [qtp1008294188-46] org.eclipse.scout.rt.rest.jackson.JsonMappingExceptionMapper.toResponseImpl(JsonMappingExceptionMapper.java:35) - InvalidFormatException: Failed to deserialize attribute 'body' of entity org.eclipse.scout.rt.rest.jersey.fixture.SerializationRequest, value was scout.FixtureIntegerId:42 at [Source: REDACTED (`StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION` disabled); line: 5, column: 12] com.fasterxml.jackson.databind.exc.InvalidFormatException: Failed to deserialize attribute 'body' of entity org.eclipse.scout.rt.rest.jersey.fixture.SerializationRequest, value was scout.FixtureIntegerId:42 at [Source: REDACTED (`StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION` disabled); line: 5, column: 12] at com.fasterxml.jackson.databind.exc.InvalidFormatException.from(InvalidFormatException.java:67) at org.eclipse.scout.rt.jackson.dataobject.DoEntityDeserializer.readAttributeValue(DoEntityDeserializer.java:195) at org.eclipse.scout.rt.jackson.dataobject.DoEntityDeserializer.deserializeDoEntityAttributes(DoEntityDeserializer.java:170) at org.eclipse.scout.rt.jackson.dataobject.DoEntityDeserializer.deserializeDoEntityAttributes(DoEntityDeserializer.java:114) at org.eclipse.scout.rt.jackson.dataobject.DoEntityDeserializer.deserializeDoEntity(DoEntityDeserializer.java:83) at org.eclipse.scout.rt.jackson.dataobject.DoEntityDeserializer.deserializeWithType(DoEntityDeserializer.java:77) at org.eclipse.scout.rt.jackson.dataobject.DoEntityDeserializer.deserializeWithType(DoEntityDeserializer.java:1) at com.fasterxml.jackson.databind.deser.impl.TypeWrappedDeserializer.deserialize(TypeWrappedDeserializer.java:74) at com.fasterxml.jackson.databind.deser.DefaultDeserializationContext.readRootValue(DefaultDeserializationContext.java:342) at com.fasterxml.jackson.databind.ObjectReader._bind(ObjectReader.java:2099) at com.fasterxml.jackson.databind.ObjectReader.readValue(ObjectReader.java:1249) at org.glassfish.jersey.jackson.internal.jackson.jaxrs.base.ProviderBase.readFrom(ProviderBase.java:829) at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$TerminalReaderInterceptor.invokeReadFrom(ReaderInterceptorExecutor.java:233) at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$TerminalReaderInterceptor.aroundReadFrom(ReaderInterceptorExecutor.java:212) at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor.proceed(ReaderInterceptorExecutor.java:132) at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundReadFrom(MappableExceptionWrapperInterceptor.java:49) at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor.proceed(ReaderInterceptorExecutor.java:132) at org.glassfish.jersey.message.internal.MessageBodyFactory.readFrom(MessageBodyFactory.java:1072) at org.glassfish.jersey.message.internal.InboundMessageContext.readEntity(InboundMessageContext.java:919) at org.glassfish.jersey.server.ContainerRequest.readEntity(ContainerRequest.java:290) at org.glassfish.jersey.server.internal.inject.EntityParamValueParamProvider$EntityValueSupplier.apply(EntityParamValueParamProvider.java:73) at org.glassfish.jersey.server.internal.inject.EntityParamValueParamProvider$EntityValueSupplier.apply(EntityParamValueParamProvider.java:56) at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50) at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:68) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394) at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:346) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:358) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:311) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:764) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:529) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:221) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1381) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:176) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:484) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:174) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1303) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:129) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:122) at org.eclipse.jetty.server.Server.handle(Server.java:563) at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch(HttpChannel.java:1598) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:753) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:501) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:287) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:314) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:421) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:390) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:277) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run(AdaptiveExecutionStrategy.java:199) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:411) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:840) Suppressed: com.fasterxml.jackson.databind.exc.InvalidFormatException: Failed to deserialize attribute 'id' of entity org.eclipse.scout.rt.dataobject.IDoEntity, value was scout.FixtureIntegerId:42 at [Source: REDACTED (`StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION` disabled); line: 5, column: 12] at com.fasterxml.jackson.databind.exc.InvalidFormatException.from(InvalidFormatException.java:67) at org.eclipse.scout.rt.jackson.dataobject.DoEntityDeserializer.readAttributeValue(DoEntityDeserializer.java:195) at org.eclipse.scout.rt.jackson.dataobject.DoEntityDeserializer.deserializeDoEntityAttributes(DoEntityDeserializer.java:170) at org.eclipse.scout.rt.jackson.dataobject.DoEntityDeserializer.deserializeDoEntityAttributes(DoEntityDeserializer.java:114) at org.eclipse.scout.rt.jackson.dataobject.DoEntityDeserializer.deserializeDoEntity(DoEntityDeserializer.java:83) at org.eclipse.scout.rt.jackson.dataobject.DoEntityDeserializer.deserializeWithType(DoEntityDeserializer.java:77) at org.eclipse.scout.rt.jackson.dataobject.DoEntityDeserializer.deserializeWithType(DoEntityDeserializer.java:1) at com.fasterxml.jackson.databind.deser.impl.TypeWrappedDeserializer.deserialize(TypeWrappedDeserializer.java:74) at com.fasterxml.jackson.databind.deser.DefaultDeserializationContext.readRootValue(DefaultDeserializationContext.java:342) at com.fasterxml.jackson.databind.ObjectMapper._readValue(ObjectMapper.java:4875) at com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:3082) at org.eclipse.scout.rt.jackson.dataobject.DoEntityDeserializer.readAttributeValue(DoEntityDeserializer.java:186) ... 69 common frames omitted Suppressed: com.fasterxml.jackson.databind.exc.InvalidFormatException: Failed to deserialize qualified IId: Assertion error: Unqualified id must be signed. at [Source: REDACTED (`StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION` disabled); line: 5, column: 12] at com.fasterxml.jackson.databind.exc.InvalidFormatException.from(InvalidFormatException.java:67) at org.eclipse.scout.rt.jackson.dataobject.id.QualifiedIIdDeserializer.deserialize(QualifiedIIdDeserializer.java:52) at org.eclipse.scout.rt.jackson.dataobject.id.QualifiedIIdDeserializer.deserialize(QualifiedIIdDeserializer.java:1) at com.fasterxml.jackson.databind.deser.DefaultDeserializationContext.readRootValue(DefaultDeserializationContext.java:342) at com.fasterxml.jackson.databind.ObjectMapper._readValue(ObjectMapper.java:4875) at com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:3082) at org.eclipse.scout.rt.jackson.dataobject.DoEntityDeserializer.readAttributeValue(DoEntityDeserializer.java:186) ... 79 common frames omitted [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 s -- in org.eclipse.scout.rt.rest.jersey.server.IdSignatureRestFilterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.rest.jersey.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.test/target/org.eclipse.scout.rt.rest.jersey.test-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.rest.jersey.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.test/target/org.eclipse.scout.rt.rest.jersey.test-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.rest.jersey.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.test/target/org.eclipse.scout.rt.rest.jersey.test-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.rest.jersey.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.test/target/org.eclipse.scout.rt.rest.jersey.test-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.rest.jersey.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.rest.jersey.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.test/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.test/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jersey.test-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.test/target/org.eclipse.scout.rt.rest.jersey.test-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.test/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jersey.test-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.test/target/org.eclipse.scout.rt.rest.jersey.test-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.test/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jersey.test-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.test/target/org.eclipse.scout.rt.rest.jersey.test-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.test/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jersey.test-24.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.test/target/org.eclipse.scout.rt.rest.jersey.test-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.test/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jersey.test-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.rt.client >---------- [INFO] Building org.eclipse.scout.rt.client 24.2-SNAPSHOT [47/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.client --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.client --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.client --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/hybrid/AbstractFormHybridAction.java:[81,14] Type safety: Unchecked cast from org.eclipse.scout.rt.dataobject.DoEntity to DO_ENTITY [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/AbstractPlanner.java:[66,11] org.eclipse.scout.rt.client.ui.basic.planner.IPlannerUIFacade is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.IPlannerUIFacade should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/AbstractPlanner.java:[181,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/AbstractPlanner.java:[398,13] org.eclipse.scout.rt.client.ui.basic.planner.IPlannerUIFacade is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.IPlannerUIFacade should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/AbstractPlanner.java:[977,10] org.eclipse.scout.rt.client.ui.basic.planner.IPlannerUIFacade is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.IPlannerUIFacade should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/tablefield/AbstractTableField.java:[433,12] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/tablefield/AbstractTableField.java:[457,32] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/internal/InternalTableRow.java:[163,24] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/internal/InternalTableRow.java:[173,23] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/internal/InternalTableRow.java:[193,32] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/internal/InternalTableRow.java:[437,11] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/internal/InternalTableRow.java:[500,21] Unsupported @SuppressWarnings("SuspiciousMethodCalls") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/treebox/AbstractTreeBox.java:[226,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/treebox/AbstractTreeBox.java:[279,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/treebox/AbstractTreeBox.java:[324,66] org.eclipse.scout.rt.shared.services.lookup.LookupRow is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupRow should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/treebox/AbstractTreeBox.java:[1034,15] org.eclipse.scout.rt.client.ui.form.fields.treebox.ITreeBox is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.treebox.ITreeBox should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/desktop/outline/pages/AbstractPageExtension.java:[31,59] org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/treefield/AbstractTreeField.java:[149,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutlineViewButton.java:[106,21] Unsupported @SuppressWarnings("squid:S1185") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutlineViewButton.java:[116,21] Unsupported @SuppressWarnings("squid:S1185") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutlineViewButton.java:[126,21] Unsupported @SuppressWarnings("squid:S1185") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/Activity.java:[170,13] org.eclipse.scout.rt.client.ui.basic.planner.IActivityObserver is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.IActivityObserver should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/modeselector/AbstractModeSelectorField.java:[65,21] Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/modeselector/AbstractModeSelectorField.java:[68,16] org.eclipse.scout.rt.client.ui.form.fields.mode.IMode is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.mode.IMode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/DefaultPageChangeStrategy.java:[48,9] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/DefaultPageChangeStrategy.java:[48,37] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/lookup/QueryParam.java:[12,39] org.eclipse.scout.rt.client.services.lookup.IQueryParam is a raw type. References to generic type org.eclipse.scout.rt.client.services.lookup.IQueryParam should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/calendar/CalendarEvent.java:[22,30] Unsupported @SuppressWarnings("squid:S2057") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/columns/TableCompactHandler.java:[140,59] java.util.function.Supplier is a raw type. References to generic type java.util.function.Supplier should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/transformation/PageExtension.java:[18,58] org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/transformation/PageExtension.java:[20,24] org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/action/menu/root/AbstractContextMenuExtension.java:[15,66] org.eclipse.scout.rt.client.ui.action.menu.root.AbstractContextMenu is a raw type. References to generic type org.eclipse.scout.rt.client.ui.action.menu.root.AbstractContextMenu should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/desktop/outline/pages/PageChains.java:[26,109] org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/desktop/outline/pages/PageChains.java:[42,60] org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/desktop/outline/pages/PageChains.java:[59,60] org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/desktop/outline/pages/PageChains.java:[76,60] org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/desktop/outline/pages/PageChains.java:[93,60] org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/desktop/outline/pages/PageChains.java:[110,60] org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/desktop/outline/pages/PageChains.java:[127,60] org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/desktop/outline/pages/PageChains.java:[144,60] org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/desktop/outline/pages/PageChains.java:[161,60] org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/desktop/outline/pages/PageChains.java:[178,60] org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/desktop/outline/pages/PageChains.java:[195,60] org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/desktop/outline/pages/PageChains.java:[212,60] org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/desktop/outline/pages/PageChains.java:[230,60] org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/basic/table/AbstractSortOrderColumnExtension.java:[16,127] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/action/menu/form/fields/AbstractFormFieldMenu.java:[46,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/pagefield/IPageField.java:[22,39] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutline.java:[264,24] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutline.java:[334,13] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutline.java:[343,21] Unsupported @SuppressWarnings("squid:S1244") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutline.java:[380,26] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutline.java:[381,25] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutline.java:[382,30] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutline.java:[401,30] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutline.java:[413,26] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutline.java:[433,34] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutline.java:[454,21] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutline.java:[459,21] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutline.java:[459,64] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutline.java:[465,26] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutline.java:[466,25] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutline.java:[479,21] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutline.java:[484,21] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutline.java:[484,71] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutline.java:[490,26] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutline.java:[491,25] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutline.java:[617,13] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutline.java:[662,40] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutline.java:[759,5] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutline.java:[761,25] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutline.java:[763,5] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutline.java:[765,26] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/GridData.java:[15,20] Unsupported @SuppressWarnings("squid:S00116") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/GridData.java:[15,36] Unsupported @SuppressWarnings("squid:ClassVariableVisibilityCheck") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/GridData.java:[47,21] Unsupported @SuppressWarnings("squid:S00107") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[96,17] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[96,54] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[101,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[107,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[114,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[122,53] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[126,30] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[188,25] java.lang.Iterable is a raw type. References to generic type java.lang.Iterable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[195,7] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[235,17] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[235,45] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[320,13] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[320,41] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[343,28] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[396,43] org.eclipse.scout.rt.client.ui.basic.table.columns.INumberColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.INumberColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[397,40] org.eclipse.scout.rt.client.ui.basic.table.columns.INumberColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.INumberColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[429,12] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[433,11] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[461,26] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[466,11] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[553,21] Unsupported @SuppressWarnings("squid:S1643") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[575,15] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[619,11] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[619,39] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[642,9] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[642,37] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[657,43] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[745,24] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[828,50] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/columns/AbstractColumn.java:[921,22] org.eclipse.scout.rt.platform.holders.IHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/columns/AbstractColumn.java:[1037,21] Unsupported @SuppressWarnings("squid:S1244") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/columns/AbstractColumn.java:[1573,13] java.lang.Comparable is a raw type. References to generic type java.lang.Comparable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/accordion/AbstractAccordion.java:[67,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/fields/AbstractImageFieldTile.java:[39,21] Unsupported @SuppressWarnings("findbugs:NP_BOOLEAN_RETURN_NULL") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/fields/AbstractImageFieldTile.java:[67,21] Unsupported @SuppressWarnings("findbugs:NP_BOOLEAN_RETURN_NULL") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/columns/AbstractBeanColumn.java:[60,16] java.lang.Comparable is a raw type. References to generic type java.lang.Comparable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/listbox/AbstractListBox.java:[177,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/listbox/AbstractListBox.java:[268,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/listbox/AbstractListBox.java:[929,15] org.eclipse.scout.rt.client.ui.form.fields.listbox.IListBox is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.listbox.IListBox should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTile.java:[139,21] Unsupported @SuppressWarnings("squid:S1244") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTile.java:[492,23] Unsupported @SuppressWarnings("squid:S1181") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTile.java:[500,9] org.eclipse.scout.rt.client.ui.tile.ITileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.ITileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/action/tree/AbstractActionNodeExtension.java:[16,61] org.eclipse.scout.rt.client.ui.action.tree.IActionNode is a raw type. References to generic type org.eclipse.scout.rt.client.ui.action.tree.IActionNode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/tagfield/AbstractTagField.java:[234,48] org.eclipse.scout.rt.client.services.lookup.LookupCallResult is a raw type. References to generic type org.eclipse.scout.rt.client.services.lookup.LookupCallResult should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/form/fields/beanfield/AbstractBeanFieldExtension.java:[23,33] org.eclipse.scout.rt.client.extension.ui.form.fields.beanfield.BeanFieldChains.BeanFieldAppLinkActionChain is a raw type. References to generic type org.eclipse.scout.rt.client.extension.ui.form.fields.beanfield.BeanFieldChains.BeanFieldAppLinkActionChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/groupbox/internal/matrix/MatrixIndex.java:[16,20] Unsupported @SuppressWarnings("squid:S00116") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/groupbox/internal/matrix/MatrixIndex.java:[16,36] Unsupported @SuppressWarnings("squid:ClassVariableVisibilityCheck") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/sequencebox/AbstractSequenceBox.java:[173,9] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/sequencebox/AbstractSequenceBox.java:[233,15] org.eclipse.scout.rt.client.ui.form.fields.IValueField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.IValueField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/sequencebox/AbstractSequenceBox.java:[235,13] org.eclipse.scout.rt.client.ui.form.fields.IValueField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.IValueField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/sequencebox/AbstractSequenceBox.java:[252,21] org.eclipse.scout.rt.client.ui.form.fields.IValueField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.IValueField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/sequencebox/AbstractSequenceBox.java:[253,15] org.eclipse.scout.rt.client.ui.form.fields.IValueField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.IValueField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/sequencebox/AbstractSequenceBox.java:[257,9] org.eclipse.scout.rt.client.ui.form.fields.IValueField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.IValueField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/sequencebox/AbstractSequenceBox.java:[257,26] org.eclipse.scout.rt.client.ui.form.fields.IValueField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.IValueField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/sequencebox/AbstractSequenceBox.java:[320,28] org.eclipse.scout.rt.client.ui.form.fields.IValueField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.IValueField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/IFormField.java:[553,3] org.eclipse.scout.rt.client.ui.form.fields.IValueField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.IValueField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/IFormField.java:[555,23] org.eclipse.scout.rt.client.ui.form.fields.IValueField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.IValueField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/form/fields/tilefield/TileFieldChains.java:[27,160] org.eclipse.scout.rt.client.ui.form.fields.tilefield.AbstractTileField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.tilefield.AbstractTileField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/form/fields/tilefield/TileFieldChains.java:[43,68] org.eclipse.scout.rt.client.ui.form.fields.tilefield.AbstractTileField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.tilefield.AbstractTileField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/form/fields/tilefield/TileFieldChains.java:[61,68] org.eclipse.scout.rt.client.ui.form.fields.tilefield.AbstractTileField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.tilefield.AbstractTileField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/groupbox/internal/matrix/Cell.java:[19,20] Unsupported @SuppressWarnings("squid:S00116") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/groupbox/internal/matrix/Cell.java:[19,36] Unsupported @SuppressWarnings("squid:ClassVariableVisibilityCheck") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/form/fields/pagefield/IPageFieldExtension.java:[17,51] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/PageReloadHandler.java:[20,17] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/PageReloadHandler.java:[22,28] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/smartfield/AbstractSmartField.java:[112,60] org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldUIFacade is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldUIFacade should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/smartfield/AbstractSmartField.java:[484,10] org.eclipse.scout.rt.client.services.lookup.ILookupCallResult is a raw type. References to generic type org.eclipse.scout.rt.client.services.lookup.ILookupCallResult should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/smartfield/AbstractSmartField.java:[485,13] org.eclipse.scout.rt.client.services.lookup.ILookupCallResult is a raw type. References to generic type org.eclipse.scout.rt.client.services.lookup.ILookupCallResult should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/smartfield/AbstractSmartField.java:[602,7] org.eclipse.scout.rt.shared.services.common.code.ICodeType is a raw type. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICodeType should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/smartfield/AbstractSmartField.java:[744,9] org.eclipse.scout.rt.shared.services.lookup.LocalLookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LocalLookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/MediumMemoryPolicy.java:[105,19] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/MediumMemoryPolicy.java:[106,23] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/MediumMemoryPolicy.java:[117,30] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/smartfield/ProposalFieldUIFacade.java:[15,32] org.eclipse.scout.rt.client.ui.form.fields.smartfield.AbstractProposalField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.smartfield.AbstractProposalField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/treebox/AbstractTreeBoxFilterBox.java:[42,22] org.eclipse.scout.rt.client.ui.form.fields.treebox.ITreeBox is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.treebox.ITreeBox should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/ScoutInfoForm.java:[12,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/ScoutInfoForm.java:[123,35] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/ScoutInfoForm.java:[123,46] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/ScoutInfoForm.java:[123,63] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/action/menu/root/internal/ValueFieldContextMenu.java:[29,32] org.eclipse.scout.rt.client.ui.form.fields.IValueField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.IValueField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/tile/TileAccordionChains.java:[24,147] org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/tile/TileAccordionChains.java:[26,91] org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/tile/TileAccordionChains.java:[33,83] org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/tile/TileAccordionChains.java:[40,72] org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/tile/TileAccordionChains.java:[50,79] org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/tile/TileAccordionChains.java:[57,72] org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/tile/TileAccordionChains.java:[67,80] org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/tile/TileAccordionChains.java:[74,72] org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/tile/TileGridChains.java:[24,137] org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/tile/TileGridChains.java:[26,81] org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/tile/TileGridChains.java:[33,78] org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/tile/TileGridChains.java:[40,67] org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/tile/TileGridChains.java:[50,74] org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/tile/TileGridChains.java:[57,67] org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/tile/TileGridChains.java:[67,75] org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/tile/TileGridChains.java:[74,67] org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/radiobuttongroup/AbstractRadioButtonGroup.java:[217,10] org.eclipse.scout.rt.client.ui.form.fields.button.IRadioButton is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.button.IRadioButton should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/radiobuttongroup/AbstractRadioButtonGroup.java:[228,15] org.eclipse.scout.rt.client.ui.form.fields.button.IRadioButton is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.button.IRadioButton should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/radiobuttongroup/AbstractRadioButtonGroup.java:[384,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/radiobuttongroup/AbstractRadioButtonGroup.java:[395,5] org.eclipse.scout.rt.client.ui.form.fields.button.IRadioButton is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.button.IRadioButton should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/radiobuttongroup/AbstractRadioButtonGroup.java:[494,7] org.eclipse.scout.rt.client.ui.form.fields.button.IRadioButton is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.button.IRadioButton should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/radiobuttongroup/AbstractRadioButtonGroup.java:[549,28] org.eclipse.scout.rt.client.ui.form.fields.button.IRadioButton is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.button.IRadioButton should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/radiobuttongroup/AbstractRadioButtonGroup.java:[550,10] org.eclipse.scout.rt.client.ui.form.fields.button.IRadioButton is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.button.IRadioButton should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/radiobuttongroup/AbstractRadioButtonGroup.java:[618,7] org.eclipse.scout.rt.client.ui.form.fields.button.IRadioButton is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.button.IRadioButton should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/radiobuttongroup/AbstractRadioButtonGroup.java:[619,12] org.eclipse.scout.rt.client.ui.form.fields.button.IRadioButton is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.button.IRadioButton should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/radiobuttongroup/AbstractRadioButtonGroup.java:[686,21] Unsupported @SuppressWarnings("bsiRulesDefinition:orderMissing") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTable.java:[969,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTable.java:[975,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTable.java:[980,32] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTable.java:[981,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTable.java:[982,16] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTable.java:[987,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTable.java:[993,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTable.java:[1244,26] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTable.java:[1248,26] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTable.java:[1254,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTable.java:[1255,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTable.java:[1277,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTable.java:[1606,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTable.java:[1857,21] Unsupported @SuppressWarnings("squid:S1143") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTable.java:[2979,89] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTable.java:[4010,13] org.eclipse.scout.rt.client.ui.basic.table.columns.INumberColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.INumberColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTable.java:[4010,55] org.eclipse.scout.rt.client.ui.basic.table.columns.INumberColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.INumberColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTable.java:[4093,12] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/DesktopEvent.java:[25,30] Unsupported @SuppressWarnings("squid:S2057") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/smartfield/ISmartField.java:[71,3] org.eclipse.scout.rt.client.services.lookup.ILookupCallResult is a raw type. References to generic type org.eclipse.scout.rt.client.services.lookup.ILookupCallResult should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/hybrid/HybridManager.java:[49,39] org.eclipse.scout.rt.client.ui.desktop.hybrid.IHybridAction is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.hybrid.IHybridAction should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/hybrid/HybridManager.java:[202,12] Type safety: Unchecked cast from java.util.Map to java.util.Map [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/AbstractValueField.java:[140,11] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/AbstractPageWithNodes.java:[279,44] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/AbstractPageWithNodes.java:[406,26] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEvent.java:[22,30] Unsupported @SuppressWarnings("squid:S2057") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEvent.java:[33,26] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEvent.java:[36,23] org.eclipse.scout.rt.client.ui.basic.planner.IPlanner is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.IPlanner should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEvent.java:[41,23] org.eclipse.scout.rt.client.ui.basic.planner.IPlanner is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.IPlanner should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEvent.java:[41,65] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEvent.java:[49,10] org.eclipse.scout.rt.client.ui.basic.planner.IPlanner is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.IPlanner should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEvent.java:[50,13] org.eclipse.scout.rt.client.ui.basic.planner.IPlanner is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.IPlanner should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEvent.java:[58,25] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEvent.java:[62,46] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractWidgetTile.java:[51,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/IPlanner.java:[226,3] org.eclipse.scout.rt.client.ui.basic.planner.IPlannerUIFacade is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.IPlannerUIFacade should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/action/AbstractAction.java:[318,21] Unsupported @SuppressWarnings("squid:S1244") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/action/AbstractAction.java:[534,7] org.eclipse.scout.rt.client.ui.action.tree.IActionNode is a raw type. References to generic type org.eclipse.scout.rt.client.ui.action.tree.IActionNode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/action/AbstractAction.java:[534,27] org.eclipse.scout.rt.client.ui.action.tree.IActionNode is a raw type. References to generic type org.eclipse.scout.rt.client.ui.action.tree.IActionNode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/fields/AbstractFormFieldTile.java:[124,21] Unsupported @SuppressWarnings("findbugs:NP_BOOLEAN_RETURN_NULL") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/AbstractDesktop.java:[415,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/AbstractDesktop.java:[803,63] org.eclipse.scout.rt.client.ui.form.IFormMenu is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.IFormMenu
should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/button/ButtonEvent.java:[20,30] Unsupported @SuppressWarnings("squid:S2057") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/smartfield/AbstractProposalField.java:[34,60] org.eclipse.scout.rt.client.ui.form.fields.smartfield.ProposalFieldUIFacade is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.smartfield.ProposalFieldUIFacade should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/AbstractClientSession.java:[16,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/AbstractClientSession.java:[109,25] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/AbstractClientSession.java:[109,36] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/AbstractClientSession.java:[109,53] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/accordionfield/AbstractAccordionField.java:[73,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/accordionfield/AbstractAccordionField.java:[234,51] org.eclipse.scout.rt.client.ui.form.fields.accordionfield.AbstractAccordionField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.accordionfield.AbstractAccordionField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/accordionfield/AbstractAccordionField.java:[245,43] org.eclipse.scout.rt.client.extension.ui.form.fields.accordionfield.AccordionFieldChains.AccordionFieldDragRequestChain is a raw type. References to generic type org.eclipse.scout.rt.client.extension.ui.form.fields.accordionfield.AccordionFieldChains.AccordionFieldDragRequestChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/accordionfield/AbstractAccordionField.java:[250,33] org.eclipse.scout.rt.client.extension.ui.form.fields.accordionfield.AccordionFieldChains.AccordionFieldDropRequestChain is a raw type. References to generic type org.eclipse.scout.rt.client.extension.ui.form.fields.accordionfield.AccordionFieldChains.AccordionFieldDropRequestChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/form/fields/tilefield/AbstractTileFieldExtension.java:[27,41] org.eclipse.scout.rt.client.extension.ui.form.fields.tilefield.TileFieldChains.TileFieldDragRequestChain is a raw type. References to generic type org.eclipse.scout.rt.client.extension.ui.form.fields.tilefield.TileFieldChains.TileFieldDragRequestChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/form/fields/tilefield/AbstractTileFieldExtension.java:[32,31] org.eclipse.scout.rt.client.extension.ui.form.fields.tilefield.TileFieldChains.TileFieldDropRequestChain is a raw type. References to generic type org.eclipse.scout.rt.client.extension.ui.form.fields.tilefield.TileFieldChains.TileFieldDropRequestChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/AbstractCompositeField.java:[57,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/AbstractCompositeField.java:[66,21] Unsupported @SuppressWarnings("squid:S1185") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[65,21] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[65,28] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[70,29] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[72,47] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[78,26] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[79,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[82,35] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[95,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[97,11] org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[98,11] org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[124,32] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[127,7] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[134,33] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[146,12] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[240,84] org.eclipse.scout.rt.client.ui.basic.table.columns.INumberColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.INumberColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[251,39] org.eclipse.scout.rt.client.ui.basic.table.columns.INumberColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.INumberColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[256,52] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[257,32] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[259,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[283,11] org.eclipse.scout.rt.client.ui.basic.table.columns.INumberColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.INumberColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[293,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[313,9] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[323,9] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[337,34] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[357,47] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[424,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[465,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[475,21] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[482,21] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[494,22] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[505,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[514,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[551,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[560,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[566,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[574,26] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[588,7] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[589,7] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[593,14] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[613,14] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[626,54] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[636,14] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[648,14] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[651,13] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[664,14] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[686,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[686,32] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[695,63] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[698,12] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[699,9] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[721,31] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[739,14] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[819,5] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[926,35] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[1064,12] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[1072,9] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[1081,12] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[1094,31] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[1101,35] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[1108,44] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[1115,44] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[1122,33] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[1194,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[1239,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[1244,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[1264,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[1270,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[1313,7] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[1329,7] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[1346,7] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[1361,7] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[1373,34] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[1411,12] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[1425,7] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[1425,20] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/UnsavedFormChangesForm.java:[316,32] Unsupported @SuppressWarnings("squid:S2057") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/TableEvent.java:[34,30] Unsupported @SuppressWarnings("squid:S2057") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/TableEvent.java:[377,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractBeanTile.java:[85,5] org.eclipse.scout.rt.client.extension.ui.tile.BeanTileChains.BeanTileAppLinkActionChain is a raw type. References to generic type org.eclipse.scout.rt.client.extension.ui.tile.BeanTileChains.BeanTileAppLinkActionChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/dto/FormData.java:[145,3] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/dto/FormData.java:[153,3] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBuffer.java:[66,14] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBuffer.java:[80,18] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBuffer.java:[80,77] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBuffer.java:[82,10] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBuffer.java:[84,10] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBuffer.java:[106,56] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBuffer.java:[108,20] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBuffer.java:[109,29] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBuffer.java:[110,7] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBuffer.java:[157,24] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBuffer.java:[167,70] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBuffer.java:[168,29] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBuffer.java:[169,7] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBuffer.java:[182,60] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBuffer.java:[183,10] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBuffer.java:[185,10] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBuffer.java:[228,18] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBuffer.java:[228,58] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBuffer.java:[228,90] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBuffer.java:[229,10] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBuffer.java:[230,9] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBuffer.java:[231,10] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ITable.java:[428,82] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/calendar/provider/AbstractCalendarItemProvider.java:[127,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/form/fields/accordionfield/AccordionFieldChains.java:[26,154] org.eclipse.scout.rt.client.ui.form.fields.accordionfield.AbstractAccordionField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.accordionfield.AbstractAccordionField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/form/fields/accordionfield/AccordionFieldChains.java:[42,73] org.eclipse.scout.rt.client.ui.form.fields.accordionfield.AbstractAccordionField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.accordionfield.AbstractAccordionField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/form/fields/accordionfield/AccordionFieldChains.java:[60,73] org.eclipse.scout.rt.client.ui.form.fields.accordionfield.AbstractAccordionField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.accordionfield.AbstractAccordionField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/calendar/CalendarComponent.java:[133,16] java.lang.Comparable is a raw type. References to generic type java.lang.Comparable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractSortOrderColumn.java:[18,70] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractSortOrderColumn.java:[20,124] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/dnd/JavaTransferObject.java:[48,9] java.util.Collection is a raw type. References to generic type java.util.Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/dnd/JavaTransferObject.java:[48,25] java.util.Collection is a raw type. References to generic type java.util.Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/ITileGrid.java:[246,3] org.eclipse.scout.rt.client.ui.tile.ITileGridUIFacade is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.ITileGridUIFacade should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/wizard/AbstractWizardStep.java:[276,21] Unsupported @SuppressWarnings("squid:S1244") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/AbstractPage.java:[118,32] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/AbstractPage.java:[119,21] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/AbstractPage.java:[222,13] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/AbstractPage.java:[742,13] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/AbstractPage.java:[760,13] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/AbstractPage.java:[767,23] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/AbstractPage.java:[1259,59] org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/AbstractPage.java:[1328,38] org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/AbstractPage.java:[1329,35] org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/form/fields/accordionfield/IAccordionFieldExtension.java:[21,34] org.eclipse.scout.rt.client.extension.ui.form.fields.accordionfield.AccordionFieldChains.AccordionFieldDragRequestChain is a raw type. References to generic type org.eclipse.scout.rt.client.extension.ui.form.fields.accordionfield.AccordionFieldChains.AccordionFieldDragRequestChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/form/fields/accordionfield/IAccordionFieldExtension.java:[23,24] org.eclipse.scout.rt.client.extension.ui.form.fields.accordionfield.AccordionFieldChains.AccordionFieldDropRequestChain is a raw type. References to generic type org.eclipse.scout.rt.client.extension.ui.form.fields.accordionfield.AccordionFieldChains.AccordionFieldDropRequestChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/TableOrganizer.java:[46,21] Unsupported @SuppressWarnings("squid:CommentedOutCodeLine") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/TableOrganizer.java:[47,36] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/TableOrganizer.java:[54,37] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/TableOrganizer.java:[59,25] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/TableOrganizer.java:[75,28] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/TableOrganizer.java:[88,29] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/TableOrganizer.java:[96,28] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTileGrid.java:[59,11] org.eclipse.scout.rt.client.ui.tile.ITileGridUIFacade is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.ITileGridUIFacade should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTileGrid.java:[60,34] org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTileGrid.java:[60,84] org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTileGrid.java:[151,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTileGrid.java:[168,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTileGrid.java:[197,13] org.eclipse.scout.rt.client.ui.tile.ITileGridUIFacade is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.ITileGridUIFacade should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTileGrid.java:[202,10] org.eclipse.scout.rt.client.ui.tile.ITileGridUIFacade is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.ITileGridUIFacade should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTileGrid.java:[920,63] org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTileGrid.java:[929,45] org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTileGrid.java:[957,52] org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTileGrid.java:[963,52] org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTileGrid.java:[969,52] org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/transformation/MobileDeviceTransformer.java:[173,29] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/transformation/MobileDeviceTransformer.java:[175,31] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/transformation/MobileDeviceTransformer.java:[179,38] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/transformation/MobileDeviceTransformer.java:[290,34] org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.IRadioButtonGroup is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.IRadioButtonGroup should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/transformation/MobileDeviceTransformer.java:[405,44] org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.IRadioButtonGroup is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.IRadioButtonGroup should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/AbstractFormField.java:[697,29] org.eclipse.scout.rt.client.ui.form.fields.IValueField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.IValueField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/AbstractFormField.java:[744,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/AbstractFormField.java:[918,21] Unsupported @SuppressWarnings("squid:S1244") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/AbstractFormField.java:[966,7] org.eclipse.scout.rt.client.ui.form.fields.IValueField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.IValueField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/AbstractFormField.java:[1952,30] org.eclipse.scout.rt.client.ui.form.fields.IValueField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.IValueField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/AbstractFormField.java:[1953,5] org.eclipse.scout.rt.client.ui.form.fields.IValueField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.IValueField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/AbstractFormField.java:[1969,10] org.eclipse.scout.rt.client.ui.form.fields.IValueField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.IValueField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/AbstractFormField.java:[2089,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/AbstractFormField.java:[2138,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/fields/AbstractTableFieldTile.java:[46,21] Unsupported @SuppressWarnings("findbugs:NP_BOOLEAN_RETURN_NULL") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/fields/AbstractTableFieldTile.java:[56,21] Unsupported @SuppressWarnings("findbugs:NP_BOOLEAN_RETURN_NULL") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/fields/AbstractTableFieldTile.java:[66,21] Unsupported @SuppressWarnings("findbugs:NP_BOOLEAN_RETURN_NULL") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/TableRow.java:[219,24] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/TableRow.java:[234,23] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/TableRow.java:[247,32] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/js/AbstractJsForm.java:[45,23] Type safety: The expression of type java.lang.Class needs unchecked conversion to conform to java.lang.Class [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/js/AbstractJsForm.java:[47,24] Type safety: The expression of type java.lang.Class needs unchecked conversion to conform to java.lang.Class [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/js/AbstractJsForm.java:[103,12] Type safety: Unchecked cast from java.lang.Object to IN [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/action/tree/IActionNode.java:[17,40] org.eclipse.scout.rt.client.ui.action.tree.IActionNode is a raw type. References to generic type org.eclipse.scout.rt.client.ui.action.tree.IActionNode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/ValidationFailedStatus.java:[71,5] org.eclipse.scout.rt.client.ui.form.fields.ValidationFailedStatus is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.ValidationFailedStatus should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/ValidationFailedStatus.java:[71,37] org.eclipse.scout.rt.client.ui.form.fields.ValidationFailedStatus is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.ValidationFailedStatus should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/fields/AbstractBrowserFieldTile.java:[41,21] Unsupported @SuppressWarnings("findbugs:NP_BOOLEAN_RETURN_NULL") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/AbstractWidget.java:[516,21] Unsupported @SuppressWarnings("RedundantIfStatement") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/IOutline.java:[85,14] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/IOutline.java:[92,14] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/IOutline.java:[92,57] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/IOutline.java:[142,14] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/IOutline.java:[144,14] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/IOutline.java:[144,58] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/TableRowMapper.java:[22,16] org.eclipse.scout.rt.client.ui.basic.table.internal.RowToHolderMapper is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.internal.RowToHolderMapper should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/TableRowMapper.java:[23,16] org.eclipse.scout.rt.client.ui.basic.table.internal.HolderToRowMapper is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.internal.HolderToRowMapper should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/TableRowMapper.java:[69,14] org.eclipse.scout.rt.client.ui.basic.table.internal.RowToHolderMapper is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.internal.RowToHolderMapper should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/TableRowMapper.java:[84,14] org.eclipse.scout.rt.client.ui.basic.table.internal.HolderToRowMapper is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.internal.HolderToRowMapper should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/AbstractForm.java:[199,11] org.eclipse.scout.rt.client.ui.wizard.IWizardStep is a raw type. References to generic type org.eclipse.scout.rt.client.ui.wizard.IWizardStep should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/AbstractForm.java:[667,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/AbstractForm.java:[672,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/AbstractForm.java:[1050,31] org.eclipse.scout.rt.client.ui.wizard.IWizardStep is a raw type. References to generic type org.eclipse.scout.rt.client.ui.wizard.IWizardStep should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/AbstractForm.java:[1195,7] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/AbstractForm.java:[1399,10] org.eclipse.scout.rt.client.ui.wizard.IWizardStep is a raw type. References to generic type org.eclipse.scout.rt.client.ui.wizard.IWizardStep should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/AbstractForm.java:[1567,5] org.eclipse.scout.rt.client.ui.form.fields.wrappedform.IWrappedFormField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.wrappedform.IWrappedFormField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/AbstractForm.java:[1572,10] org.eclipse.scout.rt.client.ui.form.fields.wrappedform.IWrappedFormField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.wrappedform.IWrappedFormField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/AbstractForm.java:[2085,14] org.eclipse.scout.rt.client.ui.form.fields.IValueField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.IValueField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/AbstractForm.java:[2594,21] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/AbstractForm.java:[2626,21] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/form/fields/tilefield/ITileFieldExtension.java:[22,34] org.eclipse.scout.rt.client.extension.ui.form.fields.tilefield.TileFieldChains.TileFieldDragRequestChain is a raw type. References to generic type org.eclipse.scout.rt.client.extension.ui.form.fields.tilefield.TileFieldChains.TileFieldDragRequestChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/form/fields/tilefield/ITileFieldExtension.java:[24,24] org.eclipse.scout.rt.client.extension.ui.form.fields.tilefield.TileFieldChains.TileFieldDropRequestChain is a raw type. References to generic type org.eclipse.scout.rt.client.extension.ui.form.fields.tilefield.TileFieldChains.TileFieldDropRequestChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTableRowBuilder.java:[71,21] java.util.Collection is a raw type. References to generic type java.util.Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/action/ActionUtility.java:[40,21] Unsupported @SuppressWarnings("DeprecatedIsStillUsed") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/action/tree/IActionNodeExtension.java:[16,49] org.eclipse.scout.rt.client.ui.action.tree.IActionNode is a raw type. References to generic type org.eclipse.scout.rt.client.ui.action.tree.IActionNode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/form/fields/pagefield/AbstractPageFieldExtension.java:[17,60] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/TileGridEvent.java:[21,30] Unsupported @SuppressWarnings("squid:S2057") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/TileGridEvent.java:[32,24] org.eclipse.scout.rt.client.ui.tile.ITileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.ITileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/TileGridEvent.java:[36,24] org.eclipse.scout.rt.client.ui.tile.ITileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.ITileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/TileGridEvent.java:[42,10] org.eclipse.scout.rt.client.ui.tile.ITileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.ITileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/TileGridEvent.java:[43,13] org.eclipse.scout.rt.client.ui.tile.ITileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.ITileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/wizard/AbstractWizard.java:[170,16] org.eclipse.scout.rt.client.ui.wizard.IWizardStep is a raw type. References to generic type org.eclipse.scout.rt.client.ui.wizard.IWizardStep should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/wizard/AbstractWizard.java:[173,26] org.eclipse.scout.rt.client.ui.wizard.IWizardStep is a raw type. References to generic type org.eclipse.scout.rt.client.ui.wizard.IWizardStep should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/wizard/AbstractWizard.java:[380,12] org.eclipse.scout.rt.client.ui.wizard.IWizardStep is a raw type. References to generic type org.eclipse.scout.rt.client.ui.wizard.IWizardStep should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/wizard/AbstractWizard.java:[386,12] org.eclipse.scout.rt.client.ui.wizard.IWizardStep is a raw type. References to generic type org.eclipse.scout.rt.client.ui.wizard.IWizardStep should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/tree/TreeEvent.java:[29,30] Unsupported @SuppressWarnings("squid:S2057") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/plannerfield/AbstractPlannerField.java:[45,27] org.eclipse.scout.rt.client.ui.basic.planner.IPlanner is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.IPlanner should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/plannerfield/AbstractPlannerField.java:[46,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/plannerfield/AbstractPlannerField.java:[112,10] org.eclipse.scout.rt.client.ui.basic.planner.IPlanner is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.IPlanner should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/plannerfield/AbstractPlannerField.java:[115,23] org.eclipse.scout.rt.client.ui.basic.planner.IPlanner is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.IPlanner should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/plannerfield/AbstractPlannerField.java:[125,9] org.eclipse.scout.rt.client.ui.basic.planner.AbstractPlanner is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.AbstractPlanner should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/FormEvent.java:[24,30] Unsupported @SuppressWarnings("squid:S2057") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/TableUtility.java:[191,91] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/listbox/AbstractListBoxFilterBox.java:[42,22] org.eclipse.scout.rt.client.ui.form.fields.listbox.IListBox is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.listbox.IListBox should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/treebox/ActiveOrCheckedNodesFilter.java:[19,17] org.eclipse.scout.rt.client.ui.form.fields.treebox.ITreeBox is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.treebox.ITreeBox should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/treebox/ActiveOrCheckedNodesFilter.java:[22,37] org.eclipse.scout.rt.client.ui.form.fields.treebox.ITreeBox is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.treebox.ITreeBox should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ISortOrderColumn.java:[18,51] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/MultiTimeRange.java:[128,10] java.util.Collection is a raw type. References to generic type java.util.Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/MultiTimeRange.java:[233,5] java.util.SortedMap is a raw type. References to generic type java.util.SortedMap should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/columns/AbstractSmartColumn.java:[486,21] Unsupported @SuppressWarnings("bsiRulesDefinition:orderMissing") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/columns/AbstractSmartColumn.java:[516,7] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/internal/VirtualDesktop.java:[712,28] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/action/menu/root/IContextMenuExtension.java:[15,54] org.eclipse.scout.rt.client.ui.action.menu.root.AbstractContextMenu is a raw type. References to generic type org.eclipse.scout.rt.client.ui.action.menu.root.AbstractContextMenu should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/groupbox/internal/GroupBoxProcessButtonGrid.java:[46,10] java.util.Iterator is a raw type. References to generic type java.util.Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/groupbox/internal/matrix/MatrixCursor.java:[16,20] Unsupported @SuppressWarnings("squid:S00116") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/groupbox/internal/matrix/MatrixCursor.java:[16,36] Unsupported @SuppressWarnings("squid:ClassVariableVisibilityCheck") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/form/fields/accordionfield/AbstractAccordionFieldExtension.java:[26,41] org.eclipse.scout.rt.client.extension.ui.form.fields.accordionfield.AccordionFieldChains.AccordionFieldDragRequestChain is a raw type. References to generic type org.eclipse.scout.rt.client.extension.ui.form.fields.accordionfield.AccordionFieldChains.AccordionFieldDragRequestChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/form/fields/accordionfield/AbstractAccordionFieldExtension.java:[31,31] org.eclipse.scout.rt.client.extension.ui.form.fields.accordionfield.AccordionFieldChains.AccordionFieldDropRequestChain is a raw type. References to generic type org.eclipse.scout.rt.client.extension.ui.form.fields.accordionfield.AccordionFieldChains.AccordionFieldDropRequestChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTileTableHeader.java:[141,56] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTileTableHeader.java:[200,69] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTileTableHeader.java:[257,25] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTileTableHeader.java:[261,39] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTileTableHeader.java:[265,52] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTileTableHeader.java:[271,51] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTileTableHeader.java:[276,63] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTileTableHeader.java:[280,41] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTileTableHeader.java:[281,28] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTileTableHeader.java:[283,36] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTileTableHeader.java:[286,12] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTileTableHeader.java:[300,76] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTileTableHeader.java:[304,55] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTileTableHeader.java:[305,42] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTileTableHeader.java:[307,12] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/FormStore.java:[152,7] java.util.List is a raw type. References to generic type java.util.List should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/fields/AbstractButtonTile.java:[54,21] Unsupported @SuppressWarnings("findbugs:NP_BOOLEAN_RETURN_NULL") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/action/menu/root/AbstractContextMenu.java:[154,45] org.eclipse.scout.rt.client.ui.action.menu.root.AbstractContextMenu is a raw type. References to generic type org.eclipse.scout.rt.client.ui.action.menu.root.AbstractContextMenu should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/action/menu/root/AbstractContextMenu.java:[155,42] org.eclipse.scout.rt.client.ui.action.menu.root.AbstractContextMenu is a raw type. References to generic type org.eclipse.scout.rt.client.ui.action.menu.root.AbstractContextMenu should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/action/menu/root/AbstractContextMenu.java:[165,66] org.eclipse.scout.rt.client.ui.action.menu.root.AbstractContextMenu is a raw type. References to generic type org.eclipse.scout.rt.client.ui.action.menu.root.AbstractContextMenu should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/TableRowComparator.java:[20,19] Unsupported @SuppressWarnings("squid:S2063") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/TableRowComparator.java:[30,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/organizer/OrganizeColumnsForm.java:[755,15] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/organizer/OrganizeColumnsForm.java:[785,17] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/organizer/OrganizeColumnsForm.java:[808,17] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/organizer/OrganizeColumnsForm.java:[1585,13] org.eclipse.scout.rt.client.ui.basic.table.columns.INumberColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.INumberColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/organizer/OrganizeColumnsForm.java:[1585,97] org.eclipse.scout.rt.client.ui.basic.table.columns.INumberColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.INumberColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/OutlineMediator.java:[108,92] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/OutlineMediator.java:[108,111] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/OutlineMediator.java:[116,54] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/OutlineMediator.java:[116,73] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/breadcrumbbarfield/AbstractBreadcrumbBarField.java:[64,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/imagefield/ImageFieldEvent.java:[21,30] Unsupported @SuppressWarnings("squid:S2057") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/TableRowDataMapper.java:[47,21] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/TableRowDataMapper.java:[66,7] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/TableRowDataMapper.java:[105,13] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/TableRowDataMapper.java:[139,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/TableRowDataMapper.java:[155,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/TableRowDataMapper.java:[184,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/hybrid/AbstractHybridAction.java:[34,23] Type safety: The expression of type java.lang.Class needs unchecked conversion to conform to java.lang.Class [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/IForm.java:[220,3] org.eclipse.scout.rt.client.ui.wizard.IWizardStep is a raw type. References to generic type org.eclipse.scout.rt.client.ui.wizard.IWizardStep should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/IForm.java:[230,24] org.eclipse.scout.rt.client.ui.wizard.IWizardStep is a raw type. References to generic type org.eclipse.scout.rt.client.ui.wizard.IWizardStep should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/IForm.java:[358,3] org.eclipse.scout.rt.client.ui.form.fields.wrappedform.IWrappedFormField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.wrappedform.IWrappedFormField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/columns/AbstractRestLookupSmartColumn.java:[40,21] Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/columns/AbstractProposalColumn.java:[189,21] Unsupported @SuppressWarnings("bsiRulesDefinition:orderMissing") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/columns/AbstractObjectColumn.java:[50,13] java.lang.Comparable is a raw type. References to generic type java.lang.Comparable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/organizer/ITableOrganizer.java:[23,29] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/organizer/ITableOrganizer.java:[25,30] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/organizer/ITableOrganizer.java:[29,21] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/organizer/ITableOrganizer.java:[31,21] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/tilefield/AbstractTileField.java:[63,10] org.eclipse.scout.rt.client.ui.tile.ITileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.ITileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/tilefield/AbstractTileField.java:[64,5] org.eclipse.scout.rt.client.ui.tile.ITileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.ITileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/tilefield/AbstractTileField.java:[69,21] org.eclipse.scout.rt.client.ui.tile.ITileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.ITileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/tilefield/AbstractTileField.java:[76,27] org.eclipse.scout.rt.client.ui.tile.ITileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.ITileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/tilefield/AbstractTileField.java:[77,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/tilefield/AbstractTileField.java:[243,46] org.eclipse.scout.rt.client.ui.form.fields.tilefield.AbstractTileField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.tilefield.AbstractTileField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/tilefield/AbstractTileField.java:[254,43] org.eclipse.scout.rt.client.extension.ui.form.fields.tilefield.TileFieldChains.TileFieldDragRequestChain is a raw type. References to generic type org.eclipse.scout.rt.client.extension.ui.form.fields.tilefield.TileFieldChains.TileFieldDragRequestChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/tilefield/AbstractTileField.java:[259,33] org.eclipse.scout.rt.client.extension.ui.form.fields.tilefield.TileFieldChains.TileFieldDropRequestChain is a raw type. References to generic type org.eclipse.scout.rt.client.extension.ui.form.fields.tilefield.TileFieldChains.TileFieldDropRequestChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/messagebox/MessageBoxes.java:[121,55] java.util.Collection is a raw type. References to generic type java.util.Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/dto/PageData.java:[29,3] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/group/AbstractGroup.java:[129,21] Unsupported @SuppressWarnings("squid:S1244") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/group/AbstractGroup.java:[364,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/calendarfield/AbstractCalendarField.java:[55,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/file/FileService.java:[28,19] Unsupported @SuppressWarnings("findbugs:RV_RETURN_VALUE_IGNORED_BAD_PRACTICE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTileAccordion.java:[64,34] org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTileAccordion.java:[64,94] org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTileAccordion.java:[190,13] org.eclipse.scout.rt.client.ui.tile.ITileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.ITileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTileAccordion.java:[353,22] org.eclipse.scout.rt.client.ui.tile.ITileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.ITileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTileAccordion.java:[368,25] org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTileAccordion.java:[425,25] org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTileAccordion.java:[478,30] org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTileAccordion.java:[661,5] org.eclipse.scout.rt.client.ui.tile.ITileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.ITileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTileAccordion.java:[802,58] org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTileAccordion.java:[811,50] org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTileAccordion.java:[839,47] org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTileAccordion.java:[845,47] org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTileAccordion.java:[851,47] org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ITableRow.java:[87,17] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ITableRow.java:[91,16] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ITableRow.java:[95,25] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/button/AbstractButton.java:[281,13] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/datefield/AbstractDateField.java:[159,21] Unsupported @SuppressWarnings("squid:S1185") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/datefield/AbstractDateField.java:[169,21] Unsupported @SuppressWarnings("squid:S1185") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/basic/table/ISortOrderColumnExtension.java:[16,108] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/lookup/AbstractRestLookupCall.java:[92,47] Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/desktop/outline/pages/IPageExtension.java:[32,47] org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/form/fields/pagefield/PageFieldChains.java:[25,71] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/form/fields/pagefield/PageFieldChains.java:[32,62] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/Resource.java:[21,53] org.eclipse.scout.rt.client.ui.basic.planner.IActivityObserver is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.IActivityObserver should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/Resource.java:[132,31] org.eclipse.scout.rt.client.ui.basic.planner.Activity is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Activity should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/tablefield/TableFieldReloadHandler.java:[24,17] org.eclipse.scout.rt.client.ui.form.fields.tablefield.ITableField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.tablefield.ITableField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/tablefield/TableFieldReloadHandler.java:[26,34] org.eclipse.scout.rt.client.ui.form.fields.tablefield.ITableField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.tablefield.ITableField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/calendar/AbstractCalendar.java:[171,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/calendar/AbstractCalendar.java:[178,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/pagefield/AbstractPageField.java:[42,54] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/pagefield/AbstractPageField.java:[289,60] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/ClientUIPreferences.java:[362,30] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/ClientUIPreferences.java:[370,55] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/ClientUIPreferences.java:[377,41] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/ClientUIPreferences.java:[381,41] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/ClientUIPreferences.java:[385,41] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/ClientUIPreferences.java:[399,31] org.eclipse.scout.rt.client.ui.basic.table.columns.INumberColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.INumberColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/ClientUIPreferences.java:[403,28] org.eclipse.scout.rt.client.ui.basic.table.columns.INumberColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.INumberColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/ClientUIPreferences.java:[468,44] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/ClientUIPreferences.java:[483,42] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/ClientUIPreferences.java:[514,47] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/ClientUIPreferences.java:[543,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/ClientUIPreferences.java:[555,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/ClientUIPreferences.java:[567,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/ClientUIPreferences.java:[628,12] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/ClientUIPreferences.java:[661,34] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/ClientUIPreferences.java:[665,34] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/ClientUIPreferences.java:[689,48] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/ClientUIPreferences.java:[697,40] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/ClientUIPreferences.java:[701,40] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/ClientUIPreferences.java:[714,38] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/ClientUIPreferences.java:[718,38] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/ClientUIPreferences.java:[736,38] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/ClientUIPreferences.java:[762,40] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/ClientUIPreferences.java:[776,51] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/ClientUIPreferences.java:[790,46] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/desktop/outline/pages/PageWithTableChains.java:[60,24] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/desktop/outline/pages/PageWithTableChains.java:[60,71] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/beanfield/AbstractBeanField.java:[70,5] org.eclipse.scout.rt.client.extension.ui.form.fields.beanfield.BeanFieldChains.BeanFieldAppLinkActionChain is a raw type. References to generic type org.eclipse.scout.rt.client.extension.ui.form.fields.beanfield.BeanFieldChains.BeanFieldAppLinkActionChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/stringfield/AbstractStringField.java:[514,38] org.eclipse.scout.rt.client.ui.form.fields.AbstractBasicField.P_UIFacade is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.AbstractBasicField.P_UIFacade should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/action/tree/AbstractActionNode.java:[32,52] org.eclipse.scout.rt.client.ui.action.tree.IActionNode is a raw type. References to generic type org.eclipse.scout.rt.client.ui.action.tree.IActionNode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/action/tree/AbstractActionNode.java:[66,32] org.eclipse.scout.rt.client.ui.action.tree.IActionNode is a raw type. References to generic type org.eclipse.scout.rt.client.ui.action.tree.IActionNode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/action/tree/AbstractActionNode.java:[67,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/action/tree/AbstractActionNode.java:[68,16] org.eclipse.scout.rt.client.ui.action.tree.IActionNode is a raw type. References to generic type org.eclipse.scout.rt.client.ui.action.tree.IActionNode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/action/tree/AbstractActionNode.java:[78,26] org.eclipse.scout.rt.client.ui.action.tree.IActionNode is a raw type. References to generic type org.eclipse.scout.rt.client.ui.action.tree.IActionNode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/action/tree/AbstractActionNode.java:[79,26] org.eclipse.scout.rt.client.ui.action.tree.IActionNode is a raw type. References to generic type org.eclipse.scout.rt.client.ui.action.tree.IActionNode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/action/tree/AbstractActionNode.java:[84,10] org.eclipse.scout.rt.client.ui.action.tree.IActionNode is a raw type. References to generic type org.eclipse.scout.rt.client.ui.action.tree.IActionNode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/action/tree/AbstractActionNode.java:[85,10] org.eclipse.scout.rt.client.ui.action.tree.IActionNode is a raw type. References to generic type org.eclipse.scout.rt.client.ui.action.tree.IActionNode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/action/tree/AbstractActionNode.java:[103,31] org.eclipse.scout.rt.client.ui.action.tree.IActionNode is a raw type. References to generic type org.eclipse.scout.rt.client.ui.action.tree.IActionNode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/action/tree/AbstractActionNode.java:[230,61] org.eclipse.scout.rt.client.ui.action.tree.IActionNode is a raw type. References to generic type org.eclipse.scout.rt.client.ui.action.tree.IActionNode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/groupbox/internal/matrix/VerticalGridMatrix.java:[237,22] Unsupported @SuppressWarnings("squid:S00116") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/groupbox/internal/matrix/VerticalGridMatrix.java:[237,38] Unsupported @SuppressWarnings("squid:ClassVariableVisibilityCheck") [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.client --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.client --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.client --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.client --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/target/org.eclipse.scout.rt.client-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.client --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.client --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/target/org.eclipse.scout.rt.client-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.client --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.client --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.client --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client/24.2-SNAPSHOT/org.eclipse.scout.rt.client-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/target/org.eclipse.scout.rt.client-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client/24.2-SNAPSHOT/org.eclipse.scout.rt.client-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/target/org.eclipse.scout.rt.client-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client/24.2-SNAPSHOT/org.eclipse.scout.rt.client-24.2-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.client.test >-------- [INFO] Building org.eclipse.scout.rt.client.test 24.2-SNAPSHOT [48/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.pom (29 kB at 3.9 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar (2.2 MB at 41 MB/s) [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.client.test --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.client.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.client.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.client.test --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.client.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/main/java/org/eclipse/scout/rt/testing/client/runner/statement/ClientRunContextStatement.java:[12,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/main/java/org/eclipse/scout/rt/testing/client/runner/statement/ClientRunContextStatement.java:[55,44] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/main/java/org/eclipse/scout/rt/testing/client/runner/statement/ClientRunContextStatement.java:[55,55] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/main/java/org/eclipse/scout/rt/testing/client/runner/statement/ClientRunContextStatement.java:[55,72] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/main/java/org/eclipse/scout/rt/testing/client/runner/statement/ClientRunContextStatement.java:[65,11] org.eclipse.scout.rt.platform.IBean is a raw type. References to generic type org.eclipse.scout.rt.platform.IBean should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/main/java/org/eclipse/scout/testing/client/ScoutClientAssert.java:[46,5] java.util.List is a raw type. References to generic type java.util.List should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/main/java/org/eclipse/scout/testing/client/ScoutClientAssert.java:[46,26] org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox.DefaultListBoxTable is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox.DefaultListBoxTable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/main/java/org/eclipse/scout/rt/testing/client/mock/ClientMockBeanDataProducer.java:[25,27] org.eclipse.scout.rt.testing.platform.mock.MockBeanInstanceProducer is a raw type. References to generic type org.eclipse.scout.rt.testing.platform.mock.MockBeanInstanceProducer should be parameterized [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.client.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.client.test --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.client.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/job/MutualExclusionTest.java:[624,24] java.util.concurrent.Future is a raw type. References to generic type java.util.concurrent.Future should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/job/MutualExclusionTest.java:[691,24] java.util.concurrent.Future is a raw type. References to generic type java.util.concurrent.Future should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/testing/client/runner/ClientTestRunnerDifferentSessionTest.java:[15,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/testing/client/runner/ClientTestRunnerDifferentSessionTest.java:[91,20] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/testing/client/runner/ClientTestRunnerDifferentSessionTest.java:[91,31] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/testing/client/runner/ClientTestRunnerDifferentSessionTest.java:[91,48] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/extension/ui/action/tree/fixture/TestMenus.java:[37,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/cache/ClientCacheTest.java:[33,31] org.eclipse.scout.rt.shared.clientnotification.IDispatchingNotificationHandler is a raw type. References to generic type org.eclipse.scout.rt.shared.clientnotification.IDispatchingNotificationHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/cache/ClientCacheTest.java:[35,10] org.eclipse.scout.rt.shared.clientnotification.IDispatchingNotificationHandler is a raw type. References to generic type org.eclipse.scout.rt.shared.clientnotification.IDispatchingNotificationHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/context/ClientRunContextChainTest.java:[62,38] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/context/ClientRunContextChainTest.java:[67,41] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/context/ClientRunContextChainTest.java:[72,38] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/context/ClientRunContextChainTest.java:[91,37] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/context/ClientRunContextChainTest.java:[96,39] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/context/ClientRunContextChainTest.java:[101,36] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/context/ClientRunContextChainTest.java:[116,37] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/context/ClientRunContextChainTest.java:[121,36] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/context/ClientRunContextChainTest.java:[126,36] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/context/ClientRunContextChainTest.java:[131,33] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/wizard/AbstractWizardTest.java:[48,5] org.eclipse.scout.rt.client.ui.wizard.IWizardStep is a raw type. References to generic type org.eclipse.scout.rt.client.ui.wizard.IWizardStep should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/wizard/AbstractWizardTest.java:[49,5] org.eclipse.scout.rt.client.ui.wizard.IWizardStep is a raw type. References to generic type org.eclipse.scout.rt.client.ui.wizard.IWizardStep should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/wizard/AbstractWizardTest.java:[50,5] org.eclipse.scout.rt.client.ui.wizard.IWizardStep is a raw type. References to generic type org.eclipse.scout.rt.client.ui.wizard.IWizardStep should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/wizard/AbstractWizardTest.java:[51,5] org.eclipse.scout.rt.client.ui.wizard.IWizardStep is a raw type. References to generic type org.eclipse.scout.rt.client.ui.wizard.IWizardStep should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/services/common/search/DefaultSearchFilterServiceTest.java:[252,20] org.eclipse.scout.rt.shared.services.lookup.LookupRow is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupRow should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/services/common/search/DefaultSearchFilterServiceTest.java:[253,20] org.eclipse.scout.rt.shared.services.lookup.LookupRow is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupRow should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/services/common/search/DefaultSearchFilterServiceTest.java:[254,20] org.eclipse.scout.rt.shared.services.lookup.LookupRow is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupRow should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/services/common/search/DefaultSearchFilterServiceTest.java:[255,20] org.eclipse.scout.rt.shared.services.lookup.LookupRow is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupRow should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/services/common/search/DefaultSearchFilterServiceTest.java:[256,20] org.eclipse.scout.rt.shared.services.lookup.LookupRow is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupRow should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/services/common/search/DefaultSearchFilterServiceTest.java:[266,20] org.eclipse.scout.rt.shared.services.lookup.LookupRow is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupRow should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/services/common/search/DefaultSearchFilterServiceTest.java:[267,20] org.eclipse.scout.rt.shared.services.lookup.LookupRow is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupRow should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/services/common/search/DefaultSearchFilterServiceTest.java:[268,20] org.eclipse.scout.rt.shared.services.lookup.LookupRow is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupRow should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/services/common/search/DefaultSearchFilterServiceTest.java:[269,20] org.eclipse.scout.rt.shared.services.lookup.LookupRow is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupRow should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/services/common/search/DefaultSearchFilterServiceTest.java:[270,20] org.eclipse.scout.rt.shared.services.lookup.LookupRow is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupRow should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/services/common/search/DefaultSearchFilterServiceTest.java:[298,45] org.eclipse.scout.rt.client.ui.form.fields.button.AbstractRadioButton is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.button.AbstractRadioButton should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/smartfield/SmartFieldLookupTest.java:[210,5] org.eclipse.scout.rt.shared.services.lookup.ILookupRowFetchedCallback is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.ILookupRowFetchedCallback should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/PageWithTableGroupingTest.java:[42,18] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/PageWithTableGroupingTest.java:[72,88] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/radiobuttongroup/RadioButtonGroupGridTest.java:[93,5] org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.IRadioButtonGroup is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.IRadioButtonGroup should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/radiobuttongroup/RadioButtonGroupGridTest.java:[98,7] org.eclipse.scout.rt.client.ui.form.fields.button.IRadioButton is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.button.IRadioButton should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/table/columns/AbstractSmartColumnTest.java:[54,11] org.eclipse.scout.rt.client.ui.form.fields.IValueField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.IValueField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/tile/TileAccordionTest.java:[411,7] org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/tile/TileAccordionTest.java:[438,7] org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerMenuTest.java:[107,29] org.eclipse.scout.rt.client.ui.basic.planner.IPlanner is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.IPlanner should be parameterized [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/shared/data/form/FormDataCloneTest.java:[40,21] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/extension/ui/form/fields/NestedContributionTest.java:[49,15] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/extension/ui/form/fields/NestedContributionTest.java:[52,20] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/extension/ui/form/fields/NestedContributionTest.java:[54,11] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/WidgetVisitorTest.java:[172,30] org.eclipse.scout.rt.client.ui.action.tree.IActionNode is a raw type. References to generic type org.eclipse.scout.rt.client.ui.action.tree.IActionNode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/PageWithTableGroupingWithHeaderSortColumnsTest.java:[40,18] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/PageWithTableGroupingWithHeaderSortColumnsTest.java:[58,51] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/PageWithTableGroupingWithHeaderSortColumnsTest.java:[62,51] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/PageWithTableGroupingWithHeaderSortColumnsTest.java:[107,51] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/PageWithTableGroupingWithHeaderSortColumnsTest.java:[111,51] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/table/columns/AbstractColumnTest.java:[183,5] org.eclipse.scout.rt.client.ui.form.fields.IValueField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.IValueField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/table/columns/AbstractColumnTest.java:[183,26] org.eclipse.scout.rt.client.ui.form.fields.IValueField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.IValueField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/table/columns/ColumnEditableTest.java:[70,5] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/table/columns/ColumnEditableTest.java:[88,5] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnMandatoryTest.java:[62,5] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnMandatoryTest.java:[87,5] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnMandatoryTest.java:[99,5] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[92,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[93,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[94,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[95,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[96,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[97,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[98,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[99,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[100,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[101,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[102,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[103,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[104,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[105,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[106,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[107,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[108,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[109,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[110,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[111,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[115,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[116,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[117,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[118,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[119,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[120,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[121,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[122,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[123,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[124,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[125,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[126,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[127,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[128,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[129,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[130,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[131,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[132,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[133,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[134,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[138,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[139,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[140,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[141,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[142,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[143,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[144,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[145,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[146,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[147,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[148,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[149,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[150,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[151,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[152,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[153,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[154,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[155,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[156,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[157,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/smartfield/SmartFieldTest.java:[336,5] org.eclipse.scout.rt.client.services.lookup.ILookupCallResult is a raw type. References to generic type org.eclipse.scout.rt.client.services.lookup.ILookupCallResult should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/smartfield/SmartFieldTest.java:[350,5] org.eclipse.scout.rt.client.services.lookup.ILookupCallResult is a raw type. References to generic type org.eclipse.scout.rt.client.services.lookup.ILookupCallResult should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/smartfield/SmartFieldTest.java:[364,5] org.eclipse.scout.rt.client.services.lookup.ILookupCallResult is a raw type. References to generic type org.eclipse.scout.rt.client.services.lookup.ILookupCallResult should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/table/columns/AbstractProposalColumnTest.java:[56,5] org.eclipse.scout.rt.shared.services.lookup.ILookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.ILookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/PageWithTableGroupingWithSortingTest.java:[40,18] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/PageWithTableGroupingWithSortingTest.java:[58,51] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/PageWithTableGroupingWithSortingTest.java:[58,97] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/PageWithTableGroupingWithSortingTest.java:[77,51] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/FormFieldEnabledTest.java:[407,40] org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBufferTest.java:[37,24] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBufferTest.java:[59,10] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBufferTest.java:[60,11] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBufferTest.java:[61,11] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBufferTest.java:[65,10] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBufferTest.java:[66,11] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBufferTest.java:[75,26] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBufferTest.java:[78,10] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBufferTest.java:[99,26] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBufferTest.java:[129,16] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBufferTest.java:[146,16] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBufferTest.java:[310,10] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBufferTest.java:[320,16] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBufferTest.java:[321,10] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBufferTest.java:[328,11] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBufferTest.java:[329,5] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/extension/ui/outline/pages/TablePageExtensionTest.java:[118,21] Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/extension/ui/outline/pages/TablePageExtensionTest.java:[119,144] org.eclipse.scout.rt.client.extension.ui.action.menu.IMenuExtension is a raw type. References to generic type org.eclipse.scout.rt.client.extension.ui.action.menu.IMenuExtension should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/extension/ui/outline/pages/TablePageExtensionTest.java:[126,5] org.eclipse.scout.rt.client.extension.ui.outline.pages.fixture.AbstractPersonTablePage.Table.EditMenu is a raw type. References to generic type org.eclipse.scout.rt.client.extension.ui.outline.pages.fixture.AbstractPersonTablePage.Table.EditMenu should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/table/columns/ColumnAutoResizeTest.java:[55,22] org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPageWithTable is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPageWithTable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/table/columns/ColumnAutoResizeTest.java:[58,5] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/pagefield/PageFieldTest.java:[71,59] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/clientnotification/AbstractObservableNotificationHandlerTest.java:[145,5] org.eclipse.scout.rt.shared.notification.INotificationListener is a raw type. References to generic type org.eclipse.scout.rt.shared.notification.INotificationListener should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/clientnotification/AbstractObservableNotificationHandlerTest.java:[146,5] org.eclipse.scout.rt.shared.notification.INotificationListener is a raw type. References to generic type org.eclipse.scout.rt.shared.notification.INotificationListener should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/table/columns/AbstractMixedSmartColumnTest.java:[118,5] org.eclipse.scout.rt.shared.services.lookup.ILookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.ILookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/table/columns/AbstractMixedSmartColumnTest.java:[145,52] org.eclipse.scout.rt.client.ui.form.fields.ValidationFailedStatus is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.ValidationFailedStatus should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/action/menu/TableMenuTest.java:[316,26] java.util.Collection is a raw type. References to generic type java.util.Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/testing/client/runner/ClientTestRunnerSameSessionTest.java:[15,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/testing/client/runner/ClientTestRunnerSameSessionTest.java:[74,20] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/testing/client/runner/ClientTestRunnerSameSessionTest.java:[74,31] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/testing/client/runner/ClientTestRunnerSameSessionTest.java:[74,48] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/action/menu/TreeMenuTest.java:[106,26] java.util.Collection is a raw type. References to generic type java.util.Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/table/organizer/OrganizeColumnsFormRegressionTest.java:[78,11] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/ImportFormDataWithFiltersTest.java:[136,37] org.eclipse.scout.rt.client.ui.form.fields.IValueField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.IValueField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/FormFieldVisibilityTest.java:[213,40] org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/testing/client/runner/fixture/LoginTestClientSessionProvider.java:[12,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/testing/client/runner/fixture/LoginTestClientSessionProvider.java:[67,30] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/testing/client/runner/fixture/LoginTestClientSessionProvider.java:[67,41] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/testing/client/runner/fixture/LoginTestClientSessionProvider.java:[67,58] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/testing/client/runner/ClientTestRunnerDifferentSubjectTest.java:[15,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/testing/client/runner/ClientTestRunnerDifferentSubjectTest.java:[75,20] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/testing/client/runner/ClientTestRunnerDifferentSubjectTest.java:[75,31] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/testing/client/runner/ClientTestRunnerDifferentSubjectTest.java:[75,48] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/PageWithTableGroupingTestHelper.java:[29,61] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/PageWithTableGroupingTestHelper.java:[29,100] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/PageWithTableGroupingTestHelper.java:[55,16] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/MasterSlaveRelationWithTemplatesFieldTest.java:[168,33] org.eclipse.scout.rt.client.ui.form.fields.IValueField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.IValueField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/MasterSlaveRelationWithTemplatesFieldTest.java:[202,35] org.eclipse.scout.rt.client.ui.form.fields.IValueField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.IValueField should be parameterized [INFO] [INFO] --- jandex:3.1.6:jandex (make-test-index) @ org.eclipse.scout.rt.client.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/target/test-classes/jandex.idx [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.client.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.scout.rt.client.ClientSessionDisposeTest 2024-06-29 00:01:21,665 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:179) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true 2024-06-29 00:01:21,685 INFO [main] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:37) - Building jandex class inventory using rebuild strategy IF_MISSING... 2024-06-29 00:01:21,862 INFO [main] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanFolder(JandexInventoryBuilder.java:180) - Rebuild index 'file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/target/test-classes/META-INF/jandex.idx'. Scanning location... 2024-06-29 00:01:22,589 INFO [main] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:43) - Finished building jandex class inventory in 912.526757 ms. Total class count: 5195 2024-06-29 00:01:23,037 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:226) - Collected 402 beans in 445.283382 ms 2024-06-29 00:01:23,082 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:231) - Registered 402 beans in 45.928059 ms 2024-06-29 00:01:23,096 INFO [main] org.eclipse.scout.rt.platform.logger.LoggerInstallPlatformListener.registerLoggerSupportBean(LoggerInstallPlatformListener.java:98) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport 2024-06-29 00:01:23,112 INFO [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:41) - 4 code type classes registered. 2024-06-29 00:01:23,114 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:191) - No classpath:config.properties found. Running with empty configuration. OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 2024-06-29 00:01:24,420 INFO [main] org.eclipse.scout.rt.shared.session.SessionMetricsHelper.initMetrics(SessionMetricsHelper.java:56) - Init session metrics of type 'client' 2024-06-29 00:01:24,557 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:326) - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@3f27d27f[id = 63gj7ju860e07hhq1c2mjpinrmlok7ebcei8maf4v51enr5n0mn], user=1003120000] - MDC[jobName=Starting ClientSession [sessionId=63gj7ju860e07hhq1c2mjpinrmlok7ebcei8maf4v51enr5n0mn]] 2024-06-29 00:01:24,558 INFO [main] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:386) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@3f27d27f[id = 63gj7ju860e07hhq1c2mjpinrmlok7ebcei8maf4v51enr5n0mn] 2024-06-29 00:01:24,559 INFO [main] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:391) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@3f27d27f[id = 63gj7ju860e07hhq1c2mjpinrmlok7ebcei8maf4v51enr5n0mn] 2024-06-29 00:01:24,563 INFO [main] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:416) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@3f27d27f[id = 63gj7ju860e07hhq1c2mjpinrmlok7ebcei8maf4v51enr5n0mn], point of no return 2024-06-29 00:01:24,569 INFO [main] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:462) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@3f27d27f[id = 63gj7ju860e07hhq1c2mjpinrmlok7ebcei8maf4v51enr5n0mn], user=1003120000] 2024-06-29 00:01:24,673 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:304) - Shutdown ExecutorService, await termination... 2024-06-29 00:01:24,674 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:306) - Shutdown ExecutorService, await termination returned terminated=true 2024-06-29 00:01:24,674 INFO [main] org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport.shutdown(LogbackLoggerSupport.java:158) - About to stop ch.qos.logback.classic.LoggerContext[default] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.594 s -- in org.eclipse.scout.rt.client.ClientSessionDisposeTest [INFO] Running org.eclipse.scout.rt.client.ClientSessionTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.199 s -- in org.eclipse.scout.rt.client.ClientSessionTest [INFO] Running org.eclipse.scout.rt.client.MultiSessionCookieStoreTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.583 s -- in org.eclipse.scout.rt.client.MultiSessionCookieStoreTest [INFO] Running org.eclipse.scout.rt.client.TunnelToServerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.scout.rt.client.TunnelToServerTest [INFO] Running org.eclipse.scout.rt.client.cache.ClientCacheTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 s -- in org.eclipse.scout.rt.client.cache.ClientCacheTest [INFO] Running org.eclipse.scout.rt.client.clientnotification.AbstractObservableNotificationHandlerTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s -- in org.eclipse.scout.rt.client.clientnotification.AbstractObservableNotificationHandlerTest [INFO] Running org.eclipse.scout.rt.client.clientnotification.ClientNotificationDispatcherTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.scout.rt.client.clientnotification.ClientNotificationDispatcherTest [INFO] Running org.eclipse.scout.rt.client.clientnotification.ClientSessionRegistryTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.eclipse.scout.rt.client.clientnotification.ClientSessionRegistryTest [INFO] Running org.eclipse.scout.rt.client.context.ClientRunContextChainTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.scout.rt.client.context.ClientRunContextChainTest [INFO] Running org.eclipse.scout.rt.client.context.ClientRunContextTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.574 s -- in org.eclipse.scout.rt.client.context.ClientRunContextTest [INFO] Running org.eclipse.scout.rt.client.context.ClientRunContextWithInterceptorProducerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.scout.rt.client.context.ClientRunContextWithInterceptorProducerTest [INFO] Running org.eclipse.scout.rt.client.deeplink.DeepLinksTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.scout.rt.client.deeplink.DeepLinksTest [INFO] Running org.eclipse.scout.rt.client.deeplink.OutlineDeepLinkHandlerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.311 s -- in org.eclipse.scout.rt.client.deeplink.OutlineDeepLinkHandlerTest [INFO] Running org.eclipse.scout.rt.client.extension.ui.NotificationBadgeStatusTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.scout.rt.client.extension.ui.NotificationBadgeStatusTest [INFO] Running org.eclipse.scout.rt.client.extension.ui.action.tree.MoveActionNodeTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s -- in org.eclipse.scout.rt.client.extension.ui.action.tree.MoveActionNodeTest [INFO] Running org.eclipse.scout.rt.client.extension.ui.basic.table.TableExtensionTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 s -- in org.eclipse.scout.rt.client.extension.ui.basic.table.TableExtensionTest [INFO] Running org.eclipse.scout.rt.client.extension.ui.basic.table.TableMoveColumnsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.scout.rt.client.extension.ui.basic.table.TableMoveColumnsTest [INFO] Running org.eclipse.scout.rt.client.extension.ui.desktop.DesktopExtensionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.scout.rt.client.extension.ui.desktop.DesktopExtensionTest [INFO] Running org.eclipse.scout.rt.client.extension.ui.form.ExtendFormHandlerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 s -- in org.eclipse.scout.rt.client.extension.ui.form.ExtendFormHandlerTest [INFO] Running org.eclipse.scout.rt.client.extension.ui.form.ExtendFormWithDeepLinkingTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.231 s -- in org.eclipse.scout.rt.client.extension.ui.form.ExtendFormWithDeepLinkingTest [INFO] Running org.eclipse.scout.rt.client.extension.ui.form.InjectAndReplaceFormExtensionTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s -- in org.eclipse.scout.rt.client.extension.ui.form.InjectAndReplaceFormExtensionTest [INFO] Running org.eclipse.scout.rt.client.extension.ui.form.MoveFormFieldTest [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.286 s -- in org.eclipse.scout.rt.client.extension.ui.form.MoveFormFieldTest [INFO] Running org.eclipse.scout.rt.client.extension.ui.form.fields.ExecMethodExtensionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.scout.rt.client.extension.ui.form.fields.ExecMethodExtensionTest [INFO] Running org.eclipse.scout.rt.client.extension.ui.form.fields.ExtendAbstractStringFieldTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.scout.rt.client.extension.ui.form.fields.ExtendAbstractStringFieldTest [INFO] Running org.eclipse.scout.rt.client.extension.ui.form.fields.FieldExtensionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.scout.rt.client.extension.ui.form.fields.FieldExtensionTest [INFO] Running org.eclipse.scout.rt.client.extension.ui.form.fields.MultipeChainCallsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.scout.rt.client.extension.ui.form.fields.MultipeChainCallsTest [INFO] Running org.eclipse.scout.rt.client.extension.ui.form.fields.NestedContributionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.scout.rt.client.extension.ui.form.fields.NestedContributionTest [INFO] Running org.eclipse.scout.rt.client.extension.ui.form.fields.SubScopeExtensionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.eclipse.scout.rt.client.extension.ui.form.fields.SubScopeExtensionTest [INFO] Running org.eclipse.scout.rt.client.extension.ui.outline.desktop.DesktopMoveOutlinesTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.eclipse.scout.rt.client.extension.ui.outline.desktop.DesktopMoveOutlinesTest [INFO] Running org.eclipse.scout.rt.client.extension.ui.outline.pages.TablePageExtensionTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 s -- in org.eclipse.scout.rt.client.extension.ui.outline.pages.TablePageExtensionTest [INFO] Running org.eclipse.scout.rt.client.extension.ui.wizard.MoveWizardStepTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s -- in org.eclipse.scout.rt.client.extension.ui.wizard.MoveWizardStepTest [INFO] Running org.eclipse.scout.rt.client.job.JobListenerBlockedFutureTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.027 s -- in org.eclipse.scout.rt.client.job.JobListenerBlockedFutureTest [INFO] Running org.eclipse.scout.rt.client.job.ModelJobTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in org.eclipse.scout.rt.client.job.ModelJobTest [INFO] Running org.eclipse.scout.rt.client.job.ModelJobValidatorTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.scout.rt.client.job.ModelJobValidatorTest [INFO] Running org.eclipse.scout.rt.client.job.ModelJobsTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.scout.rt.client.job.ModelJobsTest [INFO] Running org.eclipse.scout.rt.client.job.MultipleSessionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.scout.rt.client.job.MultipleSessionTest [INFO] Running org.eclipse.scout.rt.client.job.MutualExclusionTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.631 s -- in org.eclipse.scout.rt.client.job.MutualExclusionTest [INFO] Running org.eclipse.scout.rt.client.job.filter.event.ModelJobEventFilterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.eclipse.scout.rt.client.job.filter.event.ModelJobEventFilterTest [INFO] Running org.eclipse.scout.rt.client.job.filter.event.SessionJobEventFilterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.scout.rt.client.job.filter.event.SessionJobEventFilterTest [INFO] Running org.eclipse.scout.rt.client.job.filter.future.ClientRunContextFutureFilterTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.scout.rt.client.job.filter.future.ClientRunContextFutureFilterTest [INFO] Running org.eclipse.scout.rt.client.job.filter.future.ModelJobFutureFilterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.scout.rt.client.job.filter.future.ModelJobFutureFilterTest [INFO] Running org.eclipse.scout.rt.client.job.filter.future.SessionFutureFilterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.scout.rt.client.job.filter.future.SessionFutureFilterTest [INFO] Running org.eclipse.scout.rt.client.res.AttachmentSupportTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.eclipse.scout.rt.client.res.AttachmentSupportTest [INFO] Running org.eclipse.scout.rt.client.services.ServiceWithSessionInterceptorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.scout.rt.client.services.ServiceWithSessionInterceptorTest [INFO] Running org.eclipse.scout.rt.client.services.common.bookmark.BookmarkServiceTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.scout.rt.client.services.common.bookmark.BookmarkServiceTest [INFO] Running org.eclipse.scout.rt.client.services.common.code.CodeServiceClientProxyTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.eclipse.scout.rt.client.services.common.code.CodeServiceClientProxyTest [INFO] Running org.eclipse.scout.rt.client.services.common.exceptionhandler.ErrorPopupTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.scout.rt.client.services.common.exceptionhandler.ErrorPopupTest [INFO] Running org.eclipse.scout.rt.client.services.common.file.FileServiceTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.scout.rt.client.services.common.file.FileServiceTest [INFO] Running org.eclipse.scout.rt.client.services.common.notifications.NotificationDispatcherTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.270 s -- in org.eclipse.scout.rt.client.services.common.notifications.NotificationDispatcherTest [INFO] Running org.eclipse.scout.rt.client.services.common.search.DefaultSearchFilterServiceTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.200 s -- in org.eclipse.scout.rt.client.services.common.search.DefaultSearchFilterServiceTest [INFO] Running org.eclipse.scout.rt.client.services.lookup.AbstractRestLookupCallTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.613 s -- in org.eclipse.scout.rt.client.services.lookup.AbstractRestLookupCallTest [INFO] Running org.eclipse.scout.rt.client.ui.ClientUIPreferencesTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 s -- in org.eclipse.scout.rt.client.ui.ClientUIPreferencesTest [INFO] Running org.eclipse.scout.rt.client.ui.IStyleableTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.scout.rt.client.ui.IStyleableTest [INFO] Running org.eclipse.scout.rt.client.ui.WidgetDisposeTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s -- in org.eclipse.scout.rt.client.ui.WidgetDisposeTest [INFO] Running org.eclipse.scout.rt.client.ui.WidgetTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in org.eclipse.scout.rt.client.ui.WidgetTest [INFO] Running org.eclipse.scout.rt.client.ui.WidgetVisitorTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.295 s -- in org.eclipse.scout.rt.client.ui.WidgetVisitorTest [INFO] Running org.eclipse.scout.rt.client.ui.WidgetVisitorWithCycleTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.scout.rt.client.ui.WidgetVisitorWithCycleTest [INFO] Running org.eclipse.scout.rt.client.ui.accordion.AccordionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in org.eclipse.scout.rt.client.ui.accordion.AccordionTest [INFO] Running org.eclipse.scout.rt.client.ui.action.ActionTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.609 s -- in org.eclipse.scout.rt.client.ui.action.ActionTest [INFO] Running org.eclipse.scout.rt.client.ui.action.ActionUtilityTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in org.eclipse.scout.rt.client.ui.action.ActionUtilityTest [INFO] Running org.eclipse.scout.rt.client.ui.action.keystroke.KeyStrokeNormalizerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.scout.rt.client.ui.action.keystroke.KeyStrokeNormalizerTest [INFO] Running org.eclipse.scout.rt.client.ui.action.menu.DetailFormMenuTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.eclipse.scout.rt.client.ui.action.menu.DetailFormMenuTest [INFO] Running org.eclipse.scout.rt.client.ui.action.menu.MenuUtilityTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s -- in org.eclipse.scout.rt.client.ui.action.menu.MenuUtilityTest [INFO] Running org.eclipse.scout.rt.client.ui.action.menu.NestedMenusTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.scout.rt.client.ui.action.menu.NestedMenusTest [INFO] Running org.eclipse.scout.rt.client.ui.action.menu.TableMenuTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.eclipse.scout.rt.client.ui.action.menu.TableMenuTest [INFO] Running org.eclipse.scout.rt.client.ui.action.menu.TreeMenuTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.scout.rt.client.ui.action.menu.TreeMenuTest [INFO] Running org.eclipse.scout.rt.client.ui.action.menu.form.fields.FormFieldMenuTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s -- in org.eclipse.scout.rt.client.ui.action.menu.form.fields.FormFieldMenuTest [INFO] Running org.eclipse.scout.rt.client.ui.action.tree.AbstractActionNodeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.scout.rt.client.ui.action.tree.AbstractActionNodeTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.calendar.CalendarComponentTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.scout.rt.client.ui.basic.calendar.CalendarComponentTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.cell.CellTest [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s -- in org.eclipse.scout.rt.client.ui.basic.cell.CellTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.planner.PlannerEventBufferTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.440 s -- in org.eclipse.scout.rt.client.ui.basic.planner.PlannerEventBufferTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.planner.PlannerMenuTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.scout.rt.client.ui.basic.planner.PlannerMenuTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.planner.PlannerTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.eclipse.scout.rt.client.ui.basic.planner.PlannerTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.table.CheckRowsInTableTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.eclipse.scout.rt.client.ui.basic.table.CheckRowsInTableTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.table.ColumnMandatoryTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.scout.rt.client.ui.basic.table.ColumnMandatoryTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.table.HierarchicalTableTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s -- in org.eclipse.scout.rt.client.ui.basic.table.HierarchicalTableTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.table.ReplaceTableTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.100 s -- in org.eclipse.scout.rt.client.ui.basic.table.ReplaceTableTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.table.TableCompactHandlerTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s -- in org.eclipse.scout.rt.client.ui.basic.table.TableCompactHandlerTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.table.TableEventBufferTest [INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.935 s -- in org.eclipse.scout.rt.client.ui.basic.table.TableEventBufferTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.table.TableEventOrderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.scout.rt.client.ui.basic.table.TableEventOrderTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.table.TableEventTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.scout.rt.client.ui.basic.table.TableEventTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.table.TableImportTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.scout.rt.client.ui.basic.table.TableImportTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.table.TableKeyTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.scout.rt.client.ui.basic.table.TableKeyTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.table.TableLoadingPerfTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.523 s -- in org.eclipse.scout.rt.client.ui.basic.table.TableLoadingPerfTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.table.TableRowDataPropertyFilterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.client.ui.basic.table.TableRowDataPropertyFilterTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.table.TableRowInsertOrderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.scout.rt.client.ui.basic.table.TableRowInsertOrderTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.table.TableTest [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.311 s -- in org.eclipse.scout.rt.client.ui.basic.table.TableTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.table.TableUtilityTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.eclipse.scout.rt.client.ui.basic.table.TableUtilityTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.table.TableValidationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.scout.rt.client.ui.basic.table.TableValidationTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.table.TableWithIgnoredColumnsTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.eclipse.scout.rt.client.ui.basic.table.TableWithIgnoredColumnsTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBeanColumnTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBeanColumnTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBigDecimalColumnTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.712 s -- in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBigDecimalColumnTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBigIntegerColumnTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBigIntegerColumnTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBooleanColumnTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBooleanColumnTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBooleanColumnWithTriStateTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBooleanColumnWithTriStateTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumnTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s -- in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumnTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractDateColumnTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractDateColumnTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractDecimalColumnTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractDecimalColumnTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractIntegerColumnTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractIntegerColumnTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractLongColumnTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractLongColumnTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractMixedSmartColumnTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s -- in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractMixedSmartColumnTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractNumberColumnTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractNumberColumnTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractProposalColumnTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractProposalColumnTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractRestLookupSmartColumnTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractRestLookupSmartColumnTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractRowDataColumnTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractRowDataColumnTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractSmartColumnTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractSmartColumnTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractStringColumnTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractStringColumnTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.table.columns.ColumnAutoResizeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.scout.rt.client.ui.basic.table.columns.ColumnAutoResizeTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.table.columns.ColumnEditableTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.scout.rt.client.ui.basic.table.columns.ColumnEditableTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.table.columns.ColumnVisibilityTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.eclipse.scout.rt.client.ui.basic.table.columns.ColumnVisibilityTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.table.columns.HtmlEnabledTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.scout.rt.client.ui.basic.table.columns.HtmlEnabledTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.table.internal.InternalTableRowTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.scout.rt.client.ui.basic.table.internal.InternalTableRowTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.table.organizer.OrganizeColumnsFormRegressionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s -- in org.eclipse.scout.rt.client.ui.basic.table.organizer.OrganizeColumnsFormRegressionTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.table.organizer.OrganizeColumnsFormTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.eclipse.scout.rt.client.ui.basic.table.organizer.OrganizeColumnsFormTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.table.organizer.ShowInvisibleColumnsFormTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 s -- in org.eclipse.scout.rt.client.ui.basic.table.organizer.ShowInvisibleColumnsFormTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManagerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManagerTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.tree.AbstractTreeTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 s -- in org.eclipse.scout.rt.client.ui.basic.tree.AbstractTreeTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.tree.OutlineEventBufferTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.client.ui.basic.tree.OutlineEventBufferTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.tree.TreeEventBufferTest [INFO] Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.51 s -- in org.eclipse.scout.rt.client.ui.basic.tree.TreeEventBufferTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.tree.TreeEventTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.scout.rt.client.ui.basic.tree.TreeEventTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.tree.TreeNodeTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.scout.rt.client.ui.basic.tree.TreeNodeTest [INFO] Running org.eclipse.scout.rt.client.ui.basic.tree.TreeUtilityTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.client.ui.basic.tree.TreeUtilityTest [INFO] Running org.eclipse.scout.rt.client.ui.desktop.AbstractDesktopTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 s -- in org.eclipse.scout.rt.client.ui.desktop.AbstractDesktopTest [INFO] Running org.eclipse.scout.rt.client.ui.desktop.datachange.DataChangeManagerTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in org.eclipse.scout.rt.client.ui.desktop.datachange.DataChangeManagerTest [INFO] Running org.eclipse.scout.rt.client.ui.desktop.hybrid.HybridManagerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.scout.rt.client.ui.desktop.hybrid.HybridManagerTest [INFO] Running org.eclipse.scout.rt.client.ui.desktop.internal.VirtualDesktopTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.scout.rt.client.ui.desktop.internal.VirtualDesktopTest [INFO] Running org.eclipse.scout.rt.client.ui.desktop.navigation.BookmarkUtilityTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.scout.rt.client.ui.desktop.navigation.BookmarkUtilityTest [INFO] Running org.eclipse.scout.rt.client.ui.desktop.outline.BookmarkToInvisibleOutlineTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.413 s -- in org.eclipse.scout.rt.client.ui.desktop.outline.BookmarkToInvisibleOutlineTest [INFO] Running org.eclipse.scout.rt.client.ui.desktop.outline.OutlineTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 s -- in org.eclipse.scout.rt.client.ui.desktop.outline.OutlineTest [INFO] Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPageWithNodesTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 s -- in org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPageWithNodesTest [INFO] Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPageWithTableTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.237 s -- in org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPageWithTableTest [INFO] Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.AutoExpandPageWithTableTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.scout.rt.client.ui.desktop.outline.pages.AutoExpandPageWithTableTest [INFO] Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.OutlineTreeContextMenuNestedPageWithTablesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.scout.rt.client.ui.desktop.outline.pages.OutlineTreeContextMenuNestedPageWithTablesTest [INFO] Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.OutlineTreeContextMenuTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.scout.rt.client.ui.desktop.outline.pages.OutlineTreeContextMenuTest [INFO] Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.393 s -- in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageTest [INFO] Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithNodesTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithNodesTest [INFO] Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable1Test [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s -- in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable1Test [INFO] Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable2Test [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable2Test [INFO] Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable3Test [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable3Test [INFO] Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable6Test [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s -- in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable6Test [INFO] Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable7Test [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable7Test [INFO] Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableAndPageBeanTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableAndPageBeanTest [INFO] Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableAndTableCustomizerWhenEditingThenMissingSelectionTest Edit: change data 'Account' Edit: change data 'Account' [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableAndTableCustomizerWhenEditingThenMissingSelectionTest [INFO] Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableGroupingTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableGroupingTest [INFO] Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableGroupingWithHeaderSortColumnsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s -- in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableGroupingWithHeaderSortColumnsTest [INFO] Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableGroupingWithSortingTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableGroupingWithSortingTest [INFO] Running org.eclipse.scout.rt.client.ui.form.AbstractFormTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.eclipse.scout.rt.client.ui.form.AbstractFormTest [INFO] Running org.eclipse.scout.rt.client.ui.form.FormBasicTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.814 s -- in org.eclipse.scout.rt.client.ui.form.FormBasicTest [INFO] 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) [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.scout.rt.client.ui.form.FormFieldInjectionTest [INFO] Running org.eclipse.scout.rt.client.ui.form.FormStoredTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.eclipse.scout.rt.client.ui.form.FormStoredTest [INFO] Running org.eclipse.scout.rt.client.ui.form.FormStoredWithVetoTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.scout.rt.client.ui.form.FormStoredWithVetoTest [INFO] Running org.eclipse.scout.rt.client.ui.form.FormWaitForTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.scout.rt.client.ui.form.FormWaitForTest [INFO] Running org.eclipse.scout.rt.client.ui.form.FormWithTableFieldTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.eclipse.scout.rt.client.ui.form.FormWithTableFieldTest [INFO] Running org.eclipse.scout.rt.client.ui.form.ImportFormDataWithFiltersTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.scout.rt.client.ui.form.ImportFormDataWithFiltersTest [INFO] Running org.eclipse.scout.rt.client.ui.form.StoreAndLoadXml1FormTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s -- in org.eclipse.scout.rt.client.ui.form.StoreAndLoadXml1FormTest [INFO] Running org.eclipse.scout.rt.client.ui.form.StoreAndLoadXml2FormTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.scout.rt.client.ui.form.StoreAndLoadXml2FormTest [INFO] Running org.eclipse.scout.rt.client.ui.form.StoreAndLoadXml3FormTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 s -- in org.eclipse.scout.rt.client.ui.form.StoreAndLoadXml3FormTest [INFO] Running org.eclipse.scout.rt.client.ui.form.StoreAndLoadXml4FormTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.scout.rt.client.ui.form.StoreAndLoadXml4FormTest [INFO] Running org.eclipse.scout.rt.client.ui.form.StoreAndLoadXmlWithPropertyExtensionFormTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.eclipse.scout.rt.client.ui.form.StoreAndLoadXmlWithPropertyExtensionFormTest [INFO] Running org.eclipse.scout.rt.client.ui.form.StoreAndLoadXmlWrappedFormFieldTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.scout.rt.client.ui.form.StoreAndLoadXmlWrappedFormFieldTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.CompositeFieldAddRemoveMoveFieldTest [INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s -- in org.eclipse.scout.rt.client.ui.form.fields.CompositeFieldAddRemoveMoveFieldTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.CompositeFieldInjectFieldTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.scout.rt.client.ui.form.fields.CompositeFieldInjectFieldTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.CompositeFieldTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.scout.rt.client.ui.form.fields.CompositeFieldTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.FormFieldEnabledTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s -- in org.eclipse.scout.rt.client.ui.form.fields.FormFieldEnabledTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.FormFieldPropagationTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.scout.rt.client.ui.form.fields.FormFieldPropagationTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.FormFieldTest [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.eclipse.scout.rt.client.ui.form.fields.FormFieldTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.FormFieldVisibilityTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.eclipse.scout.rt.client.ui.form.fields.FormFieldVisibilityTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.MasterSlaveRelationWithTemplatesFieldTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.scout.rt.client.ui.form.fields.MasterSlaveRelationWithTemplatesFieldTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.OrderedComparatorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.159 s -- in org.eclipse.scout.rt.client.ui.form.fields.OrderedComparatorTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.ParsingFailedStatusTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.client.ui.form.fields.ParsingFailedStatusTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.ReplaceFieldTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.eclipse.scout.rt.client.ui.form.fields.ReplaceFieldTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.ValueFieldTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.scout.rt.client.ui.form.fields.ValueFieldTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.bigdecimalfield.AbstractBigDecimalFieldTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.eclipse.scout.rt.client.ui.form.fields.bigdecimalfield.AbstractBigDecimalFieldTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.bigintegerfield.AbstractBigIntegerFieldTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.scout.rt.client.ui.form.fields.bigintegerfield.AbstractBigIntegerFieldTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.booleanfield.AbstractBooleanFieldTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.scout.rt.client.ui.form.fields.booleanfield.AbstractBooleanFieldTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.booleanfield.AbstractBooleanFieldWithTriStateTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.scout.rt.client.ui.form.fields.booleanfield.AbstractBooleanFieldWithTriStateTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.browserfield.AbstractBrowserFieldTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.scout.rt.client.ui.form.fields.browserfield.AbstractBrowserFieldTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.button.AbstractRadioButtonTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.client.ui.form.fields.button.AbstractRadioButtonTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.button.ButtonTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.scout.rt.client.ui.form.fields.button.ButtonTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.colorfield.ColorFieldTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.scout.rt.client.ui.form.fields.colorfield.ColorFieldTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.datefield.AbstractDateFieldTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.scout.rt.client.ui.form.fields.datefield.AbstractDateFieldTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.decimalfield.AbstractDecimalFieldTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.355 s -- in org.eclipse.scout.rt.client.ui.form.fields.decimalfield.AbstractDecimalFieldTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.filechooserfield.FileChooserFieldTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.scout.rt.client.ui.form.fields.filechooserfield.FileChooserFieldTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.AbstractGroupBoxTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.scout.rt.client.ui.form.fields.groupbox.AbstractGroupBoxTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.DynamicFieldGridDataTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 s -- in org.eclipse.scout.rt.client.ui.form.fields.groupbox.DynamicFieldGridDataTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.DynamicFieldTest initConfig init [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 s -- in org.eclipse.scout.rt.client.ui.form.fields.groupbox.DynamicFieldTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout0100Test [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout0100Test [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout01Test [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout01Test [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout02Test [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout02Test [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout04Test [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout04Test [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout05Test [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout05Test [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout06Test [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout06Test [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout07Test [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout07Test [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout08Test [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout08Test [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout09Test [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout09Test [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout10Test [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout10Test [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout11Test [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout11Test [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.htmlfield.AbstractHtmlFieldTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.scout.rt.client.ui.form.fields.htmlfield.AbstractHtmlFieldTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.imagebox.ImageFieldTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.scout.rt.client.ui.form.fields.imagebox.ImageFieldTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.integerfield.AbstractIntegerFieldTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.eclipse.scout.rt.client.ui.form.fields.integerfield.AbstractIntegerFieldTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.listbox.ListBoxInFormTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.scout.rt.client.ui.form.fields.listbox.ListBoxInFormTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.listbox.ListBoxTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s -- in org.eclipse.scout.rt.client.ui.form.fields.listbox.ListBoxTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.longfield.AbstractLongFieldTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.scout.rt.client.ui.form.fields.longfield.AbstractLongFieldTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.numberfield.AbstractNumberFieldLenientParsingTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.scout.rt.client.ui.form.fields.numberfield.AbstractNumberFieldLenientParsingTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.numberfield.AbstractNumberFieldTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.580 s -- in org.eclipse.scout.rt.client.ui.form.fields.numberfield.AbstractNumberFieldTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.pagefield.PageFieldTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.scout.rt.client.ui.form.fields.pagefield.PageFieldTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroupTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s -- in org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroupTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.RadioButtonGroupGridTest visible: 1 invisible: 4 visible: 1 invisible: 0 visible: 5 invisible: 3 visible: 8 invisible: 1 visible: 4 invisible: 4 visible: 0 invisible: 3 visible: 0 invisible: 3 visible: 0 invisible: 3 visible: 4 invisible: 4 visible: 1 invisible: 0 visible: 1 invisible: 0 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.407 s -- in org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.RadioButtonGroupGridTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.sequencebox.AbstractFromToSequenceBoxTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.scout.rt.client.ui.form.fields.sequencebox.AbstractFromToSequenceBoxTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.sequencebox.SequenceBoxTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s -- in org.eclipse.scout.rt.client.ui.form.fields.sequencebox.SequenceBoxTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.sequencebox.SequenceValidationHelperTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.scout.rt.client.ui.form.fields.sequencebox.SequenceValidationHelperTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.smartfield.IncrementalTreeBuilderTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.eclipse.scout.rt.client.ui.form.fields.smartfield.IncrementalTreeBuilderTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.smartfield.ProposalFieldTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.scout.rt.client.ui.form.fields.smartfield.ProposalFieldTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldLookupTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s -- in org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldLookupTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldMultilineTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldMultilineTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldParseValueTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldParseValueTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s -- in org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.stringfield.AbstractStringFieldTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.scout.rt.client.ui.form.fields.stringfield.AbstractStringFieldTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.stringfield.StringFieldSetMultilineTextTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.scout.rt.client.ui.form.fields.stringfield.StringFieldSetMultilineTextTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.tablefield.AbstractTableFieldMoveRowTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.scout.rt.client.ui.form.fields.tablefield.AbstractTableFieldMoveRowTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.tablefield.AbstractTableFieldTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.scout.rt.client.ui.form.fields.tablefield.AbstractTableFieldTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.tablefield.TableFieldTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.eclipse.scout.rt.client.ui.form.fields.tablefield.TableFieldTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxInFormTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxInFormTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.wrappedform.WrappedFormFieldTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in org.eclipse.scout.rt.client.ui.form.fields.wrappedform.WrappedFormFieldTest [INFO] Running org.eclipse.scout.rt.client.ui.form.internal.FindFieldByFormDataIdVisitorTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.194 s -- in org.eclipse.scout.rt.client.ui.form.internal.FindFieldByFormDataIdVisitorTest [INFO] Running org.eclipse.scout.rt.client.ui.form.menu.AbstractMenuTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.scout.rt.client.ui.form.menu.AbstractMenuTest [INFO] Running org.eclipse.scout.rt.client.ui.group.AbstractGroupTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.client.ui.group.AbstractGroupTest [INFO] Running org.eclipse.scout.rt.client.ui.messagebox.MessageBoxTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 s -- in org.eclipse.scout.rt.client.ui.messagebox.MessageBoxTest [INFO] Running org.eclipse.scout.rt.client.ui.tile.FormFieldTileTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.scout.rt.client.ui.tile.FormFieldTileTest [INFO] Running org.eclipse.scout.rt.client.ui.tile.TileAccordionTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s -- in org.eclipse.scout.rt.client.ui.tile.TileAccordionTest [INFO] Running org.eclipse.scout.rt.client.ui.tile.TileGridTest [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.scout.rt.client.ui.tile.TileGridTest [INFO] Running org.eclipse.scout.rt.client.ui.wizard.AbstractWizardTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s -- in org.eclipse.scout.rt.client.ui.wizard.AbstractWizardTest [INFO] Running org.eclipse.scout.rt.platform.TypeCastUtilityClientTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.scout.rt.platform.TypeCastUtilityClientTest [INFO] Running org.eclipse.scout.rt.shared.data.form.FormDataCloneTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.scout.rt.shared.data.form.FormDataCloneTest [INFO] Running org.eclipse.scout.rt.shared.data.form.FormDataImportWithPropertiesTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.scout.rt.shared.data.form.FormDataImportWithPropertiesTest [INFO] Running org.eclipse.scout.rt.shared.data.form.FormDataImportWithTemplatesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.scout.rt.shared.data.form.FormDataImportWithTemplatesTest [INFO] Running org.eclipse.scout.rt.shared.data.form.FormDataToStringTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.scout.rt.shared.data.form.FormDataToStringTest [INFO] Running org.eclipse.scout.rt.shared.data.form.FormDataValidationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s -- in org.eclipse.scout.rt.shared.data.form.FormDataValidationTest [INFO] Running org.eclipse.scout.rt.shared.extension.ExtensionRegistryExtensionRegistrationTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.scout.rt.shared.extension.ExtensionRegistryExtensionRegistrationTest [INFO] Running org.eclipse.scout.rt.shared.extension.ExtensionRegistryInstantiationTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s -- in org.eclipse.scout.rt.shared.extension.ExtensionRegistryInstantiationTest [INFO] Running org.eclipse.scout.rt.shared.extension.dto.ContributionOnlyOneTemplateTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.scout.rt.shared.extension.dto.ContributionOnlyOneTemplateTest [INFO] Running org.eclipse.scout.rt.shared.extension.dto.FormDataMultipleExtensionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.scout.rt.shared.extension.dto.FormDataMultipleExtensionTest [INFO] Running org.eclipse.scout.rt.shared.extension.dto.FormDataPropertyExtensionTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.eclipse.scout.rt.shared.extension.dto.FormDataPropertyExtensionTest [INFO] Running org.eclipse.scout.rt.shared.extension.dto.FormDataSingleExtensionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.scout.rt.shared.extension.dto.FormDataSingleExtensionTest [INFO] Running org.eclipse.scout.rt.shared.extension.dto.FormDataTemplateExtensionTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in org.eclipse.scout.rt.shared.extension.dto.FormDataTemplateExtensionTest [INFO] Running org.eclipse.scout.rt.shared.extension.dto.PageDataExtensionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.scout.rt.shared.extension.dto.PageDataExtensionTest [INFO] Running org.eclipse.scout.rt.shared.extension.dto.TableFieldExtensionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.scout.rt.shared.extension.dto.TableFieldExtensionTest [INFO] Running org.eclipse.scout.rt.shared.extension.dto.WrappedFormExtensionTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.eclipse.scout.rt.shared.extension.dto.WrappedFormExtensionTest [INFO] Running org.eclipse.scout.rt.shared.extension.services.common.code.MoveCodesTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.scout.rt.shared.extension.services.common.code.MoveCodesTest [INFO] Running org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSessionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSessionTest [INFO] Running org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSubjectTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSubjectTest [INFO] Running org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerSameSessionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerSameSessionTest [INFO] Running org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerTimeoutPropertyMapTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerTimeoutPropertyMapTest [INFO] Running org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerTimeoutTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s -- in org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerTimeoutTest [INFO] Running org.eclipse.scout.rt.testing.client.runner.parameterized.ParameterizedClientTestRunnerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.scout.rt.testing.client.runner.parameterized.ParameterizedClientTestRunnerTest [INFO] Running org.eclipse.scout.rt.testing.client.runner.parameterized.ParameterizedServerTestRunnerTimeoutTransactionTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.scout.rt.testing.client.runner.parameterized.ParameterizedServerTestRunnerTimeoutTransactionTest [INFO] Running org.eclipse.scout.rt.testing.client.runner.parameterized.SampleParameterizedClientTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.scout.rt.testing.client.runner.parameterized.SampleParameterizedClientTest [INFO] Running org.eclipse.scout.testing.client.runner.ScoutClientTestRunnerAdditionalLoginTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.scout.testing.client.runner.ScoutClientTestRunnerAdditionalLoginTest [INFO] Running org.eclipse.scout.testing.client.runner.ScoutClientTestRunnerLoginTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.scout.testing.client.runner.ScoutClientTestRunnerLoginTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1469, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.client.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.client.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.client.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.client.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.client.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.client.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/24.2-SNAPSHOT/org.eclipse.scout.rt.client.test-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/24.2-SNAPSHOT/org.eclipse.scout.rt.client.test-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/24.2-SNAPSHOT/org.eclipse.scout.rt.client.test-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/24.2-SNAPSHOT/org.eclipse.scout.rt.client.test-24.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/24.2-SNAPSHOT/org.eclipse.scout.rt.client.test-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --------< org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client >-------- [INFO] Building org.eclipse.scout.rt.svg.client 24.2-SNAPSHOT [49/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-swing/1.17/batik-swing-1.17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-swing/1.17/batik-swing-1.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-swing/1.17/batik-swing-1.17.pom (4.2 kB at 2.5 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik/1.17/batik-1.17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik/1.17/batik-1.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik/1.17/batik-1.17.pom (7.6 kB at 118 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-anim/1.17/batik-anim-1.17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-anim/1.17/batik-anim-1.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-anim/1.17/batik-anim-1.17.pom (3.7 kB at 69 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-awt-util/1.17/batik-awt-util-1.17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-awt-util/1.17/batik-awt-util-1.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-awt-util/1.17/batik-awt-util-1.17.pom (2.8 kB at 51 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-shared-resources/1.17/batik-shared-resources-1.17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-shared-resources/1.17/batik-shared-resources-1.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-shared-resources/1.17/batik-shared-resources-1.17.pom (1.7 kB at 33 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-util/1.17/batik-util-1.17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-util/1.17/batik-util-1.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-util/1.17/batik-util-1.17.pom (3.9 kB at 52 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-constants/1.17/batik-constants-1.17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-constants/1.17/batik-constants-1.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-constants/1.17/batik-constants-1.17.pom (2.4 kB at 25 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-i18n/1.17/batik-i18n-1.17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-i18n/1.17/batik-i18n-1.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-i18n/1.17/batik-i18n-1.17.pom (2.4 kB at 41 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/xmlgraphics-commons/2.8/xmlgraphics-commons-2.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/xmlgraphics-commons/2.8/xmlgraphics-commons-2.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/xmlgraphics-commons/2.8/xmlgraphics-commons-2.8.pom (3.5 kB at 435 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-css/1.17/batik-css-1.17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-css/1.17/batik-css-1.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-css/1.17/batik-css-1.17.pom (2.9 kB at 62 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.pom (1.8 kB at 32 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/3/apache-3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (3.4 kB at 3.4 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-dom/1.17/batik-dom-1.17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-dom/1.17/batik-dom-1.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-dom/1.17/batik-dom-1.17.pom (3.4 kB at 96 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-ext/1.17/batik-ext-1.17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-ext/1.17/batik-ext-1.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-ext/1.17/batik-ext-1.17.pom (2.4 kB at 41 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-xml/1.17/batik-xml-1.17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-xml/1.17/batik-xml-1.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-xml/1.17/batik-xml-1.17.pom (2.6 kB at 16 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-parser/1.17/batik-parser-1.17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-parser/1.17/batik-parser-1.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-parser/1.17/batik-parser-1.17.pom (3.1 kB at 140 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-svg-dom/1.17/batik-svg-dom-1.17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-svg-dom/1.17/batik-svg-dom-1.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-svg-dom/1.17/batik-svg-dom-1.17.pom (3.6 kB at 155 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-bridge/1.17/batik-bridge-1.17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-bridge/1.17/batik-bridge-1.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-bridge/1.17/batik-bridge-1.17.pom (4.6 kB at 327 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-gvt/1.17/batik-gvt-1.17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-gvt/1.17/batik-gvt-1.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-gvt/1.17/batik-gvt-1.17.pom (2.7 kB at 196 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-script/1.17/batik-script-1.17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-script/1.17/batik-script-1.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-script/1.17/batik-script-1.17.pom (3.4 kB at 309 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-gui-util/1.17/batik-gui-util-1.17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-gui-util/1.17/batik-gui-util-1.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-gui-util/1.17/batik-gui-util-1.17.pom (2.7 kB at 249 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-swing/1.17/batik-swing-1.17.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-anim/1.17/batik-anim-1.17.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-parser/1.17/batik-parser-1.17.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-svg-dom/1.17/batik-svg-dom-1.17.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-awt-util/1.17/batik-awt-util-1.17.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/xmlgraphics-commons/2.8/xmlgraphics-commons-2.8.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-bridge/1.17/batik-bridge-1.17.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-xml/1.17/batik-xml-1.17.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-css/1.17/batik-css-1.17.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-dom/1.17/batik-dom-1.17.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-ext/1.17/batik-ext-1.17.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-gui-util/1.17/batik-gui-util-1.17.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-gvt/1.17/batik-gvt-1.17.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-script/1.17/batik-script-1.17.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-shared-resources/1.17/batik-shared-resources-1.17.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-util/1.17/batik-util-1.17.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-constants/1.17/batik-constants-1.17.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xmlgraphics/batik-i18n/1.17/batik-i18n-1.17.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-swing/1.17/batik-swing-1.17.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-swing/1.17/batik-swing-1.17.jar (191 kB at 15 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-anim/1.17/batik-anim-1.17.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-parser/1.17/batik-parser-1.17.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-svg-dom/1.17/batik-svg-dom-1.17.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-awt-util/1.17/batik-awt-util-1.17.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/xmlgraphics-commons/2.8/xmlgraphics-commons-2.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/xmlgraphics-commons/2.8/xmlgraphics-commons-2.8.jar (677 kB at 31 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-bridge/1.17/batik-bridge-1.17.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-parser/1.17/batik-parser-1.17.jar (77 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-xml/1.17/batik-xml-1.17.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-anim/1.17/batik-anim-1.17.jar (486 kB at 15 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-css/1.17/batik-css-1.17.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-svg-dom/1.17/batik-svg-dom-1.17.jar (230 kB at 7.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-dom/1.17/batik-dom-1.17.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-awt-util/1.17/batik-awt-util-1.17.jar (424 kB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-ext/1.17/batik-ext-1.17.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-css/1.17/batik-css-1.17.jar (331 kB at 7.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-gui-util/1.17/batik-gui-util-1.17.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-bridge/1.17/batik-bridge-1.17.jar (705 kB at 13 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-gvt/1.17/batik-gvt-1.17.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-xml/1.17/batik-xml-1.17.jar (34 kB at 593 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-script/1.17/batik-script-1.17.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-dom/1.17/batik-dom-1.17.jar (184 kB at 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-shared-resources/1.17/batik-shared-resources-1.17.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-gui-util/1.17/batik-gui-util-1.17.jar (173 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-util/1.17/batik-util-1.17.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-ext/1.17/batik-ext-1.17.jar (10 kB at 163 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-constants/1.17/batik-constants-1.17.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-util/1.17/batik-util-1.17.jar (127 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-i18n/1.17/batik-i18n-1.17.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-constants/1.17/batik-constants-1.17.jar (8.4 kB at 117 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-gvt/1.17/batik-gvt-1.17.jar (192 kB at 2.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-i18n/1.17/batik-i18n-1.17.jar (11 kB at 148 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-shared-resources/1.17/batik-shared-resources-1.17.jar (6.7 kB at 87 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-script/1.17/batik-script-1.17.jar (25 kB at 316 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.jar (86 kB at 752 kB/s) [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.svg.client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.svg.client --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.svg.client --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.client/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.svg.client --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.svg.client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.client/src/main/java/org/eclipse/scout/rt/svg/client/SVGUtility.java:[226,21] Unsupported @SuppressWarnings("squid:S2583") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.client/src/main/java/org/eclipse/scout/rt/svg/client/SilentSVGUserAgentAdapter.java:[14,19] Unsupported @SuppressWarnings("squid:S1186") [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.svg.client --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.client/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.svg.client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.client/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.svg.client --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.svg.client --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.svg.client --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.client/target/org.eclipse.scout.rt.svg.client-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.svg.client --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.svg.client --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.client/target/org.eclipse.scout.rt.svg.client-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0: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:2.0.1:check (default) @ org.eclipse.scout.rt.svg.client --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.svg.client --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.client/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client/24.2-SNAPSHOT/org.eclipse.scout.rt.svg.client-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.client/target/org.eclipse.scout.rt.svg.client-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client/24.2-SNAPSHOT/org.eclipse.scout.rt.svg.client-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.client/target/org.eclipse.scout.rt.svg.client-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client/24.2-SNAPSHOT/org.eclipse.scout.rt.svg.client-24.2-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test >------ [INFO] Building org.eclipse.scout.rt.svg.client.test 24.2-SNAPSHOT [50/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.client.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.svg.client.test --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.svg.client.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.svg.client.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.client.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.svg.client.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.client.test/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.svg.client.test --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.svg.client.test --- [INFO] Copying 4 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.svg.client.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [INFO] [INFO] --- jandex:3.1.6:jandex (make-test-index) @ org.eclipse.scout.rt.svg.client.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.client.test/target/test-classes/jandex.idx [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.svg.client.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.client.test/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.scout.rt.svg.client.SVGUtilityTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.934 s -- in org.eclipse.scout.rt.svg.client.SVGUtilityTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0: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-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.svg.client.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.svg.client.test --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.svg.client.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.svg.client.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.svg.client.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.client.test/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/24.2-SNAPSHOT/org.eclipse.scout.rt.svg.client.test-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/24.2-SNAPSHOT/org.eclipse.scout.rt.svg.client.test-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/24.2-SNAPSHOT/org.eclipse.scout.rt.svg.client.test-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/24.2-SNAPSHOT/org.eclipse.scout.rt.svg.client.test-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge >------- [INFO] Building org.eclipse.scout.rt.serverbridge 24.2-SNAPSHOT [51/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.serverbridge/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.serverbridge --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.serverbridge --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.serverbridge --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.serverbridge/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.serverbridge --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.serverbridge --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.serverbridge --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.serverbridge/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.serverbridge --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.serverbridge/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.serverbridge --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.serverbridge --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.serverbridge --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.serverbridge/target/org.eclipse.scout.rt.serverbridge-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.serverbridge --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.serverbridge --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.serverbridge/target/org.eclipse.scout.rt.serverbridge-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.serverbridge --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.serverbridge --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.serverbridge --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.serverbridge/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.serverbridge/24.2-SNAPSHOT/org.eclipse.scout.rt.serverbridge-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.serverbridge/target/org.eclipse.scout.rt.serverbridge-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.serverbridge/24.2-SNAPSHOT/org.eclipse.scout.rt.serverbridge-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.serverbridge/target/org.eclipse.scout.rt.serverbridge-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.serverbridge/24.2-SNAPSHOT/org.eclipse.scout.rt.serverbridge-24.2-SNAPSHOT-sources.jar [INFO] [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html >---------- [INFO] Building org.eclipse.scout.rt.ui.html 24.2-SNAPSHOT [52/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.ui.html --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.ui.html --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.ui.html --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.ui.html --- [INFO] Copying 7 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.ui.html --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/tree/JsonTreeEvent.java:[18,30] Unsupported @SuppressWarnings("squid:S2057") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/res/loader/HtmlDocumentParser.java:[61,21] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/res/loader/HtmlDocumentParser.java:[63,21] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/res/loader/HtmlDocumentParser.java:[96,21] Unsupported @SuppressWarnings("squid:S1149") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/res/loader/HtmlDocumentParser.java:[118,21] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/res/loader/HtmlDocumentParser.java:[175,21] Unsupported @SuppressWarnings("squid:S1149") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/res/loader/HtmlDocumentParser.java:[210,21] Unsupported @SuppressWarnings("squid:S1149") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/res/loader/HtmlDocumentParser.java:[272,21] Unsupported @SuppressWarnings("squid:S1149") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/lookup/JsonLookupCallResult.java:[47,5] org.eclipse.scout.rt.client.services.lookup.IQueryParam is a raw type. References to generic type org.eclipse.scout.rt.client.services.lookup.IQueryParam should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/JsonUtility.java:[15,19] Unsupported @SuppressWarnings("UnusedAssignment") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/JsonUtility.java:[48,21] Unsupported @SuppressWarnings("squid:ForLoopCounterChangedCheck") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/form/fields/JsonAdapterProperty.java:[22,19] Unsupported @SuppressWarnings("squid:S00118") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/JsonProperty.java:[22,19] Unsupported @SuppressWarnings("squid:S00118") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/JsonStatus.java:[57,21] Unsupported @SuppressWarnings("ConstantConditions") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/JsonAdapterRefProperty.java:[22,19] Unsupported @SuppressWarnings("squid:S00118") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/JsonAdapterRefProperty.java:[26,67] org.eclipse.scout.rt.ui.html.json.IJsonAdapter is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.IJsonAdapter should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/JsonAdapterRefProperty.java:[51,30] java.util.Collection is a raw type. References to generic type java.util.Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/JsonAdapterRefProperty.java:[56,38] java.util.Collection is a raw type. References to generic type java.util.Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/menu/JsonContextMenu.java:[112,9] org.eclipse.scout.rt.ui.html.json.IJsonAdapter is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.IJsonAdapter should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/menu/JsonContextMenu.java:[132,54] org.eclipse.scout.rt.ui.html.json.FilteredJsonAdapterIds is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.FilteredJsonAdapterIds should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/table/userfilter/JsonColumnUserFilter.java:[66,5] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/table/JsonTableTileGridMediator.java:[26,78] org.eclipse.scout.rt.ui.html.json.IJsonAdapter is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.IJsonAdapter should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/DefaultValuesFilter.java:[395,23] Unsupported @SuppressWarnings("BooleanMethodIsAlwaysInverted") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/basic/filechooser/JsonFileChooser.java:[82,21] Unsupported @SuppressWarnings("SwitchStatementWithTooFewBranches") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/tile/JsonWidgetTile.java:[21,39] org.eclipse.scout.rt.client.ui.tile.IWidgetTile is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.IWidgetTile should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/tile/JsonTileAccordion.java:[18,42] org.eclipse.scout.rt.client.ui.tile.ITileAccordion is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.ITileAccordion should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/UiHtmlConfigProperties.java:[120,23] Unsupported @SuppressWarnings("findbugs:VA_FORMAT_STRING_USES_NEWLINE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/basic/planner/JsonPlanner.java:[355,62] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/basic/planner/JsonPlanner.java:[361,62] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/basic/planner/JsonPlanner.java:[363,10] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/basic/planner/JsonPlanner.java:[375,61] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/basic/planner/JsonPlanner.java:[377,10] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/basic/planner/JsonPlanner.java:[386,61] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/basic/planner/JsonPlanner.java:[391,10] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/basic/planner/JsonPlanner.java:[404,65] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/basic/planner/JsonPlanner.java:[408,10] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/basic/planner/JsonPlanner.java:[540,56] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/basic/planner/JsonPlanner.java:[542,10] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/table/JsonTableEvent.java:[18,30] Unsupported @SuppressWarnings("squid:S2057") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/UiSession.java:[14,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/UiSession.java:[461,21] Unsupported @SuppressWarnings("RedundantCast") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/UiSession.java:[734,20] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/UiSession.java:[734,31] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/UiSession.java:[734,48] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/UiSession.java:[1027,24] org.eclipse.scout.rt.ui.html.json.form.fields.JsonFormField is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.form.fields.JsonFormField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/UiSession.java:[1259,25] Unsupported @SuppressWarnings("RedundantIfStatement") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/UiSession.java:[1344,21] Unsupported @SuppressWarnings("findbugs:RV_RETURN_VALUE_IGNORED_BAD_PRACTICE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/table/JsonTableRowTileMapping.java:[26,97] org.eclipse.scout.rt.ui.html.json.IJsonAdapter is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.IJsonAdapter should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/desktop/JsonOutline.java:[165,21] Unsupported @SuppressWarnings("RedundantIfStatement") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/desktop/JsonOutline.java:[283,21] Unsupported @SuppressWarnings("SwitchStatementWithTooFewBranches") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/form/fields/JsonFormField.java:[42,19] Unsupported @SuppressWarnings("squid:S00118") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/UiSessionEvent.java:[16,30] Unsupported @SuppressWarnings("squid:S2057") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/JsonMessageRequestHandler.java:[305,21] Unsupported @SuppressWarnings("UnnecessaryLocalVariable") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/HttpSessionHelper.java:[42,21] Unsupported @SuppressWarnings("findbugs:J2EE_STORE_OF_NON_SERIALIZABLE_OBJECT_INTO_SESSION") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/table/JsonTable.java:[389,25] Unsupported @SuppressWarnings("SuspiciousMethodCalls") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/table/JsonTable.java:[710,21] Unsupported @SuppressWarnings("DuplicatedCode") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/table/JsonTable.java:[1238,21] Unsupported @SuppressWarnings("SwitchStatementWithTooFewBranches") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/tile/JsonTileGrid.java:[108,38] org.eclipse.scout.rt.client.ui.tile.ITileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.ITileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/JsonObjectFactory.java:[239,35] Unsupported @SuppressWarnings("squid:S138") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/JsonObjectFactory.java:[273,18] org.eclipse.scout.rt.ui.html.json.form.fields.listbox.JsonListBox is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.form.fields.listbox.JsonListBox should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/JsonObjectFactory.java:[297,18] org.eclipse.scout.rt.ui.html.json.form.fields.smartfield.JsonProposalField is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.form.fields.smartfield.JsonProposalField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/JsonObjectFactory.java:[300,18] org.eclipse.scout.rt.ui.html.json.form.fields.smartfield.JsonSmartField is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.form.fields.smartfield.JsonSmartField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/JsonObjectFactory.java:[309,18] org.eclipse.scout.rt.ui.html.json.form.fields.plannerfield.JsonPlannerField is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.form.fields.plannerfield.JsonPlannerField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/JsonObjectFactory.java:[345,18] org.eclipse.scout.rt.ui.html.json.form.fields.tilefield.JsonTileField is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.form.fields.tilefield.JsonTileField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/JsonObjectFactory.java:[360,37] org.eclipse.scout.rt.client.ui.form.fields.IWidgetField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.IWidgetField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/JsonObjectFactory.java:[368,18] org.eclipse.scout.rt.ui.html.json.desktop.JsonFormMenu is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.desktop.JsonFormMenu should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/JsonObjectFactory.java:[508,18] org.eclipse.scout.rt.ui.html.json.popup.JsonPopup is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.popup.JsonPopup should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/JsonObjectFactory.java:[532,46] org.eclipse.scout.rt.client.ui.form.fields.ValidationFailedStatus is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.ValidationFailedStatus should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/JsonObjectFactory.java:[541,18] org.eclipse.scout.rt.ui.html.json.table.JsonNumberColumn is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.table.JsonNumberColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/JsonObjectFactory.java:[544,18] org.eclipse.scout.rt.ui.html.json.table.JsonDateColumn is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.table.JsonDateColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/JsonObjectFactory.java:[547,18] org.eclipse.scout.rt.ui.html.json.table.JsonBooleanColumn is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.table.JsonBooleanColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/JsonObjectFactory.java:[550,18] org.eclipse.scout.rt.ui.html.json.table.JsonAlphanumericSortingStringColumn is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.table.JsonAlphanumericSortingStringColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/JsonObjectFactory.java:[553,18] org.eclipse.scout.rt.ui.html.json.table.JsonStringColumn is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.table.JsonStringColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/JsonObjectFactory.java:[556,18] org.eclipse.scout.rt.ui.html.json.table.JsonBeanColumn is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.table.JsonBeanColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/JsonObjectFactory.java:[559,18] org.eclipse.scout.rt.ui.html.json.table.JsonIconColumn is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.table.JsonIconColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/JsonObjectFactory.java:[562,18] org.eclipse.scout.rt.ui.html.json.table.JsonSmartColumn is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.table.JsonSmartColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/JsonObjectFactory.java:[562,35] org.eclipse.scout.rt.client.ui.basic.table.columns.ISmartColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.ISmartColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/JsonObjectFactory.java:[565,18] org.eclipse.scout.rt.ui.html.json.table.JsonColumn is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.table.JsonColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/JsonObjectFactory.java:[577,18] org.eclipse.scout.rt.ui.html.json.table.userfilter.JsonColumnUserFilter is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.table.userfilter.JsonColumnUserFilter should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/JsonObjectFactory.java:[580,18] org.eclipse.scout.rt.ui.html.json.table.userfilter.JsonTableTextUserFilter is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.table.userfilter.JsonTableTextUserFilter should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/popup/JsonWidgetPopup.java:[22,40] org.eclipse.scout.rt.client.ui.popup.IWidgetPopup is a raw type. References to generic type org.eclipse.scout.rt.client.ui.popup.IWidgetPopup should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/form/fields/JsonWidgetField.java:[32,38] org.eclipse.scout.rt.client.ui.form.fields.IWidgetField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.IWidgetField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/action/JsonAction.java:[34,19] Unsupported @SuppressWarnings("squid:S00118") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/JsonValidationFailedStatus.java:[17,37] org.eclipse.scout.rt.client.ui.form.fields.ValidationFailedStatus is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.ValidationFailedStatus should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/basic/planner/PlannerEventFilterCondition.java:[21,16] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/basic/planner/PlannerEventFilterCondition.java:[33,15] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/basic/planner/PlannerEventFilterCondition.java:[37,43] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/UiServlet.java:[13,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/UiServlet.java:[85,30] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/UiServlet.java:[85,41] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/UiServlet.java:[85,58] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/UiServlet.java:[183,21] Unsupported @SuppressWarnings("RedundantThrows") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/tree/JsonTree.java:[434,21] Unsupported @SuppressWarnings("SwitchStatementWithTooFewBranches") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/tile/JsonFormFieldTile.java:[19,42] org.eclipse.scout.rt.client.ui.tile.IFormFieldTile is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.IFormFieldTile should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/form/fields/JsonValueField.java:[30,19] Unsupported @SuppressWarnings("squid:S00118") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/JsonObjectUtility.java:[131,21] Unsupported @SuppressWarnings("squid:S1244") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/JsonObjectUtility.java:[222,21] Unsupported @SuppressWarnings("findbugs:EC_UNRELATED_TYPES_USING_POINTER_EQUALITY") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/JsonObjectUtility.java:[240,21] Unsupported @SuppressWarnings("findbugs:EC_UNRELATED_TYPES_USING_POINTER_EQUALITY") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/JsonObjectUtility.java:[392,21] Unsupported @SuppressWarnings("DuplicatedCode") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/JsonObjectUtility.java:[434,21] Unsupported @SuppressWarnings("DuplicatedCode") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/desktop/hybrid/JsonHybridManager.java:[119,11] Type safety: Unchecked cast from java.lang.Object to java.util.Map [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/basic/planner/PlannerEventFilter.java:[22,39] org.eclipse.scout.rt.client.ui.basic.planner.IPlanner is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.IPlanner should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/basic/planner/PlannerEventFilter.java:[24,51] org.eclipse.scout.rt.client.ui.basic.planner.IPlanner is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.IPlanner should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/basic/planner/PlannerEventFilter.java:[33,16] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/popup/JsonMobilePopup.java:[16,40] org.eclipse.scout.rt.client.ui.popup.IMobilePopup is a raw type. References to generic type org.eclipse.scout.rt.client.ui.popup.IMobilePopup should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/JsonPropertyChangeEvent.java:[38,21] Unsupported @SuppressWarnings("squid:S1185") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/table/userfilter/JsonTableUserFilter.java:[17,19] Unsupported @SuppressWarnings("squid:S00118") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/table/UserFilterStateFactory.java:[26,7] org.eclipse.scout.rt.ui.html.json.table.JsonColumn is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.table.JsonColumn should be parameterized [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.ui.html --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.ui.html --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.ui.html --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.ui.html --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.ui.html --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/target/org.eclipse.scout.rt.ui.html-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/target/org.eclipse.scout.rt.ui.html-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0: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:2.0.1:check (default) @ org.eclipse.scout.rt.ui.html --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.ui.html --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/target/org.eclipse.scout.rt.ui.html-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/target/org.eclipse.scout.rt.ui.html-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html-24.2-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.app >-------- [INFO] Building org.eclipse.scout.rt.ui.html.app 24.2-SNAPSHOT [53/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.app/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.ui.html.app --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.ui.html.app --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.ui.html.app --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.app/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.ui.html.app --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.ui.html.app --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.ui.html.app --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.app/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.ui.html.app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.app/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.ui.html.app --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.ui.html.app --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.ui.html.app --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.app/target/org.eclipse.scout.rt.ui.html.app-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html.app --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html.app --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.app/target/org.eclipse.scout.rt.ui.html.app-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html.app --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.ui.html.app --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.ui.html.app --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.app/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.app/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html.app-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.app/target/org.eclipse.scout.rt.ui.html.app-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.app/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html.app-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.app/target/org.eclipse.scout.rt.ui.html.app-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.app/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html.app-24.2-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test >------- [INFO] Building org.eclipse.scout.rt.ui.html.test 24.2-SNAPSHOT [54/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.ui.html.test --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.ui.html.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.ui.html.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.ui.html.test --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Copying 25 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/desktop/fixtures/TablePage.java:[57,5] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/desktop/fixtures/TablePage.java:[62,12] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/table/fixtures/ListBoxTable.java:[38,13] org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox.DefaultListBoxTable.TextColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox.DefaultListBoxTable.TextColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/table/fixtures/ListBoxTable.java:[42,13] org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox.DefaultListBoxTable.ActiveColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox.DefaultListBoxTable.ActiveColumn should be parameterized [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/testing/JsonTestUtility.java:[54,21] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/table/JsonTableTest.java:[310,5] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/table/JsonTableTest.java:[472,5] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/table/JsonTableTest.java:[473,5] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/table/JsonTableTest.java:[474,5] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/table/JsonTableTest.java:[659,21] Unsupported @SuppressWarnings("UnusedAssignment") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/JsonResponseTest.java:[72,22] Unsupported @SuppressWarnings("SimplifiableJUnitAssertion") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/JsonResponseTest.java:[72,52] Unsupported @SuppressWarnings("ConstantConditions") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/form/fields/htmlfield/JsonHtmlFieldTest.java:[40,11] org.eclipse.scout.rt.ui.html.json.form.fields.htmlfield.JsonHtmlField is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.form.fields.htmlfield.JsonHtmlField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/desktop/JsonOutlineTest.java:[85,5] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/desktop/JsonOutlineTest.java:[85,22] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/desktop/JsonOutlineTest.java:[248,19] org.eclipse.scout.rt.ui.html.json.tree.JsonTree is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.tree.JsonTree should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/desktop/JsonOutlineTest.java:[265,5] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/desktop/JsonOutlineTest.java:[267,5] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/desktop/JsonOutlineTest.java:[339,83] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/tile/JsonTileGridTest.java:[108,5] org.eclipse.scout.rt.ui.html.json.tile.JsonTile is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.tile.JsonTile should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/tile/JsonTileGridTest.java:[108,26] Type safety: Unchecked invocation getJsonAdapter(org.eclipse.scout.rt.ui.html.json.tile.JsonTileGridTest.P_Tile, org.eclipse.scout.rt.ui.html.json.tile.JsonTileGrid>) of the generic method getJsonAdapter(M, org.eclipse.scout.rt.ui.html.json.IJsonAdapter) of type org.eclipse.scout.rt.ui.html.UiSession [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/JsonBeanTest.java:[207,12] java.util.Map is a raw type. References to generic type java.util.Map should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/form/fields/stringfield/JsonStringFieldTest.java:[37,11] org.eclipse.scout.rt.ui.html.json.form.fields.stringfield.JsonStringField is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.form.fields.stringfield.JsonStringField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/ClientSessionWithBlockingConditionInterruptionTest.java:[296,15] The enum constant DO_NOTHING needs a corresponding case label in this enum switch on org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest.SessionBehaviour [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/ClientSessionWithBlockingConditionInterruptionTest.java:[296,15] The enum constant OPEN_FORM_IN_STORE needs a corresponding case label in this enum switch on org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest.SessionBehaviour [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/ClientSessionWithBlockingConditionInterruptionTest.java:[296,15] The enum constant OPEN_MESSAGEBOX_IN_STORE needs a corresponding case label in this enum switch on org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest.SessionBehaviour [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/ClientSessionWithBlockingConditionInterruptionTest.java:[327,15] The enum constant DO_NOTHING needs a corresponding case label in this enum switch on org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest.SessionBehaviour [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/ClientSessionWithBlockingConditionInterruptionTest.java:[327,15] The enum constant OPEN_FORM_IN_LOAD needs a corresponding case label in this enum switch on org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest.SessionBehaviour [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/ClientSessionWithBlockingConditionInterruptionTest.java:[327,15] The enum constant OPEN_MESSAGEBOX_IN_LOAD needs a corresponding case label in this enum switch on org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest.SessionBehaviour [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/ClientSessionWithBlockingConditionInterruptionTest.java:[373,15] The enum constant DO_NOTHING needs a corresponding case label in this enum switch on org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest.DesktopBehaviour [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/desktop/JsonDesktopTest.java:[86,21] Unsupported @SuppressWarnings("UnusedAssignment") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/desktop/JsonDesktopTest.java:[89,46] org.eclipse.scout.rt.ui.html.json.IJsonAdapter is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.IJsonAdapter should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/desktop/JsonDesktopTest.java:[107,5] org.eclipse.scout.rt.ui.html.json.form.JsonForm is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.form.JsonForm should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/desktop/JsonDesktopTest.java:[172,5] org.eclipse.scout.rt.ui.html.json.form.JsonForm is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.form.JsonForm should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/desktop/JsonDesktopTest.java:[214,5] org.eclipse.scout.rt.ui.html.json.form.JsonForm is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.form.JsonForm should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/form/fields/groupbox/JsonGroupBoxTest.java:[45,11] org.eclipse.scout.rt.ui.html.json.form.fields.groupbox.JsonGroupBox is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.form.fields.groupbox.JsonGroupBox should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/form/fields/JsonFormFieldTest.java:[35,3] org.eclipse.scout.rt.ui.html.json.form.fields.JsonFormField is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.form.fields.JsonFormField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/RequestHistoryTest.java:[20,21] Unsupported @SuppressWarnings("ResultOfMethodCallIgnored") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/JsonAdapterRegistryTest.java:[69,5] org.eclipse.scout.rt.ui.html.json.form.JsonForm is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.form.JsonForm should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/JsonAdapterRegistryTest.java:[69,28] Type safety: Unchecked invocation getAdapter(org.eclipse.scout.rt.ui.html.json.form.fixtures.FormWithOneField) of the generic method getAdapter(M) of type org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/JsonAdapterRegistryTest.java:[73,19] Type safety: Unchecked invocation getAdapter(org.eclipse.scout.rt.ui.html.json.form.fixtures.FormWithOneField) of the generic method getAdapter(M) of type org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/JsonAdapterRegistryTest.java:[94,5] org.eclipse.scout.rt.ui.html.json.form.JsonForm is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.form.JsonForm should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/JsonAdapterRegistryTest.java:[94,28] Type safety: Unchecked invocation getAdapter(org.eclipse.scout.rt.ui.html.json.form.fixtures.FormWithOneField) of the generic method getAdapter(M) of type org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/tree/JsonTreeTest.java:[257,19] org.eclipse.scout.rt.ui.html.json.tree.JsonTree is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.tree.JsonTree should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/tree/JsonTreeTest.java:[933,42] org.eclipse.scout.rt.ui.html.json.tree.JsonTree is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.tree.JsonTree should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/tree/JsonTreeTest.java:[937,34] org.eclipse.scout.rt.ui.html.json.tree.JsonTree is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.tree.JsonTree should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/tree/JsonTreeTest.java:[941,34] org.eclipse.scout.rt.ui.html.json.tree.JsonTree is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.tree.JsonTree should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/tree/JsonTreeTest.java:[945,35] org.eclipse.scout.rt.ui.html.json.tree.JsonTree is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.tree.JsonTree should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/desktop/fixtures/Outline.java:[30,10] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [INFO] [INFO] --- jandex:3.1.6:jandex (make-test-index) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/target/test-classes/jandex.idx [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.ModelVariantTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s -- in org.eclipse.scout.rt.client.ui.form.fields.ModelVariantTest [INFO] Running org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest 2024-06-29 00:02:19,956 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:179) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true 2024-06-29 00:02:19,979 INFO [main] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:37) - Building jandex class inventory using rebuild strategy IF_MISSING... 2024-06-29 00:02:20,168 INFO [ForkJoinPool.commonPool-worker-1] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanFolder(JandexInventoryBuilder.java:180) - Rebuild index 'file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/target/test-classes/META-INF/jandex.idx'. Scanning location... 2024-06-29 00:02:20,441 INFO [main] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:43) - Finished building jandex class inventory in 472.735842 ms. Total class count: 4383 2024-06-29 00:02:20,888 INFO [main] org.eclipse.scout.rt.platform.logger.LoggerInstallPlatformListener.registerLoggerSupportBean(LoggerInstallPlatformListener.java:98) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport 2024-06-29 00:02:20,908 INFO [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:41) - 0 code type classes registered. 2024-06-29 00:02:20,909 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:191) - No classpath:config.properties found. Running with empty configuration. 2024-06-29 00:02:20,938 INFO [main] org.eclipse.scout.rt.server.commons.GlobalTrustManager.getTrustedCertificatesInRemoteFiles(GlobalTrustManager.java:220) - No instance of org.eclipse.scout.rt.shared.services.common.file.IRemoteFileService available, skip loading certificates from remote file service. OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 2024-06-29 00:02:23,058 INFO [main] org.eclipse.scout.rt.shared.session.SessionMetricsHelper.initMetrics(SessionMetricsHelper.java:56) - Init session metrics of type 'http' 2024-06-29 00:02:23,578 INFO [main] org.eclipse.scout.rt.shared.session.SessionMetricsHelper.initMetrics(SessionMetricsHelper.java:56) - Init session metrics of type 'ui' 2024-06-29 00:02:23,607 INFO [main] org.eclipse.scout.rt.shared.session.SessionMetricsHelper.initMetrics(SessionMetricsHelper.java:56) - Init session metrics of type 'client' 2024-06-29 00:02:23,821 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:326) - Client session started [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@7ebd935f[id = 1e0agrdpnb2uc83db8dbl3udlk39h20q51kp62bkofjm2et71tat], user=null] - MDC[jobName=Starting ClientSession [sessionId=1e0agrdpnb2uc83db8dbl3udlk39h20q51kp62bkofjm2et71tat]] 2024-06-29 00:02:23,823 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:311) - Created new client session [clientSessionId=1e0agrdpnb2uc83db8dbl3udlk39h20q51kp62bkofjm2et71tat, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] 2024-06-29 00:02:23,842 INFO [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiThemeHelper.getConfiguredTheme(UiThemeHelper.java:58) - UI theme configured in config.properties: default - MDC[scoutSession=1e0agrdpnb2uc83db8dbl3udlk39h20q51kp62bkofjm2et71tat, jobName=Initializing UI theme] 2024-06-29 00:02:23,858 INFO [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory.getFactories(MainJsonObjectFactory.java:35) - Using following object factories: [org.eclipse.scout.rt.ui.html.JsonObjectFactory@52b2d2b1] - MDC[scoutSession=1e0agrdpnb2uc83db8dbl3udlk39h20q51kp62bkofjm2et71tat, jobName=Starting JsonClientSession] 2024-06-29 00:02:24,040 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:272) - UiSession with ID 0:gp558tmtv1610jc46rc19stpj5caum6ggcqq7rnbuj7g69sbvo3 initialized protocol: Session stopping 2024-06-29 00:02:24,042 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:386) - Enter stop(0) of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@7ebd935f[id = 1e0agrdpnb2uc83db8dbl3udlk39h20q51kp62bkofjm2et71tat] - MDC[scoutSession=1e0agrdpnb2uc83db8dbl3udlk39h20q51kp62bkofjm2et71tat, jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$$Lambda$383/0x00007ff4a046e878] 2024-06-29 00:02:24,043 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:391) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@7ebd935f[id = 1e0agrdpnb2uc83db8dbl3udlk39h20q51kp62bkofjm2et71tat] - MDC[scoutSession=1e0agrdpnb2uc83db8dbl3udlk39h20q51kp62bkofjm2et71tat, jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$$Lambda$383/0x00007ff4a046e878] 2024-06-29 00:02:24,048 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:416) - Begin stop of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@7ebd935f[id = 1e0agrdpnb2uc83db8dbl3udlk39h20q51kp62bkofjm2et71tat], point of no return - MDC[scoutSession=1e0agrdpnb2uc83db8dbl3udlk39h20q51kp62bkofjm2et71tat, jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$$Lambda$383/0x00007ff4a046e878] 2024-06-29 00:02:24,048 INFO [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:1096) - Logging out from UI session with ID 0:gp558tmtv1610jc46rc19stpj5caum6ggcqq7rnbuj7g69sbvo3 [clientSessionId=1e0agrdpnb2uc83db8dbl3udlk39h20q51kp62bkofjm2et71tat, processingJsonRequest=false] - MDC[scoutSession=1e0agrdpnb2uc83db8dbl3udlk39h20q51kp62bkofjm2et71tat, jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$$Lambda$383/0x00007ff4a046e878] 2024-06-29 00:02:24,049 INFO [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:gp558tmtv1610jc46rc19stpj5caum6ggcqq7rnbuj7g69sbvo3... - MDC[scoutSession=1e0agrdpnb2uc83db8dbl3udlk39h20q51kp62bkofjm2et71tat, jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$$Lambda$383/0x00007ff4a046e878] 2024-06-29 00:02:24,051 INFO [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:1110) - Logged out successfully from UI session with ID 0:gp558tmtv1610jc46rc19stpj5caum6ggcqq7rnbuj7g69sbvo3 - MDC[scoutSession=1e0agrdpnb2uc83db8dbl3udlk39h20q51kp62bkofjm2et71tat, jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$$Lambda$383/0x00007ff4a046e878] protocol: Before MessageBoxInStore 2024-06-29 00:02:24,064 WARN [scout-model-thread-24] org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:331) - there is no desktop or the desktop has not yet been opened in the ui, default answer is CANCEL - MDC[scoutSession=1e0agrdpnb2uc83db8dbl3udlk39h20q51kp62bkofjm2et71tat, jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$$Lambda$383/0x00007ff4a046e878] java.lang.IllegalStateException: null at org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:331) at org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:306) at org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession.execStoreSession(ClientSessionWithBlockingConditionInterruptionTest.java:331) at org.eclipse.scout.rt.client.AbstractClientSession$LocalClientSessionExtension.execStoreSession(AbstractClientSession.java:529) at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionStoreSessionChain$1.callMethod(ClientSessionChains.java:39) 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:109) at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionStoreSessionChain.execStoreSession(ClientSessionChains.java:42) at org.eclipse.scout.rt.client.AbstractClientSession.interceptStoreSession(AbstractClientSession.java:542) at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:426) at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:381) at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2641) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.scout.rt.client.ModelContextProxy.lambda$1(ModelContextProxy.java:48) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:155) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:138) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.client.ModelContextProxy.lambda$0(ModelContextProxy.java:48) at jdk.proxy2/jdk.proxy2.$Proxy88.closeFromUI(Unknown Source) at org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest.lambda$8(ClientSessionWithBlockingConditionInterruptionTest.java:212) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:37) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) protocol: After MessageBoxInStore 2 2024-06-29 00:02:24,076 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:462) - Client session stopped [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@7ebd935f[id = 1e0agrdpnb2uc83db8dbl3udlk39h20q51kp62bkofjm2et71tat], user=null] - MDC[scoutSession=1e0agrdpnb2uc83db8dbl3udlk39h20q51kp62bkofjm2et71tat, jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$$Lambda$383/0x00007ff4a046e878] protocol: All session jobs terminated 2024-06-29 00:02:25,050 INFO [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:393) - Session housekeeping: Client session 1e0agrdpnb2uc83db8dbl3udlk39h20q51kp62bkofjm2et71tat is inactive, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID 1e0agrdpnb2uc83db8dbl3udlk39h20q51kp62bkofjm2et71tat] 2024-06-29 00:02:25,051 INFO [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.checkHttpSessionOutsideWriteLock(SessionStore.java:503) - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID 1e0agrdpnb2uc83db8dbl3udlk39h20q51kp62bkofjm2et71tat] 2024-06-29 00:02:25,051 INFO [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:456) - 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 1e0agrdpnb2uc83db8dbl3udlk39h20q51kp62bkofjm2et71tat] 2024-06-29 00:02:25,063 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:326) - Client session started [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@72f79615[id = ef0kr5v98cgbahrcfrcn70taf8rprcbicgu6gpa9ii8mkt7msg9], user=null] - MDC[jobName=Starting ClientSession [sessionId=ef0kr5v98cgbahrcfrcn70taf8rprcbicgu6gpa9ii8mkt7msg9]] 2024-06-29 00:02:25,064 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:311) - Created new client session [clientSessionId=ef0kr5v98cgbahrcfrcn70taf8rprcbicgu6gpa9ii8mkt7msg9, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] 2024-06-29 00:02:25,072 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:272) - UiSession with ID 0:f7381bijr56lj1bhkqjks136fs2j9pmo08a7kg4oadfls5ng2q4 initialized protocol: Session stopping 2024-06-29 00:02:25,074 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:386) - Enter stop(0) of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@72f79615[id = ef0kr5v98cgbahrcfrcn70taf8rprcbicgu6gpa9ii8mkt7msg9] - MDC[scoutSession=ef0kr5v98cgbahrcfrcn70taf8rprcbicgu6gpa9ii8mkt7msg9, jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$$Lambda$398/0x00007ff4a0473478] 2024-06-29 00:02:25,074 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:391) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@72f79615[id = ef0kr5v98cgbahrcfrcn70taf8rprcbicgu6gpa9ii8mkt7msg9] - MDC[scoutSession=ef0kr5v98cgbahrcfrcn70taf8rprcbicgu6gpa9ii8mkt7msg9, jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$$Lambda$398/0x00007ff4a0473478] 2024-06-29 00:02:25,075 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:416) - Begin stop of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@72f79615[id = ef0kr5v98cgbahrcfrcn70taf8rprcbicgu6gpa9ii8mkt7msg9], point of no return - MDC[scoutSession=ef0kr5v98cgbahrcfrcn70taf8rprcbicgu6gpa9ii8mkt7msg9, jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$$Lambda$398/0x00007ff4a0473478] 2024-06-29 00:02:25,075 INFO [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:1096) - Logging out from UI session with ID 0:f7381bijr56lj1bhkqjks136fs2j9pmo08a7kg4oadfls5ng2q4 [clientSessionId=ef0kr5v98cgbahrcfrcn70taf8rprcbicgu6gpa9ii8mkt7msg9, processingJsonRequest=false] - MDC[scoutSession=ef0kr5v98cgbahrcfrcn70taf8rprcbicgu6gpa9ii8mkt7msg9, jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$$Lambda$398/0x00007ff4a0473478] 2024-06-29 00:02:25,075 INFO [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:f7381bijr56lj1bhkqjks136fs2j9pmo08a7kg4oadfls5ng2q4... - MDC[scoutSession=ef0kr5v98cgbahrcfrcn70taf8rprcbicgu6gpa9ii8mkt7msg9, jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$$Lambda$398/0x00007ff4a0473478] 2024-06-29 00:02:25,076 INFO [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:1110) - Logged out successfully from UI session with ID 0:f7381bijr56lj1bhkqjks136fs2j9pmo08a7kg4oadfls5ng2q4 - MDC[scoutSession=ef0kr5v98cgbahrcfrcn70taf8rprcbicgu6gpa9ii8mkt7msg9, jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$$Lambda$398/0x00007ff4a0473478] 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] 2024-06-29 00:02:25,198 ERROR [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:429) - Failed to store the client session. - MDC[scoutSession=ef0kr5v98cgbahrcfrcn70taf8rprcbicgu6gpa9ii8mkt7msg9, jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$$Lambda$398/0x00007ff4a0473478] 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.lambda$10(AbstractForm.java:1038) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:155) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:138) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.client.ui.form.AbstractForm.startInternal(AbstractForm.java:991) at org.eclipse.scout.rt.client.ui.form.AbstractForm.start(AbstractForm.java:984) at org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureForm.start(ClientSessionWithBlockingConditionInterruptionTest.java:424) at org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession.execStoreSession(ClientSessionWithBlockingConditionInterruptionTest.java:343) at org.eclipse.scout.rt.client.AbstractClientSession$LocalClientSessionExtension.execStoreSession(AbstractClientSession.java:529) at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionStoreSessionChain$1.callMethod(ClientSessionChains.java:39) 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:109) at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionStoreSessionChain.execStoreSession(ClientSessionChains.java:42) at org.eclipse.scout.rt.client.AbstractClientSession.interceptStoreSession(AbstractClientSession.java:542) at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:426) at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:381) at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2641) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.scout.rt.client.ModelContextProxy.lambda$1(ModelContextProxy.java:48) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:155) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:138) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.client.ModelContextProxy.lambda$0(ModelContextProxy.java:48) at jdk.proxy2/jdk.proxy2.$Proxy88.closeFromUI(Unknown Source) at org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest.lambda$9(ClientSessionWithBlockingConditionInterruptionTest.java:245) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:37) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) 2024-06-29 00:02:25,200 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:462) - Client session stopped [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@72f79615[id = ef0kr5v98cgbahrcfrcn70taf8rprcbicgu6gpa9ii8mkt7msg9], user=null] - MDC[scoutSession=ef0kr5v98cgbahrcfrcn70taf8rprcbicgu6gpa9ii8mkt7msg9, jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$$Lambda$398/0x00007ff4a0473478] protocol: All session jobs terminated 2024-06-29 00:02:26,075 INFO [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:393) - Session housekeeping: Client session ef0kr5v98cgbahrcfrcn70taf8rprcbicgu6gpa9ii8mkt7msg9 is inactive, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID ef0kr5v98cgbahrcfrcn70taf8rprcbicgu6gpa9ii8mkt7msg9] 2024-06-29 00:02:26,076 INFO [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.checkHttpSessionOutsideWriteLock(SessionStore.java:503) - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID ef0kr5v98cgbahrcfrcn70taf8rprcbicgu6gpa9ii8mkt7msg9] 2024-06-29 00:02:26,077 INFO [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:456) - 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 ef0kr5v98cgbahrcfrcn70taf8rprcbicgu6gpa9ii8mkt7msg9] 2024-06-29 00:02:26,087 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:326) - Client session started [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@7a76c0a4[id = 1lrjodlrdq32lrdd7ob3d5u545u74gtl8e87djjc8rirtc0ma7c], user=null] - MDC[jobName=Starting ClientSession [sessionId=1lrjodlrdq32lrdd7ob3d5u545u74gtl8e87djjc8rirtc0ma7c]] 2024-06-29 00:02:26,087 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:311) - Created new client session [clientSessionId=1lrjodlrdq32lrdd7ob3d5u545u74gtl8e87djjc8rirtc0ma7c, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] protocol: Before MessageBox 2024-06-29 00:02:26,101 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:272) - UiSession with ID 0:r5o8pc94fa3862jsnljrrhfl4fkg9677n4khjoubqh443ckjbhi initialized protocol: MessageBox is open protocol: Session stopping 2024-06-29 00:02:26,104 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:386) - Enter stop(0) of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@7a76c0a4[id = 1lrjodlrdq32lrdd7ob3d5u545u74gtl8e87djjc8rirtc0ma7c] - MDC[scoutSession=1lrjodlrdq32lrdd7ob3d5u545u74gtl8e87djjc8rirtc0ma7c, jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$$Lambda$425/0x00007ff4a049fa60] 2024-06-29 00:02:26,104 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:391) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@7a76c0a4[id = 1lrjodlrdq32lrdd7ob3d5u545u74gtl8e87djjc8rirtc0ma7c] - MDC[scoutSession=1lrjodlrdq32lrdd7ob3d5u545u74gtl8e87djjc8rirtc0ma7c, jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$$Lambda$425/0x00007ff4a049fa60] 2024-06-29 00:02:26,105 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:416) - Begin stop of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@7a76c0a4[id = 1lrjodlrdq32lrdd7ob3d5u545u74gtl8e87djjc8rirtc0ma7c], point of no return - MDC[scoutSession=1lrjodlrdq32lrdd7ob3d5u545u74gtl8e87djjc8rirtc0ma7c, jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$$Lambda$425/0x00007ff4a049fa60] 2024-06-29 00:02:26,105 INFO [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:1096) - Logging out from UI session with ID 0:r5o8pc94fa3862jsnljrrhfl4fkg9677n4khjoubqh443ckjbhi [clientSessionId=1lrjodlrdq32lrdd7ob3d5u545u74gtl8e87djjc8rirtc0ma7c, processingJsonRequest=false] - MDC[scoutSession=1lrjodlrdq32lrdd7ob3d5u545u74gtl8e87djjc8rirtc0ma7c, jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$$Lambda$425/0x00007ff4a049fa60] 2024-06-29 00:02:26,105 INFO [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:r5o8pc94fa3862jsnljrrhfl4fkg9677n4khjoubqh443ckjbhi... - MDC[scoutSession=1lrjodlrdq32lrdd7ob3d5u545u74gtl8e87djjc8rirtc0ma7c, jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$$Lambda$425/0x00007ff4a049fa60] 2024-06-29 00:02:26,106 INFO [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:1110) - Logged out successfully from UI session with ID 0:r5o8pc94fa3862jsnljrrhfl4fkg9677n4khjoubqh443ckjbhi - MDC[scoutSession=1lrjodlrdq32lrdd7ob3d5u545u74gtl8e87djjc8rirtc0ma7c, jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$$Lambda$425/0x00007ff4a049fa60] 2024-06-29 00:02:26,108 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:462) - Client session stopped [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@7a76c0a4[id = 1lrjodlrdq32lrdd7ob3d5u545u74gtl8e87djjc8rirtc0ma7c], user=null] - MDC[scoutSession=1lrjodlrdq32lrdd7ob3d5u545u74gtl8e87djjc8rirtc0ma7c, jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$$Lambda$425/0x00007ff4a049fa60] protocol: Interrupted MessageBox protocol: All session jobs terminated 2024-06-29 00:02:27,105 INFO [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:393) - Session housekeeping: Client session 1lrjodlrdq32lrdd7ob3d5u545u74gtl8e87djjc8rirtc0ma7c is inactive, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID 1lrjodlrdq32lrdd7ob3d5u545u74gtl8e87djjc8rirtc0ma7c] 2024-06-29 00:02:27,106 INFO [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.checkHttpSessionOutsideWriteLock(SessionStore.java:503) - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID 1lrjodlrdq32lrdd7ob3d5u545u74gtl8e87djjc8rirtc0ma7c] 2024-06-29 00:02:27,107 INFO [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:456) - 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 1lrjodlrdq32lrdd7ob3d5u545u74gtl8e87djjc8rirtc0ma7c] 2024-06-29 00:02:27,121 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:326) - Client session started [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@665245ac[id = q3d3c2h697200jfp4i6v5c7up02mr2ce8qj29qv7sjckkool129], user=null] - MDC[jobName=Starting ClientSession [sessionId=q3d3c2h697200jfp4i6v5c7up02mr2ce8qj29qv7sjckkool129]] 2024-06-29 00:02:27,121 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:311) - Created new client session [clientSessionId=q3d3c2h697200jfp4i6v5c7up02mr2ce8qj29qv7sjckkool129, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] 2024-06-29 00:02:27,130 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:272) - UiSession with ID 0:le7fnrhaqshn8khvv056firk9od50kilht0v1r40hjaq2r0103n initialized protocol: Form.execLoad protocol: Before Form.waitFor protocol: Form is open protocol: Session stopping 2024-06-29 00:02:27,165 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:386) - Enter stop(0) of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@665245ac[id = q3d3c2h697200jfp4i6v5c7up02mr2ce8qj29qv7sjckkool129] - MDC[scoutSession=q3d3c2h697200jfp4i6v5c7up02mr2ce8qj29qv7sjckkool129, jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$$Lambda$432/0x00007ff4a04ba848] 2024-06-29 00:02:27,165 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:391) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@665245ac[id = q3d3c2h697200jfp4i6v5c7up02mr2ce8qj29qv7sjckkool129] - MDC[scoutSession=q3d3c2h697200jfp4i6v5c7up02mr2ce8qj29qv7sjckkool129, jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$$Lambda$432/0x00007ff4a04ba848] 2024-06-29 00:02:27,166 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:416) - Begin stop of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@665245ac[id = q3d3c2h697200jfp4i6v5c7up02mr2ce8qj29qv7sjckkool129], point of no return - MDC[scoutSession=q3d3c2h697200jfp4i6v5c7up02mr2ce8qj29qv7sjckkool129, jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$$Lambda$432/0x00007ff4a04ba848] 2024-06-29 00:02:27,166 INFO [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:1096) - Logging out from UI session with ID 0:le7fnrhaqshn8khvv056firk9od50kilht0v1r40hjaq2r0103n [clientSessionId=q3d3c2h697200jfp4i6v5c7up02mr2ce8qj29qv7sjckkool129, processingJsonRequest=false] - MDC[scoutSession=q3d3c2h697200jfp4i6v5c7up02mr2ce8qj29qv7sjckkool129, jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$$Lambda$432/0x00007ff4a04ba848] 2024-06-29 00:02:27,166 INFO [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:le7fnrhaqshn8khvv056firk9od50kilht0v1r40hjaq2r0103n... - MDC[scoutSession=q3d3c2h697200jfp4i6v5c7up02mr2ce8qj29qv7sjckkool129, jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$$Lambda$432/0x00007ff4a04ba848] 2024-06-29 00:02:27,167 INFO [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:1110) - Logged out successfully from UI session with ID 0:le7fnrhaqshn8khvv056firk9od50kilht0v1r40hjaq2r0103n - MDC[scoutSession=q3d3c2h697200jfp4i6v5c7up02mr2ce8qj29qv7sjckkool129, jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$$Lambda$432/0x00007ff4a04ba848] protocol: Form.execFinally protocol: Form.dispose 2024-06-29 00:02:27,172 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:462) - Client session stopped [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@665245ac[id = q3d3c2h697200jfp4i6v5c7up02mr2ce8qj29qv7sjckkool129], user=null] - MDC[scoutSession=q3d3c2h697200jfp4i6v5c7up02mr2ce8qj29qv7sjckkool129, jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$$Lambda$432/0x00007ff4a04ba848] protocol: Interrupted Form protocol: All session jobs terminated 2024-06-29 00:02:28,166 INFO [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:393) - Session housekeeping: Client session q3d3c2h697200jfp4i6v5c7up02mr2ce8qj29qv7sjckkool129 is inactive, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID q3d3c2h697200jfp4i6v5c7up02mr2ce8qj29qv7sjckkool129] 2024-06-29 00:02:28,167 INFO [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.checkHttpSessionOutsideWriteLock(SessionStore.java:503) - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID q3d3c2h697200jfp4i6v5c7up02mr2ce8qj29qv7sjckkool129] 2024-06-29 00:02:28,167 INFO [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:456) - 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 q3d3c2h697200jfp4i6v5c7up02mr2ce8qj29qv7sjckkool129] protocol: Before MessageBoxInLoad 2024-06-29 00:02:28,175 WARN [scout-model-thread-24] org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:331) - there is no desktop or the desktop has not yet been opened in the ui, default answer is CANCEL - MDC[jobName=Starting ClientSession [sessionId=ve3noc0lbu4skq84cj2rr993g7psopu7hp8hlhld2kf0159261m]] java.lang.IllegalStateException: null at org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:331) at org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:306) at org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession.execLoadSession(ClientSessionWithBlockingConditionInterruptionTest.java:300) at org.eclipse.scout.rt.client.AbstractClientSession$LocalClientSessionExtension.execLoadSession(AbstractClientSession.java:534) at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionLoadSessionChain$1.callMethod(ClientSessionChains.java:56) 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:109) at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionLoadSessionChain.execLoadSession(ClientSessionChains.java:59) at org.eclipse.scout.rt.client.AbstractClientSession.interceptLoadSession(AbstractClientSession.java:548) at org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:322) at org.eclipse.scout.rt.client.session.ClientSessionProvider.lambda$1(ClientSessionProvider.java:73) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:155) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:138) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:37) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) protocol: After MessageBoxInLoad 2 2024-06-29 00:02:28,175 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:326) - Client session started [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@74ea2f90[id = ve3noc0lbu4skq84cj2rr993g7psopu7hp8hlhld2kf0159261m], user=null] - MDC[jobName=Starting ClientSession [sessionId=ve3noc0lbu4skq84cj2rr993g7psopu7hp8hlhld2kf0159261m]] 2024-06-29 00:02:28,176 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:311) - Created new client session [clientSessionId=ve3noc0lbu4skq84cj2rr993g7psopu7hp8hlhld2kf0159261m, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] 2024-06-29 00:02:28,181 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:272) - UiSession with ID 0:1e4jolpr5g4uq5e2960jeo2fpv26msb5osa7hsdbi70q6afgcr9n initialized protocol: Session stopping 2024-06-29 00:02:28,183 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:386) - Enter stop(0) of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@74ea2f90[id = ve3noc0lbu4skq84cj2rr993g7psopu7hp8hlhld2kf0159261m] - MDC[scoutSession=ve3noc0lbu4skq84cj2rr993g7psopu7hp8hlhld2kf0159261m, jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$$Lambda$433/0x00007ff4a04bbc70] 2024-06-29 00:02:28,183 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:391) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@74ea2f90[id = ve3noc0lbu4skq84cj2rr993g7psopu7hp8hlhld2kf0159261m] - MDC[scoutSession=ve3noc0lbu4skq84cj2rr993g7psopu7hp8hlhld2kf0159261m, jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$$Lambda$433/0x00007ff4a04bbc70] 2024-06-29 00:02:28,184 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:416) - Begin stop of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@74ea2f90[id = ve3noc0lbu4skq84cj2rr993g7psopu7hp8hlhld2kf0159261m], point of no return - MDC[scoutSession=ve3noc0lbu4skq84cj2rr993g7psopu7hp8hlhld2kf0159261m, jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$$Lambda$433/0x00007ff4a04bbc70] 2024-06-29 00:02:28,184 INFO [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:1096) - Logging out from UI session with ID 0:1e4jolpr5g4uq5e2960jeo2fpv26msb5osa7hsdbi70q6afgcr9n [clientSessionId=ve3noc0lbu4skq84cj2rr993g7psopu7hp8hlhld2kf0159261m, processingJsonRequest=false] - MDC[scoutSession=ve3noc0lbu4skq84cj2rr993g7psopu7hp8hlhld2kf0159261m, jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$$Lambda$433/0x00007ff4a04bbc70] 2024-06-29 00:02:28,184 INFO [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:1e4jolpr5g4uq5e2960jeo2fpv26msb5osa7hsdbi70q6afgcr9n... - MDC[scoutSession=ve3noc0lbu4skq84cj2rr993g7psopu7hp8hlhld2kf0159261m, jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$$Lambda$433/0x00007ff4a04bbc70] 2024-06-29 00:02:28,185 INFO [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:1110) - Logged out successfully from UI session with ID 0:1e4jolpr5g4uq5e2960jeo2fpv26msb5osa7hsdbi70q6afgcr9n - MDC[scoutSession=ve3noc0lbu4skq84cj2rr993g7psopu7hp8hlhld2kf0159261m, jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$$Lambda$433/0x00007ff4a04bbc70] 2024-06-29 00:02:28,186 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:462) - Client session stopped [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@74ea2f90[id = ve3noc0lbu4skq84cj2rr993g7psopu7hp8hlhld2kf0159261m], user=null] - MDC[scoutSession=ve3noc0lbu4skq84cj2rr993g7psopu7hp8hlhld2kf0159261m, jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$$Lambda$433/0x00007ff4a04bbc70] protocol: All session jobs terminated 2024-06-29 00:02:29,184 INFO [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:393) - Session housekeeping: Client session ve3noc0lbu4skq84cj2rr993g7psopu7hp8hlhld2kf0159261m is inactive, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID ve3noc0lbu4skq84cj2rr993g7psopu7hp8hlhld2kf0159261m] 2024-06-29 00:02:29,185 INFO [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.checkHttpSessionOutsideWriteLock(SessionStore.java:503) - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID ve3noc0lbu4skq84cj2rr993g7psopu7hp8hlhld2kf0159261m] 2024-06-29 00:02:29,185 INFO [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:456) - 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 ve3noc0lbu4skq84cj2rr993g7psopu7hp8hlhld2kf0159261m] protocol: Before Form.start protocol: Form.execLoad 2024-06-29 00:02:29,200 WARN [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:61) - Exception in callable chain. 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.lambda$10(AbstractForm.java:1038) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:155) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:138) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.client.ui.form.AbstractForm.startInternal(AbstractForm.java:991) at org.eclipse.scout.rt.client.ui.form.AbstractForm.start(AbstractForm.java:984) at org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureForm.start(ClientSessionWithBlockingConditionInterruptionTest.java:424) at org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession.execLoadSession(ClientSessionWithBlockingConditionInterruptionTest.java:311) at org.eclipse.scout.rt.client.AbstractClientSession$LocalClientSessionExtension.execLoadSession(AbstractClientSession.java:534) at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionLoadSessionChain$1.callMethod(ClientSessionChains.java:56) 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:109) at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionLoadSessionChain.execLoadSession(ClientSessionChains.java:59) at org.eclipse.scout.rt.client.AbstractClientSession.interceptLoadSession(AbstractClientSession.java:548) at org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:322) at org.eclipse.scout.rt.client.session.ClientSessionProvider.lambda$1(ClientSessionProvider.java:73) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:155) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:138) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:37) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) 2024-06-29 00:02:29,202 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:b7orpiqi6cckavj8mtc871j8bets4255sk0fjc71su8vj36o7s4... 2024-06-29 00:02:29,208 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:304) - Shutdown ExecutorService, await termination... 2024-06-29 00:02:29,209 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:306) - Shutdown ExecutorService, await termination returned terminated=true [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.607 s -- in org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest [INFO] Running org.eclipse.scout.rt.ui.html.RequestHistoryTest 2024-06-29 00:02:29,213 INFO [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:72) - Requested sequence number #1000000 exceeds max. request history size for UI session null, dropping entire history. Current state of RequestHistory: lastProcessedRequestSequenceNo=2, missingRequestSequenceNos=[1] 2024-06-29 00:02:29,214 INFO [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:89) - 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] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.scout.rt.ui.html.RequestHistoryTest [INFO] Running org.eclipse.scout.rt.ui.html.ResponseHistoryTest 2024-06-29 00:02:29,218 WARN [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:97) - Max. response history size exceeded for UI session null, dropping oldest response #0 2024-06-29 00:02:29,218 WARN [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:97) - Max. response history size exceeded for UI session null, dropping oldest response #1 2024-06-29 00:02:29,218 WARN [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:97) - Max. response history size exceeded for UI session null, dropping oldest response #2 2024-06-29 00:02:29,219 WARN [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:97) - Max. response history size exceeded for UI session null, dropping oldest response #3 2024-06-29 00:02:29,219 WARN [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:97) - Max. response history size exceeded for UI session null, dropping oldest response #4 2024-06-29 00:02:29,219 WARN [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:97) - Max. response history size exceeded for UI session null, dropping oldest response #5 2024-06-29 00:02:29,219 WARN [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:97) - Max. response history size exceeded for UI session null, dropping oldest response #6 2024-06-29 00:02:29,219 WARN [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:97) - Max. response history size exceeded for UI session null, dropping oldest response #7 2024-06-29 00:02:29,219 WARN [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:97) - Max. response history size exceeded for UI session null, dropping oldest response #8 2024-06-29 00:02:29,219 WARN [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:97) - Max. response history size exceeded for UI session null, dropping oldest response #9 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.scout.rt.ui.html.ResponseHistoryTest [INFO] Running org.eclipse.scout.rt.ui.html.UiJobsTest 2024-06-29 00:02:29,226 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:179) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true 2024-06-29 00:02:29,239 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:226) - Collected 436 beans in 12.388344 ms 2024-06-29 00:02:29,247 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:231) - Registered 436 beans in 8.233585 ms 2024-06-29 00:02:29,248 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.logger.LoggerInstallPlatformListener.registerLoggerSupportBean(LoggerInstallPlatformListener.java:98) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport 2024-06-29 00:02:29,249 INFO [scout-platform-starter] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:41) - 0 code type classes registered. 2024-06-29 00:02:29,250 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:191) - No classpath:config.properties found. Running with empty configuration. 2024-06-29 00:02:29,250 INFO [scout-platform-starter] org.eclipse.scout.rt.server.commons.GlobalTrustManager.getTrustedCertificatesInRemoteFiles(GlobalTrustManager.java:220) - No instance of org.eclipse.scout.rt.shared.services.common.file.IRemoteFileService available, skip loading certificates from remote file service. 2024-06-29 00:02:29,260 INFO [main] org.eclipse.scout.rt.shared.session.SessionMetricsHelper.initMetrics(SessionMetricsHelper.java:56) - Init session metrics of type 'http' 2024-06-29 00:02:29,262 INFO [main] org.eclipse.scout.rt.shared.session.SessionMetricsHelper.initMetrics(SessionMetricsHelper.java:56) - Init session metrics of type 'ui' 2024-06-29 00:02:29,264 INFO [main] org.eclipse.scout.rt.shared.session.SessionMetricsHelper.initMetrics(SessionMetricsHelper.java:56) - Init session metrics of type 'client' 2024-06-29 00:02:29,269 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:326) - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@7ab38889[id = no92ofsja81gce77105gsuqhdk5kg2fm6rita79bvs5o48be9cs], user=1003120000] - MDC[jobName=Starting ClientSession [sessionId=no92ofsja81gce77105gsuqhdk5kg2fm6rita79bvs5o48be9cs]] 2024-06-29 00:02:29,270 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:311) - Created new client session [clientSessionId=no92ofsja81gce77105gsuqhdk5kg2fm6rita79bvs5o48be9cs, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] 2024-06-29 00:02:29,271 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiThemeHelper.getConfiguredTheme(UiThemeHelper.java:58) - UI theme configured in config.properties: default - MDC[scoutSession=no92ofsja81gce77105gsuqhdk5kg2fm6rita79bvs5o48be9cs, jobName=Initializing UI theme] 2024-06-29 00:02:29,274 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory.getFactories(MainJsonObjectFactory.java:35) - Using following object factories: [org.eclipse.scout.rt.ui.html.JsonObjectFactory@254ca736] - MDC[scoutSession=no92ofsja81gce77105gsuqhdk5kg2fm6rita79bvs5o48be9cs, jobName=Starting JsonClientSession] 2024-06-29 00:02:29,278 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:272) - UiSession with ID 0:1v9qmsp6utd9vvn5k6unuv3psadsot71s82bv7n0e9sheecudb8a initialized 2024-06-29 00:02:29,287 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:326) - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@127ebbe2[id = tnlv93gh9bcgqlspp57pqlv022hejv4krfdk6gk8cou2oqjvok0], user=1003120000] - MDC[jobName=Starting ClientSession [sessionId=tnlv93gh9bcgqlspp57pqlv022hejv4krfdk6gk8cou2oqjvok0]] 2024-06-29 00:02:29,288 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:311) - Created new client session [clientSessionId=tnlv93gh9bcgqlspp57pqlv022hejv4krfdk6gk8cou2oqjvok0, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] 2024-06-29 00:02:29,292 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:272) - UiSession with ID 0:7h7osn3g381bjijfjbtjaiia76vtu73ui8ovi5q9mrmupjnt7f4 initialized [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.073 s -- in org.eclipse.scout.rt.ui.html.UiJobsTest [INFO] Running org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest 2024-06-29 00:02:30,300 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:179) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true 2024-06-29 00:02:30,308 INFO [main] org.eclipse.scout.rt.platform.logger.LoggerInstallPlatformListener.registerLoggerSupportBean(LoggerInstallPlatformListener.java:98) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport 2024-06-29 00:02:30,309 INFO [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:41) - 0 code type classes registered. 2024-06-29 00:02:30,310 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:191) - No classpath:config.properties found. Running with empty configuration. 2024-06-29 00:02:30,310 INFO [main] org.eclipse.scout.rt.server.commons.GlobalTrustManager.getTrustedCertificatesInRemoteFiles(GlobalTrustManager.java:220) - No instance of org.eclipse.scout.rt.shared.services.common.file.IRemoteFileService available, skip loading certificates from remote file service. 2024-06-29 00:02:30,321 INFO [main] org.eclipse.scout.rt.shared.session.SessionMetricsHelper.initMetrics(SessionMetricsHelper.java:56) - Init session metrics of type 'http' 2024-06-29 00:02:30,331 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'UiSession.init' 2024-06-29 00:02:30,331 INFO [main] org.eclipse.scout.rt.shared.session.SessionMetricsHelper.initMetrics(SessionMetricsHelper.java:56) - Init session metrics of type 'ui' 2024-06-29 00:02:30,332 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'UiSession.getOrCreateClientSession' 2024-06-29 00:02:30,333 INFO [main] org.eclipse.scout.rt.shared.session.SessionMetricsHelper.initMetrics(SessionMetricsHelper.java:56) - Init session metrics of type 'client' 2024-06-29 00:02:30,334 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'ClientSession.execLoadSession' - MDC[jobName=Starting ClientSession [sessionId=1dcp9fbobj45qvar97766nkuj7dcjvhp2v4q3mu4kvi9dg8td93b]] 2024-06-29 00:02:30,337 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:326) - Client session started [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@591b585f[id = 1dcp9fbobj45qvar97766nkuj7dcjvhp2v4q3mu4kvi9dg8td93b], user=null] - MDC[jobName=Starting ClientSession [sessionId=1dcp9fbobj45qvar97766nkuj7dcjvhp2v4q3mu4kvi9dg8td93b]] 2024-06-29 00:02:30,337 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:311) - Created new client session [clientSessionId=1dcp9fbobj45qvar97766nkuj7dcjvhp2v4q3mu4kvi9dg8td93b, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] 2024-06-29 00:02:30,338 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiThemeHelper.getConfiguredTheme(UiThemeHelper.java:58) - UI theme configured in config.properties: default - MDC[scoutSession=1dcp9fbobj45qvar97766nkuj7dcjvhp2v4q3mu4kvi9dg8td93b, jobName=Initializing UI theme] 2024-06-29 00:02:30,339 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'Desktop.execOpened' - MDC[scoutSession=1dcp9fbobj45qvar97766nkuj7dcjvhp2v4q3mu4kvi9dg8td93b, jobName=Starting Desktop] 2024-06-29 00:02:30,340 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'Desktop.execGuiAttached' - MDC[scoutSession=1dcp9fbobj45qvar97766nkuj7dcjvhp2v4q3mu4kvi9dg8td93b, jobName=Starting Desktop] 2024-06-29 00:02:30,341 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory.getFactories(MainJsonObjectFactory.java:35) - Using following object factories: [org.eclipse.scout.rt.ui.html.JsonObjectFactory@16150af1] - MDC[scoutSession=1dcp9fbobj45qvar97766nkuj7dcjvhp2v4q3mu4kvi9dg8td93b, jobName=Starting JsonClientSession] 2024-06-29 00:02:30,344 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:272) - UiSession with ID 0:1iiar4qiretd0q25rfm2ao8nsahdfgsist1ahnm58bcsb97mbe6e initialized 2024-06-29 00:02:30,345 INFO [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:398) - Created new UI session with ID 0:1iiar4qiretd0q25rfm2ao8nsahdfgsist1ahnm58bcsb97mbe6e in 14.053936 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] 2024-06-29 00:02:30,398 INFO [main] org.eclipse.scout.rt.ui.html.json.UnloadRequestHandler.handleUnloadRequest(UnloadRequestHandler.java:58) - Unloading UI session with ID 0:1iiar4qiretd0q25rfm2ao8nsahdfgsist1ahnm58bcsb97mbe6e (requested by UI) 2024-06-29 00:02:30,399 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'UiSession.dispose' 2024-06-29 00:02:30,399 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:1iiar4qiretd0q25rfm2ao8nsahdfgsist1ahnm58bcsb97mbe6e... 2024-06-29 00:02:30,401 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'Desktop.execGuiDetached' - MDC[scoutSession=1dcp9fbobj45qvar97766nkuj7dcjvhp2v4q3mu4kvi9dg8td93b, jobName=Detaching Gui] 2024-06-29 00:02:32,399 INFO [scout-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'SessionStore.doHousekeeping' - MDC[jobName=Performing session housekeeping for client session with ID 1dcp9fbobj45qvar97766nkuj7dcjvhp2v4q3mu4kvi9dg8td93b] 2024-06-29 00:02:32,400 INFO [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:408) - Session housekeeping: Shutting down client session with ID 1dcp9fbobj45qvar97766nkuj7dcjvhp2v4q3mu4kvi9dg8td93b because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID 1dcp9fbobj45qvar97766nkuj7dcjvhp2v4q3mu4kvi9dg8td93b] 2024-06-29 00:02:32,400 INFO [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.checkHttpSessionOutsideWriteLock(SessionStore.java:503) - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID 1dcp9fbobj45qvar97766nkuj7dcjvhp2v4q3mu4kvi9dg8td93b] 2024-06-29 00:02:32,400 INFO [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:456) - 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 1dcp9fbobj45qvar97766nkuj7dcjvhp2v4q3mu4kvi9dg8td93b] 2024-06-29 00:02:32,401 INFO [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'ClientSession.stopping' - MDC[scoutSession=1dcp9fbobj45qvar97766nkuj7dcjvhp2v4q3mu4kvi9dg8td93b, jobName=Stop client session 1dcp9fbobj45qvar97766nkuj7dcjvhp2v4q3mu4kvi9dg8td93b due to session housekeeping] 2024-06-29 00:02:32,402 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:386) - Enter stop(0) of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@591b585f[id = 1dcp9fbobj45qvar97766nkuj7dcjvhp2v4q3mu4kvi9dg8td93b] - MDC[scoutSession=1dcp9fbobj45qvar97766nkuj7dcjvhp2v4q3mu4kvi9dg8td93b, jobName=Stop client session 1dcp9fbobj45qvar97766nkuj7dcjvhp2v4q3mu4kvi9dg8td93b due to session housekeeping] 2024-06-29 00:02:32,402 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:391) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@591b585f[id = 1dcp9fbobj45qvar97766nkuj7dcjvhp2v4q3mu4kvi9dg8td93b] - MDC[scoutSession=1dcp9fbobj45qvar97766nkuj7dcjvhp2v4q3mu4kvi9dg8td93b, jobName=Stop client session 1dcp9fbobj45qvar97766nkuj7dcjvhp2v4q3mu4kvi9dg8td93b due to session housekeeping] 2024-06-29 00:02:32,402 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:416) - Begin stop of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@591b585f[id = 1dcp9fbobj45qvar97766nkuj7dcjvhp2v4q3mu4kvi9dg8td93b], point of no return - MDC[scoutSession=1dcp9fbobj45qvar97766nkuj7dcjvhp2v4q3mu4kvi9dg8td93b, jobName=Stop client session 1dcp9fbobj45qvar97766nkuj7dcjvhp2v4q3mu4kvi9dg8td93b due to session housekeeping] 2024-06-29 00:02:32,403 INFO [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'ClientSession.execStoreSession' - MDC[scoutSession=1dcp9fbobj45qvar97766nkuj7dcjvhp2v4q3mu4kvi9dg8td93b, jobName=Stop client session 1dcp9fbobj45qvar97766nkuj7dcjvhp2v4q3mu4kvi9dg8td93b due to session housekeeping] 2024-06-29 00:02:32,403 INFO [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'Desktop.execClosing' - MDC[scoutSession=1dcp9fbobj45qvar97766nkuj7dcjvhp2v4q3mu4kvi9dg8td93b, jobName=Stop client session 1dcp9fbobj45qvar97766nkuj7dcjvhp2v4q3mu4kvi9dg8td93b due to session housekeeping] 2024-06-29 00:02:32,403 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:462) - Client session stopped [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@591b585f[id = 1dcp9fbobj45qvar97766nkuj7dcjvhp2v4q3mu4kvi9dg8td93b], user=null] - MDC[scoutSession=1dcp9fbobj45qvar97766nkuj7dcjvhp2v4q3mu4kvi9dg8td93b, jobName=Stop client session 1dcp9fbobj45qvar97766nkuj7dcjvhp2v4q3mu4kvi9dg8td93b due to session housekeeping] 2024-06-29 00:02:32,403 INFO [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'ClientSession.stopped' - MDC[scoutSession=1dcp9fbobj45qvar97766nkuj7dcjvhp2v4q3mu4kvi9dg8td93b, jobName=Stop client session 1dcp9fbobj45qvar97766nkuj7dcjvhp2v4q3mu4kvi9dg8td93b due to session housekeeping] 2024-06-29 00:02:32,404 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:89) - Client session with ID 1dcp9fbobj45qvar97766nkuj7dcjvhp2v4q3mu4kvi9dg8td93b terminated. - MDC[scoutSession=1dcp9fbobj45qvar97766nkuj7dcjvhp2v4q3mu4kvi9dg8td93b, jobName=Stop client session 1dcp9fbobj45qvar97766nkuj7dcjvhp2v4q3mu4kvi9dg8td93b due to session housekeeping] 2024-06-29 00:02:32,407 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'UiSession.init' 2024-06-29 00:02:32,408 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'UiSession.getOrCreateClientSession' 2024-06-29 00:02:32,410 INFO [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'ClientSession.execLoadSession' - MDC[jobName=Starting ClientSession [sessionId=10scr24814m6v8dffebagv0fcp9u638uhnd7uo5ppi56g9c8carv]] 2024-06-29 00:02:32,411 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:326) - Client session started [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@506fb86[id = 10scr24814m6v8dffebagv0fcp9u638uhnd7uo5ppi56g9c8carv], user=null] - MDC[jobName=Starting ClientSession [sessionId=10scr24814m6v8dffebagv0fcp9u638uhnd7uo5ppi56g9c8carv]] 2024-06-29 00:02:32,411 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:311) - Created new client session [clientSessionId=10scr24814m6v8dffebagv0fcp9u638uhnd7uo5ppi56g9c8carv, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] 2024-06-29 00:02:32,413 INFO [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'Desktop.execOpened' - MDC[scoutSession=10scr24814m6v8dffebagv0fcp9u638uhnd7uo5ppi56g9c8carv, jobName=Starting Desktop] 2024-06-29 00:02:32,413 INFO [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'Desktop.execGuiAttached' - MDC[scoutSession=10scr24814m6v8dffebagv0fcp9u638uhnd7uo5ppi56g9c8carv, jobName=Starting Desktop] 2024-06-29 00:02:32,415 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:272) - UiSession with ID 0:bh1ukjmr3ltq1qs3tsmndndjvg63k90la35ggf23klp5ga3su6d initialized 2024-06-29 00:02:32,416 INFO [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:398) - Created new UI session with ID 0:bh1ukjmr3ltq1qs3tsmndndjvg63k90la35ggf23klp5ga3su6d in 8.395943 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] 2024-06-29 00:02:32,421 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'UiSession.init' 2024-06-29 00:02:32,421 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'UiSession.getOrCreateClientSession' 2024-06-29 00:02:32,422 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:305) - Using cached client session [clientSessionId=10scr24814m6v8dffebagv0fcp9u638uhnd7uo5ppi56g9c8carv] 2024-06-29 00:02:32,425 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:272) - UiSession with ID 0:s01nfo3b4cve8k5fsn782qeshfc7c1ed0e599m849dimmqa83js initialized 2024-06-29 00:02:32,426 INFO [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:398) - Created new UI session with ID 0:s01nfo3b4cve8k5fsn782qeshfc7c1ed0e599m849dimmqa83js in 4.796208 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] 2024-06-29 00:02:32,430 INFO [main] org.eclipse.scout.rt.ui.html.json.UnloadRequestHandler.handleUnloadRequest(UnloadRequestHandler.java:58) - Unloading UI session with ID 0:bh1ukjmr3ltq1qs3tsmndndjvg63k90la35ggf23klp5ga3su6d (requested by UI) 2024-06-29 00:02:32,431 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'UiSession.dispose' 2024-06-29 00:02:32,431 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:bh1ukjmr3ltq1qs3tsmndndjvg63k90la35ggf23klp5ga3su6d... 2024-06-29 00:02:32,433 INFO [main] org.eclipse.scout.rt.ui.html.json.UnloadRequestHandler.handleUnloadRequest(UnloadRequestHandler.java:58) - Unloading UI session with ID 0:s01nfo3b4cve8k5fsn782qeshfc7c1ed0e599m849dimmqa83js (requested by UI) 2024-06-29 00:02:32,433 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'UiSession.dispose' 2024-06-29 00:02:32,433 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:s01nfo3b4cve8k5fsn782qeshfc7c1ed0e599m849dimmqa83js... 2024-06-29 00:02:32,435 INFO [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'Desktop.execGuiDetached' - MDC[scoutSession=10scr24814m6v8dffebagv0fcp9u638uhnd7uo5ppi56g9c8carv, jobName=Detaching Gui] 2024-06-29 00:02:34,434 INFO [scout-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'SessionStore.doHousekeeping' - MDC[jobName=Performing session housekeeping for client session with ID 10scr24814m6v8dffebagv0fcp9u638uhnd7uo5ppi56g9c8carv] 2024-06-29 00:02:34,435 INFO [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:408) - Session housekeeping: Shutting down client session with ID 10scr24814m6v8dffebagv0fcp9u638uhnd7uo5ppi56g9c8carv because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID 10scr24814m6v8dffebagv0fcp9u638uhnd7uo5ppi56g9c8carv] 2024-06-29 00:02:34,435 INFO [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.checkHttpSessionOutsideWriteLock(SessionStore.java:503) - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID 10scr24814m6v8dffebagv0fcp9u638uhnd7uo5ppi56g9c8carv] 2024-06-29 00:02:34,436 INFO [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:456) - 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 10scr24814m6v8dffebagv0fcp9u638uhnd7uo5ppi56g9c8carv] 2024-06-29 00:02:34,437 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'ClientSession.stopping' - MDC[scoutSession=10scr24814m6v8dffebagv0fcp9u638uhnd7uo5ppi56g9c8carv, jobName=Stop client session 10scr24814m6v8dffebagv0fcp9u638uhnd7uo5ppi56g9c8carv due to session housekeeping] 2024-06-29 00:02:34,437 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:386) - Enter stop(0) of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@506fb86[id = 10scr24814m6v8dffebagv0fcp9u638uhnd7uo5ppi56g9c8carv] - MDC[scoutSession=10scr24814m6v8dffebagv0fcp9u638uhnd7uo5ppi56g9c8carv, jobName=Stop client session 10scr24814m6v8dffebagv0fcp9u638uhnd7uo5ppi56g9c8carv due to session housekeeping] 2024-06-29 00:02:34,437 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:391) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@506fb86[id = 10scr24814m6v8dffebagv0fcp9u638uhnd7uo5ppi56g9c8carv] - MDC[scoutSession=10scr24814m6v8dffebagv0fcp9u638uhnd7uo5ppi56g9c8carv, jobName=Stop client session 10scr24814m6v8dffebagv0fcp9u638uhnd7uo5ppi56g9c8carv due to session housekeeping] 2024-06-29 00:02:34,438 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:416) - Begin stop of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@506fb86[id = 10scr24814m6v8dffebagv0fcp9u638uhnd7uo5ppi56g9c8carv], point of no return - MDC[scoutSession=10scr24814m6v8dffebagv0fcp9u638uhnd7uo5ppi56g9c8carv, jobName=Stop client session 10scr24814m6v8dffebagv0fcp9u638uhnd7uo5ppi56g9c8carv due to session housekeeping] 2024-06-29 00:02:34,438 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'ClientSession.execStoreSession' - MDC[scoutSession=10scr24814m6v8dffebagv0fcp9u638uhnd7uo5ppi56g9c8carv, jobName=Stop client session 10scr24814m6v8dffebagv0fcp9u638uhnd7uo5ppi56g9c8carv due to session housekeeping] 2024-06-29 00:02:34,438 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'Desktop.execClosing' - MDC[scoutSession=10scr24814m6v8dffebagv0fcp9u638uhnd7uo5ppi56g9c8carv, jobName=Stop client session 10scr24814m6v8dffebagv0fcp9u638uhnd7uo5ppi56g9c8carv due to session housekeeping] 2024-06-29 00:02:34,439 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:462) - Client session stopped [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@506fb86[id = 10scr24814m6v8dffebagv0fcp9u638uhnd7uo5ppi56g9c8carv], user=null] - MDC[scoutSession=10scr24814m6v8dffebagv0fcp9u638uhnd7uo5ppi56g9c8carv, jobName=Stop client session 10scr24814m6v8dffebagv0fcp9u638uhnd7uo5ppi56g9c8carv due to session housekeeping] 2024-06-29 00:02:34,439 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'ClientSession.stopped' - MDC[scoutSession=10scr24814m6v8dffebagv0fcp9u638uhnd7uo5ppi56g9c8carv, jobName=Stop client session 10scr24814m6v8dffebagv0fcp9u638uhnd7uo5ppi56g9c8carv due to session housekeeping] 2024-06-29 00:02:34,439 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:89) - Client session with ID 10scr24814m6v8dffebagv0fcp9u638uhnd7uo5ppi56g9c8carv terminated. - MDC[scoutSession=10scr24814m6v8dffebagv0fcp9u638uhnd7uo5ppi56g9c8carv, jobName=Stop client session 10scr24814m6v8dffebagv0fcp9u638uhnd7uo5ppi56g9c8carv due to session housekeeping] 2024-06-29 00:02:34,444 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'UiSession.init' 2024-06-29 00:02:34,445 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'UiSession.getOrCreateClientSession' 2024-06-29 00:02:34,447 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'ClientSession.execLoadSession' - MDC[jobName=Starting ClientSession [sessionId=156g1p46mm3af5ui96fa3olfdhd5oicvqvmjc8jot27052125pkb]] 2024-06-29 00:02:34,448 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:326) - Client session started [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@60c5bca3[id = 156g1p46mm3af5ui96fa3olfdhd5oicvqvmjc8jot27052125pkb], user=null] - MDC[jobName=Starting ClientSession [sessionId=156g1p46mm3af5ui96fa3olfdhd5oicvqvmjc8jot27052125pkb]] 2024-06-29 00:02:34,448 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:311) - Created new client session [clientSessionId=156g1p46mm3af5ui96fa3olfdhd5oicvqvmjc8jot27052125pkb, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] 2024-06-29 00:02:34,450 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'Desktop.execOpened' - MDC[scoutSession=156g1p46mm3af5ui96fa3olfdhd5oicvqvmjc8jot27052125pkb, jobName=Starting Desktop] 2024-06-29 00:02:34,450 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'Desktop.execGuiAttached' - MDC[scoutSession=156g1p46mm3af5ui96fa3olfdhd5oicvqvmjc8jot27052125pkb, jobName=Starting Desktop] 2024-06-29 00:02:34,453 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:272) - UiSession with ID 0:1b3kbj4ht39lqc7t6ds9ie3sdh6e63bsb6t8lqdajqa1lasmolks initialized 2024-06-29 00:02:34,453 INFO [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:398) - Created new UI session with ID 0:1b3kbj4ht39lqc7t6ds9ie3sdh6e63bsb6t8lqdajqa1lasmolks in 8.983141 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] 2024-06-29 00:02:34,458 INFO [main] org.eclipse.scout.rt.ui.html.json.UnloadRequestHandler.handleUnloadRequest(UnloadRequestHandler.java:58) - Unloading UI session with ID 0:1b3kbj4ht39lqc7t6ds9ie3sdh6e63bsb6t8lqdajqa1lasmolks (requested by UI) 2024-06-29 00:02:34,458 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'UiSession.dispose' 2024-06-29 00:02:34,458 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:1b3kbj4ht39lqc7t6ds9ie3sdh6e63bsb6t8lqdajqa1lasmolks... 2024-06-29 00:02:34,460 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'Desktop.execGuiDetached' - MDC[scoutSession=156g1p46mm3af5ui96fa3olfdhd5oicvqvmjc8jot27052125pkb, jobName=Detaching Gui] 2024-06-29 00:02:34,463 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'UiSession.init' 2024-06-29 00:02:34,464 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'UiSession.getOrCreateClientSession' 2024-06-29 00:02:34,464 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:305) - Using cached client session [clientSessionId=156g1p46mm3af5ui96fa3olfdhd5oicvqvmjc8jot27052125pkb] 2024-06-29 00:02:34,466 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'Desktop.execGuiAttached' - MDC[scoutSession=156g1p46mm3af5ui96fa3olfdhd5oicvqvmjc8jot27052125pkb, jobName=Starting Desktop] 2024-06-29 00:02:34,468 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:272) - UiSession with ID 0:136100f5mhr74h5cn1q1ibed0t58uur7dd2dt6nit56vca41097f initialized 2024-06-29 00:02:34,468 INFO [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:398) - Created new UI session with ID 0:136100f5mhr74h5cn1q1ibed0t58uur7dd2dt6nit56vca41097f in 5.213299 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] 2024-06-29 00:02:34,474 INFO [main] org.eclipse.scout.rt.ui.html.json.UnloadRequestHandler.handleUnloadRequest(UnloadRequestHandler.java:58) - Unloading UI session with ID 0:136100f5mhr74h5cn1q1ibed0t58uur7dd2dt6nit56vca41097f (requested by UI) 2024-06-29 00:02:34,474 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'UiSession.dispose' 2024-06-29 00:02:34,474 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:136100f5mhr74h5cn1q1ibed0t58uur7dd2dt6nit56vca41097f... 2024-06-29 00:02:34,476 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'Desktop.execGuiDetached' - MDC[scoutSession=156g1p46mm3af5ui96fa3olfdhd5oicvqvmjc8jot27052125pkb, jobName=Detaching Gui] 2024-06-29 00:02:36,476 INFO [scout-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'SessionStore.doHousekeeping' - MDC[jobName=Performing session housekeeping for client session with ID 156g1p46mm3af5ui96fa3olfdhd5oicvqvmjc8jot27052125pkb] 2024-06-29 00:02:36,476 INFO [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:408) - Session housekeeping: Shutting down client session with ID 156g1p46mm3af5ui96fa3olfdhd5oicvqvmjc8jot27052125pkb because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID 156g1p46mm3af5ui96fa3olfdhd5oicvqvmjc8jot27052125pkb] 2024-06-29 00:02:36,476 INFO [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.checkHttpSessionOutsideWriteLock(SessionStore.java:503) - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID 156g1p46mm3af5ui96fa3olfdhd5oicvqvmjc8jot27052125pkb] 2024-06-29 00:02:36,477 INFO [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:456) - 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 156g1p46mm3af5ui96fa3olfdhd5oicvqvmjc8jot27052125pkb] 2024-06-29 00:02:36,478 INFO [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'ClientSession.stopping' - MDC[scoutSession=156g1p46mm3af5ui96fa3olfdhd5oicvqvmjc8jot27052125pkb, jobName=Stop client session 156g1p46mm3af5ui96fa3olfdhd5oicvqvmjc8jot27052125pkb due to session housekeeping] 2024-06-29 00:02:36,478 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:386) - Enter stop(0) of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@60c5bca3[id = 156g1p46mm3af5ui96fa3olfdhd5oicvqvmjc8jot27052125pkb] - MDC[scoutSession=156g1p46mm3af5ui96fa3olfdhd5oicvqvmjc8jot27052125pkb, jobName=Stop client session 156g1p46mm3af5ui96fa3olfdhd5oicvqvmjc8jot27052125pkb due to session housekeeping] 2024-06-29 00:02:36,478 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:391) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@60c5bca3[id = 156g1p46mm3af5ui96fa3olfdhd5oicvqvmjc8jot27052125pkb] - MDC[scoutSession=156g1p46mm3af5ui96fa3olfdhd5oicvqvmjc8jot27052125pkb, jobName=Stop client session 156g1p46mm3af5ui96fa3olfdhd5oicvqvmjc8jot27052125pkb due to session housekeeping] 2024-06-29 00:02:36,479 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:416) - Begin stop of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@60c5bca3[id = 156g1p46mm3af5ui96fa3olfdhd5oicvqvmjc8jot27052125pkb], point of no return - MDC[scoutSession=156g1p46mm3af5ui96fa3olfdhd5oicvqvmjc8jot27052125pkb, jobName=Stop client session 156g1p46mm3af5ui96fa3olfdhd5oicvqvmjc8jot27052125pkb due to session housekeeping] 2024-06-29 00:02:36,480 INFO [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'ClientSession.execStoreSession' - MDC[scoutSession=156g1p46mm3af5ui96fa3olfdhd5oicvqvmjc8jot27052125pkb, jobName=Stop client session 156g1p46mm3af5ui96fa3olfdhd5oicvqvmjc8jot27052125pkb due to session housekeeping] 2024-06-29 00:02:36,480 INFO [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'Desktop.execClosing' - MDC[scoutSession=156g1p46mm3af5ui96fa3olfdhd5oicvqvmjc8jot27052125pkb, jobName=Stop client session 156g1p46mm3af5ui96fa3olfdhd5oicvqvmjc8jot27052125pkb due to session housekeeping] 2024-06-29 00:02:36,480 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:462) - Client session stopped [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@60c5bca3[id = 156g1p46mm3af5ui96fa3olfdhd5oicvqvmjc8jot27052125pkb], user=null] - MDC[scoutSession=156g1p46mm3af5ui96fa3olfdhd5oicvqvmjc8jot27052125pkb, jobName=Stop client session 156g1p46mm3af5ui96fa3olfdhd5oicvqvmjc8jot27052125pkb due to session housekeeping] 2024-06-29 00:02:36,481 INFO [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'ClientSession.stopped' - MDC[scoutSession=156g1p46mm3af5ui96fa3olfdhd5oicvqvmjc8jot27052125pkb, jobName=Stop client session 156g1p46mm3af5ui96fa3olfdhd5oicvqvmjc8jot27052125pkb due to session housekeeping] 2024-06-29 00:02:36,481 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:89) - Client session with ID 156g1p46mm3af5ui96fa3olfdhd5oicvqvmjc8jot27052125pkb terminated. - MDC[scoutSession=156g1p46mm3af5ui96fa3olfdhd5oicvqvmjc8jot27052125pkb, jobName=Stop client session 156g1p46mm3af5ui96fa3olfdhd5oicvqvmjc8jot27052125pkb due to session housekeeping] 2024-06-29 00:02:36,484 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'UiSession.init' 2024-06-29 00:02:36,485 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'UiSession.getOrCreateClientSession' 2024-06-29 00:02:36,486 INFO [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'ClientSession.execLoadSession' - MDC[jobName=Starting ClientSession [sessionId=t1redgv6ug70ugsa3lmltau5o9e72mu541fq50k4ptb4n2rsl6c]] 2024-06-29 00:02:36,488 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:326) - Client session started [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@46fcbb12[id = t1redgv6ug70ugsa3lmltau5o9e72mu541fq50k4ptb4n2rsl6c], user=null] - MDC[jobName=Starting ClientSession [sessionId=t1redgv6ug70ugsa3lmltau5o9e72mu541fq50k4ptb4n2rsl6c]] 2024-06-29 00:02:36,488 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:311) - Created new client session [clientSessionId=t1redgv6ug70ugsa3lmltau5o9e72mu541fq50k4ptb4n2rsl6c, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] 2024-06-29 00:02:36,490 INFO [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'Desktop.execOpened' - MDC[scoutSession=t1redgv6ug70ugsa3lmltau5o9e72mu541fq50k4ptb4n2rsl6c, jobName=Starting Desktop] 2024-06-29 00:02:36,491 INFO [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'Desktop.execGuiAttached' - MDC[scoutSession=t1redgv6ug70ugsa3lmltau5o9e72mu541fq50k4ptb4n2rsl6c, jobName=Starting Desktop] 2024-06-29 00:02:36,494 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:272) - UiSession with ID 0:146eoahd0oht2j1j3tqeosglc6fvblvfslungs2cqhgrbjkar1j3 initialized 2024-06-29 00:02:36,494 INFO [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:398) - Created new UI session with ID 0:146eoahd0oht2j1j3tqeosglc6fvblvfslungs2cqhgrbjkar1j3 in 9.771820 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] 2024-06-29 00:02:36,499 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'UiSession.init' 2024-06-29 00:02:36,499 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'UiSession.getOrCreateClientSession' 2024-06-29 00:02:36,500 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:305) - Using cached client session [clientSessionId=t1redgv6ug70ugsa3lmltau5o9e72mu541fq50k4ptb4n2rsl6c] 2024-06-29 00:02:36,504 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:272) - UiSession with ID 0:1jl327ouqj95s2anovmsfq0er86i4b4775lqd017975btvrahsct initialized 2024-06-29 00:02:36,505 INFO [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:398) - Created new UI session with ID 0:1jl327ouqj95s2anovmsfq0er86i4b4775lqd017975btvrahsct in 5.977868 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] 2024-06-29 00:02:36,510 INFO [main] org.eclipse.scout.rt.ui.html.json.UnloadRequestHandler.handleUnloadRequest(UnloadRequestHandler.java:58) - Unloading UI session with ID 0:146eoahd0oht2j1j3tqeosglc6fvblvfslungs2cqhgrbjkar1j3 (requested by UI) 2024-06-29 00:02:36,510 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'UiSession.dispose' 2024-06-29 00:02:36,510 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:146eoahd0oht2j1j3tqeosglc6fvblvfslungs2cqhgrbjkar1j3... 2024-06-29 00:02:36,512 INFO [main] org.eclipse.scout.rt.ui.html.json.UnloadRequestHandler.handleUnloadRequest(UnloadRequestHandler.java:58) - Unloading UI session with ID 0:1jl327ouqj95s2anovmsfq0er86i4b4775lqd017975btvrahsct (requested by UI) 2024-06-29 00:02:36,513 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'UiSession.dispose' 2024-06-29 00:02:36,513 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:1jl327ouqj95s2anovmsfq0er86i4b4775lqd017975btvrahsct... 2024-06-29 00:02:36,514 INFO [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'Desktop.execGuiDetached' - MDC[scoutSession=t1redgv6ug70ugsa3lmltau5o9e72mu541fq50k4ptb4n2rsl6c, jobName=Detaching Gui] 2024-06-29 00:02:38,514 INFO [scout-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'SessionStore.doHousekeeping' - MDC[jobName=Performing session housekeeping for client session with ID t1redgv6ug70ugsa3lmltau5o9e72mu541fq50k4ptb4n2rsl6c] 2024-06-29 00:02:38,514 INFO [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:408) - Session housekeeping: Shutting down client session with ID t1redgv6ug70ugsa3lmltau5o9e72mu541fq50k4ptb4n2rsl6c because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID t1redgv6ug70ugsa3lmltau5o9e72mu541fq50k4ptb4n2rsl6c] 2024-06-29 00:02:38,515 INFO [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.checkHttpSessionOutsideWriteLock(SessionStore.java:503) - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID t1redgv6ug70ugsa3lmltau5o9e72mu541fq50k4ptb4n2rsl6c] 2024-06-29 00:02:38,515 INFO [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:456) - 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 t1redgv6ug70ugsa3lmltau5o9e72mu541fq50k4ptb4n2rsl6c] 2024-06-29 00:02:38,516 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'ClientSession.stopping' - MDC[scoutSession=t1redgv6ug70ugsa3lmltau5o9e72mu541fq50k4ptb4n2rsl6c, jobName=Stop client session t1redgv6ug70ugsa3lmltau5o9e72mu541fq50k4ptb4n2rsl6c due to session housekeeping] 2024-06-29 00:02:38,516 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:386) - Enter stop(0) of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@46fcbb12[id = t1redgv6ug70ugsa3lmltau5o9e72mu541fq50k4ptb4n2rsl6c] - MDC[scoutSession=t1redgv6ug70ugsa3lmltau5o9e72mu541fq50k4ptb4n2rsl6c, jobName=Stop client session t1redgv6ug70ugsa3lmltau5o9e72mu541fq50k4ptb4n2rsl6c due to session housekeeping] 2024-06-29 00:02:38,516 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:391) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@46fcbb12[id = t1redgv6ug70ugsa3lmltau5o9e72mu541fq50k4ptb4n2rsl6c] - MDC[scoutSession=t1redgv6ug70ugsa3lmltau5o9e72mu541fq50k4ptb4n2rsl6c, jobName=Stop client session t1redgv6ug70ugsa3lmltau5o9e72mu541fq50k4ptb4n2rsl6c due to session housekeeping] 2024-06-29 00:02:38,517 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:416) - Begin stop of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@46fcbb12[id = t1redgv6ug70ugsa3lmltau5o9e72mu541fq50k4ptb4n2rsl6c], point of no return - MDC[scoutSession=t1redgv6ug70ugsa3lmltau5o9e72mu541fq50k4ptb4n2rsl6c, jobName=Stop client session t1redgv6ug70ugsa3lmltau5o9e72mu541fq50k4ptb4n2rsl6c due to session housekeeping] 2024-06-29 00:02:38,517 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'ClientSession.execStoreSession' - MDC[scoutSession=t1redgv6ug70ugsa3lmltau5o9e72mu541fq50k4ptb4n2rsl6c, jobName=Stop client session t1redgv6ug70ugsa3lmltau5o9e72mu541fq50k4ptb4n2rsl6c due to session housekeeping] 2024-06-29 00:02:38,517 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'Desktop.execClosing' - MDC[scoutSession=t1redgv6ug70ugsa3lmltau5o9e72mu541fq50k4ptb4n2rsl6c, jobName=Stop client session t1redgv6ug70ugsa3lmltau5o9e72mu541fq50k4ptb4n2rsl6c due to session housekeeping] 2024-06-29 00:02:38,517 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:462) - Client session stopped [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@46fcbb12[id = t1redgv6ug70ugsa3lmltau5o9e72mu541fq50k4ptb4n2rsl6c], user=null] - MDC[scoutSession=t1redgv6ug70ugsa3lmltau5o9e72mu541fq50k4ptb4n2rsl6c, jobName=Stop client session t1redgv6ug70ugsa3lmltau5o9e72mu541fq50k4ptb4n2rsl6c due to session housekeeping] 2024-06-29 00:02:38,517 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'ClientSession.stopped' - MDC[scoutSession=t1redgv6ug70ugsa3lmltau5o9e72mu541fq50k4ptb4n2rsl6c, jobName=Stop client session t1redgv6ug70ugsa3lmltau5o9e72mu541fq50k4ptb4n2rsl6c due to session housekeeping] 2024-06-29 00:02:38,518 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:89) - Client session with ID t1redgv6ug70ugsa3lmltau5o9e72mu541fq50k4ptb4n2rsl6c terminated. - MDC[scoutSession=t1redgv6ug70ugsa3lmltau5o9e72mu541fq50k4ptb4n2rsl6c, jobName=Stop client session t1redgv6ug70ugsa3lmltau5o9e72mu541fq50k4ptb4n2rsl6c due to session housekeeping] 2024-06-29 00:02:38,521 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'UiSession.init' 2024-06-29 00:02:38,522 INFO [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'UiSession.getOrCreateClientSession' 2024-06-29 00:02:38,523 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'ClientSession.execLoadSession' - MDC[jobName=Starting ClientSession [sessionId=1s6e9eos0r9g0keqbls7pv3qsktuje6c6d2ltih6s9p7dlm00un5]] 2024-06-29 00:02:38,524 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:326) - Client session started [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@691ffd49[id = 1s6e9eos0r9g0keqbls7pv3qsktuje6c6d2ltih6s9p7dlm00un5], user=null] - MDC[jobName=Starting ClientSession [sessionId=1s6e9eos0r9g0keqbls7pv3qsktuje6c6d2ltih6s9p7dlm00un5]] 2024-06-29 00:02:38,525 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:311) - Created new client session [clientSessionId=1s6e9eos0r9g0keqbls7pv3qsktuje6c6d2ltih6s9p7dlm00un5, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] 2024-06-29 00:02:38,526 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'Desktop.execOpened' - MDC[scoutSession=1s6e9eos0r9g0keqbls7pv3qsktuje6c6d2ltih6s9p7dlm00un5, jobName=Starting Desktop] 2024-06-29 00:02:38,526 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'Desktop.execGuiAttached' - MDC[scoutSession=1s6e9eos0r9g0keqbls7pv3qsktuje6c6d2ltih6s9p7dlm00un5, jobName=Starting Desktop] 2024-06-29 00:02:38,529 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:272) - UiSession with ID 0:rr7ibdp3g01a3sgbsvfkqoqvkbonjkmcjqv3cf8droumsai5m4s initialized 2024-06-29 00:02:38,529 INFO [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:398) - Created new UI session with ID 0:rr7ibdp3g01a3sgbsvfkqoqvkbonjkmcjqv3cf8droumsai5m4s in 8.344661 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] 2024-06-29 00:02:38,533 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'ClientSession.stopping' - MDC[scoutSession=1s6e9eos0r9g0keqbls7pv3qsktuje6c6d2ltih6s9p7dlm00un5, jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$$Lambda$465/0x00007ff4a04cb0c8] 2024-06-29 00:02:38,533 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:386) - Enter stop(0) of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@691ffd49[id = 1s6e9eos0r9g0keqbls7pv3qsktuje6c6d2ltih6s9p7dlm00un5] - MDC[scoutSession=1s6e9eos0r9g0keqbls7pv3qsktuje6c6d2ltih6s9p7dlm00un5, jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$$Lambda$465/0x00007ff4a04cb0c8] 2024-06-29 00:02:38,533 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:391) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@691ffd49[id = 1s6e9eos0r9g0keqbls7pv3qsktuje6c6d2ltih6s9p7dlm00un5] - MDC[scoutSession=1s6e9eos0r9g0keqbls7pv3qsktuje6c6d2ltih6s9p7dlm00un5, jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$$Lambda$465/0x00007ff4a04cb0c8] 2024-06-29 00:02:38,533 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:416) - Begin stop of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@691ffd49[id = 1s6e9eos0r9g0keqbls7pv3qsktuje6c6d2ltih6s9p7dlm00un5], point of no return - MDC[scoutSession=1s6e9eos0r9g0keqbls7pv3qsktuje6c6d2ltih6s9p7dlm00un5, jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$$Lambda$465/0x00007ff4a04cb0c8] 2024-06-29 00:02:38,533 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:1096) - Logging out from UI session with ID 0:rr7ibdp3g01a3sgbsvfkqoqvkbonjkmcjqv3cf8droumsai5m4s [clientSessionId=1s6e9eos0r9g0keqbls7pv3qsktuje6c6d2ltih6s9p7dlm00un5, processingJsonRequest=false] - MDC[scoutSession=1s6e9eos0r9g0keqbls7pv3qsktuje6c6d2ltih6s9p7dlm00un5, jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$$Lambda$465/0x00007ff4a04cb0c8] 2024-06-29 00:02:38,533 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'UiSession.dispose' - MDC[scoutSession=1s6e9eos0r9g0keqbls7pv3qsktuje6c6d2ltih6s9p7dlm00un5, jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$$Lambda$465/0x00007ff4a04cb0c8] 2024-06-29 00:02:38,534 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:rr7ibdp3g01a3sgbsvfkqoqvkbonjkmcjqv3cf8droumsai5m4s... - MDC[scoutSession=1s6e9eos0r9g0keqbls7pv3qsktuje6c6d2ltih6s9p7dlm00un5, jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$$Lambda$465/0x00007ff4a04cb0c8] 2024-06-29 00:02:38,534 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:1110) - Logged out successfully from UI session with ID 0:rr7ibdp3g01a3sgbsvfkqoqvkbonjkmcjqv3cf8droumsai5m4s - MDC[scoutSession=1s6e9eos0r9g0keqbls7pv3qsktuje6c6d2ltih6s9p7dlm00un5, jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$$Lambda$465/0x00007ff4a04cb0c8] 2024-06-29 00:02:38,534 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'ClientSession.execStoreSession' - MDC[scoutSession=1s6e9eos0r9g0keqbls7pv3qsktuje6c6d2ltih6s9p7dlm00un5, jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$$Lambda$465/0x00007ff4a04cb0c8] 2024-06-29 00:02:38,534 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'Desktop.execGuiDetached' - MDC[scoutSession=1s6e9eos0r9g0keqbls7pv3qsktuje6c6d2ltih6s9p7dlm00un5, jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$$Lambda$465/0x00007ff4a04cb0c8] 2024-06-29 00:02:38,535 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'Desktop.execClosing' - MDC[scoutSession=1s6e9eos0r9g0keqbls7pv3qsktuje6c6d2ltih6s9p7dlm00un5, jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$$Lambda$465/0x00007ff4a04cb0c8] 2024-06-29 00:02:38,535 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:462) - Client session stopped [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@691ffd49[id = 1s6e9eos0r9g0keqbls7pv3qsktuje6c6d2ltih6s9p7dlm00un5], user=null] - MDC[scoutSession=1s6e9eos0r9g0keqbls7pv3qsktuje6c6d2ltih6s9p7dlm00un5, jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$$Lambda$465/0x00007ff4a04cb0c8] 2024-06-29 00:02:38,535 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'ClientSession.stopped' - MDC[scoutSession=1s6e9eos0r9g0keqbls7pv3qsktuje6c6d2ltih6s9p7dlm00un5, jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$$Lambda$465/0x00007ff4a04cb0c8] 2024-06-29 00:02:40,535 INFO [scout-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:105) - New protocol entry: 'SessionStore.doHousekeeping' - MDC[jobName=Performing session housekeeping for client session with ID 1s6e9eos0r9g0keqbls7pv3qsktuje6c6d2ltih6s9p7dlm00un5] 2024-06-29 00:02:40,536 INFO [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:393) - Session housekeeping: Client session 1s6e9eos0r9g0keqbls7pv3qsktuje6c6d2ltih6s9p7dlm00un5 is inactive, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID 1s6e9eos0r9g0keqbls7pv3qsktuje6c6d2ltih6s9p7dlm00un5] 2024-06-29 00:02:40,537 INFO [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.checkHttpSessionOutsideWriteLock(SessionStore.java:503) - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID 1s6e9eos0r9g0keqbls7pv3qsktuje6c6d2ltih6s9p7dlm00un5] 2024-06-29 00:02:40,537 INFO [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:456) - 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 1s6e9eos0r9g0keqbls7pv3qsktuje6c6d2ltih6s9p7dlm00un5] 2024-06-29 00:02:40,541 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:304) - Shutdown ExecutorService, await termination... 2024-06-29 00:02:40,541 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:306) - Shutdown ExecutorService, await termination returned terminated=true [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.24 s -- in org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest [INFO] Running org.eclipse.scout.rt.ui.html.UiSessionTest 2024-06-29 00:02:40,551 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:326) - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@135f2e14[id = 8knub156hma27oqp0thko3s8uov2g5852ul80bqkq18vb2p50ge], user=1003120000] - MDC[jobName=Starting ClientSession [sessionId=8knub156hma27oqp0thko3s8uov2g5852ul80bqkq18vb2p50ge]] 2024-06-29 00:02:40,552 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:311) - Created new client session [clientSessionId=8knub156hma27oqp0thko3s8uov2g5852ul80bqkq18vb2p50ge, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] 2024-06-29 00:02:40,556 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:272) - UiSession with ID 0:1qv8cdfn8kuvedcv2d7ah1vjqra0nhjnb4cg68mnfrb49o3squ9m initialized 2024-06-29 00:02:40,557 INFO [main] org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:456) - Detected invalidation of HTTP session null, cleaning up 1 client sessions and 1 UI sessions 2024-06-29 00:02:40,557 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:1qv8cdfn8kuvedcv2d7ah1vjqra0nhjnb4cg68mnfrb49o3squ9m... 2024-06-29 00:02:40,558 INFO [main] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:408) - Session housekeeping: Shutting down client session with ID 8knub156hma27oqp0thko3s8uov2g5852ul80bqkq18vb2p50ge because it is not used anymore 2024-06-29 00:02:40,559 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:386) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@135f2e14[id = 8knub156hma27oqp0thko3s8uov2g5852ul80bqkq18vb2p50ge] - MDC[scoutSession=8knub156hma27oqp0thko3s8uov2g5852ul80bqkq18vb2p50ge, jobName=Stop client session 8knub156hma27oqp0thko3s8uov2g5852ul80bqkq18vb2p50ge due to session housekeeping] 2024-06-29 00:02:40,559 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:391) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@135f2e14[id = 8knub156hma27oqp0thko3s8uov2g5852ul80bqkq18vb2p50ge] - MDC[scoutSession=8knub156hma27oqp0thko3s8uov2g5852ul80bqkq18vb2p50ge, jobName=Stop client session 8knub156hma27oqp0thko3s8uov2g5852ul80bqkq18vb2p50ge due to session housekeeping] 2024-06-29 00:02:40,559 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:416) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@135f2e14[id = 8knub156hma27oqp0thko3s8uov2g5852ul80bqkq18vb2p50ge], point of no return - MDC[scoutSession=8knub156hma27oqp0thko3s8uov2g5852ul80bqkq18vb2p50ge, jobName=Stop client session 8knub156hma27oqp0thko3s8uov2g5852ul80bqkq18vb2p50ge due to session housekeeping] 2024-06-29 00:02:40,560 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:462) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@135f2e14[id = 8knub156hma27oqp0thko3s8uov2g5852ul80bqkq18vb2p50ge], user=1003120000] - MDC[scoutSession=8knub156hma27oqp0thko3s8uov2g5852ul80bqkq18vb2p50ge, jobName=Stop client session 8knub156hma27oqp0thko3s8uov2g5852ul80bqkq18vb2p50ge due to session housekeeping] 2024-06-29 00:02:40,560 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:89) - Client session with ID 8knub156hma27oqp0thko3s8uov2g5852ul80bqkq18vb2p50ge terminated. - MDC[scoutSession=8knub156hma27oqp0thko3s8uov2g5852ul80bqkq18vb2p50ge, jobName=Stop client session 8knub156hma27oqp0thko3s8uov2g5852ul80bqkq18vb2p50ge due to session housekeeping] 2024-06-29 00:02:40,677 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:326) - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6a5a427e[id = u35unjlogm57f4k371t0rovqo9lr4kj2sihnh2fnlieen84amu7], user=1003120000] - MDC[jobName=Starting ClientSession [sessionId=u35unjlogm57f4k371t0rovqo9lr4kj2sihnh2fnlieen84amu7]] 2024-06-29 00:02:40,677 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:311) - Created new client session [clientSessionId=u35unjlogm57f4k371t0rovqo9lr4kj2sihnh2fnlieen84amu7, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] 2024-06-29 00:02:40,680 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:272) - UiSession with ID 0:1ss2iosc2pt3dcr4bjlv9ph519uhc5tvcu3d6livu31v6rcebsc1 initialized 2024-06-29 00:02:40,702 INFO [main] org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:456) - Detected invalidation of HTTP session null, cleaning up 1 client sessions and 1 UI sessions 2024-06-29 00:02:40,702 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:1ss2iosc2pt3dcr4bjlv9ph519uhc5tvcu3d6livu31v6rcebsc1... 2024-06-29 00:02:40,704 INFO [main] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:408) - Session housekeeping: Shutting down client session with ID u35unjlogm57f4k371t0rovqo9lr4kj2sihnh2fnlieen84amu7 because it is not used anymore 2024-06-29 00:02:40,704 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:386) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6a5a427e[id = u35unjlogm57f4k371t0rovqo9lr4kj2sihnh2fnlieen84amu7] - MDC[scoutSession=u35unjlogm57f4k371t0rovqo9lr4kj2sihnh2fnlieen84amu7, jobName=Stop client session u35unjlogm57f4k371t0rovqo9lr4kj2sihnh2fnlieen84amu7 due to session housekeeping] 2024-06-29 00:02:40,705 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:391) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6a5a427e[id = u35unjlogm57f4k371t0rovqo9lr4kj2sihnh2fnlieen84amu7] - MDC[scoutSession=u35unjlogm57f4k371t0rovqo9lr4kj2sihnh2fnlieen84amu7, jobName=Stop client session u35unjlogm57f4k371t0rovqo9lr4kj2sihnh2fnlieen84amu7 due to session housekeeping] 2024-06-29 00:02:40,705 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:416) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6a5a427e[id = u35unjlogm57f4k371t0rovqo9lr4kj2sihnh2fnlieen84amu7], point of no return - MDC[scoutSession=u35unjlogm57f4k371t0rovqo9lr4kj2sihnh2fnlieen84amu7, jobName=Stop client session u35unjlogm57f4k371t0rovqo9lr4kj2sihnh2fnlieen84amu7 due to session housekeeping] # SessionStoreTestForm.doFinally WAIT_FOR_JOB... 2024-06-29 00:02:42,706 WARN [scout-thread-22] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.awaitJobs(ClientSessionStopHelper.java:153) - Client session org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6a5a427e[id = u35unjlogm57f4k371t0rovqo9lr4kj2sihnh2fnlieen84amu7] did not stop within 1 seconds. Stopping will continue. - MDC[jobName=org.eclipse.scout.rt.client.session.ClientSessionStopHelper$$Lambda$384/0x00007ff4a046eaa0] 2024-06-29 00:02:42,706 INFO [scout-thread-22] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.cancelJobs(ClientSessionStopHelper.java:171) - Cancel running model jobs because the client session was shut down. [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6a5a427e[id = u35unjlogm57f4k371t0rovqo9lr4kj2sihnh2fnlieen84amu7], user=1003120000, jobs=[JobFutureTask@2f5641ae[job=Stop client session u35unjlogm57f4k371t0rovqo9lr4kj2sihnh2fnlieen84amu7 due to session housekeeping, state=RUNNING], JobFutureTask@2ba4b32b[job=Stop client session u35unjlogm57f4k371t0rovqo9lr4kj2sihnh2fnlieen84amu7 due to session housekeeping, state=WAITING_FOR_PERMIT]]] - MDC[jobName=org.eclipse.scout.rt.client.session.ClientSessionStopHelper$$Lambda$384/0x00007ff4a046eaa0] 2024-06-29 00:02:42,707 ERROR [scout-model-thread-23] org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.internalCloseForms(AbstractDesktop.java:2161) - Exception while closing forms - MDC[scoutSession=u35unjlogm57f4k371t0rovqo9lr4kj2sihnh2fnlieen84amu7, jobName=Stop client session u35unjlogm57f4k371t0rovqo9lr4kj2sihnh2fnlieen84amu7 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$$Lambda$469/0x00007ff4a04da2f8] at org.eclipse.scout.rt.platform.job.internal.JobExceptionTranslator.translateInterruptedException(JobExceptionTranslator.java:50) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDone(JobFutureTask.java:358) at org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm.doFinally(SessionStoreTestForm.java:83) at org.eclipse.scout.rt.client.ui.form.AbstractForm.doClose(AbstractForm.java:1879) at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.internalCloseForms(AbstractDesktop.java:2154) at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.closeInternal(AbstractDesktop.java:2063) at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.disposeInternal(AbstractDesktop.java:2036) at org.eclipse.scout.rt.client.ui.AbstractWidget.dispose(AbstractWidget.java:182) at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:434) at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:381) at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2641) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.scout.rt.client.ModelContextProxy.lambda$1(ModelContextProxy.java:48) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:155) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:138) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.client.ModelContextProxy.lambda$0(ModelContextProxy.java:48) at jdk.proxy2/jdk.proxy2.$Proxy88.closeFromUI(Unknown Source) at org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:84) at org.eclipse.scout.rt.client.session.ClientSessionStopHelper.lambda$0(ClientSessionStopHelper.java:56) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:37) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) Caused by: java.lang.InterruptedException: null at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1638) at org.eclipse.scout.rt.platform.job.internal.CompletionPromise.awaitDoneAndGet(CompletionPromise.java:158) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDone(JobFutureTask.java:351) ... 48 common frames omitted 2024-06-29 00:02:42,708 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:462) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6a5a427e[id = u35unjlogm57f4k371t0rovqo9lr4kj2sihnh2fnlieen84amu7], user=1003120000] - MDC[scoutSession=u35unjlogm57f4k371t0rovqo9lr4kj2sihnh2fnlieen84amu7, jobName=Stop client session u35unjlogm57f4k371t0rovqo9lr4kj2sihnh2fnlieen84amu7 due to session housekeeping] 2024-06-29 00:02:42,708 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:89) - Client session with ID u35unjlogm57f4k371t0rovqo9lr4kj2sihnh2fnlieen84amu7 terminated. - MDC[scoutSession=u35unjlogm57f4k371t0rovqo9lr4kj2sihnh2fnlieen84amu7, jobName=Stop client session u35unjlogm57f4k371t0rovqo9lr4kj2sihnh2fnlieen84amu7 due to session housekeeping] 2024-06-29 00:02:42,715 INFO [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:326) - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@30928707[id = 7vfe2fbeijl78qimfuqmk2rr5u5u9a2822ubgdn8spj73c26lb4], user=1003120000] - MDC[jobName=Starting ClientSession [sessionId=7vfe2fbeijl78qimfuqmk2rr5u5u9a2822ubgdn8spj73c26lb4]] 2024-06-29 00:02:42,716 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:311) - Created new client session [clientSessionId=7vfe2fbeijl78qimfuqmk2rr5u5u9a2822ubgdn8spj73c26lb4, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] 2024-06-29 00:02:42,720 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:272) - UiSession with ID 0:1vlhk7ahotjk9dimrjevg2esdhm75k2a44cb9t9ggmgn8714dlcl initialized 2024-06-29 00:02:42,724 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:1096) - Logging out from UI session with ID 0:1vlhk7ahotjk9dimrjevg2esdhm75k2a44cb9t9ggmgn8714dlcl [clientSessionId=7vfe2fbeijl78qimfuqmk2rr5u5u9a2822ubgdn8spj73c26lb4, processingJsonRequest=false] 2024-06-29 00:02:42,724 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:1vlhk7ahotjk9dimrjevg2esdhm75k2a44cb9t9ggmgn8714dlcl... 2024-06-29 00:02:42,725 INFO [scout-thread-22] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:408) - Session housekeeping: Shutting down client session with ID 7vfe2fbeijl78qimfuqmk2rr5u5u9a2822ubgdn8spj73c26lb4 because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID 7vfe2fbeijl78qimfuqmk2rr5u5u9a2822ubgdn8spj73c26lb4] 2024-06-29 00:02:42,725 INFO [scout-thread-22] org.eclipse.scout.rt.ui.html.SessionStore.checkHttpSessionOutsideWriteLock(SessionStore.java:503) - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID 7vfe2fbeijl78qimfuqmk2rr5u5u9a2822ubgdn8spj73c26lb4] 2024-06-29 00:02:42,725 INFO [scout-thread-22] org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:456) - 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 7vfe2fbeijl78qimfuqmk2rr5u5u9a2822ubgdn8spj73c26lb4] 2024-06-29 00:02:42,726 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:1110) - Logged out successfully from UI session with ID 0:1vlhk7ahotjk9dimrjevg2esdhm75k2a44cb9t9ggmgn8714dlcl 2024-06-29 00:02:42,726 INFO [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:386) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@30928707[id = 7vfe2fbeijl78qimfuqmk2rr5u5u9a2822ubgdn8spj73c26lb4] - MDC[scoutSession=7vfe2fbeijl78qimfuqmk2rr5u5u9a2822ubgdn8spj73c26lb4, jobName=Stop client session 7vfe2fbeijl78qimfuqmk2rr5u5u9a2822ubgdn8spj73c26lb4 due to session housekeeping] 2024-06-29 00:02:42,726 INFO [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:391) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@30928707[id = 7vfe2fbeijl78qimfuqmk2rr5u5u9a2822ubgdn8spj73c26lb4] - MDC[scoutSession=7vfe2fbeijl78qimfuqmk2rr5u5u9a2822ubgdn8spj73c26lb4, jobName=Stop client session 7vfe2fbeijl78qimfuqmk2rr5u5u9a2822ubgdn8spj73c26lb4 due to session housekeeping] 2024-06-29 00:02:42,727 INFO [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:416) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@30928707[id = 7vfe2fbeijl78qimfuqmk2rr5u5u9a2822ubgdn8spj73c26lb4], point of no return - MDC[scoutSession=7vfe2fbeijl78qimfuqmk2rr5u5u9a2822ubgdn8spj73c26lb4, jobName=Stop client session 7vfe2fbeijl78qimfuqmk2rr5u5u9a2822ubgdn8spj73c26lb4 due to session housekeeping] # SessionStoreTestForm.doFinally WAIT_FOR_JOB... 2024-06-29 00:02:44,727 WARN [scout-thread-21] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.awaitJobs(ClientSessionStopHelper.java:153) - Client session org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@30928707[id = 7vfe2fbeijl78qimfuqmk2rr5u5u9a2822ubgdn8spj73c26lb4] did not stop within 1 seconds. Stopping will continue. - MDC[jobName=org.eclipse.scout.rt.client.session.ClientSessionStopHelper$$Lambda$384/0x00007ff4a046eaa0] 2024-06-29 00:02:44,728 INFO [scout-thread-21] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.cancelJobs(ClientSessionStopHelper.java:171) - Cancel running model jobs because the client session was shut down. [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@30928707[id = 7vfe2fbeijl78qimfuqmk2rr5u5u9a2822ubgdn8spj73c26lb4], user=1003120000, jobs=[JobFutureTask@652af0f5[job=Stop client session 7vfe2fbeijl78qimfuqmk2rr5u5u9a2822ubgdn8spj73c26lb4 due to session housekeeping, state=RUNNING]]] - MDC[jobName=org.eclipse.scout.rt.client.session.ClientSessionStopHelper$$Lambda$384/0x00007ff4a046eaa0] 2024-06-29 00:02:44,728 ERROR [scout-model-thread-22] org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.internalCloseForms(AbstractDesktop.java:2161) - Exception while closing forms - MDC[scoutSession=7vfe2fbeijl78qimfuqmk2rr5u5u9a2822ubgdn8spj73c26lb4, jobName=Stop client session 7vfe2fbeijl78qimfuqmk2rr5u5u9a2822ubgdn8spj73c26lb4 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-22, job=org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm$$Lambda$469/0x00007ff4a04da2f8] at org.eclipse.scout.rt.platform.job.internal.JobExceptionTranslator.translateInterruptedException(JobExceptionTranslator.java:50) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDone(JobFutureTask.java:358) at org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm.doFinally(SessionStoreTestForm.java:83) at org.eclipse.scout.rt.client.ui.form.AbstractForm.doClose(AbstractForm.java:1879) at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.internalCloseForms(AbstractDesktop.java:2154) at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.closeInternal(AbstractDesktop.java:2063) at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.disposeInternal(AbstractDesktop.java:2036) at org.eclipse.scout.rt.client.ui.AbstractWidget.dispose(AbstractWidget.java:182) at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:434) at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:381) at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2641) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.scout.rt.client.ModelContextProxy.lambda$1(ModelContextProxy.java:48) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:155) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:138) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.client.ModelContextProxy.lambda$0(ModelContextProxy.java:48) at jdk.proxy2/jdk.proxy2.$Proxy88.closeFromUI(Unknown Source) at org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:84) at org.eclipse.scout.rt.client.session.ClientSessionStopHelper.lambda$0(ClientSessionStopHelper.java:56) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:37) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) Caused by: java.lang.InterruptedException: null at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1638) at org.eclipse.scout.rt.platform.job.internal.CompletionPromise.awaitDoneAndGet(CompletionPromise.java:158) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDone(JobFutureTask.java:351) ... 48 common frames omitted 2024-06-29 00:02:44,729 INFO [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:462) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@30928707[id = 7vfe2fbeijl78qimfuqmk2rr5u5u9a2822ubgdn8spj73c26lb4], user=1003120000] - MDC[scoutSession=7vfe2fbeijl78qimfuqmk2rr5u5u9a2822ubgdn8spj73c26lb4, jobName=Stop client session 7vfe2fbeijl78qimfuqmk2rr5u5u9a2822ubgdn8spj73c26lb4 due to session housekeeping] 2024-06-29 00:02:44,729 INFO [scout-model-thread-22] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:89) - Client session with ID 7vfe2fbeijl78qimfuqmk2rr5u5u9a2822ubgdn8spj73c26lb4 terminated. - MDC[scoutSession=7vfe2fbeijl78qimfuqmk2rr5u5u9a2822ubgdn8spj73c26lb4, jobName=Stop client session 7vfe2fbeijl78qimfuqmk2rr5u5u9a2822ubgdn8spj73c26lb4 due to session housekeeping] 2024-06-29 00:02:44,734 INFO [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:326) - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6f6fd9ad[id = 1sdcp887d3kcm9h1i7m6d1komao1v42f6jsk204vht8dlqet2fp8], user=1003120000] - MDC[jobName=Starting ClientSession [sessionId=1sdcp887d3kcm9h1i7m6d1komao1v42f6jsk204vht8dlqet2fp8]] 2024-06-29 00:02:44,734 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:311) - Created new client session [clientSessionId=1sdcp887d3kcm9h1i7m6d1komao1v42f6jsk204vht8dlqet2fp8, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] 2024-06-29 00:02:44,738 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:272) - UiSession with ID 0:1cmnrgvs6gb7158882d6drjg2bhqoqv22ocg1mscvjqmbta2cv2b initialized 2024-06-29 00:02:44,741 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:1096) - Logging out from UI session with ID 0:1cmnrgvs6gb7158882d6drjg2bhqoqv22ocg1mscvjqmbta2cv2b [clientSessionId=1sdcp887d3kcm9h1i7m6d1komao1v42f6jsk204vht8dlqet2fp8, processingJsonRequest=false] 2024-06-29 00:02:44,741 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:1cmnrgvs6gb7158882d6drjg2bhqoqv22ocg1mscvjqmbta2cv2b... 2024-06-29 00:02:44,741 INFO [scout-thread-22] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:408) - Session housekeeping: Shutting down client session with ID 1sdcp887d3kcm9h1i7m6d1komao1v42f6jsk204vht8dlqet2fp8 because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID 1sdcp887d3kcm9h1i7m6d1komao1v42f6jsk204vht8dlqet2fp8] 2024-06-29 00:02:44,742 INFO [scout-thread-22] org.eclipse.scout.rt.ui.html.SessionStore.checkHttpSessionOutsideWriteLock(SessionStore.java:503) - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID 1sdcp887d3kcm9h1i7m6d1komao1v42f6jsk204vht8dlqet2fp8] 2024-06-29 00:02:44,742 INFO [scout-thread-22] org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:456) - 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 1sdcp887d3kcm9h1i7m6d1komao1v42f6jsk204vht8dlqet2fp8] 2024-06-29 00:02:44,742 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:1110) - Logged out successfully from UI session with ID 0:1cmnrgvs6gb7158882d6drjg2bhqoqv22ocg1mscvjqmbta2cv2b 2024-06-29 00:02:44,743 INFO [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:386) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6f6fd9ad[id = 1sdcp887d3kcm9h1i7m6d1komao1v42f6jsk204vht8dlqet2fp8] - MDC[scoutSession=1sdcp887d3kcm9h1i7m6d1komao1v42f6jsk204vht8dlqet2fp8, jobName=Stop client session 1sdcp887d3kcm9h1i7m6d1komao1v42f6jsk204vht8dlqet2fp8 due to session housekeeping] 2024-06-29 00:02:44,743 INFO [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:391) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6f6fd9ad[id = 1sdcp887d3kcm9h1i7m6d1komao1v42f6jsk204vht8dlqet2fp8] - MDC[scoutSession=1sdcp887d3kcm9h1i7m6d1komao1v42f6jsk204vht8dlqet2fp8, jobName=Stop client session 1sdcp887d3kcm9h1i7m6d1komao1v42f6jsk204vht8dlqet2fp8 due to session housekeeping] 2024-06-29 00:02:44,743 INFO [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:416) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6f6fd9ad[id = 1sdcp887d3kcm9h1i7m6d1komao1v42f6jsk204vht8dlqet2fp8], point of no return - MDC[scoutSession=1sdcp887d3kcm9h1i7m6d1komao1v42f6jsk204vht8dlqet2fp8, jobName=Stop client session 1sdcp887d3kcm9h1i7m6d1komao1v42f6jsk204vht8dlqet2fp8 due to session housekeeping] # SessionStoreTestForm.doFinally WAIT_FOR_MESSAGE_BOX... 2024-06-29 00:02:44,744 WARN [scout-model-thread-22] org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:331) - there is no desktop or the desktop has not yet been opened in the ui, default answer is CANCEL - MDC[scoutSession=1sdcp887d3kcm9h1i7m6d1komao1v42f6jsk204vht8dlqet2fp8, jobName=Stop client session 1sdcp887d3kcm9h1i7m6d1komao1v42f6jsk204vht8dlqet2fp8 due to session housekeeping] java.lang.IllegalStateException: null at org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:331) at org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:306) 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:1879) at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.internalCloseForms(AbstractDesktop.java:2154) at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.closeInternal(AbstractDesktop.java:2063) at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.disposeInternal(AbstractDesktop.java:2036) at org.eclipse.scout.rt.client.ui.AbstractWidget.dispose(AbstractWidget.java:182) at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:434) at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:381) at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2641) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.scout.rt.client.ModelContextProxy.lambda$1(ModelContextProxy.java:48) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:155) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:138) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.client.ModelContextProxy.lambda$0(ModelContextProxy.java:48) at jdk.proxy2/jdk.proxy2.$Proxy88.closeFromUI(Unknown Source) at org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:84) at org.eclipse.scout.rt.client.session.ClientSessionStopHelper.lambda$0(ClientSessionStopHelper.java:56) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:37) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) # SessionStoreTestForm.doFinally done. 2024-06-29 00:02:44,744 INFO [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:462) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6f6fd9ad[id = 1sdcp887d3kcm9h1i7m6d1komao1v42f6jsk204vht8dlqet2fp8], user=1003120000] - MDC[scoutSession=1sdcp887d3kcm9h1i7m6d1komao1v42f6jsk204vht8dlqet2fp8, jobName=Stop client session 1sdcp887d3kcm9h1i7m6d1komao1v42f6jsk204vht8dlqet2fp8 due to session housekeeping] 2024-06-29 00:02:44,745 INFO [scout-model-thread-22] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:89) - Client session with ID 1sdcp887d3kcm9h1i7m6d1komao1v42f6jsk204vht8dlqet2fp8 terminated. - MDC[scoutSession=1sdcp887d3kcm9h1i7m6d1komao1v42f6jsk204vht8dlqet2fp8, jobName=Stop client session 1sdcp887d3kcm9h1i7m6d1komao1v42f6jsk204vht8dlqet2fp8 due to session housekeeping] 2024-06-29 00:02:44,946 INFO [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:326) - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@2b452f27[id = rvieicrusaslevrgnk4o0uhbei5rpqsuh5i78mkmdcn06dve8ok], user=1003120000] - MDC[jobName=Starting ClientSession [sessionId=rvieicrusaslevrgnk4o0uhbei5rpqsuh5i78mkmdcn06dve8ok]] 2024-06-29 00:02:44,947 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:311) - Created new client session [clientSessionId=rvieicrusaslevrgnk4o0uhbei5rpqsuh5i78mkmdcn06dve8ok, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] 2024-06-29 00:02:44,950 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:272) - UiSession with ID 0:1u3ve3dkuq2g4bpenkp9780e3s610nnafd94rb8l65m8ivje56l4 initialized 2024-06-29 00:02:44,953 INFO [main] org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:456) - Detected invalidation of HTTP session null, cleaning up 1 client sessions and 1 UI sessions 2024-06-29 00:02:44,953 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:1u3ve3dkuq2g4bpenkp9780e3s610nnafd94rb8l65m8ivje56l4... 2024-06-29 00:02:44,955 INFO [main] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:408) - Session housekeeping: Shutting down client session with ID rvieicrusaslevrgnk4o0uhbei5rpqsuh5i78mkmdcn06dve8ok because it is not used anymore 2024-06-29 00:02:44,955 INFO [scout-model-thread-21] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:386) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@2b452f27[id = rvieicrusaslevrgnk4o0uhbei5rpqsuh5i78mkmdcn06dve8ok] - MDC[scoutSession=rvieicrusaslevrgnk4o0uhbei5rpqsuh5i78mkmdcn06dve8ok, jobName=Stop client session rvieicrusaslevrgnk4o0uhbei5rpqsuh5i78mkmdcn06dve8ok due to session housekeeping] 2024-06-29 00:02:44,955 INFO [scout-model-thread-21] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:391) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@2b452f27[id = rvieicrusaslevrgnk4o0uhbei5rpqsuh5i78mkmdcn06dve8ok] - MDC[scoutSession=rvieicrusaslevrgnk4o0uhbei5rpqsuh5i78mkmdcn06dve8ok, jobName=Stop client session rvieicrusaslevrgnk4o0uhbei5rpqsuh5i78mkmdcn06dve8ok due to session housekeeping] 2024-06-29 00:02:44,956 INFO [scout-model-thread-21] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:416) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@2b452f27[id = rvieicrusaslevrgnk4o0uhbei5rpqsuh5i78mkmdcn06dve8ok], point of no return - MDC[scoutSession=rvieicrusaslevrgnk4o0uhbei5rpqsuh5i78mkmdcn06dve8ok, jobName=Stop client session rvieicrusaslevrgnk4o0uhbei5rpqsuh5i78mkmdcn06dve8ok due to session housekeeping] # SessionStoreTestForm.doFinally WAIT_FOR_MESSAGE_BOX... 2024-06-29 00:02:44,956 WARN [scout-model-thread-21] org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:331) - there is no desktop or the desktop has not yet been opened in the ui, default answer is CANCEL - MDC[scoutSession=rvieicrusaslevrgnk4o0uhbei5rpqsuh5i78mkmdcn06dve8ok, jobName=Stop client session rvieicrusaslevrgnk4o0uhbei5rpqsuh5i78mkmdcn06dve8ok due to session housekeeping] java.lang.IllegalStateException: null at org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:331) at org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:306) 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:1879) at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.internalCloseForms(AbstractDesktop.java:2154) at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.closeInternal(AbstractDesktop.java:2063) at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.disposeInternal(AbstractDesktop.java:2036) at org.eclipse.scout.rt.client.ui.AbstractWidget.dispose(AbstractWidget.java:182) at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:434) at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:381) at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2641) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.scout.rt.client.ModelContextProxy.lambda$1(ModelContextProxy.java:48) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:155) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:138) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.client.ModelContextProxy.lambda$0(ModelContextProxy.java:48) at jdk.proxy2/jdk.proxy2.$Proxy88.closeFromUI(Unknown Source) at org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:84) at org.eclipse.scout.rt.client.session.ClientSessionStopHelper.lambda$0(ClientSessionStopHelper.java:56) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:37) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) # SessionStoreTestForm.doFinally done. 2024-06-29 00:02:44,957 INFO [scout-model-thread-21] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:462) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@2b452f27[id = rvieicrusaslevrgnk4o0uhbei5rpqsuh5i78mkmdcn06dve8ok], user=1003120000] - MDC[scoutSession=rvieicrusaslevrgnk4o0uhbei5rpqsuh5i78mkmdcn06dve8ok, jobName=Stop client session rvieicrusaslevrgnk4o0uhbei5rpqsuh5i78mkmdcn06dve8ok due to session housekeeping] 2024-06-29 00:02:44,957 INFO [scout-model-thread-21] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:89) - Client session with ID rvieicrusaslevrgnk4o0uhbei5rpqsuh5i78mkmdcn06dve8ok terminated. - MDC[scoutSession=rvieicrusaslevrgnk4o0uhbei5rpqsuh5i78mkmdcn06dve8ok, jobName=Stop client session rvieicrusaslevrgnk4o0uhbei5rpqsuh5i78mkmdcn06dve8ok due to session housekeeping] 2024-06-29 00:02:44,962 INFO [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:326) - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@1976bb3e[id = 1d23vkruah58n3g192brbs2g7v3msfjtbidh0vqgto8s713ua8ko], user=1003120000] - MDC[jobName=Starting ClientSession [sessionId=1d23vkruah58n3g192brbs2g7v3msfjtbidh0vqgto8s713ua8ko]] 2024-06-29 00:02:44,963 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:311) - Created new client session [clientSessionId=1d23vkruah58n3g192brbs2g7v3msfjtbidh0vqgto8s713ua8ko, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] 2024-06-29 00:02:44,966 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:272) - UiSession with ID 0:64l6m53rk4gpacmjac2gcvum7egcg83o3lqf1ch5jpkjdlv8s4b initialized 2024-06-29 00:02:44,969 INFO [main] org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:456) - Detected invalidation of HTTP session null, cleaning up 1 client sessions and 1 UI sessions 2024-06-29 00:02:44,969 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:64l6m53rk4gpacmjac2gcvum7egcg83o3lqf1ch5jpkjdlv8s4b... 2024-06-29 00:02:44,971 INFO [main] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:408) - Session housekeeping: Shutting down client session with ID 1d23vkruah58n3g192brbs2g7v3msfjtbidh0vqgto8s713ua8ko because it is not used anymore 2024-06-29 00:02:44,971 INFO [scout-model-thread-21] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:386) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@1976bb3e[id = 1d23vkruah58n3g192brbs2g7v3msfjtbidh0vqgto8s713ua8ko] - MDC[scoutSession=1d23vkruah58n3g192brbs2g7v3msfjtbidh0vqgto8s713ua8ko, jobName=Stop client session 1d23vkruah58n3g192brbs2g7v3msfjtbidh0vqgto8s713ua8ko due to session housekeeping] 2024-06-29 00:02:44,972 INFO [scout-model-thread-21] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:391) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@1976bb3e[id = 1d23vkruah58n3g192brbs2g7v3msfjtbidh0vqgto8s713ua8ko] - MDC[scoutSession=1d23vkruah58n3g192brbs2g7v3msfjtbidh0vqgto8s713ua8ko, jobName=Stop client session 1d23vkruah58n3g192brbs2g7v3msfjtbidh0vqgto8s713ua8ko due to session housekeeping] 2024-06-29 00:02:44,972 INFO [scout-model-thread-21] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:416) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@1976bb3e[id = 1d23vkruah58n3g192brbs2g7v3msfjtbidh0vqgto8s713ua8ko], point of no return - MDC[scoutSession=1d23vkruah58n3g192brbs2g7v3msfjtbidh0vqgto8s713ua8ko, jobName=Stop client session 1d23vkruah58n3g192brbs2g7v3msfjtbidh0vqgto8s713ua8ko due to session housekeeping] # SessionStoreTestForm.doFinally WAIT_FOR_LOOP... # for-loop in state RUNNING, ttl=5000 2024-06-29 00:02:46,973 WARN [scout-thread-25] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.awaitJobs(ClientSessionStopHelper.java:153) - Client session org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@1976bb3e[id = 1d23vkruah58n3g192brbs2g7v3msfjtbidh0vqgto8s713ua8ko] did not stop within 1 seconds. Stopping will continue. - MDC[jobName=org.eclipse.scout.rt.client.session.ClientSessionStopHelper$$Lambda$384/0x00007ff4a046eaa0] 2024-06-29 00:02:46,973 INFO [scout-thread-25] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.cancelJobs(ClientSessionStopHelper.java:171) - Cancel running model jobs because the client session was shut down. [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@1976bb3e[id = 1d23vkruah58n3g192brbs2g7v3msfjtbidh0vqgto8s713ua8ko], user=1003120000, jobs=[JobFutureTask@1d0fc0bc[job=Stop client session 1d23vkruah58n3g192brbs2g7v3msfjtbidh0vqgto8s713ua8ko due to session housekeeping, state=WAITING_FOR_PERMIT], JobFutureTask@44f4e96a[job=Stop client session 1d23vkruah58n3g192brbs2g7v3msfjtbidh0vqgto8s713ua8ko due to session housekeeping, state=RUNNING]]] - MDC[jobName=org.eclipse.scout.rt.client.session.ClientSessionStopHelper$$Lambda$384/0x00007ff4a046eaa0] # for-loop in state DONE, ttl=2441 # SessionStoreTestForm.doFinally done. 2024-06-29 00:02:49,973 INFO [scout-model-thread-21] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:462) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@1976bb3e[id = 1d23vkruah58n3g192brbs2g7v3msfjtbidh0vqgto8s713ua8ko], user=1003120000] - MDC[scoutSession=1d23vkruah58n3g192brbs2g7v3msfjtbidh0vqgto8s713ua8ko, jobName=Stop client session 1d23vkruah58n3g192brbs2g7v3msfjtbidh0vqgto8s713ua8ko due to session housekeeping] 2024-06-29 00:02:49,974 INFO [scout-model-thread-21] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:89) - Client session with ID 1d23vkruah58n3g192brbs2g7v3msfjtbidh0vqgto8s713ua8ko terminated. - MDC[scoutSession=1d23vkruah58n3g192brbs2g7v3msfjtbidh0vqgto8s713ua8ko, jobName=Stop client session 1d23vkruah58n3g192brbs2g7v3msfjtbidh0vqgto8s713ua8ko due to session housekeeping] 2024-06-29 00:02:49,979 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:326) - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@75d329bf[id = on5nhbdll74g39sk49opejd5sdao6cobchh74bt3t3569sm7mp6], user=1003120000] - MDC[jobName=Starting ClientSession [sessionId=on5nhbdll74g39sk49opejd5sdao6cobchh74bt3t3569sm7mp6]] 2024-06-29 00:02:49,979 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:311) - Created new client session [clientSessionId=on5nhbdll74g39sk49opejd5sdao6cobchh74bt3t3569sm7mp6, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] 2024-06-29 00:02:49,983 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:272) - UiSession with ID 0:ddc8im1at79ji69t92ie3skbfissif7561p4k8m2s7ep2jh69p3 initialized 2024-06-29 00:02:49,987 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:1096) - Logging out from UI session with ID 0:ddc8im1at79ji69t92ie3skbfissif7561p4k8m2s7ep2jh69p3 [clientSessionId=on5nhbdll74g39sk49opejd5sdao6cobchh74bt3t3569sm7mp6, processingJsonRequest=false] 2024-06-29 00:02:49,987 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:ddc8im1at79ji69t92ie3skbfissif7561p4k8m2s7ep2jh69p3... 2024-06-29 00:02:49,987 INFO [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:408) - Session housekeeping: Shutting down client session with ID on5nhbdll74g39sk49opejd5sdao6cobchh74bt3t3569sm7mp6 because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID on5nhbdll74g39sk49opejd5sdao6cobchh74bt3t3569sm7mp6] 2024-06-29 00:02:49,987 INFO [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.checkHttpSessionOutsideWriteLock(SessionStore.java:503) - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID on5nhbdll74g39sk49opejd5sdao6cobchh74bt3t3569sm7mp6] 2024-06-29 00:02:49,987 INFO [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:456) - 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 on5nhbdll74g39sk49opejd5sdao6cobchh74bt3t3569sm7mp6] 2024-06-29 00:02:49,988 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:1110) - Logged out successfully from UI session with ID 0:ddc8im1at79ji69t92ie3skbfissif7561p4k8m2s7ep2jh69p3 2024-06-29 00:02:49,988 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:386) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@75d329bf[id = on5nhbdll74g39sk49opejd5sdao6cobchh74bt3t3569sm7mp6] - MDC[scoutSession=on5nhbdll74g39sk49opejd5sdao6cobchh74bt3t3569sm7mp6, jobName=Stop client session on5nhbdll74g39sk49opejd5sdao6cobchh74bt3t3569sm7mp6 due to session housekeeping] 2024-06-29 00:02:49,988 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:391) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@75d329bf[id = on5nhbdll74g39sk49opejd5sdao6cobchh74bt3t3569sm7mp6] - MDC[scoutSession=on5nhbdll74g39sk49opejd5sdao6cobchh74bt3t3569sm7mp6, jobName=Stop client session on5nhbdll74g39sk49opejd5sdao6cobchh74bt3t3569sm7mp6 due to session housekeeping] 2024-06-29 00:02:49,989 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:416) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@75d329bf[id = on5nhbdll74g39sk49opejd5sdao6cobchh74bt3t3569sm7mp6], point of no return - MDC[scoutSession=on5nhbdll74g39sk49opejd5sdao6cobchh74bt3t3569sm7mp6, jobName=Stop client session on5nhbdll74g39sk49opejd5sdao6cobchh74bt3t3569sm7mp6 due to session housekeeping] # SessionStoreTestForm.doFinally WAIT_FOR_ANOTHER_FORM... 2024-06-29 00:02:49,992 ERROR [scout-model-thread-23] org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.internalCloseForms(AbstractDesktop.java:2161) - Exception while closing forms - MDC[scoutSession=on5nhbdll74g39sk49opejd5sdao6cobchh74bt3t3569sm7mp6, jobName=Stop client session on5nhbdll74g39sk49opejd5sdao6cobchh74bt3t3569sm7mp6 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.lambda$10(AbstractForm.java:1038) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:155) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:138) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.client.ui.form.AbstractForm.startInternal(AbstractForm.java:991) at org.eclipse.scout.rt.client.ui.form.AbstractForm.start(AbstractForm.java:984) at org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm.doFinally(SessionStoreTestForm.java:73) at org.eclipse.scout.rt.client.ui.form.AbstractForm.doClose(AbstractForm.java:1879) at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.internalCloseForms(AbstractDesktop.java:2154) at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.closeInternal(AbstractDesktop.java:2063) at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.disposeInternal(AbstractDesktop.java:2036) at org.eclipse.scout.rt.client.ui.AbstractWidget.dispose(AbstractWidget.java:182) at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:434) at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:381) at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2641) at jdk.internal.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.scout.rt.client.ModelContextProxy.lambda$1(ModelContextProxy.java:48) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:155) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:138) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.client.ModelContextProxy.lambda$0(ModelContextProxy.java:48) at jdk.proxy2/jdk.proxy2.$Proxy88.closeFromUI(Unknown Source) at org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:84) at org.eclipse.scout.rt.client.session.ClientSessionStopHelper.lambda$0(ClientSessionStopHelper.java:56) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:37) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) 2024-06-29 00:02:49,993 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:462) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@75d329bf[id = on5nhbdll74g39sk49opejd5sdao6cobchh74bt3t3569sm7mp6], user=1003120000] - MDC[scoutSession=on5nhbdll74g39sk49opejd5sdao6cobchh74bt3t3569sm7mp6, jobName=Stop client session on5nhbdll74g39sk49opejd5sdao6cobchh74bt3t3569sm7mp6 due to session housekeeping] 2024-06-29 00:02:49,993 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:89) - Client session with ID on5nhbdll74g39sk49opejd5sdao6cobchh74bt3t3569sm7mp6 terminated. - MDC[scoutSession=on5nhbdll74g39sk49opejd5sdao6cobchh74bt3t3569sm7mp6, jobName=Stop client session on5nhbdll74g39sk49opejd5sdao6cobchh74bt3t3569sm7mp6 due to session housekeeping] 2024-06-29 00:02:50,191 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:326) - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@72f6b53c[id = a4ulh3urvsjlokbt8in913ckhgl338s75pg3vpprc03utmo1cv0], user=1003120000] - MDC[jobName=Starting ClientSession [sessionId=a4ulh3urvsjlokbt8in913ckhgl338s75pg3vpprc03utmo1cv0]] 2024-06-29 00:02:50,192 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:311) - Created new client session [clientSessionId=a4ulh3urvsjlokbt8in913ckhgl338s75pg3vpprc03utmo1cv0, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] 2024-06-29 00:02:50,195 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:272) - UiSession with ID 0:pcliikrju2a2s8isr1v940oo3tlo194tle27hnrs6o15k4mba0i initialized 2024-06-29 00:02:50,199 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:1096) - Logging out from UI session with ID 0:pcliikrju2a2s8isr1v940oo3tlo194tle27hnrs6o15k4mba0i [clientSessionId=a4ulh3urvsjlokbt8in913ckhgl338s75pg3vpprc03utmo1cv0, processingJsonRequest=false] 2024-06-29 00:02:50,199 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:pcliikrju2a2s8isr1v940oo3tlo194tle27hnrs6o15k4mba0i... 2024-06-29 00:02:50,199 INFO [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:408) - Session housekeeping: Shutting down client session with ID a4ulh3urvsjlokbt8in913ckhgl338s75pg3vpprc03utmo1cv0 because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID a4ulh3urvsjlokbt8in913ckhgl338s75pg3vpprc03utmo1cv0] 2024-06-29 00:02:50,199 INFO [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.checkHttpSessionOutsideWriteLock(SessionStore.java:503) - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID a4ulh3urvsjlokbt8in913ckhgl338s75pg3vpprc03utmo1cv0] 2024-06-29 00:02:50,199 INFO [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:456) - 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 a4ulh3urvsjlokbt8in913ckhgl338s75pg3vpprc03utmo1cv0] 2024-06-29 00:02:50,200 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:1110) - Logged out successfully from UI session with ID 0:pcliikrju2a2s8isr1v940oo3tlo194tle27hnrs6o15k4mba0i 2024-06-29 00:02:50,200 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:386) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@72f6b53c[id = a4ulh3urvsjlokbt8in913ckhgl338s75pg3vpprc03utmo1cv0] - MDC[scoutSession=a4ulh3urvsjlokbt8in913ckhgl338s75pg3vpprc03utmo1cv0, jobName=Stop client session a4ulh3urvsjlokbt8in913ckhgl338s75pg3vpprc03utmo1cv0 due to session housekeeping] 2024-06-29 00:02:50,200 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:391) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@72f6b53c[id = a4ulh3urvsjlokbt8in913ckhgl338s75pg3vpprc03utmo1cv0] - MDC[scoutSession=a4ulh3urvsjlokbt8in913ckhgl338s75pg3vpprc03utmo1cv0, jobName=Stop client session a4ulh3urvsjlokbt8in913ckhgl338s75pg3vpprc03utmo1cv0 due to session housekeeping] 2024-06-29 00:02:50,200 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:416) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@72f6b53c[id = a4ulh3urvsjlokbt8in913ckhgl338s75pg3vpprc03utmo1cv0], point of no return - MDC[scoutSession=a4ulh3urvsjlokbt8in913ckhgl338s75pg3vpprc03utmo1cv0, jobName=Stop client session a4ulh3urvsjlokbt8in913ckhgl338s75pg3vpprc03utmo1cv0 due to session housekeeping] # SessionStoreTestForm.doFinally DO_NOTHING... # SessionStoreTestForm.doFinally done. 2024-06-29 00:02:50,201 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:462) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@72f6b53c[id = a4ulh3urvsjlokbt8in913ckhgl338s75pg3vpprc03utmo1cv0], user=1003120000] - MDC[scoutSession=a4ulh3urvsjlokbt8in913ckhgl338s75pg3vpprc03utmo1cv0, jobName=Stop client session a4ulh3urvsjlokbt8in913ckhgl338s75pg3vpprc03utmo1cv0 due to session housekeeping] 2024-06-29 00:02:50,201 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:89) - Client session with ID a4ulh3urvsjlokbt8in913ckhgl338s75pg3vpprc03utmo1cv0 terminated. - MDC[scoutSession=a4ulh3urvsjlokbt8in913ckhgl338s75pg3vpprc03utmo1cv0, jobName=Stop client session a4ulh3urvsjlokbt8in913ckhgl338s75pg3vpprc03utmo1cv0 due to session housekeeping] 2024-06-29 00:02:50,404 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:326) - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@5c2947db[id = t6g4eveduusq5ipbemsj67dci9e2avqrkmd285uggr61ermeg00], user=1003120000] - MDC[jobName=Starting ClientSession [sessionId=t6g4eveduusq5ipbemsj67dci9e2avqrkmd285uggr61ermeg00]] 2024-06-29 00:02:50,405 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:311) - Created new client session [clientSessionId=t6g4eveduusq5ipbemsj67dci9e2avqrkmd285uggr61ermeg00, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] 2024-06-29 00:02:50,408 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:272) - UiSession with ID 0:c1gq6jfu0avcq6665un9g2s6feet6p4jft1mv7s6aqban2297n2 initialized 2024-06-29 00:02:50,411 INFO [main] org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:456) - Detected invalidation of HTTP session null, cleaning up 1 client sessions and 1 UI sessions 2024-06-29 00:02:50,411 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:c1gq6jfu0avcq6665un9g2s6feet6p4jft1mv7s6aqban2297n2... 2024-06-29 00:02:50,412 INFO [main] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:408) - Session housekeeping: Shutting down client session with ID t6g4eveduusq5ipbemsj67dci9e2avqrkmd285uggr61ermeg00 because it is not used anymore 2024-06-29 00:02:50,412 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:386) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@5c2947db[id = t6g4eveduusq5ipbemsj67dci9e2avqrkmd285uggr61ermeg00] - MDC[scoutSession=t6g4eveduusq5ipbemsj67dci9e2avqrkmd285uggr61ermeg00, jobName=Stop client session t6g4eveduusq5ipbemsj67dci9e2avqrkmd285uggr61ermeg00 due to session housekeeping] 2024-06-29 00:02:50,413 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:391) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@5c2947db[id = t6g4eveduusq5ipbemsj67dci9e2avqrkmd285uggr61ermeg00] - MDC[scoutSession=t6g4eveduusq5ipbemsj67dci9e2avqrkmd285uggr61ermeg00, jobName=Stop client session t6g4eveduusq5ipbemsj67dci9e2avqrkmd285uggr61ermeg00 due to session housekeeping] 2024-06-29 00:02:50,413 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:416) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@5c2947db[id = t6g4eveduusq5ipbemsj67dci9e2avqrkmd285uggr61ermeg00], point of no return - MDC[scoutSession=t6g4eveduusq5ipbemsj67dci9e2avqrkmd285uggr61ermeg00, jobName=Stop client session t6g4eveduusq5ipbemsj67dci9e2avqrkmd285uggr61ermeg00 due to session housekeeping] # SessionStoreTestForm.doFinally WAIT_FOR_ANOTHER_FORM... 2024-06-29 00:02:50,415 ERROR [scout-model-thread-25] org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.internalCloseForms(AbstractDesktop.java:2161) - Exception while closing forms - MDC[scoutSession=t6g4eveduusq5ipbemsj67dci9e2avqrkmd285uggr61ermeg00, jobName=Stop client session t6g4eveduusq5ipbemsj67dci9e2avqrkmd285uggr61ermeg00 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.lambda$10(AbstractForm.java:1038) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:155) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:138) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.client.ui.form.AbstractForm.startInternal(AbstractForm.java:991) at org.eclipse.scout.rt.client.ui.form.AbstractForm.start(AbstractForm.java:984) at org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm.doFinally(SessionStoreTestForm.java:73) at org.eclipse.scout.rt.client.ui.form.AbstractForm.doClose(AbstractForm.java:1879) at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.internalCloseForms(AbstractDesktop.java:2154) at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.closeInternal(AbstractDesktop.java:2063) at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.disposeInternal(AbstractDesktop.java:2036) at org.eclipse.scout.rt.client.ui.AbstractWidget.dispose(AbstractWidget.java:182) at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:434) at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:381) at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2641) at jdk.internal.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.scout.rt.client.ModelContextProxy.lambda$1(ModelContextProxy.java:48) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:155) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:138) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.client.ModelContextProxy.lambda$0(ModelContextProxy.java:48) at jdk.proxy2/jdk.proxy2.$Proxy88.closeFromUI(Unknown Source) at org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:84) at org.eclipse.scout.rt.client.session.ClientSessionStopHelper.lambda$0(ClientSessionStopHelper.java:56) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:40) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:37) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:32) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.lambda$0(JobFutureTask.java:105) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:174) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:62) 2024-06-29 00:02:50,416 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:462) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@5c2947db[id = t6g4eveduusq5ipbemsj67dci9e2avqrkmd285uggr61ermeg00], user=1003120000] - MDC[scoutSession=t6g4eveduusq5ipbemsj67dci9e2avqrkmd285uggr61ermeg00, jobName=Stop client session t6g4eveduusq5ipbemsj67dci9e2avqrkmd285uggr61ermeg00 due to session housekeeping] 2024-06-29 00:02:50,416 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:89) - Client session with ID t6g4eveduusq5ipbemsj67dci9e2avqrkmd285uggr61ermeg00 terminated. - MDC[scoutSession=t6g4eveduusq5ipbemsj67dci9e2avqrkmd285uggr61ermeg00, jobName=Stop client session t6g4eveduusq5ipbemsj67dci9e2avqrkmd285uggr61ermeg00 due to session housekeeping] 2024-06-29 00:02:50,420 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:326) - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@7748b4[id = 1u5c90r35r009f7lrvkuqk4be7dhpkf4q4tdb0glqtv4f0pn0h7i], user=1003120000] - MDC[jobName=Starting ClientSession [sessionId=1u5c90r35r009f7lrvkuqk4be7dhpkf4q4tdb0glqtv4f0pn0h7i]] 2024-06-29 00:02:50,420 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:311) - Created new client session [clientSessionId=1u5c90r35r009f7lrvkuqk4be7dhpkf4q4tdb0glqtv4f0pn0h7i, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] 2024-06-29 00:02:50,423 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:272) - UiSession with ID 0:1q76cg6geh5jjnjrtjifu4m078qv0gei1eka3ec74asn5smeueqa initialized 2024-06-29 00:02:50,423 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:1q76cg6geh5jjnjrtjifu4m078qv0gei1eka3ec74asn5smeueqa... 2024-06-29 00:02:50,423 INFO [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:408) - Session housekeeping: Shutting down client session with ID 1u5c90r35r009f7lrvkuqk4be7dhpkf4q4tdb0glqtv4f0pn0h7i because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID 1u5c90r35r009f7lrvkuqk4be7dhpkf4q4tdb0glqtv4f0pn0h7i] 2024-06-29 00:02:50,424 INFO [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.checkHttpSessionOutsideWriteLock(SessionStore.java:503) - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID 1u5c90r35r009f7lrvkuqk4be7dhpkf4q4tdb0glqtv4f0pn0h7i] 2024-06-29 00:02:50,424 INFO [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:456) - 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 1u5c90r35r009f7lrvkuqk4be7dhpkf4q4tdb0glqtv4f0pn0h7i] 2024-06-29 00:02:50,466 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:386) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@7748b4[id = 1u5c90r35r009f7lrvkuqk4be7dhpkf4q4tdb0glqtv4f0pn0h7i] - MDC[scoutSession=1u5c90r35r009f7lrvkuqk4be7dhpkf4q4tdb0glqtv4f0pn0h7i, jobName=Stop client session 1u5c90r35r009f7lrvkuqk4be7dhpkf4q4tdb0glqtv4f0pn0h7i due to session housekeeping] 2024-06-29 00:02:50,466 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:391) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@7748b4[id = 1u5c90r35r009f7lrvkuqk4be7dhpkf4q4tdb0glqtv4f0pn0h7i] - MDC[scoutSession=1u5c90r35r009f7lrvkuqk4be7dhpkf4q4tdb0glqtv4f0pn0h7i, jobName=Stop client session 1u5c90r35r009f7lrvkuqk4be7dhpkf4q4tdb0glqtv4f0pn0h7i due to session housekeeping] 2024-06-29 00:02:50,467 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:416) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@7748b4[id = 1u5c90r35r009f7lrvkuqk4be7dhpkf4q4tdb0glqtv4f0pn0h7i], point of no return - MDC[scoutSession=1u5c90r35r009f7lrvkuqk4be7dhpkf4q4tdb0glqtv4f0pn0h7i, jobName=Stop client session 1u5c90r35r009f7lrvkuqk4be7dhpkf4q4tdb0glqtv4f0pn0h7i due to session housekeeping] 2024-06-29 00:02:50,467 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:462) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@7748b4[id = 1u5c90r35r009f7lrvkuqk4be7dhpkf4q4tdb0glqtv4f0pn0h7i], user=1003120000] - MDC[scoutSession=1u5c90r35r009f7lrvkuqk4be7dhpkf4q4tdb0glqtv4f0pn0h7i, jobName=Stop client session 1u5c90r35r009f7lrvkuqk4be7dhpkf4q4tdb0glqtv4f0pn0h7i due to session housekeeping] 2024-06-29 00:02:50,467 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:89) - Client session with ID 1u5c90r35r009f7lrvkuqk4be7dhpkf4q4tdb0glqtv4f0pn0h7i terminated. - MDC[scoutSession=1u5c90r35r009f7lrvkuqk4be7dhpkf4q4tdb0glqtv4f0pn0h7i, jobName=Stop client session 1u5c90r35r009f7lrvkuqk4be7dhpkf4q4tdb0glqtv4f0pn0h7i due to session housekeeping] 2024-06-29 00:02:50,604 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:326) - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@718cdf12[id = 8p8260ed1sss504tknkdqifc0nvs62q8sro21ga8tmcmv8ij384], user=1003120000] - MDC[jobName=Starting ClientSession [sessionId=8p8260ed1sss504tknkdqifc0nvs62q8sro21ga8tmcmv8ij384]] 2024-06-29 00:02:50,605 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:311) - Created new client session [clientSessionId=8p8260ed1sss504tknkdqifc0nvs62q8sro21ga8tmcmv8ij384, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] 2024-06-29 00:02:50,609 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:272) - UiSession with ID 0:jp2rc5v8jleo1i009hen7bt2edu8aub320prj71tj1vfhp7to4o initialized 2024-06-29 00:02:50,609 INFO [main] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:386) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@718cdf12[id = 8p8260ed1sss504tknkdqifc0nvs62q8sro21ga8tmcmv8ij384] 2024-06-29 00:02:50,609 INFO [main] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:391) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@718cdf12[id = 8p8260ed1sss504tknkdqifc0nvs62q8sro21ga8tmcmv8ij384] 2024-06-29 00:02:50,610 INFO [main] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:416) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@718cdf12[id = 8p8260ed1sss504tknkdqifc0nvs62q8sro21ga8tmcmv8ij384], point of no return 2024-06-29 00:02:50,610 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:1096) - Logging out from UI session with ID 0:jp2rc5v8jleo1i009hen7bt2edu8aub320prj71tj1vfhp7to4o [clientSessionId=8p8260ed1sss504tknkdqifc0nvs62q8sro21ga8tmcmv8ij384, processingJsonRequest=false] 2024-06-29 00:02:50,611 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:jp2rc5v8jleo1i009hen7bt2edu8aub320prj71tj1vfhp7to4o... 2024-06-29 00:02:50,611 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:1110) - Logged out successfully from UI session with ID 0:jp2rc5v8jleo1i009hen7bt2edu8aub320prj71tj1vfhp7to4o 2024-06-29 00:02:50,611 INFO [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:393) - Session housekeeping: Client session 8p8260ed1sss504tknkdqifc0nvs62q8sro21ga8tmcmv8ij384 is stopping, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID 8p8260ed1sss504tknkdqifc0nvs62q8sro21ga8tmcmv8ij384] 2024-06-29 00:02:50,611 INFO [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.checkHttpSessionOutsideWriteLock(SessionStore.java:503) - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID 8p8260ed1sss504tknkdqifc0nvs62q8sro21ga8tmcmv8ij384] 2024-06-29 00:02:50,611 INFO [main] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:462) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@718cdf12[id = 8p8260ed1sss504tknkdqifc0nvs62q8sro21ga8tmcmv8ij384], user=1003120000] 2024-06-29 00:02:50,611 INFO [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:456) - 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 8p8260ed1sss504tknkdqifc0nvs62q8sro21ga8tmcmv8ij384] 2024-06-29 00:02:50,616 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:326) - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@76d1c5a8[id = 1ipdeglp88611nlqnv2erl4a2l6sisl0p458ab6lk4ak2itmbm7c], user=1003120000] - MDC[jobName=Starting ClientSession [sessionId=1ipdeglp88611nlqnv2erl4a2l6sisl0p458ab6lk4ak2itmbm7c]] 2024-06-29 00:02:50,616 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:311) - Created new client session [clientSessionId=1ipdeglp88611nlqnv2erl4a2l6sisl0p458ab6lk4ak2itmbm7c, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] 2024-06-29 00:02:50,619 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:272) - UiSession with ID 0:1j1n6itn7lh46ab6lfpr4j9gvqve691msv14ph8hrpeug1ohgba2 initialized 2024-06-29 00:02:50,622 INFO [main] org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:456) - Detected invalidation of HTTP session null, cleaning up 1 client sessions and 1 UI sessions 2024-06-29 00:02:50,623 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:1j1n6itn7lh46ab6lfpr4j9gvqve691msv14ph8hrpeug1ohgba2... 2024-06-29 00:02:50,624 INFO [main] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:408) - Session housekeeping: Shutting down client session with ID 1ipdeglp88611nlqnv2erl4a2l6sisl0p458ab6lk4ak2itmbm7c because it is not used anymore 2024-06-29 00:02:50,624 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:386) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@76d1c5a8[id = 1ipdeglp88611nlqnv2erl4a2l6sisl0p458ab6lk4ak2itmbm7c] - MDC[scoutSession=1ipdeglp88611nlqnv2erl4a2l6sisl0p458ab6lk4ak2itmbm7c, jobName=Stop client session 1ipdeglp88611nlqnv2erl4a2l6sisl0p458ab6lk4ak2itmbm7c due to session housekeeping] 2024-06-29 00:02:50,625 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:391) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@76d1c5a8[id = 1ipdeglp88611nlqnv2erl4a2l6sisl0p458ab6lk4ak2itmbm7c] - MDC[scoutSession=1ipdeglp88611nlqnv2erl4a2l6sisl0p458ab6lk4ak2itmbm7c, jobName=Stop client session 1ipdeglp88611nlqnv2erl4a2l6sisl0p458ab6lk4ak2itmbm7c due to session housekeeping] 2024-06-29 00:02:50,625 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:416) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@76d1c5a8[id = 1ipdeglp88611nlqnv2erl4a2l6sisl0p458ab6lk4ak2itmbm7c], point of no return - MDC[scoutSession=1ipdeglp88611nlqnv2erl4a2l6sisl0p458ab6lk4ak2itmbm7c, jobName=Stop client session 1ipdeglp88611nlqnv2erl4a2l6sisl0p458ab6lk4ak2itmbm7c due to session housekeeping] # SessionStoreTestForm.doFinally DO_NOTHING... # SessionStoreTestForm.doFinally done. 2024-06-29 00:02:50,625 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:462) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@76d1c5a8[id = 1ipdeglp88611nlqnv2erl4a2l6sisl0p458ab6lk4ak2itmbm7c], user=1003120000] - MDC[scoutSession=1ipdeglp88611nlqnv2erl4a2l6sisl0p458ab6lk4ak2itmbm7c, jobName=Stop client session 1ipdeglp88611nlqnv2erl4a2l6sisl0p458ab6lk4ak2itmbm7c due to session housekeeping] 2024-06-29 00:02:50,626 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:89) - Client session with ID 1ipdeglp88611nlqnv2erl4a2l6sisl0p458ab6lk4ak2itmbm7c terminated. - MDC[scoutSession=1ipdeglp88611nlqnv2erl4a2l6sisl0p458ab6lk4ak2itmbm7c, jobName=Stop client session 1ipdeglp88611nlqnv2erl4a2l6sisl0p458ab6lk4ak2itmbm7c due to session housekeeping] 2024-06-29 00:02:50,630 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:326) - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@3c77177f[id = dohqg6080dvqqtn8nf9ajhsurr8aosdpe5mnh01ijen3qqucd1l], user=1003120000] - MDC[jobName=Starting ClientSession [sessionId=dohqg6080dvqqtn8nf9ajhsurr8aosdpe5mnh01ijen3qqucd1l]] 2024-06-29 00:02:50,630 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:311) - Created new client session [clientSessionId=dohqg6080dvqqtn8nf9ajhsurr8aosdpe5mnh01ijen3qqucd1l, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] 2024-06-29 00:02:50,633 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:272) - UiSession with ID 0:1v28vjo6rjrjq3lkrac11693hd7bnp6nbq2vjj0rgigpd493r8sn initialized 2024-06-29 00:02:50,636 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:1096) - Logging out from UI session with ID 0:1v28vjo6rjrjq3lkrac11693hd7bnp6nbq2vjj0rgigpd493r8sn [clientSessionId=dohqg6080dvqqtn8nf9ajhsurr8aosdpe5mnh01ijen3qqucd1l, processingJsonRequest=false] 2024-06-29 00:02:50,636 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:1v28vjo6rjrjq3lkrac11693hd7bnp6nbq2vjj0rgigpd493r8sn... 2024-06-29 00:02:50,636 INFO [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:408) - Session housekeeping: Shutting down client session with ID dohqg6080dvqqtn8nf9ajhsurr8aosdpe5mnh01ijen3qqucd1l because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID dohqg6080dvqqtn8nf9ajhsurr8aosdpe5mnh01ijen3qqucd1l] 2024-06-29 00:02:50,636 INFO [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.checkHttpSessionOutsideWriteLock(SessionStore.java:503) - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID dohqg6080dvqqtn8nf9ajhsurr8aosdpe5mnh01ijen3qqucd1l] 2024-06-29 00:02:50,637 INFO [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:456) - 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 dohqg6080dvqqtn8nf9ajhsurr8aosdpe5mnh01ijen3qqucd1l] 2024-06-29 00:02:50,637 INFO [main] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:1110) - Logged out successfully from UI session with ID 0:1v28vjo6rjrjq3lkrac11693hd7bnp6nbq2vjj0rgigpd493r8sn 2024-06-29 00:02:50,637 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:386) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@3c77177f[id = dohqg6080dvqqtn8nf9ajhsurr8aosdpe5mnh01ijen3qqucd1l] - MDC[scoutSession=dohqg6080dvqqtn8nf9ajhsurr8aosdpe5mnh01ijen3qqucd1l, jobName=Stop client session dohqg6080dvqqtn8nf9ajhsurr8aosdpe5mnh01ijen3qqucd1l due to session housekeeping] 2024-06-29 00:02:50,637 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:391) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@3c77177f[id = dohqg6080dvqqtn8nf9ajhsurr8aosdpe5mnh01ijen3qqucd1l] - MDC[scoutSession=dohqg6080dvqqtn8nf9ajhsurr8aosdpe5mnh01ijen3qqucd1l, jobName=Stop client session dohqg6080dvqqtn8nf9ajhsurr8aosdpe5mnh01ijen3qqucd1l due to session housekeeping] 2024-06-29 00:02:50,637 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:416) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@3c77177f[id = dohqg6080dvqqtn8nf9ajhsurr8aosdpe5mnh01ijen3qqucd1l], point of no return - MDC[scoutSession=dohqg6080dvqqtn8nf9ajhsurr8aosdpe5mnh01ijen3qqucd1l, jobName=Stop client session dohqg6080dvqqtn8nf9ajhsurr8aosdpe5mnh01ijen3qqucd1l due to session housekeeping] # SessionStoreTestForm.doFinally WAIT_FOR_LOOP... # for-loop in state RUNNING, ttl=5000 2024-06-29 00:02:52,639 WARN [scout-thread-25] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.awaitJobs(ClientSessionStopHelper.java:153) - Client session org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@3c77177f[id = dohqg6080dvqqtn8nf9ajhsurr8aosdpe5mnh01ijen3qqucd1l] did not stop within 1 seconds. Stopping will continue. - MDC[jobName=org.eclipse.scout.rt.client.session.ClientSessionStopHelper$$Lambda$384/0x00007ff4a046eaa0] 2024-06-29 00:02:52,640 INFO [scout-thread-25] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.cancelJobs(ClientSessionStopHelper.java:171) - Cancel running model jobs because the client session was shut down. [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@3c77177f[id = dohqg6080dvqqtn8nf9ajhsurr8aosdpe5mnh01ijen3qqucd1l], user=1003120000, jobs=[JobFutureTask@3fc2a1d1[job=Detaching Gui, state=WAITING_FOR_PERMIT], JobFutureTask@365f798b[job=Stop client session dohqg6080dvqqtn8nf9ajhsurr8aosdpe5mnh01ijen3qqucd1l due to session housekeeping, state=RUNNING]]] - MDC[jobName=org.eclipse.scout.rt.client.session.ClientSessionStopHelper$$Lambda$384/0x00007ff4a046eaa0] # for-loop in state DONE, ttl=2318 # SessionStoreTestForm.doFinally done. 2024-06-29 00:02:55,639 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:462) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@3c77177f[id = dohqg6080dvqqtn8nf9ajhsurr8aosdpe5mnh01ijen3qqucd1l], user=1003120000] - MDC[scoutSession=dohqg6080dvqqtn8nf9ajhsurr8aosdpe5mnh01ijen3qqucd1l, jobName=Stop client session dohqg6080dvqqtn8nf9ajhsurr8aosdpe5mnh01ijen3qqucd1l due to session housekeeping] 2024-06-29 00:02:55,640 INFO [scout-model-thread-23] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:89) - Client session with ID dohqg6080dvqqtn8nf9ajhsurr8aosdpe5mnh01ijen3qqucd1l terminated. - MDC[scoutSession=dohqg6080dvqqtn8nf9ajhsurr8aosdpe5mnh01ijen3qqucd1l, jobName=Stop client session dohqg6080dvqqtn8nf9ajhsurr8aosdpe5mnh01ijen3qqucd1l due to session housekeeping] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.10 s -- in org.eclipse.scout.rt.ui.html.UiSessionTest [INFO] Running org.eclipse.scout.rt.ui.html.UiThreadInterruptionTest 2024-06-29 00:02:55,643 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:179) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true 2024-06-29 00:02:55,652 INFO [main] org.eclipse.scout.rt.platform.logger.LoggerInstallPlatformListener.registerLoggerSupportBean(LoggerInstallPlatformListener.java:98) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport 2024-06-29 00:02:55,653 INFO [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:41) - 0 code type classes registered. 2024-06-29 00:02:55,653 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:191) - No classpath:config.properties found. Running with empty configuration. 2024-06-29 00:02:55,654 INFO [main] org.eclipse.scout.rt.server.commons.GlobalTrustManager.getTrustedCertificatesInRemoteFiles(GlobalTrustManager.java:220) - No instance of org.eclipse.scout.rt.shared.services.common.file.IRemoteFileService available, skip loading certificates from remote file service. 2024-06-29 00:02:55,663 WARN [main] org.eclipse.scout.rt.ui.html.UiThreadInterruption.detectAndClear(UiThreadInterruption.java:33) - DETECTED_THREAD_INTERRUPTION in org.eclipse.scout.rt.ui.html.UiThreadInterruptionTest#35a2ea5a 'test', clearing interrupt status successful java.lang.Exception: Calling trace at org.eclipse.scout.rt.ui.html.UiThreadInterruption.detectAndClear(UiThreadInterruption.java:38) at org.eclipse.scout.rt.ui.html.UiThreadInterruptionTest.testDetectAndClearWithInterrupt(UiThreadInterruptionTest.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:32) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:333) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:45) at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:354) at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:34) at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:57) at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:48) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:43) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:38) at org.eclipse.scout.rt.platform.util.concurrent.Callables.lambda$0(Callables.java:30) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:226) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:112) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:141) at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:77) at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:221) at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:169) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:157) at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:138) at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:109) at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40) at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:60) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithNewPlatform(PlatformStatement.java:84) at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:71) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 2024-06-29 00:02:55,666 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:304) - Shutdown ExecutorService, await termination... 2024-06-29 00:02:55,667 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:306) - Shutdown ExecutorService, await termination returned terminated=true [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.scout.rt.ui.html.UiThreadInterruptionTest [INFO] Running org.eclipse.scout.rt.ui.html.cache.HttpCacheControlTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.eclipse.scout.rt.ui.html.cache.HttpCacheControlTest [INFO] Running org.eclipse.scout.rt.ui.html.cache.HttpCacheKeyTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.scout.rt.ui.html.cache.HttpCacheKeyTest [INFO] Running org.eclipse.scout.rt.ui.html.cache.HttpCacheObjectTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.scout.rt.ui.html.cache.HttpCacheObjectTest [INFO] Running org.eclipse.scout.rt.ui.html.cache.HttpResourceCacheTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.ui.html.cache.HttpResourceCacheTest [INFO] Running org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapterTest 2024-06-29 00:02:55,745 WARN [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache.registerSessionForNotifications(ClientSessionProviderWithCache.java:176) - Failed to register session for notifications. - MDC[principal=default] 2024-06-29 00:02:55,745 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:187) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=default] 2024-06-29 00:02:55,748 INFO [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:326) - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@21eaa923[id = r83ke9o404ukm693ugouoo9jj33bpgj0dh2kprp26rf276kbov], user=1003120000] - MDC[principal=default, jobName=Starting ClientSession [sessionId=r83ke9o404ukm693ugouoo9jj33bpgj0dh2kprp26rf276kbov]] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapterTest [INFO] Running org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserverTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserverTest [INFO] Running org.eclipse.scout.rt.ui.html.json.DefaultValuesFilterServiceTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.scout.rt.ui.html.json.DefaultValuesFilterServiceTest [INFO] Running org.eclipse.scout.rt.ui.html.json.DefaultValuesFilterTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.scout.rt.ui.html.json.DefaultValuesFilterTest [INFO] Running org.eclipse.scout.rt.ui.html.json.JsonAdapterRegistryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.scout.rt.ui.html.json.JsonAdapterRegistryTest [INFO] Running org.eclipse.scout.rt.ui.html.json.JsonBeanTest 2024-06-29 00:02:55,859 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory.getFactories(MainJsonObjectFactory.java:35) - Using following object factories: [org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory@4eb5ccb9, org.eclipse.scout.rt.ui.html.JsonObjectFactory@62ad4868] - MDC[principal=default, scoutSession=r83ke9o404ukm693ugouoo9jj33bpgj0dh2kprp26rf276kbov, jobName=Running JUnit test in model job] 2024-06-29 00:02:55,866 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory.getFactories(MainJsonObjectFactory.java:35) - Using following object factories: [org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory@4eb5ccb9, org.eclipse.scout.rt.ui.html.JsonObjectFactory@3729129a] - MDC[principal=default, scoutSession=r83ke9o404ukm693ugouoo9jj33bpgj0dh2kprp26rf276kbov, jobName=Running JUnit test in model job] 2024-06-29 00:02:55,870 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory.getFactories(MainJsonObjectFactory.java:35) - Using following object factories: [org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory@4eb5ccb9, org.eclipse.scout.rt.ui.html.JsonObjectFactory@10a056d2] - MDC[principal=default, scoutSession=r83ke9o404ukm693ugouoo9jj33bpgj0dh2kprp26rf276kbov, jobName=Running JUnit test in model job] 2024-06-29 00:02:55,873 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory.getFactories(MainJsonObjectFactory.java:35) - Using following object factories: [org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory@4eb5ccb9, org.eclipse.scout.rt.ui.html.JsonObjectFactory@3a8eece5] - MDC[principal=default, scoutSession=r83ke9o404ukm693ugouoo9jj33bpgj0dh2kprp26rf276kbov, jobName=Running JUnit test in model job] 2024-06-29 00:02:55,875 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory.getFactories(MainJsonObjectFactory.java:35) - Using following object factories: [org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory@4eb5ccb9, org.eclipse.scout.rt.ui.html.JsonObjectFactory@7ba4f6d7] - MDC[principal=default, scoutSession=r83ke9o404ukm693ugouoo9jj33bpgj0dh2kprp26rf276kbov, jobName=Running JUnit test in model job] 2024-06-29 00:02:55,878 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory.getFactories(MainJsonObjectFactory.java:35) - Using following object factories: [org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory@4eb5ccb9, org.eclipse.scout.rt.ui.html.JsonObjectFactory@4c055e3a] - MDC[principal=default, scoutSession=r83ke9o404ukm693ugouoo9jj33bpgj0dh2kprp26rf276kbov, jobName=Running JUnit test in model job] 2024-06-29 00:02:55,880 INFO [scout-model-thread-25] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory.getFactories(MainJsonObjectFactory.java:35) - Using following object factories: [org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory@4eb5ccb9, org.eclipse.scout.rt.ui.html.JsonObjectFactory@261c47b3] - MDC[principal=default, scoutSession=r83ke9o404ukm693ugouoo9jj33bpgj0dh2kprp26rf276kbov, jobName=Running JUnit test in model job] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.scout.rt.ui.html.json.JsonBeanTest [INFO] Running org.eclipse.scout.rt.ui.html.json.JsonByteArrayTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.scout.rt.ui.html.json.JsonByteArrayTest [INFO] Running org.eclipse.scout.rt.ui.html.json.JsonDateTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.scout.rt.ui.html.json.JsonDateTest [INFO] Running org.eclipse.scout.rt.ui.html.json.JsonEventTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.ui.html.json.JsonEventTest [INFO] Running org.eclipse.scout.rt.ui.html.json.JsonObjectUtilityTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.scout.rt.ui.html.json.JsonObjectUtilityTest [INFO] Running org.eclipse.scout.rt.ui.html.json.JsonRequestTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.ui.html.json.JsonRequestTest [INFO] Running org.eclipse.scout.rt.ui.html.json.JsonResponseTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.eclipse.scout.rt.ui.html.json.JsonResponseTest [INFO] Running org.eclipse.scout.rt.ui.html.json.JsonStartupRequestTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.ui.html.json.JsonStartupRequestTest [INFO] Running org.eclipse.scout.rt.ui.html.json.JsonStatusTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.ui.html.json.JsonStatusTest [INFO] Running org.eclipse.scout.rt.ui.html.json.JsonUtilityTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.ui.html.json.JsonUtilityTest [INFO] Running org.eclipse.scout.rt.ui.html.json.PropertyEventFilterTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.scout.rt.ui.html.json.PropertyEventFilterTest [INFO] Running org.eclipse.scout.rt.ui.html.json.UploadRequestHandlerTest 2024-06-29 00:02:56,001 INFO [main] org.eclipse.scout.rt.ui.html.json.UploadRequestHandler.verifyFileIntegrity(UploadRequestHandler.java:400) - File 'x.jpg' has content header '474946383761' which does not match its extension. 2024-06-29 00:02:56,002 INFO [main] org.eclipse.scout.rt.ui.html.json.UploadRequestHandler.verifyFileIntegrity(UploadRequestHandler.java:400) - File 'x.jpg.gif' has content header '' which does not match its extension. 2024-06-29 00:02:56,732 INFO [main] org.eclipse.scout.rt.ui.html.json.UploadRequestHandler.verifyFileIntegrity(UploadRequestHandler.java:400) - File 'x.foobar.mov' has content header '474946383761' which does not match its extension. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.733 s -- in org.eclipse.scout.rt.ui.html.json.UploadRequestHandlerTest [INFO] Running org.eclipse.scout.rt.ui.html.json.basic.filechooser.JsonFileChooserAcceptAttributeBuilderTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.ui.html.json.basic.filechooser.JsonFileChooserAcceptAttributeBuilderTest [INFO] Running org.eclipse.scout.rt.ui.html.json.basic.planner.JsonPlannerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.eclipse.scout.rt.ui.html.json.basic.planner.JsonPlannerTest [INFO] Running org.eclipse.scout.rt.ui.html.json.desktop.DownloadHandlerStorageTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.308 s -- in org.eclipse.scout.rt.ui.html.json.desktop.DownloadHandlerStorageTest [INFO] Running org.eclipse.scout.rt.ui.html.json.desktop.JsonDesktopTest 2024-06-29 00:02:57,186 WARN [scout-model-thread-25] org.eclipse.scout.rt.client.services.common.prefs.FileSystemUserPreferencesStorageService.getBaseFolder(FileSystemUserPreferencesStorageService.java:177) - No user area property found. Using '/home/jenkins/agent/user' as fallback. Consider specifying a user area using property 'scout.client.userArea'. - MDC[principal=default, scoutSession=r83ke9o404ukm693ugouoo9jj33bpgj0dh2kprp26rf276kbov, jobName=Running JUnit test in model job] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.085 s -- in org.eclipse.scout.rt.ui.html.json.desktop.JsonDesktopTest [INFO] Running org.eclipse.scout.rt.ui.html.json.desktop.JsonOutlineTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.339 s -- in org.eclipse.scout.rt.ui.html.json.desktop.JsonOutlineTest [INFO] Running org.eclipse.scout.rt.ui.html.json.desktop.JsonOutlineViewButtonTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.269 s -- in org.eclipse.scout.rt.ui.html.json.desktop.JsonOutlineViewButtonTest [INFO] Running org.eclipse.scout.rt.ui.html.json.desktop.hybrid.JsonHybridManagerTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.408 s -- in org.eclipse.scout.rt.ui.html.json.desktop.hybrid.JsonHybridManagerTest [INFO] Running org.eclipse.scout.rt.ui.html.json.form.JsonFormMenuTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.scout.rt.ui.html.json.form.JsonFormMenuTest [INFO] Running org.eclipse.scout.rt.ui.html.json.form.JsonFormTest 2024-06-29 00:02:59,241 ERROR [scout-model-thread-25] org.eclipse.scout.rt.ui.html.json.form.JsonForm.findChildAdapter(JsonForm.java:251) - 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=7, modelClass=org.eclipse.scout.rt.ui.html.json.form.fixtures.FormWithOneField, parentId=1] - MDC[principal=default, scoutSession=r83ke9o404ukm693ugouoo9jj33bpgj0dh2kprp26rf276kbov, jobName=Running JUnit test in model job] 2024-06-29 00:02:59,242 ERROR [scout-model-thread-25] org.eclipse.scout.rt.ui.html.json.form.JsonForm.findChildAdapter(JsonForm.java:251) - 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=19, modelClass=org.eclipse.scout.rt.ui.html.json.form.fixtures.FormWithOneField, parentId=1] - MDC[principal=default, scoutSession=r83ke9o404ukm693ugouoo9jj33bpgj0dh2kprp26rf276kbov, jobName=Running JUnit test in model job] 2024-06-29 00:02:59,243 ERROR [scout-model-thread-25] org.eclipse.scout.rt.ui.html.json.form.JsonForm.findChildAdapter(JsonForm.java:251) - 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=22, modelClass=org.eclipse.scout.rt.ui.html.json.form.fixtures.FormWithOneField, parentId=1] - MDC[principal=default, scoutSession=r83ke9o404ukm693ugouoo9jj33bpgj0dh2kprp26rf276kbov, jobName=Running JUnit test in model job] 2024-06-29 00:02:59,244 ERROR [scout-model-thread-25] org.eclipse.scout.rt.ui.html.json.form.JsonForm.findChildAdapter(JsonForm.java:251) - 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=22, modelClass=org.eclipse.scout.rt.ui.html.json.form.fixtures.FormWithOneField, parentId=1] - MDC[principal=default, scoutSession=r83ke9o404ukm693ugouoo9jj33bpgj0dh2kprp26rf276kbov, jobName=Running JUnit test in model job] 2024-06-29 00:02:59,245 ERROR [scout-model-thread-25] org.eclipse.scout.rt.ui.html.json.form.JsonForm.findChildAdapter(JsonForm.java:251) - 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=19, modelClass=org.eclipse.scout.rt.ui.html.json.form.fixtures.FormWithOneField, parentId=1] - MDC[principal=default, scoutSession=r83ke9o404ukm693ugouoo9jj33bpgj0dh2kprp26rf276kbov, jobName=Running JUnit test in model job] 2024-06-29 00:02:59,245 ERROR [scout-model-thread-25] org.eclipse.scout.rt.ui.html.json.form.JsonForm.findChildAdapter(JsonForm.java:251) - 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=7, modelClass=org.eclipse.scout.rt.ui.html.json.form.fixtures.FormWithOneField, parentId=1] - MDC[principal=default, scoutSession=r83ke9o404ukm693ugouoo9jj33bpgj0dh2kprp26rf276kbov, jobName=Running JUnit test in model job] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.eclipse.scout.rt.ui.html.json.form.JsonFormTest [INFO] Running org.eclipse.scout.rt.ui.html.json.form.fields.JsonAdapterPropertyConfigBuilderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.scout.rt.ui.html.json.form.fields.JsonAdapterPropertyConfigBuilderTest [INFO] Running org.eclipse.scout.rt.ui.html.json.form.fields.JsonFormFieldTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.scout.rt.ui.html.json.form.fields.JsonFormFieldTest [INFO] Running org.eclipse.scout.rt.ui.html.json.form.fields.browserfield.JsonBrowserFieldTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.eclipse.scout.rt.ui.html.json.form.fields.browserfield.JsonBrowserFieldTest [INFO] Running org.eclipse.scout.rt.ui.html.json.form.fields.checkboxfield.JsonCheckBoxFieldTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.scout.rt.ui.html.json.form.fields.checkboxfield.JsonCheckBoxFieldTest [INFO] Running org.eclipse.scout.rt.ui.html.json.form.fields.groupbox.JsonGroupBoxTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.scout.rt.ui.html.json.form.fields.groupbox.JsonGroupBoxTest [INFO] Running org.eclipse.scout.rt.ui.html.json.form.fields.htmlfield.JsonHtmlFieldTest 2024-06-29 00:02:59,389 WARN [scout-model-thread-25] org.eclipse.scout.rt.ui.html.res.BinaryResourceUrlUtility.createIconUrl(BinaryResourceUrlUtility.java:95) - iconId 'test_icon' could not be resolved - MDC[principal=default, scoutSession=r83ke9o404ukm693ugouoo9jj33bpgj0dh2kprp26rf276kbov, jobName=Running JUnit test in model job] 2024-06-29 00:02:59,389 WARN [scout-model-thread-25] org.eclipse.scout.rt.ui.html.res.BinaryResourceUrlUtility.createIconUrl(BinaryResourceUrlUtility.java:95) - iconId 'test_icon' could not be resolved - MDC[principal=default, scoutSession=r83ke9o404ukm693ugouoo9jj33bpgj0dh2kprp26rf276kbov, jobName=Running JUnit test in model job] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.scout.rt.ui.html.json.form.fields.htmlfield.JsonHtmlFieldTest [INFO] Running org.eclipse.scout.rt.ui.html.json.form.fields.listbox.JsonListBoxTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s -- in org.eclipse.scout.rt.ui.html.json.form.fields.listbox.JsonListBoxTest [INFO] Running org.eclipse.scout.rt.ui.html.json.form.fields.stringfield.JsonStringFieldTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.scout.rt.ui.html.json.form.fields.stringfield.JsonStringFieldTest [INFO] Running org.eclipse.scout.rt.ui.html.json.form.fields.tabbox.JsonTabBoxTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.716 s -- in org.eclipse.scout.rt.ui.html.json.form.fields.tabbox.JsonTabBoxTest [INFO] Running org.eclipse.scout.rt.ui.html.json.form.fields.tablefield.JsonTableFieldTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.eclipse.scout.rt.ui.html.json.form.fields.tablefield.JsonTableFieldTest [INFO] Running org.eclipse.scout.rt.ui.html.json.menu.JsonMenuTest 2024-06-29 00:03:00,240 WARN [scout-model-thread-25] org.eclipse.scout.rt.ui.html.json.action.JsonAction.handleModelPropertyChange(JsonAction.java:193) - Setting visibleGranted=false has no effect, because JsonAdapter 3 (org.eclipse.scout.rt.ui.html.json.menu.fixtures.MenuWithNonDisplayableChild$DisplayableMenu@66143511) is already sent to the UI. - MDC[principal=default, scoutSession=r83ke9o404ukm693ugouoo9jj33bpgj0dh2kprp26rf276kbov, jobName=Running JUnit test in model job] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.eclipse.scout.rt.ui.html.json.menu.JsonMenuTest [INFO] Running org.eclipse.scout.rt.ui.html.json.table.JsonCellToJsonTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.eclipse.scout.rt.ui.html.json.table.JsonCellToJsonTest [INFO] Running org.eclipse.scout.rt.ui.html.json.table.JsonTableTest [INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.552 s -- in org.eclipse.scout.rt.ui.html.json.table.JsonTableTest [INFO] Running org.eclipse.scout.rt.ui.html.json.table.control.JsonFormTableControlTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.scout.rt.ui.html.json.table.control.JsonFormTableControlTest [INFO] Running org.eclipse.scout.rt.ui.html.json.tile.JsonTileGridTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.eclipse.scout.rt.ui.html.json.tile.JsonTileGridTest [INFO] Running org.eclipse.scout.rt.ui.html.json.tree.JsonTreeTest Response #1: {"startupData":{},"adapterData":{"2":{"id":"2","objectType":"Tree","checkableStyle":"checkbox_tree_node","scrollToSelection":false}}} Response #2: {"#":1,"events":[{"target":"2","type":"nodesInserted","nodes":[{"id":"3","initialExpanded":false,"childNodeIndex":0,"text":"A","htmlEnabled":false,"childNodes":[{"id":"4","initialExpanded":false,"childNodeIndex":0,"text":"B","htmlEnabled":false}]}]}]} Response #1: {"startupData":{},"adapterData":{"2":{"id":"2","objectType":"Tree","checkableStyle":"checkbox_tree_node","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}]}}} Response #2: {"#":1,"events":[{"target":"2","type":"nodesDeleted","commonParentNodeId":"4","nodeIds":["5"]}]} Response #1: {"startupData":{},"adapterData":{"2":{"id":"2","objectType":"Tree","checkableStyle":"checkbox_tree_node","scrollToSelection":false}}} Response #2: {"#":1} Response #1: {"startupData":{},"adapterData":{"2":{"id":"2","objectType":"Tree","checkableStyle":"checkbox_tree_node","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}]}}} 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}]} Response #3: {"#":2,"events":[{"target":"2","type":"nodeExpanded","nodeId":"3","expanded":false,"expandedLazy":false,"recursive":true}]} [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.231 s -- in org.eclipse.scout.rt.ui.html.json.tree.JsonTreeTest [INFO] Running org.eclipse.scout.rt.ui.html.res.BinaryResourceUrlUtilityTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 s -- in org.eclipse.scout.rt.ui.html.res.BinaryResourceUrlUtilityTest [INFO] Running org.eclipse.scout.rt.ui.html.res.loader.HtmlDocumentParserTest 2024-06-29 00:03:01,338 WARN [main] org.eclipse.scout.rt.ui.html.res.loader.HtmlDocumentParser.lambda$8(HtmlDocumentParser.java:275) - Removing unknown or improperly formatted scout tag from 'html/path': 2024-06-29 00:03:01,338 WARN [main] org.eclipse.scout.rt.ui.html.res.loader.HtmlDocumentParser.lambda$8(HtmlDocumentParser.java:275) - Removing unknown or improperly formatted scout tag from 'html/path': [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.scout.rt.ui.html.res.loader.HtmlDocumentParserTest [INFO] Running org.eclipse.scout.rt.ui.html.res.loader.TextsLoaderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.scout.rt.ui.html.res.loader.TextsLoaderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 330, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.ui.html.test --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html.test --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] -----< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.selenium >----- [INFO] Building org.eclipse.scout.rt.ui.html.selenium 24.2-SNAPSHOT [55/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.selenium/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-java/4.15.0/selenium-java-4.15.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-java/4.15.0/selenium-java-4.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-java/4.15.0/selenium-java-4.15.0.pom (4.4 kB at 39 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-api/4.15.0/selenium-api-4.15.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-api/4.15.0/selenium-api-4.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-api/4.15.0/selenium-api-4.15.0.pom (2.1 kB at 30 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-chrome-driver/4.15.0/selenium-chrome-driver-4.15.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-chrome-driver/4.15.0/selenium-chrome-driver-4.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-chrome-driver/4.15.0/selenium-chrome-driver-4.15.0.pom (3.3 kB at 32 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/auto/service/auto-service-annotations/1.1.1/auto-service-annotations-1.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/service/auto-service-annotations/1.1.1/auto-service-annotations-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/service/auto-service-annotations/1.1.1/auto-service-annotations-1.1.1.pom (2.3 kB at 54 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/auto/service/auto-service-aggregator/1.1.1/auto-service-aggregator-1.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/service/auto-service-aggregator/1.1.1/auto-service-aggregator-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/service/auto-service-aggregator/1.1.1/auto-service-aggregator-1.1.1.pom (4.3 kB at 62 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-chromium-driver/4.15.0/selenium-chromium-driver-4.15.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-chromium-driver/4.15.0/selenium-chromium-driver-4.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-chromium-driver/4.15.0/selenium-chromium-driver-4.15.0.pom (2.7 kB at 36 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-json/4.15.0/selenium-json-4.15.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-json/4.15.0/selenium-json-4.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-json/4.15.0/selenium-json-4.15.0.pom (2.3 kB at 44 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-remote-driver/4.15.0/selenium-remote-driver-4.15.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-remote-driver/4.15.0/selenium-remote-driver-4.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-remote-driver/4.15.0/selenium-remote-driver-4.15.0.pom (5.3 kB at 89 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opentelemetry/opentelemetry-exporter-logging/1.34.1/opentelemetry-exporter-logging-1.34.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-logging/1.34.1/opentelemetry-exporter-logging-1.34.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-logging/1.34.1/opentelemetry-exporter-logging-1.34.1.pom (2.0 kB at 224 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opentelemetry/opentelemetry-sdk/1.34.1/opentelemetry-sdk-1.34.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk/1.34.1/opentelemetry-sdk-1.34.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk/1.34.1/opentelemetry-sdk-1.34.1.pom (2.5 kB at 319 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opentelemetry/opentelemetry-sdk-common/1.34.1/opentelemetry-sdk-common-1.34.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-common/1.34.1/opentelemetry-sdk-common-1.34.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-common/1.34.1/opentelemetry-sdk-common-1.34.1.pom (1.8 kB at 199 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opentelemetry/opentelemetry-sdk-trace/1.34.1/opentelemetry-sdk-trace-1.34.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-trace/1.34.1/opentelemetry-sdk-trace-1.34.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-trace/1.34.1/opentelemetry-sdk-trace-1.34.1.pom (2.0 kB at 221 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opentelemetry/opentelemetry-sdk-metrics/1.34.1/opentelemetry-sdk-metrics-1.34.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-metrics/1.34.1/opentelemetry-sdk-metrics-1.34.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-metrics/1.34.1/opentelemetry-sdk-metrics-1.34.1.pom (2.2 kB at 274 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opentelemetry/opentelemetry-extension-incubator/1.34.1-alpha/opentelemetry-extension-incubator-1.34.1-alpha.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-extension-incubator/1.34.1-alpha/opentelemetry-extension-incubator-1.34.1-alpha.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-extension-incubator/1.34.1-alpha/opentelemetry-extension-incubator-1.34.1-alpha.pom (1.8 kB at 226 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opentelemetry/opentelemetry-sdk-logs/1.34.1/opentelemetry-sdk-logs-1.34.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-logs/1.34.1/opentelemetry-sdk-logs-1.34.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-logs/1.34.1/opentelemetry-sdk-logs-1.34.1.pom (2.4 kB at 184 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opentelemetry/opentelemetry-api-events/1.34.1-alpha/opentelemetry-api-events-1.34.1-alpha.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-api-events/1.34.1-alpha/opentelemetry-api-events-1.34.1-alpha.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-api-events/1.34.1-alpha/opentelemetry-api-events-1.34.1-alpha.pom (1.8 kB at 72 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opentelemetry/opentelemetry-sdk-extension-autoconfigure-spi/1.34.1/opentelemetry-sdk-extension-autoconfigure-spi-1.34.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-extension-autoconfigure-spi/1.34.1/opentelemetry-sdk-extension-autoconfigure-spi-1.34.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-extension-autoconfigure-spi/1.34.1/opentelemetry-sdk-extension-autoconfigure-spi-1.34.1.pom (1.8 kB at 203 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opentelemetry/opentelemetry-sdk-extension-autoconfigure/1.34.1/opentelemetry-sdk-extension-autoconfigure-1.34.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-extension-autoconfigure/1.34.1/opentelemetry-sdk-extension-autoconfigure-1.34.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-extension-autoconfigure/1.34.1/opentelemetry-sdk-extension-autoconfigure-1.34.1.pom (2.2 kB at 279 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opentelemetry/opentelemetry-semconv/1.28.0-alpha/opentelemetry-semconv-1.28.0-alpha.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-semconv/1.28.0-alpha/opentelemetry-semconv-1.28.0-alpha.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-semconv/1.28.0-alpha/opentelemetry-semconv-1.28.0-alpha.pom (1.8 kB at 22 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/bytebuddy/byte-buddy/1.14.5/byte-buddy-1.14.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.14.5/byte-buddy-1.14.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.14.5/byte-buddy-1.14.5.pom (16 kB at 76 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/bytebuddy/byte-buddy-parent/1.14.5/byte-buddy-parent-1.14.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.14.5/byte-buddy-parent-1.14.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.14.5/byte-buddy-parent-1.14.5.pom (58 kB at 72 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-http/4.15.0/selenium-http-4.15.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-http/4.15.0/selenium-http-4.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-http/4.15.0/selenium-http-4.15.0.pom (2.8 kB at 93 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/dev/failsafe/failsafe/3.3.2/failsafe-3.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dev/failsafe/failsafe/3.3.2/failsafe-3.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dev/failsafe/failsafe/3.3.2/failsafe-3.3.2.pom (1.0 kB at 14 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/dev/failsafe/failsafe-parent/3.3.2/failsafe-parent-3.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dev/failsafe/failsafe-parent/3.3.2/failsafe-parent-3.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dev/failsafe/failsafe-parent/3.3.2/failsafe-parent-3.3.2.pom (9.2 kB at 180 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-manager/4.15.0/selenium-manager-4.15.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-manager/4.15.0/selenium-manager-4.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-manager/4.15.0/selenium-manager-4.15.0.pom (2.6 kB at 21 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-os/4.15.0/selenium-os-4.15.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-os/4.15.0/selenium-os-4.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-os/4.15.0/selenium-os-4.15.0.pom (2.4 kB at 7.9 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom (11 kB at 478 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/35/commons-parent-35.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom (58 kB at 1.5 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-devtools-v117/4.15.0/selenium-devtools-v117-4.15.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-devtools-v117/4.15.0/selenium-devtools-v117-4.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-devtools-v117/4.15.0/selenium-devtools-v117-4.15.0.pom (2.9 kB at 37 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-devtools-v118/4.15.0/selenium-devtools-v118-4.15.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-devtools-v118/4.15.0/selenium-devtools-v118-4.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-devtools-v118/4.15.0/selenium-devtools-v118-4.15.0.pom (2.9 kB at 33 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-devtools-v119/4.15.0/selenium-devtools-v119-4.15.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-devtools-v119/4.15.0/selenium-devtools-v119-4.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-devtools-v119/4.15.0/selenium-devtools-v119-4.15.0.pom (2.9 kB at 29 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-devtools-v85/4.15.0/selenium-devtools-v85-4.15.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-devtools-v85/4.15.0/selenium-devtools-v85-4.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-devtools-v85/4.15.0/selenium-devtools-v85-4.15.0.pom (2.9 kB at 45 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-edge-driver/4.15.0/selenium-edge-driver-4.15.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-edge-driver/4.15.0/selenium-edge-driver-4.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-edge-driver/4.15.0/selenium-edge-driver-4.15.0.pom (3.1 kB at 43 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-firefox-driver/4.15.0/selenium-firefox-driver-4.15.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-firefox-driver/4.15.0/selenium-firefox-driver-4.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-firefox-driver/4.15.0/selenium-firefox-driver-4.15.0.pom (3.4 kB at 104 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-ie-driver/4.15.0/selenium-ie-driver-4.15.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-ie-driver/4.15.0/selenium-ie-driver-4.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-ie-driver/4.15.0/selenium-ie-driver-4.15.0.pom (2.9 kB at 33 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-safari-driver/4.15.0/selenium-safari-driver-4.15.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-safari-driver/4.15.0/selenium-safari-driver-4.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-safari-driver/4.15.0/selenium-safari-driver-4.15.0.pom (2.7 kB at 45 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-support/4.15.0/selenium-support-4.15.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-support/4.15.0/selenium-support-4.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-support/4.15.0/selenium-support-4.15.0.pom (3.2 kB at 41 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-java/4.15.0/selenium-java-4.15.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-api/4.15.0/selenium-api-4.15.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-chrome-driver/4.15.0/selenium-chrome-driver-4.15.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/auto/service/auto-service-annotations/1.1.1/auto-service-annotations-1.1.1.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-chromium-driver/4.15.0/selenium-chromium-driver-4.15.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-json/4.15.0/selenium-json-4.15.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-manager/4.15.0/selenium-manager-4.15.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-devtools-v117/4.15.0/selenium-devtools-v117-4.15.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-devtools-v118/4.15.0/selenium-devtools-v118-4.15.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-devtools-v119/4.15.0/selenium-devtools-v119-4.15.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-devtools-v85/4.15.0/selenium-devtools-v85-4.15.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-edge-driver/4.15.0/selenium-edge-driver-4.15.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-firefox-driver/4.15.0/selenium-firefox-driver-4.15.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-http/4.15.0/selenium-http-4.15.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/dev/failsafe/failsafe/3.3.2/failsafe-3.3.2.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-ie-driver/4.15.0/selenium-ie-driver-4.15.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-remote-driver/4.15.0/selenium-remote-driver-4.15.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opentelemetry/opentelemetry-exporter-logging/1.34.1/opentelemetry-exporter-logging-1.34.1.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opentelemetry/opentelemetry-sdk-common/1.34.1/opentelemetry-sdk-common-1.34.1.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opentelemetry/opentelemetry-sdk-extension-autoconfigure-spi/1.34.1/opentelemetry-sdk-extension-autoconfigure-spi-1.34.1.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opentelemetry/opentelemetry-sdk-extension-autoconfigure/1.34.1/opentelemetry-sdk-extension-autoconfigure-1.34.1.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opentelemetry/opentelemetry-api-events/1.34.1-alpha/opentelemetry-api-events-1.34.1-alpha.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opentelemetry/opentelemetry-sdk-trace/1.34.1/opentelemetry-sdk-trace-1.34.1.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opentelemetry/opentelemetry-sdk/1.34.1/opentelemetry-sdk-1.34.1.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opentelemetry/opentelemetry-sdk-metrics/1.34.1/opentelemetry-sdk-metrics-1.34.1.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opentelemetry/opentelemetry-extension-incubator/1.34.1-alpha/opentelemetry-extension-incubator-1.34.1-alpha.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opentelemetry/opentelemetry-sdk-logs/1.34.1/opentelemetry-sdk-logs-1.34.1.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opentelemetry/opentelemetry-semconv/1.28.0-alpha/opentelemetry-semconv-1.28.0-alpha.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/bytebuddy/byte-buddy/1.14.5/byte-buddy-1.14.5.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-os/4.15.0/selenium-os-4.15.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-safari-driver/4.15.0/selenium-safari-driver-4.15.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/seleniumhq/selenium/selenium-support/4.15.0/selenium-support-4.15.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-java/4.15.0/selenium-java-4.15.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-java/4.15.0/selenium-java-4.15.0.jar (870 B at 72 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-api/4.15.0/selenium-api-4.15.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-chrome-driver/4.15.0/selenium-chrome-driver-4.15.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/service/auto-service-annotations/1.1.1/auto-service-annotations-1.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-chromium-driver/4.15.0/selenium-chromium-driver-4.15.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-json/4.15.0/selenium-json-4.15.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-chrome-driver/4.15.0/selenium-chrome-driver-4.15.0.jar (15 kB at 157 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-manager/4.15.0/selenium-manager-4.15.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-json/4.15.0/selenium-json-4.15.0.jar (71 kB at 718 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-devtools-v117/4.15.0/selenium-devtools-v117-4.15.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/service/auto-service-annotations/1.1.1/auto-service-annotations-1.1.1.jar (3.2 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-devtools-v118/4.15.0/selenium-devtools-v118-4.15.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-chromium-driver/4.15.0/selenium-chromium-driver-4.15.0.jar (34 kB at 348 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-devtools-v119/4.15.0/selenium-devtools-v119-4.15.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-api/4.15.0/selenium-api-4.15.0.jar (230 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-devtools-v85/4.15.0/selenium-devtools-v85-4.15.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-devtools-v117/4.15.0/selenium-devtools-v117-4.15.0.jar (1.4 MB at 4.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-edge-driver/4.15.0/selenium-edge-driver-4.15.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-devtools-v118/4.15.0/selenium-devtools-v118-4.15.0.jar (1.4 MB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-firefox-driver/4.15.0/selenium-firefox-driver-4.15.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-devtools-v85/4.15.0/selenium-devtools-v85-4.15.0.jar (1.0 MB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-http/4.15.0/selenium-http-4.15.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-devtools-v119/4.15.0/selenium-devtools-v119-4.15.0.jar (1.4 MB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dev/failsafe/failsafe/3.3.2/failsafe-3.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-edge-driver/4.15.0/selenium-edge-driver-4.15.0.jar (16 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-ie-driver/4.15.0/selenium-ie-driver-4.15.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-manager/4.15.0/selenium-manager-4.15.0.jar (9.1 MB at 16 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-remote-driver/4.15.0/selenium-remote-driver-4.15.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-firefox-driver/4.15.0/selenium-firefox-driver-4.15.0.jar (83 kB at 149 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-logging/1.34.1/opentelemetry-exporter-logging-1.34.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-http/4.15.0/selenium-http-4.15.0.jar (59 kB at 105 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-common/1.34.1/opentelemetry-sdk-common-1.34.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dev/failsafe/failsafe/3.3.2/failsafe-3.3.2.jar (144 kB at 251 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-extension-autoconfigure-spi/1.34.1/opentelemetry-sdk-extension-autoconfigure-spi-1.34.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-logging/1.34.1/opentelemetry-exporter-logging-1.34.1.jar (11 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-extension-autoconfigure/1.34.1/opentelemetry-sdk-extension-autoconfigure-1.34.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-common/1.34.1/opentelemetry-sdk-common-1.34.1.jar (44 kB at 76 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-api-events/1.34.1-alpha/opentelemetry-api-events-1.34.1-alpha.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-extension-autoconfigure-spi/1.34.1/opentelemetry-sdk-extension-autoconfigure-spi-1.34.1.jar (17 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-trace/1.34.1/opentelemetry-sdk-trace-1.34.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-ie-driver/4.15.0/selenium-ie-driver-4.15.0.jar (17 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk/1.34.1/opentelemetry-sdk-1.34.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-api-events/1.34.1-alpha/opentelemetry-api-events-1.34.1-alpha.jar (7.3 kB at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-metrics/1.34.1/opentelemetry-sdk-metrics-1.34.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-extension-autoconfigure/1.34.1/opentelemetry-sdk-extension-autoconfigure-1.34.1.jar (43 kB at 67 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-extension-incubator/1.34.1-alpha/opentelemetry-extension-incubator-1.34.1-alpha.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-trace/1.34.1/opentelemetry-sdk-trace-1.34.1.jar (121 kB at 189 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-logs/1.34.1/opentelemetry-sdk-logs-1.34.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-extension-incubator/1.34.1-alpha/opentelemetry-extension-incubator-1.34.1-alpha.jar (32 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-semconv/1.28.0-alpha/opentelemetry-semconv-1.28.0-alpha.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-metrics/1.34.1/opentelemetry-sdk-metrics-1.34.1.jar (292 kB at 439 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.14.5/byte-buddy-1.14.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk/1.34.1/opentelemetry-sdk-1.34.1.jar (6.8 kB at 10 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-os/4.15.0/selenium-os-4.15.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-logs/1.34.1/opentelemetry-sdk-logs-1.34.1.jar (50 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar (54 kB at 74 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-safari-driver/4.15.0/selenium-safari-driver-4.15.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-remote-driver/4.15.0/selenium-remote-driver-4.15.0.jar (505 kB at 682 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-support/4.15.0/selenium-support-4.15.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-semconv/1.28.0-alpha/opentelemetry-semconv-1.28.0-alpha.jar (40 kB at 50 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-os/4.15.0/selenium-os-4.15.0.jar (28 kB at 35 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-safari-driver/4.15.0/selenium-safari-driver-4.15.0.jar (27 kB at 33 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/seleniumhq/selenium/selenium-support/4.15.0/selenium-support-4.15.0.jar (192 kB at 231 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.14.5/byte-buddy-1.14.5.jar (4.2 MB at 5.0 MB/s) [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.selenium/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.selenium/src/main/java/org/eclipse/scout/rt/ui/html/selenium/util/SeleniumJavaScript.java:[42,21] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.selenium/src/main/java/org/eclipse/scout/rt/ui/html/selenium/util/TextComparator.java:[15,19] Unsupported @SuppressWarnings("squid:S00118") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.selenium/src/main/java/org/eclipse/scout/rt/ui/html/selenium/junit/ScreenshotRule.java:[64,21] Unsupported @SuppressWarnings("findbugs:RV_RETURN_VALUE_IGNORED_BAD_PRACTICE") [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.selenium/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.selenium/target/org.eclipse.scout.rt.ui.html.selenium-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.selenium/target/org.eclipse.scout.rt.ui.html.selenium-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0: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:2.0.1:check (default) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.selenium/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.selenium/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html.selenium-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.selenium/target/org.eclipse.scout.rt.ui.html.selenium-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.selenium/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html.selenium-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.selenium/target/org.eclipse.scout.rt.ui.html.selenium-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.selenium/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html.selenium-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --------------< org.eclipse.scout.rt:eclipse-scout-core >--------------- [INFO] Building eclipse-scout-core 24.2-SNAPSHOT [56/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.pom (9.1 kB at 506 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom (11 kB at 1.5 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.jar (41 kB at 5.9 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/github/eirslett/frontend-maven-plugin/1.15.0/frontend-maven-plugin-1.15.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/eirslett/frontend-maven-plugin/1.15.0/frontend-maven-plugin-1.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/eirslett/frontend-maven-plugin/1.15.0/frontend-maven-plugin-1.15.0.pom (4.9 kB at 77 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/github/eirslett/frontend-plugins/1.15.0/frontend-plugins-1.15.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/eirslett/frontend-plugins/1.15.0/frontend-plugins-1.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/eirslett/frontend-plugins/1.15.0/frontend-plugins-1.15.0.pom (7.2 kB at 190 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/github/eirslett/frontend-maven-plugin/1.15.0/frontend-maven-plugin-1.15.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/eirslett/frontend-maven-plugin/1.15.0/frontend-maven-plugin-1.15.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/eirslett/frontend-maven-plugin/1.15.0/frontend-maven-plugin-1.15.0.jar (46 kB at 1.4 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/exec-maven-plugin/3.1.1/exec-maven-plugin-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/exec-maven-plugin/3.1.1/exec-maven-plugin-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/exec-maven-plugin/3.1.1/exec-maven-plugin-3.1.1.pom (15 kB at 974 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/exec-maven-plugin/3.1.1/exec-maven-plugin-3.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/exec-maven-plugin/3.1.1/exec-maven-plugin-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/exec-maven-plugin/3.1.1/exec-maven-plugin-3.1.1.jar (77 kB at 4.8 MB/s) [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse-scout-core --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ eclipse-scout-core --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- antrun:3.1.0:run (check-node-install) @ eclipse-scout-core --- [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/ant/ant/1.10.14/ant-1.10.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.14/ant-1.10.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.14/ant-1.10.14.pom (17 kB at 3.4 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/ant/ant-parent/1.10.14/ant-parent-1.10.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.10.14/ant-parent-1.10.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.10.14/ant-parent-1.10.14.pom (6.6 kB at 9.2 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/ant/ant-launcher/1.10.14/ant-launcher-1.10.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.14/ant-launcher-1.10.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.14/ant-launcher-1.10.14.pom (3.2 kB at 74 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom (8.0 kB at 8.0 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/ant/ant/1.10.14/ant-1.10.14.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/ant/ant-launcher/1.10.14/ant-launcher-1.10.14.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.14/ant-1.10.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.14/ant-1.10.14.jar (2.3 MB at 35 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.14/ant-launcher-1.10.14.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar (264 kB at 88 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.14/ant-launcher-1.10.14.jar (19 kB at 1.7 MB/s) [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- antrun:3.1.0:run (check-install-node-tools) @ eclipse-scout-core --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ eclipse-scout-core --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-core/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- frontend:1.15.0:install-node-and-npm (install-node-and-npm) @ eclipse-scout-core --- [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/github/eirslett/frontend-plugin-core/1.15.0/frontend-plugin-core-1.15.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/eirslett/frontend-plugin-core/1.15.0/frontend-plugin-core-1.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/eirslett/frontend-plugin-core/1.15.0/frontend-plugin-core-1.15.0.pom (3.2 kB at 60 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/jackson/core/jackson-core/2.13.0/jackson-core-2.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.13.0/jackson-core-2.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.13.0/jackson-core-2.13.0.pom (5.5 kB at 615 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/jackson/jackson-base/2.13.0/jackson-base-2.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.13.0/jackson-base-2.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.13.0/jackson-base-2.13.0.pom (9.7 kB at 1.2 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/jackson/jackson-bom/2.13.0/jackson-bom-2.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.13.0/jackson-bom-2.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.13.0/jackson-bom-2.13.0.pom (17 kB at 1.4 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/jackson/jackson-parent/2.13/jackson-parent-2.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.13/jackson-parent-2.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.13/jackson-parent-2.13.pom (7.4 kB at 390 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/oss-parent/43/oss-parent-43.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/43/oss-parent-43.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/43/oss-parent-43.pom (24 kB at 984 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/jackson/core/jackson-databind/2.13.4.2/jackson-databind-2.13.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.13.4.2/jackson-databind-2.13.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.13.4.2/jackson-databind-2.13.4.2.pom (17 kB at 501 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/jackson/jackson-base/2.13.4/jackson-base-2.13.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.13.4/jackson-base-2.13.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.13.4/jackson-base-2.13.4.pom (9.9 kB at 329 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/jackson/jackson-bom/2.13.4/jackson-bom-2.13.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.13.4/jackson-bom-2.13.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.13.4/jackson-bom-2.13.4.pom (17 kB at 643 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/jackson/core/jackson-annotations/2.13.4/jackson-annotations-2.13.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.13.4/jackson-annotations-2.13.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.13.4/jackson-annotations-2.13.4.pom (6.1 kB at 276 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/jackson/core/jackson-core/2.13.4/jackson-core-2.13.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.13.4/jackson-core-2.13.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.13.4/jackson-core-2.13.4.pom (5.5 kB at 231 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom (6.6 kB at 6.6 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom (16 kB at 2.3 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom (35 kB at 12 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom (5.0 kB at 2.5 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom (13 kB at 6.6 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 9.6 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/34/commons-parent-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 19 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 7.0 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 1.2 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 893 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/github/eirslett/frontend-plugin-core/1.15.0/frontend-plugin-core-1.15.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/jackson/core/jackson-core/2.13.0/jackson-core-2.13.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/jackson/core/jackson-databind/2.13.4.2/jackson-databind-2.13.4.2.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/jackson/core/jackson-annotations/2.13.4/jackson-annotations-2.13.4.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/eirslett/frontend-plugin-core/1.15.0/frontend-plugin-core-1.15.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/eirslett/frontend-plugin-core/1.15.0/frontend-plugin-core-1.15.0.jar (95 kB at 799 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.13.0/jackson-core-2.13.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.13.4.2/jackson-databind-2.13.4.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.13.4/jackson-annotations-2.13.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar (780 kB at 98 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.13.0/jackson-core-2.13.0.jar (375 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 2.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.13.4/jackson-annotations-2.13.4.jar (76 kB at 565 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 394 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.13.4.2/jackson-databind-2.13.4.2.jar (1.5 MB at 9.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar (329 kB at 1.8 MB/s) [INFO] Skipping execution. [INFO] [INFO] --- exec:3.1.1:exec (install-node-tools) @ eclipse-scout-core --- [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-api/2.0.7/slf4j-api-2.0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.7/slf4j-api-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.7/slf4j-api-2.0.7.pom (2.7 kB at 30 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-parent/2.0.7/slf4j-parent-2.0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.7/slf4j-parent-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.7/slf4j-parent-2.0.7.pom (17 kB at 633 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom (2.8 kB at 33 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom (18 kB at 1.1 MB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom (2.6 kB at 202 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.pom (3.7 kB at 249 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-api/2.0.7/slf4j-api-2.0.7.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.7/slf4j-api-2.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.7/slf4j-api-2.0.7.jar (64 kB at 4.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar (149 kB at 14 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar (168 kB at 15 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.jar (93 kB at 3.1 MB/s) added 207 packages in 15s 79 packages are looking for funding run `npm fund` for details [INFO] [INFO] --- antrun:3.1.0:run (check-npm-update) @ eclipse-scout-core --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:snapshot:dependencies) @ eclipse-scout-core --- use given workspace root: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-core/.. updating version/dependency for module: @eclipse-scout/chart updating version/dependency for module: @eclipse-scout/cli updating version/dependency for module: @eclipse-scout/core updating version/dependency for module: @eclipse-scout/migrate updating version/dependency for module: @eclipse-scout/tsconfig updating version/dependency for module: @eclipse-scout/eslint-config updating version/dependency for module: @eclipse-scout/karma-jasmine-scout updating version/dependency for module: @eclipse-scout/svg version:snapshot:dependencies done [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:release:dependencies) @ eclipse-scout-core --- [INFO] skipping execute as per configuration [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:release) @ eclipse-scout-core --- [INFO] skipping execute as per configuration [INFO] [INFO] --- antrun:3.1.0:run (mark-npm-update-done) @ eclipse-scout-core --- [INFO] Executing tasks [INFO] [touch] Creating /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/target/npm_update_20240628-235241.marker [INFO] Executed tasks [INFO] [INFO] --- exec:3.1.1:exec (npm-update) @ eclipse-scout-core --- Scope: all 8 workspace projects Progress: resolved 1, reused 0, downloaded 0, added 0 Progress: resolved 28, reused 0, downloaded 14, added 0 Progress: resolved 48, reused 0, downloaded 45, added 0 Progress: resolved 157, reused 0, downloaded 115, added 0 Progress: resolved 312, reused 0, downloaded 266, added 0 Progress: resolved 432, reused 0, downloaded 386, added 0 Progress: resolved 584, reused 0, downloaded 533, added 0 Progress: resolved 703, reused 0, downloaded 656, added 0 Progress: resolved 831, reused 0, downloaded 781, added 0 Progress: resolved 935, reused 0, downloaded 881, added 0 Progress: resolved 1035, reused 0, downloaded 1007, added 0  WARN  18 deprecated subdependencies found: @babel/plugin-proposal-class-properties@7.18.6, @babel/plugin-proposal-nullish-coalescing-operator@7.18.6, @babel/plugin-proposal-object-rest-spread@7.20.7, @babel/plugin-proposal-optional-chaining@7.21.0, @humanwhocodes/config-array@0.11.14, @humanwhocodes/config-array@0.5.0, @humanwhocodes/object-schema@1.2.1, @humanwhocodes/object-schema@2.0.3, abab@2.0.6, glob@7.2.3, inflight@1.0.6, resolve-url@0.2.1, right-pad@1.0.1, rimraf@2.6.3, rimraf@3.0.2, source-map-resolve@0.5.3, source-map-url@0.4.1, urix@0.1.0 . | +1025 ++++++++++++++++++++++++++++ Progress: resolved 1045, reused 0, downloaded 1023, added 43 Progress: resolved 1045, reused 0, downloaded 1023, added 260 Progress: resolved 1045, reused 0, downloaded 1023, added 434 Progress: resolved 1045, reused 0, downloaded 1023, added 812 Progress: resolved 1045, reused 0, downloaded 1023, added 1024 Progress: resolved 1045, reused 0, downloaded 1023, added 1025, done  WARN  Issues with peer dependencies found eclipse-scout-cli └─┬ fork-ts-checker-notifier-webpack-plugin 7.0.0 └── ✕ unmet peer fork-ts-checker-webpack-plugin@^8.0.0: found 9.0.2 Done in 17.2s [INFO] [INFO] --- exec:3.1.1:exec (pnpm-list) @ eclipse-scout-core --- Legend: production dependency, optional only, dev only @eclipse-scout/chart@24.2.0-snapshot /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-chart dependencies: @eclipse-scout/core link:../eclipse-scout-core chart.js 4.4.0 chartjs-plugin-datalabels 2.2.0 jquery 3.7.1 @eclipse-scout/cli@24.2.0-snapshot /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-cli dependencies: @babel/core 7.23.5 @babel/preset-env 7.23.5 @eclipse-scout/karma-jasmine-scout link:../karma-jasmine-scout @eclipse-scout/tsconfig link:../eclipse-scout-tsconfig @metahub/karma-jasmine-jquery 4.0.1 babel-loader 9.1.3 copy-webpack-plugin 11.0.0 css-loader 6.8.1 css-minimizer-webpack-plugin 5.0.1 esbuild 0.19.8 fork-ts-checker-notifier-webpack-plugin 7.0.0 fork-ts-checker-webpack-plugin 9.0.2 jasmine-core 5.1.1 jasmine-jquery 2.1.1 jquery 3.7.1 karma 6.4.2 karma-chrome-launcher 3.2.0 karma-jasmine 5.1.0 karma-jasmine-ajax 0.1.13 karma-jasmine-html-reporter 2.1.0 karma-junit-reporter 2.0.1 karma-webpack 5.0.0 less 4.1.3 less-loader 11.1.3 mini-css-extract-plugin 2.7.6 source-map-loader 4.0.1 terser-webpack-plugin 5.3.9 ts-loader 9.5.1 typescript 5.3.3 webpack 5.89.0 yargs-parser 21.1.1 @eclipse-scout/core@24.2.0-snapshot /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-core dependencies: jquery 3.7.1 sourcemapped-stacktrace 1.1.11 @eclipse-scout/migrate@24.2.0-snapshot /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-migrate dependencies: jscodeshift 0.15.1 ts-migrate 0.1.35 ts-migrate-plugins 0.1.35 ts-migrate-server 0.1.33 typescript 5.3.3 yargs-parser 21.1.1 @eclipse-scout/eslint-config@24.2.0-snapshot /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eslint-config dependencies: @typescript-eslint/eslint-plugin 6.13.2 @typescript-eslint/parser 6.13.2 typescript 5.3.3 @eclipse-scout/karma-jasmine-scout@24.2.0-snapshot /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/karma-jasmine-scout dependencies: jquery 3.7.1 sourcemapped-stacktrace 1.1.11 @eclipse-scout/svg@24.2.0-snapshot /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.ui.html dependencies: @eclipse-scout/core link:../eclipse-scout-core jquery 3.7.1 [INFO] [INFO] --- exec:3.1.1:java (default) @ eclipse-scout-core --- "2024-06-29 00:03:48,868 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true (automatically set by Scout), GraphicsEnvironment.isHeadless()=true ""2024-06-29 00:03:48,874 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory - Building jandex class inventory using rebuild strategy IF_MISSING... ""2024-06-29 00:03:48,970 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory - Finished building jandex class inventory in 98.433051 ms. Total class count: 4004 ""2024-06-29 00:03:49,088 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Collected 406 beans in 117.952290 ms ""2024-06-29 00:03:49,139 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Registered 406 beans in 50.913895 ms ""2024-06-29 00:03:49,146 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.logger.LoggerInstallPlatformListener - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport ""2024-06-29 00:03:49,152 INFO [scout-platform-starter] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 0 code type classes registered. ""2024-06-29 00:03:49,152 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No classpath:config.properties found. Running with empty configuration. ""2024-06-29 00:03:49,154 INFO [scout-platform-starter] org.eclipse.scout.rt.server.commons.GlobalTrustManager - No instance of org.eclipse.scout.rt.shared.services.common.file.IRemoteFileService available, skip loading certificates from remote file service. ""2024-06-29 00:03:49,277 INFO [org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder.main()] org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder - Building resource 'locales.json' ""2024-06-29 00:03:51,880 INFO [org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder.main()] org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder - File written to /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-core/dist/locales.json ""2024-06-29 00:03:51,880 INFO [org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder.main()] org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder - Building resource 'texts.json' ""2024-06-29 00:03:51,880 INFO [org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder.main()] org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder - Using contributors [org.eclipse.scout.rt.ui.html.UiTextContributor@240b15c9] ""2024-06-29 00:03:52,084 INFO [org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder.main()] org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder - File written to /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-core/dist/texts.json ""2024-06-29 00:03:52,084 INFO [org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder.main()] org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder - All files built and written to /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-core/dist ""2024-06-29 00:03:52,190 INFO [org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder.main()] org.eclipse.scout.rt.platform.job.internal.JobManager - Shutdown ExecutorService, await termination... ""2024-06-29 00:03:52,191 INFO [org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder.main()] org.eclipse.scout.rt.platform.job.internal.JobManager - Shutdown ExecutorService, await termination returned terminated=true ""2024-06-29 00:03:52,192 INFO [org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder.main()] org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport - About to stop ch.qos.logback.classic.LoggerContext[default] "[INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ eclipse-scout-core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-core/src/main/resources [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:snapshot) @ eclipse-scout-core --- [INFO] skipping execute as per configuration [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ eclipse-scout-core --- [INFO] No sources to compile [INFO] [INFO] --- frontend:1.15.0:npm (npm-run-build:prod) @ eclipse-scout-core --- [INFO] Running 'npm --scripts-prepend-node-path=true run build:prod -- --progress=false --clean=false' in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-core [INFO] [INFO] > @eclipse-scout/core@24.2.0-snapshot build:prod [INFO] > scout-scripts build:prod --run default testing global --progress=false --clean=false [INFO] [INFO] Starting default build with args --progress false --clean false [INFO] Webpack mode: production [INFO] Type check: false [INFO] assets by path log4javascript-1.4.9/ 445 KiB [INFO] assets by path log4javascript-1.4.9/*.js 428 KiB [INFO] asset log4javascript-1.4.9/log4javascript.js 201 KiB [emitted] [from: res/log4javascript-1.4.9/log4javascript.js] [copied] [INFO] + 3 assets [INFO] assets by path log4javascript-1.4.9/*.html 17.5 KiB [INFO] asset log4javascript-1.4.9/console_uncompressed.html 9.91 KiB [emitted] [from: res/log4javascript-1.4.9/console_uncompressed.html] [copied] [INFO] asset log4javascript-1.4.9/console.html 7.57 KiB [emitted] [from: res/log4javascript-1.4.9/console.html] [copied] [INFO] assets by path fonts/ 148 KiB [INFO] assets by path fonts/*.svg 93.2 KiB 2 assets [INFO] assets by path fonts/*.woff 27.3 KiB 2 assets [INFO] assets by path fonts/*.ttf 27.2 KiB 2 assets [INFO] asset eclipse-scout-core.esm-cc2bd3094eaccdf3f661.min.js 1.87 MiB [emitted] [immutable] [javascript module] [minimized] [big] (name: eclipse-scout-core.esm) 1 related asset [INFO] orphan modules 4.03 MiB [orphan] 1106 modules [INFO] runtime modules 937 bytes 4 modules [INFO] ./src/index.ts + 734 modules 4.08 MiB [not cacheable] [built] [code generated] [INFO] webpack 5.89.0 compiled successfully in 30664 ms [INFO] [INFO] [INFO] Starting testing build with args --progress false --clean false [INFO] Webpack mode: production [INFO] Type check: false [INFO] assets by path log4javascript-1.4.9/ 445 KiB [INFO] assets by path log4javascript-1.4.9/*.js 428 KiB [INFO] asset log4javascript-1.4.9/log4javascript.js 201 KiB [compared for emit] [from: res/log4javascript-1.4.9/log4javascript.js] [copied] [INFO] + 3 assets [INFO] assets by path log4javascript-1.4.9/*.html 17.5 KiB [INFO] asset log4javascript-1.4.9/console_uncompressed.html 9.91 KiB [compared for emit] [from: res/log4javascript-1.4.9/console_uncompressed.html] [copied] [INFO] asset log4javascript-1.4.9/console.html 7.57 KiB [compared for emit] [from: res/log4javascript-1.4.9/console.html] [copied] [INFO] assets by path fonts/ 148 KiB [INFO] assets by path fonts/*.svg 93.2 KiB 2 assets [INFO] assets by path fonts/*.woff 27.3 KiB 2 assets [INFO] assets by path fonts/*.ttf 27.2 KiB 2 assets [INFO] asset eclipse-scout-testing.esm-efb89434df1e560542c8.min.js 41.1 KiB [emitted] [immutable] [javascript module] [minimized] (name: eclipse-scout-testing.esm) 1 related asset [INFO] orphan modules 77.8 KiB [orphan] 37 modules [INFO] runtime modules 937 bytes 4 modules [INFO] ./src/testing/index.ts + 36 modules 79.6 KiB [not cacheable] [built] [code generated] [INFO] webpack 5.89.0 compiled successfully in 2368 ms [INFO] [INFO] [INFO] Starting global build with args --progress false --clean false [INFO] Webpack mode: production [INFO] Type check: false [INFO] assets by status 593 KiB [compared for emit] [INFO] assets by path log4javascript-1.4.9/ 445 KiB [INFO] assets by path log4javascript-1.4.9/*.js 428 KiB 4 assets [INFO] assets by path log4javascript-1.4.9/*.html 17.5 KiB 2 assets [INFO] assets by path fonts/ 148 KiB [INFO] assets by path fonts/*.svg 93.2 KiB 2 assets [INFO] assets by path fonts/*.woff 27.3 KiB 2 assets [INFO] assets by path fonts/*.ttf 27.2 KiB 2 assets [INFO] assets by status 2.47 MiB [emitted] [INFO] assets by status 2.46 MiB [big] [INFO] asset eclipse-scout-core-7201d487fcd39088edc0.min.js 1.84 MiB [emitted] [immutable] [minimized] [big] (name: eclipse-scout-core) 1 related asset [INFO] asset eclipse-scout-core-theme-dark-ee03b237bfbaebfa9ae5.min.css 320 KiB [emitted] [immutable] [minimized] [big] (name: eclipse-scout-core-theme-dark) [INFO] asset eclipse-scout-core-theme-c62c1226d3577f1ca352.min.css 317 KiB [emitted] [immutable] [minimized] [big] (name: eclipse-scout-core-theme) [INFO] asset eclipse-scout-core-theme-71510a5dd3116693ac79.min.js 33 bytes [emitted] [immutable] [minimized] (name: eclipse-scout-core-theme) [INFO] asset eclipse-scout-core-theme-dark-71510a5dd3116693ac79.min.js 33 bytes [emitted] [immutable] [minimized] (name: eclipse-scout-core-theme-dark) [INFO] Entrypoint eclipse-scout-core [big] 1.84 MiB (2.07 MiB) = eclipse-scout-core-7201d487fcd39088edc0.min.js 1 auxiliary asset [INFO] Entrypoint eclipse-scout-core-theme [big] 317 KiB = eclipse-scout-core-theme-c62c1226d3577f1ca352.min.css 317 KiB eclipse-scout-core-theme-71510a5dd3116693ac79.min.js 33 bytes [INFO] Entrypoint eclipse-scout-core-theme-dark [big] 320 KiB = eclipse-scout-core-theme-dark-ee03b237bfbaebfa9ae5.min.css 320 KiB eclipse-scout-core-theme-dark-71510a5dd3116693ac79.min.js 33 bytes [INFO] orphan modules 4.92 MiB (javascript) 1.83 KiB (runtime) [orphan] 1118 modules [INFO] runtime modules 937 bytes 4 modules [INFO] built modules 4.08 MiB (javascript) 904 KiB (css/mini-extract) [built] [INFO] javascript modules 4.08 MiB [INFO] ./src/index.ts + 734 modules 4.08 MiB [not cacheable] [built] [code generated] [INFO] ./src/index.less 50 bytes [built] [code generated] [INFO] ./src/index-dark.less 50 bytes [built] [code generated] [INFO] css modules 904 KiB [INFO] css ../node_modules/.pnpm/css-loader@6.8.1_webpack@5.89.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/.pnpm/less-loader@11.1.3_less@4.1.3_webpack@5.89.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/index.less 449 KiB [built] [code generated] [INFO] css ../node_modules/.pnpm/css-loader@6.8.1_webpack@5.89.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/.pnpm/less-loader@11.1.3_less@4.1.3_webpack@5.89.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/index-dark.less 455 KiB [built] [code generated] [INFO] webpack 5.89.0 compiled successfully in 23608 ms [INFO] [INFO] [INFO] [INFO] --- frontend:1.15.0:npm (npm-run-build:dev) @ eclipse-scout-core --- [INFO] Running 'npm --scripts-prepend-node-path=true run build:dev -- --progress=false --clean=false' in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-core [INFO] [INFO] > @eclipse-scout/core@24.2.0-snapshot build:dev [INFO] > scout-scripts build:dev --run default testing global --progress=false --clean=false [INFO] [INFO] Starting default build with args --progress false --clean false [INFO] Webpack mode: development [INFO] Type check: true [INFO] assets by path d.ts/src/ 2.66 MiB 2278 assets [INFO] assets by path d.ts/test/ 48.4 KiB 478 assets [INFO] assets by status 593 KiB [compared for emit] [INFO] assets by path log4javascript-1.4.9/ 445 KiB [INFO] assets by path log4javascript-1.4.9/*.js 428 KiB 4 assets [INFO] assets by path log4javascript-1.4.9/*.html 17.5 KiB [INFO] asset log4javascript-1.4.9/console_uncompressed.html 9.91 KiB [compared for emit] [from: res/log4javascript-1.4.9/console_uncompressed.html] [copied] [INFO] asset log4javascript-1.4.9/console.html 7.57 KiB [compared for emit] [from: res/log4javascript-1.4.9/console.html] [copied] [INFO] assets by path fonts/ 148 KiB [INFO] assets by path fonts/*.svg 93.2 KiB 2 assets [INFO] assets by path fonts/*.woff 27.3 KiB 2 assets [INFO] assets by path fonts/*.ttf 27.2 KiB 2 assets [INFO] asset eclipse-scout-core.esm.js 5.26 MiB [emitted] [javascript module] [big] (name: eclipse-scout-core.esm) 1 related asset [INFO] runtime modules 937 bytes 4 modules [INFO] cacheable modules 4.09 MiB 1105 modules [INFO] external "jquery" 42 bytes [built] [code generated] [INFO] external "sourcemapped-stacktrace" 42 bytes [built] [code generated] [INFO] webpack 5.89.0 compiled successfully in 40577 ms [INFO] [INFO] [INFO] Starting testing build with args --progress false --clean false [INFO] Webpack mode: development [INFO] Type check: true [INFO] assets by path d.ts/src/ 2.66 MiB 2278 assets [INFO] assets by path d.ts/test/ 48.4 KiB 478 assets [INFO] assets by path log4javascript-1.4.9/ 445 KiB [INFO] assets by path log4javascript-1.4.9/*.js 428 KiB 4 assets [INFO] assets by path log4javascript-1.4.9/*.html 17.5 KiB [INFO] asset log4javascript-1.4.9/console_uncompressed.html 9.91 KiB [compared for emit] [from: res/log4javascript-1.4.9/console_uncompressed.html] [copied] [INFO] asset log4javascript-1.4.9/console.html 7.57 KiB [compared for emit] [from: res/log4javascript-1.4.9/console.html] [copied] [INFO] assets by path fonts/ 148 KiB [INFO] assets by path fonts/*.svg 93.2 KiB 2 assets [INFO] assets by path fonts/*.woff 27.3 KiB 2 assets [INFO] assets by path fonts/*.ttf 27.2 KiB 2 assets [INFO] asset eclipse-scout-testing.esm.js 127 KiB [emitted] [javascript module] (name: eclipse-scout-testing.esm) 1 related asset [INFO] runtime modules 937 bytes 4 modules [INFO] cacheable modules 79.7 KiB [INFO] modules by path ./src/testing/form/ 15.2 KiB 9 modules [INFO] modules by path ./src/testing/lookup/*.ts 8.76 KiB 8 modules [INFO] modules by path ./src/testing/*.ts 26.2 KiB 7 modules [INFO] modules by path ./src/testing/table/*.ts 12.1 KiB 3 modules [INFO] modules by path ./src/testing/tree/*.ts 5.94 KiB [INFO] ./src/testing/tree/TreeSpecHelper.ts 5.12 KiB [built] [code generated] [INFO] ./src/testing/tree/SpecTree.ts 839 bytes [built] [code generated] [INFO] + 5 modules [INFO] external "@eclipse-scout/core" 42 bytes [built] [code generated] [INFO] external "jquery" 42 bytes [built] [code generated] [INFO] external "jasmine-ajax" 42 bytes [built] [code generated] [INFO] external "jasmine-jquery" 42 bytes [built] [code generated] [INFO] webpack 5.89.0 compiled successfully in 31159 ms [INFO] [INFO] [INFO] Starting global build with args --progress false --clean false [INFO] Webpack mode: development [INFO] Type check: true [INFO] assets by path d.ts/src/ 2.66 MiB 2278 assets [INFO] assets by path d.ts/test/ 48.4 KiB 478 assets [INFO] assets by path log4javascript-1.4.9/ 445 KiB [INFO] assets by path log4javascript-1.4.9/*.js 428 KiB 4 assets [INFO] assets by path log4javascript-1.4.9/*.html 17.5 KiB 2 assets [INFO] assets by path fonts/ 148 KiB [INFO] assets by path fonts/*.svg 93.2 KiB 2 assets [INFO] assets by path fonts/*.woff 27.3 KiB 2 assets [INFO] assets by path fonts/*.ttf 27.2 KiB 2 assets [INFO] assets by status 6.05 MiB [emitted] [INFO] assets by status 6.05 MiB [big] 3 assets [INFO] asset eclipse-scout-core-theme-dark.js 1.01 KiB [emitted] (name: eclipse-scout-core-theme-dark) 1 related asset [INFO] asset eclipse-scout-core-theme.js 1020 bytes [emitted] (name: eclipse-scout-core-theme) 1 related asset [INFO] Entrypoint eclipse-scout-core [big] 5.16 MiB (8.04 MiB) = eclipse-scout-core.js 1 auxiliary asset [INFO] Entrypoint eclipse-scout-core-theme [big] 451 KiB (968 KiB) = eclipse-scout-core-theme.css 450 KiB eclipse-scout-core-theme.js 1020 bytes 2 auxiliary assets [INFO] Entrypoint eclipse-scout-core-theme-dark [big] 457 KiB (975 KiB) = eclipse-scout-core-theme-dark.css 456 KiB eclipse-scout-core-theme-dark.js 1.01 KiB 2 auxiliary assets [INFO] runtime modules 3.28 KiB 14 modules [INFO] orphan modules 2.86 MiB [orphan] 4 modules [INFO] cacheable modules 4.09 MiB (javascript) 904 KiB (css/mini-extract) [INFO] javascript modules 4.09 MiB 1107 modules [INFO] css modules 904 KiB [INFO] css ../node_modules/.pnpm/css-loader@6.8.1_webpack@5.89.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/.pnpm/less-loader@11.1.3_less@4.1.3_webpack@5.89.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/index.less 449 KiB [built] [code generated] [INFO] css ../node_modules/.pnpm/css-loader@6.8.1_webpack@5.89.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/.pnpm/less-loader@11.1.3_less@4.1.3_webpack@5.89.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/index-dark.less 455 KiB [built] [code generated] [INFO] external "jQuery" 42 bytes [built] [code generated] [INFO] external "sourceMappedStackTrace" 42 bytes [built] [code generated] [INFO] webpack 5.89.0 compiled successfully in 44704 ms [INFO] [INFO] [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-webpack-build-output) @ eclipse-scout-core --- [INFO] Skipping the execution. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ eclipse-scout-core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-core/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ eclipse-scout-core --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ eclipse-scout-core --- [INFO] No tests to run. [INFO] [INFO] --- frontend:1.15.0:npm (npm-test-karma) @ eclipse-scout-core --- [INFO] Running 'npm --scripts-prepend-node-path=true run test:ci -- --junitReporter.outputDir=target/karma-reports' in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-core [INFO] [INFO] > @eclipse-scout/core@24.2.0-snapshot test:ci [INFO] > scout-scripts test:ci --junitReporter.outputDir=target/karma-reports [INFO] [INFO] Webpack mode: development [INFO] Type check: true [INFO] Starting Karma server using config file /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-core/karma.conf.js [INFO] 29 06 2024 00:06:55.055:WARN [filelist]: All files matched by "/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/node_modules/.pnpm/jasmine-core@4.6.1/node_modules/jasmine-core/lib/jasmine-core/jasmine.js" were excluded or matched by prior matchers. [INFO] 29 06 2024 00:06:55.056:WARN [filelist]: All files matched by "/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/node_modules/.pnpm/karma-jasmine@5.1.0_karma@6.4.2/node_modules/karma-jasmine/lib/boot.js" were excluded or matched by prior matchers. [INFO] 29 06 2024 00:06:55.056:WARN [filelist]: All files matched by "/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/node_modules/.pnpm/karma-jasmine@5.1.0_karma@6.4.2/node_modules/karma-jasmine/lib/adapter.js" were excluded or matched by prior matchers. [INFO] Webpack bundling... [INFO] assets by path log4javascript-1.4.9/ 445 KiB [INFO] assets by path log4javascript-1.4.9/*.js 428 KiB 4 assets [INFO] assets by path log4javascript-1.4.9/*.html 17.5 KiB [INFO] asset log4javascript-1.4.9/console_uncompressed.html 9.91 KiB [emitted] [from: res/log4javascript-1.4.9/console_uncompressed.html] [copied] [INFO] asset log4javascript-1.4.9/console.html 7.57 KiB [emitted] [from: res/log4javascript-1.4.9/console.html] [copied] [INFO] assets by path fonts/ 148 KiB [INFO] assets by path fonts/*.svg 93.2 KiB 2 assets [INFO] assets by path fonts/*.woff 27.3 KiB 2 assets [INFO] assets by path fonts/*.ttf 27.2 KiB 2 assets [INFO] assets by path *.js 27.9 MiB [INFO] asset commons.js 27.9 MiB [emitted] [javascript module] [big] (name: commons) (id hint: commons) [INFO] asset runtime.js 14.4 KiB [emitted] [javascript module] (name: runtime) [INFO] asset test-index.2532189998.js 979 bytes [emitted] [javascript module] (name: test-index.2532189998) [INFO] Entrypoint test-index.2532189998 [big] 27.9 MiB = runtime.js 14.4 KiB commons.js 27.9 MiB test-index.2532189998.js 979 bytes [INFO] webpack 5.89.0 compiled successfully in 45655 ms [INFO] 29 06 2024 00:07:42.963:WARN [filelist]: All files matched by "/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/node_modules/.pnpm/jasmine-core@4.6.1/node_modules/jasmine-core/lib/jasmine-core/jasmine.js" were excluded or matched by prior matchers. [INFO] 29 06 2024 00:07:42.964:WARN [filelist]: All files matched by "/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/node_modules/.pnpm/karma-jasmine@5.1.0_karma@6.4.2/node_modules/karma-jasmine/lib/boot.js" were excluded or matched by prior matchers. [INFO] 29 06 2024 00:07:42.964:WARN [filelist]: All files matched by "/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/node_modules/.pnpm/karma-jasmine@5.1.0_karma@6.4.2/node_modules/karma-jasmine/lib/adapter.js" were excluded or matched by prior matchers. [INFO] 29 06 2024 00:07:43.171:INFO [karma-server]: Karma v6.4.2 server started at http://localhost:9876/ [INFO] 29 06 2024 00:07:43.171:INFO [launcher]: Launching browsers ChromeHeadless with concurrency unlimited [INFO] 29 06 2024 00:07:43.176:INFO [launcher]: Starting browser ChromeHeadless [INFO] 29 06 2024 00:07:43.398:INFO [Chrome Headless 119.0.6045.199 (Linux x86_64)]: Connected on socket U7va3OBpR8p3wHfDAAAB with id 48362131 [INFO] ERROR: '00:07:47.135 [ERROR] App initialization failed.' [INFO] ERROR: '00:07:47.140 [ERROR] Unexpected error (no reason provided)' [INFO] ERROR: '00:07:47.224 [ERROR] Unexpected error: err' [INFO] ERROR: '00:07:47.241 [ERROR] Unexpected error: err' [INFO] ERROR: '00:07:47.258 [ERROR] Unexpected error: err' [INFO] ERROR: '00:07:47.454 [ERROR] App initialization failed.' [INFO] 29 06 2024 00:07:47.458:WARN [web-server]: 404: /json?log [INFO] ERROR: '00:07:47.455 [ERROR] Unexpected error (no reason provided)' [INFO] INFO: '00:07:49.577 [INFO] Already existing config property 'scout.devMode' with existing value true is overwritten with new value false.' [INFO] 29 06 2024 00:07:55.424:WARN [web-server]: 404: /json [INFO] WARN: 'Spec 'HybridManager callActionAndWait calls a HybridAction and waits for its completion' has no expectations.' [INFO] ERROR: '00:07:55.428 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=Not Found' [INFO] 29 06 2024 00:07:55.432:WARN [web-server]: 404: /json [INFO] WARN: 'Spec 'HybridManager openForm waits for a form to be opened and listens for form events' has no expectations.' [INFO] ERROR: '00:07:55.435 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=Not Found' [INFO] 29 06 2024 00:07:55.932:WARN [web-server]: 404: /json [INFO] ERROR: '00:07:55.996 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=Not Found' [INFO] 29 06 2024 00:07:56.003:WARN [web-server]: 404: /json [INFO] ERROR: '00:07:56.074 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=Not Found' [INFO] 29 06 2024 00:07:56.080:WARN [web-server]: 404: /json [INFO] ERROR: '00:07:56.095 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=Not Found' [INFO] 29 06 2024 00:07:56.104:WARN [web-server]: 404: /json [INFO] ERROR: '00:07:56.113 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=Not Found' [INFO] 29 06 2024 00:07:57.143:WARN [web-server]: 404: /json [INFO] ERROR: '00:07:57.149 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=Not Found' [INFO] ERROR: '00:07:57.473 [ERROR] Failed to load tableData. error=', Error: Parent row of [object Object] can not be resolved. [INFO] at http://localhost:9876/base/target/dist-karma/dev/commons.js?f41d3af34bf2e19d694e19ebcb9b8e9d5baa2f4c:86775:15 [INFO] at Array.forEach () [INFO] at forEach (webpack:///src/table/Table.ts:3870:14) [INFO] at _rebuildTreeStructure (webpack:///src/table/Table.ts:3846:11) [INFO] at _updateRowStructure (webpack:///src/table/Table.ts:2933:9) [INFO] at insertRows (webpack:///src/table/Table.ts:2987:9) [INFO] at replaceRows (webpack:///src/desktop/outline/pages/PageWithTable.ts:267:23) [INFO] at http://localhost:9876/base/target/dist-karma/dev/commons.js?f41d3af34bf2e19d694e19ebcb9b8e9d5baa2f4c:19527:78 [INFO] at mightThrow (http://localhost:9876/absolute/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/node_modules/.pnpm/jquery@3.7.1/node_modules/jquery/dist/jquery.js?4be715e11048c057fdf2ee0fbbfad4dbf3504c55:3489:29) [INFO] at process (http://localhost:9876/absolute/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/node_modules/.pnpm/jquery@3.7.1/node_modules/jquery/dist/jquery.js?4be715e11048c057fdf2ee0fbbfad4dbf3504c55:3557:12) [INFO] ERROR: '00:07:59.190 [ERROR] Unexpected error: {"message":null,"severity":16777216,"iconId":null,"code":0,"children":null,"deletable":true}' [INFO] ERROR: '00:08:01.818 [ERROR] Unexpected error: load' [INFO] ERROR: '00:08:01.844 [ERROR] Unexpected error: postLoad' [INFO] ERROR: '00:08:01.866 [ERROR] Unexpected error: save' [INFO] 29 06 2024 00:08:04.151:WARN [web-server]: 404: /json [INFO] ERROR: '00:08:04.192 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=Not Found' [INFO] 29 06 2024 00:08:04.985:WARN [web-server]: 404: /json [INFO] ERROR: '00:08:04.990 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=Not Found' [INFO] 29 06 2024 00:08:05.047:WARN [web-server]: 404: /json [INFO] ERROR: '00:08:05.052 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=Not Found' [INFO] 29 06 2024 00:08:05.156:WARN [web-server]: 404: /json [INFO] ERROR: '00:08:05.187 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=Not Found' [INFO] 29 06 2024 00:08:05.197:WARN [web-server]: 404: /json [INFO] ERROR: '00:08:05.235 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=Not Found' [INFO] 29 06 2024 00:08:05.240:WARN [web-server]: 404: /json [INFO] ERROR: '00:08:05.247 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=Not Found' [INFO] 29 06 2024 00:08:07.450:WARN [web-server]: 404: /abc [INFO] WARN: 'Spec 'ListBox aria properties has rows with aria role option' has no expectations.' [INFO] 29 06 2024 00:08:08.011:WARN [web-server]: 404: /json [INFO] ERROR: '00:08:08.017 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=Not Found' [INFO] 29 06 2024 00:08:08.029:WARN [web-server]: 404: /json [INFO] ERROR: '00:08:08.034 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=Not Found' [INFO] 29 06 2024 00:08:08.047:WARN [web-server]: 404: /json [INFO] ERROR: '00:08:08.059 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=Not Found' [INFO] ERROR: '00:08:36.863 [ERROR] Unexpected error: Something went wrong' [INFO] ERROR: '00:08:36.921 [ERROR] Unexpected error: Something went wrong' [INFO] 29 06 2024 00:08:37.675:WARN [web-server]: 404: /icon/image.png [INFO] 29 06 2024 00:08:37.718:WARN [web-server]: 404: /icon/image.png [INFO] 29 06 2024 00:08:37.745:WARN [web-server]: 404: /hello [INFO] 29 06 2024 00:08:42.552:WARN [web-server]: 404: /iconId [INFO] 29 06 2024 00:08:42.566:WARN [web-server]: 404: /icon [INFO] 29 06 2024 00:08:42.644:WARN [web-server]: 404: /iconId [INFO] ERROR: '00:08:46.262 [ERROR] AJAX call "GET permissions" failed [500]' [INFO] ERROR: '00:08:46.275 [ERROR] AJAX call "GET permissions" failed [500]' [INFO] ERROR: '00:08:46.278 [ERROR] AJAX call "GET permissions" failed [500]' [INFO] 29 06 2024 00:08:46.901:WARN [web-server]: 404: /json?log [INFO] WARN: '00:08:47.068 [WARN] Polling request failed. Interrupt polling until the next user-initiated request succeeds' [INFO] ERROR: '00:08:47.089 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=' [INFO] INFO: '00:08:47.101 [INFO] Session terminated, stopped polling for background jobs' [INFO] 29 06 2024 00:09:01.854:WARN [web-server]: 404: /fancyIcon.png [INFO] ERROR: '00:09:23.655 [ERROR] AJAX call "POST api/ui-notifications" failed [500]' [INFO] 29 06 2024 00:09:23.888:WARN [web-server]: 404: /defaultValues [INFO] 29 06 2024 00:09:23.890:WARN [web-server]: 404: /defaultValues [INFO] 29 06 2024 00:09:23.894:WARN [web-server]: 404: /defaultValues [INFO] 29 06 2024 00:09:23.895:WARN [web-server]: 404: /defaultValues [INFO] LOG: 'Failed to resolve constant 'scout.FormField.LabelPosition.XXX', object is undefined' [INFO] WARN: 'Spec 'objects isSameOrExtendsClass uses a type predicate to narrow the type' has no expectations.' [INFO] TOTAL: 3300 SUCCESS [INFO] Karma has exited with 0. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ eclipse-scout-core --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-core/target/eclipse-scout-core-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ eclipse-scout-core --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ eclipse-scout-core --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ eclipse-scout-core --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ eclipse-scout-core --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ eclipse-scout-core --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-core/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/eclipse-scout-core/24.2-SNAPSHOT/eclipse-scout-core-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-core/target/eclipse-scout-core-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/eclipse-scout-core/24.2-SNAPSHOT/eclipse-scout-core-24.2-SNAPSHOT.jar [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html >-------- [INFO] Building org.eclipse.scout.rt.svg.ui.html 24.2-SNAPSHOT [57/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.ui.html/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Deleting /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.ui.html (includes = [dist/**], excludes = []) [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- antrun:3.1.0:run (check-node-install) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- antrun:3.1.0:run (check-install-node-tools) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.ui.html/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- frontend:1.15.0:install-node-and-npm (install-node-and-npm) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Skipping execution. [INFO] [INFO] --- exec:3.1.1:exec (install-node-tools) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] skipping execute as per configuration [INFO] [INFO] --- antrun:3.1.0:run (check-npm-update) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:snapshot:dependencies) @ org.eclipse.scout.rt.svg.ui.html --- use given workspace root: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.ui.html/.. updating version/dependency for module: @eclipse-scout/chart updating version/dependency for module: @eclipse-scout/cli updating version/dependency for module: @eclipse-scout/core updating version/dependency for module: @eclipse-scout/migrate updating version/dependency for module: @eclipse-scout/tsconfig updating version/dependency for module: @eclipse-scout/eslint-config updating version/dependency for module: @eclipse-scout/karma-jasmine-scout updating version/dependency for module: @eclipse-scout/svg version:snapshot:dependencies done [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:release:dependencies) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] skipping execute as per configuration [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:release) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] skipping execute as per configuration [INFO] [INFO] --- antrun:3.1.0:run (mark-npm-update-done) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Skipping Antrun execution [INFO] [INFO] --- exec:3.1.1:exec (npm-update) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] skipping execute as per configuration [INFO] [INFO] --- exec:3.1.1:exec (pnpm-list) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] skipping execute as per configuration [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:snapshot) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] skipping execute as per configuration [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [INFO] [INFO] --- frontend:1.15.0:npm (npm-run-build:prod) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Running 'npm --scripts-prepend-node-path=true run build:prod -- --progress=false --clean=false' in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.ui.html [INFO] [INFO] > @eclipse-scout/svg@24.2.0-snapshot build:prod [INFO] > scout-scripts build:prod --progress=false --clean=false [INFO] [INFO] Webpack mode: production [INFO] Type check: false [INFO] asset eclipse-scout-svg-64c8fd8306618de52a1d.min.js 2.5 KiB [emitted] [immutable] [javascript module] [minimized] (name: eclipse-scout-svg) 1 related asset [INFO] orphan modules 2.82 KiB [orphan] 6 modules [INFO] runtime modules 937 bytes 4 modules [INFO] ./src/main/js/index.ts + 4 modules 3.39 KiB [not cacheable] [built] [code generated] [INFO] webpack 5.89.0 compiled successfully in 1090 ms [INFO] [INFO] [INFO] [INFO] --- frontend:1.15.0:npm (npm-run-build:dev) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Running 'npm --scripts-prepend-node-path=true run build:dev -- --progress=false --clean=false' in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.ui.html [INFO] [INFO] > @eclipse-scout/svg@24.2.0-snapshot build:dev [INFO] > scout-scripts build:dev --progress=false --clean=false [INFO] [INFO] Webpack mode: development [INFO] Type check: true [INFO] assets by path ../d.ts/svg/ 2.74 KiB [INFO] assets by path ../d.ts/svg/*.ts 1.35 KiB [INFO] asset ../d.ts/svg/SvgField.d.ts 613 bytes [emitted] [INFO] asset ../d.ts/svg/SvgFieldAdapter.d.ts 362 bytes [emitted] [INFO] asset ../d.ts/svg/SvgFieldEventMap.d.ts 228 bytes [emitted] [INFO] asset ../d.ts/svg/SvgFieldModel.d.ts 181 bytes [emitted] [INFO] assets by path ../d.ts/svg/*.map 1.39 KiB [INFO] asset ../d.ts/svg/SvgField.d.ts.map 525 bytes [emitted] [INFO] asset ../d.ts/svg/SvgFieldAdapter.d.ts.map 378 bytes [emitted] [INFO] asset ../d.ts/svg/SvgFieldEventMap.d.ts.map 271 bytes [emitted] [INFO] asset ../d.ts/svg/SvgFieldModel.d.ts.map 250 bytes [emitted] [INFO] asset eclipse-scout-svg.js 10.9 KiB [emitted] [javascript module] (name: eclipse-scout-svg) 1 related asset [INFO] asset ../d.ts/index.d.ts.map 265 bytes [emitted] [INFO] asset ../d.ts/index.d.ts 237 bytes [emitted] [INFO] runtime modules 937 bytes 4 modules [INFO] built modules 3.41 KiB [built] [INFO] cacheable modules 3.32 KiB [INFO] ./src/main/js/index.ts 604 bytes [built] [code generated] [INFO] ./src/main/js/svg/SvgField.ts 2.05 KiB [built] [code generated] [INFO] ./src/main/js/svg/SvgFieldModel.ts 10 bytes [built] [code generated] [INFO] ./src/main/js/svg/SvgFieldEventMap.ts 10 bytes [built] [code generated] [INFO] ./src/main/js/svg/SvgFieldAdapter.ts 678 bytes [built] [code generated] [INFO] external "@eclipse-scout/core" 42 bytes [built] [code generated] [INFO] external "jquery" 42 bytes [built] [code generated] [INFO] webpack 5.89.0 compiled successfully in 16454 ms [INFO] [INFO] [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.ui.html/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-webpack-build-output) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Skipping the execution. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.ui.html/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0: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:2.0.1:check (default) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.ui.html/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/24.2-SNAPSHOT/org.eclipse.scout.rt.svg.ui.html-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/24.2-SNAPSHOT/org.eclipse.scout.rt.svg.ui.html-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/24.2-SNAPSHOT/org.eclipse.scout.rt.svg.ui.html-24.2-SNAPSHOT-sources.jar [INFO] [INFO] ---------------< org.eclipse.scout.rt:eclipse-scout-cli >--------------- [INFO] Building eclipse-scout-cli 24.2-SNAPSHOT [58/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-cli/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse-scout-cli --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ eclipse-scout-cli --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ eclipse-scout-cli --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-cli/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- antrun:3.1.0:run (check-node-install) @ eclipse-scout-cli --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- antrun:3.1.0:run (check-install-node-tools) @ eclipse-scout-cli --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- frontend:1.15.0:install-node-and-npm (install-node-and-npm) @ eclipse-scout-cli --- [INFO] Skipping execution. [INFO] [INFO] --- exec:3.1.1:exec (install-node-tools) @ eclipse-scout-cli --- [INFO] skipping execute as per configuration [INFO] [INFO] --- antrun:3.1.0:run (check-npm-update) @ eclipse-scout-cli --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:snapshot:dependencies) @ eclipse-scout-cli --- use given workspace root: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-cli/.. updating version/dependency for module: @eclipse-scout/chart updating version/dependency for module: @eclipse-scout/cli updating version/dependency for module: @eclipse-scout/core updating version/dependency for module: @eclipse-scout/migrate updating version/dependency for module: @eclipse-scout/tsconfig updating version/dependency for module: @eclipse-scout/eslint-config updating version/dependency for module: @eclipse-scout/karma-jasmine-scout updating version/dependency for module: @eclipse-scout/svg version:snapshot:dependencies done [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:release:dependencies) @ eclipse-scout-cli --- [INFO] skipping execute as per configuration [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:release) @ eclipse-scout-cli --- [INFO] skipping execute as per configuration [INFO] [INFO] --- antrun:3.1.0:run (mark-npm-update-done) @ eclipse-scout-cli --- [INFO] Skipping Antrun execution [INFO] [INFO] --- exec:3.1.1:exec (npm-update) @ eclipse-scout-cli --- [INFO] skipping execute as per configuration [INFO] [INFO] --- exec:3.1.1:exec (pnpm-list) @ eclipse-scout-cli --- [INFO] skipping execute as per configuration [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ eclipse-scout-cli --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-cli/src/main/resources [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:snapshot) @ eclipse-scout-cli --- [INFO] skipping execute as per configuration [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ eclipse-scout-cli --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ eclipse-scout-cli --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-cli/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ eclipse-scout-cli --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ eclipse-scout-cli --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ eclipse-scout-cli --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-cli/target/eclipse-scout-cli-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ eclipse-scout-cli --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ eclipse-scout-cli --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ eclipse-scout-cli --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ eclipse-scout-cli --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ eclipse-scout-cli --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-cli/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/eclipse-scout-cli/24.2-SNAPSHOT/eclipse-scout-cli-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-cli/target/eclipse-scout-cli-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/eclipse-scout-cli/24.2-SNAPSHOT/eclipse-scout-cli-24.2-SNAPSHOT.jar [INFO] [INFO] --------------< org.eclipse.scout.rt:karma-jasmine-scout >-------------- [INFO] Building karma-jasmine-scout 24.2-SNAPSHOT [59/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/karma-jasmine-scout/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ karma-jasmine-scout --- [INFO] Deleting /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/karma-jasmine-scout (includes = [dist/**], excludes = []) [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ karma-jasmine-scout --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- antrun:3.1.0:run (check-node-install) @ karma-jasmine-scout --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- antrun:3.1.0:run (check-install-node-tools) @ karma-jasmine-scout --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ karma-jasmine-scout --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/karma-jasmine-scout/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- frontend:1.15.0:install-node-and-npm (install-node-and-npm) @ karma-jasmine-scout --- [INFO] Skipping execution. [INFO] [INFO] --- exec:3.1.1:exec (install-node-tools) @ karma-jasmine-scout --- [INFO] skipping execute as per configuration [INFO] [INFO] --- antrun:3.1.0:run (check-npm-update) @ karma-jasmine-scout --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:snapshot:dependencies) @ karma-jasmine-scout --- use given workspace root: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/karma-jasmine-scout/.. updating version/dependency for module: @eclipse-scout/chart updating version/dependency for module: @eclipse-scout/cli updating version/dependency for module: @eclipse-scout/core updating version/dependency for module: @eclipse-scout/migrate updating version/dependency for module: @eclipse-scout/tsconfig updating version/dependency for module: @eclipse-scout/eslint-config updating version/dependency for module: @eclipse-scout/karma-jasmine-scout updating version/dependency for module: @eclipse-scout/svg version:snapshot:dependencies done [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:release:dependencies) @ karma-jasmine-scout --- [INFO] skipping execute as per configuration [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:release) @ karma-jasmine-scout --- [INFO] skipping execute as per configuration [INFO] [INFO] --- antrun:3.1.0:run (mark-npm-update-done) @ karma-jasmine-scout --- [INFO] Skipping Antrun execution [INFO] [INFO] --- exec:3.1.1:exec (npm-update) @ karma-jasmine-scout --- [INFO] skipping execute as per configuration [INFO] [INFO] --- exec:3.1.1:exec (pnpm-list) @ karma-jasmine-scout --- [INFO] skipping execute as per configuration [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ karma-jasmine-scout --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/karma-jasmine-scout/src/main/resources [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:snapshot) @ karma-jasmine-scout --- [INFO] skipping execute as per configuration [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ karma-jasmine-scout --- [INFO] No sources to compile [INFO] [INFO] --- frontend:1.15.0:npm (npm-run-build:prod) @ karma-jasmine-scout --- [INFO] Skipping execution. [INFO] [INFO] --- frontend:1.15.0:npm (npm-run-build:dev) @ karma-jasmine-scout --- [INFO] Skipping execution. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-webpack-build-output) @ karma-jasmine-scout --- [INFO] Skipping the execution. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ karma-jasmine-scout --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/karma-jasmine-scout/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ karma-jasmine-scout --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ karma-jasmine-scout --- [INFO] No tests to run. [INFO] [INFO] --- frontend:1.15.0:npm (npm-test-karma) @ karma-jasmine-scout --- [INFO] Skipping execution. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ karma-jasmine-scout --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/karma-jasmine-scout/target/karma-jasmine-scout-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ karma-jasmine-scout --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ karma-jasmine-scout --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ karma-jasmine-scout --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ karma-jasmine-scout --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ karma-jasmine-scout --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/karma-jasmine-scout/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/karma-jasmine-scout/24.2-SNAPSHOT/karma-jasmine-scout-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/karma-jasmine-scout/target/karma-jasmine-scout-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/karma-jasmine-scout/24.2-SNAPSHOT/karma-jasmine-scout-24.2-SNAPSHOT.jar [INFO] [INFO] -------------< org.eclipse.scout.rt:eclipse-scout-releng >-------------- [INFO] Building eclipse-scout-releng 24.2-SNAPSHOT [60/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-releng/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse-scout-releng --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ eclipse-scout-releng --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ eclipse-scout-releng --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-releng/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- antrun:3.1.0:run (check-node-install) @ eclipse-scout-releng --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- antrun:3.1.0:run (check-install-node-tools) @ eclipse-scout-releng --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- frontend:1.15.0:install-node-and-npm (install-node-and-npm) @ eclipse-scout-releng --- [INFO] Skipping execution. [INFO] [INFO] --- exec:3.1.1:exec (install-node-tools) @ eclipse-scout-releng --- [INFO] skipping execute as per configuration [INFO] [INFO] --- antrun:3.1.0:run (check-npm-update) @ eclipse-scout-releng --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:snapshot:dependencies) @ eclipse-scout-releng --- use given workspace root: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-releng/.. updating version/dependency for module: @eclipse-scout/chart updating version/dependency for module: @eclipse-scout/cli updating version/dependency for module: @eclipse-scout/core updating version/dependency for module: @eclipse-scout/migrate updating version/dependency for module: @eclipse-scout/tsconfig updating version/dependency for module: @eclipse-scout/eslint-config updating version/dependency for module: @eclipse-scout/karma-jasmine-scout updating version/dependency for module: @eclipse-scout/svg version:snapshot:dependencies done [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:release:dependencies) @ eclipse-scout-releng --- [INFO] skipping execute as per configuration [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:release) @ eclipse-scout-releng --- [INFO] skipping execute as per configuration [INFO] [INFO] --- antrun:3.1.0:run (mark-npm-update-done) @ eclipse-scout-releng --- [INFO] Skipping Antrun execution [INFO] [INFO] --- exec:3.1.1:exec (npm-update) @ eclipse-scout-releng --- [INFO] skipping execute as per configuration [INFO] [INFO] --- exec:3.1.1:exec (pnpm-list) @ eclipse-scout-releng --- [INFO] skipping execute as per configuration [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ eclipse-scout-releng --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-releng/src/main/resources [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:snapshot) @ eclipse-scout-releng --- [INFO] skipping execute as per configuration [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ eclipse-scout-releng --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ eclipse-scout-releng --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-releng/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ eclipse-scout-releng --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ eclipse-scout-releng --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ eclipse-scout-releng --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-releng/target/eclipse-scout-releng-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ eclipse-scout-releng --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ eclipse-scout-releng --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ eclipse-scout-releng --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ eclipse-scout-releng --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ eclipse-scout-releng --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-releng/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/eclipse-scout-releng/24.2-SNAPSHOT/eclipse-scout-releng-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-releng/target/eclipse-scout-releng-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/eclipse-scout-releng/24.2-SNAPSHOT/eclipse-scout-releng-24.2-SNAPSHOT.jar [INFO] [INFO] -------------< org.eclipse.scout.rt:eclipse-scout-migrate >------------- [INFO] Building eclipse-scout-migrate 24.2-SNAPSHOT [61/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-migrate/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse-scout-migrate --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ eclipse-scout-migrate --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ eclipse-scout-migrate --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-migrate/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- antrun:3.1.0:run (check-node-install) @ eclipse-scout-migrate --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- antrun:3.1.0:run (check-install-node-tools) @ eclipse-scout-migrate --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- frontend:1.15.0:install-node-and-npm (install-node-and-npm) @ eclipse-scout-migrate --- [INFO] Skipping execution. [INFO] [INFO] --- exec:3.1.1:exec (install-node-tools) @ eclipse-scout-migrate --- [INFO] skipping execute as per configuration [INFO] [INFO] --- antrun:3.1.0:run (check-npm-update) @ eclipse-scout-migrate --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:snapshot:dependencies) @ eclipse-scout-migrate --- use given workspace root: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-migrate/.. updating version/dependency for module: @eclipse-scout/chart updating version/dependency for module: @eclipse-scout/cli updating version/dependency for module: @eclipse-scout/core updating version/dependency for module: @eclipse-scout/migrate updating version/dependency for module: @eclipse-scout/tsconfig updating version/dependency for module: @eclipse-scout/eslint-config updating version/dependency for module: @eclipse-scout/karma-jasmine-scout updating version/dependency for module: @eclipse-scout/svg version:snapshot:dependencies done [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:release:dependencies) @ eclipse-scout-migrate --- [INFO] skipping execute as per configuration [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:release) @ eclipse-scout-migrate --- [INFO] skipping execute as per configuration [INFO] [INFO] --- antrun:3.1.0:run (mark-npm-update-done) @ eclipse-scout-migrate --- [INFO] Skipping Antrun execution [INFO] [INFO] --- exec:3.1.1:exec (npm-update) @ eclipse-scout-migrate --- [INFO] skipping execute as per configuration [INFO] [INFO] --- exec:3.1.1:exec (pnpm-list) @ eclipse-scout-migrate --- [INFO] skipping execute as per configuration [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ eclipse-scout-migrate --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-migrate/src/main/resources [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:snapshot) @ eclipse-scout-migrate --- [INFO] skipping execute as per configuration [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ eclipse-scout-migrate --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ eclipse-scout-migrate --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-migrate/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ eclipse-scout-migrate --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ eclipse-scout-migrate --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ eclipse-scout-migrate --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-migrate/target/eclipse-scout-migrate-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ eclipse-scout-migrate --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ eclipse-scout-migrate --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ eclipse-scout-migrate --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ eclipse-scout-migrate --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ eclipse-scout-migrate --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-migrate/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/eclipse-scout-migrate/24.2-SNAPSHOT/eclipse-scout-migrate-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-migrate/target/eclipse-scout-migrate-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/eclipse-scout-migrate/24.2-SNAPSHOT/eclipse-scout-migrate-24.2-SNAPSHOT.jar [INFO] [INFO] ------------< org.eclipse.scout.rt:eclipse-scout-tsconfig >------------- [INFO] Building eclipse-scout-tsconfig 24.2-SNAPSHOT [62/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-tsconfig/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse-scout-tsconfig --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ eclipse-scout-tsconfig --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ eclipse-scout-tsconfig --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-tsconfig/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- antrun:3.1.0:run (check-node-install) @ eclipse-scout-tsconfig --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- antrun:3.1.0:run (check-install-node-tools) @ eclipse-scout-tsconfig --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- frontend:1.15.0:install-node-and-npm (install-node-and-npm) @ eclipse-scout-tsconfig --- [INFO] Skipping execution. [INFO] [INFO] --- exec:3.1.1:exec (install-node-tools) @ eclipse-scout-tsconfig --- [INFO] skipping execute as per configuration [INFO] [INFO] --- antrun:3.1.0:run (check-npm-update) @ eclipse-scout-tsconfig --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:snapshot:dependencies) @ eclipse-scout-tsconfig --- use given workspace root: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-tsconfig/.. updating version/dependency for module: @eclipse-scout/chart updating version/dependency for module: @eclipse-scout/cli updating version/dependency for module: @eclipse-scout/core updating version/dependency for module: @eclipse-scout/migrate updating version/dependency for module: @eclipse-scout/tsconfig updating version/dependency for module: @eclipse-scout/eslint-config updating version/dependency for module: @eclipse-scout/karma-jasmine-scout updating version/dependency for module: @eclipse-scout/svg version:snapshot:dependencies done [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:release:dependencies) @ eclipse-scout-tsconfig --- [INFO] skipping execute as per configuration [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:release) @ eclipse-scout-tsconfig --- [INFO] skipping execute as per configuration [INFO] [INFO] --- antrun:3.1.0:run (mark-npm-update-done) @ eclipse-scout-tsconfig --- [INFO] Skipping Antrun execution [INFO] [INFO] --- exec:3.1.1:exec (npm-update) @ eclipse-scout-tsconfig --- [INFO] skipping execute as per configuration [INFO] [INFO] --- exec:3.1.1:exec (pnpm-list) @ eclipse-scout-tsconfig --- [INFO] skipping execute as per configuration [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ eclipse-scout-tsconfig --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-tsconfig/src/main/resources [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:snapshot) @ eclipse-scout-tsconfig --- [INFO] skipping execute as per configuration [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ eclipse-scout-tsconfig --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ eclipse-scout-tsconfig --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-tsconfig/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ eclipse-scout-tsconfig --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ eclipse-scout-tsconfig --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ eclipse-scout-tsconfig --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-tsconfig/target/eclipse-scout-tsconfig-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ eclipse-scout-tsconfig --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ eclipse-scout-tsconfig --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ eclipse-scout-tsconfig --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ eclipse-scout-tsconfig --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ eclipse-scout-tsconfig --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-tsconfig/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/eclipse-scout-tsconfig/24.2-SNAPSHOT/eclipse-scout-tsconfig-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-tsconfig/target/eclipse-scout-tsconfig-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/eclipse-scout-tsconfig/24.2-SNAPSHOT/eclipse-scout-tsconfig-24.2-SNAPSHOT.jar [INFO] [INFO] -----------------< org.eclipse.scout.rt:eslint-config >----------------- [INFO] Building eslint-config 24.2-SNAPSHOT [63/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eslint-config/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ eslint-config --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ eslint-config --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ eslint-config --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eslint-config/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- antrun:3.1.0:run (check-node-install) @ eslint-config --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- antrun:3.1.0:run (check-install-node-tools) @ eslint-config --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- frontend:1.15.0:install-node-and-npm (install-node-and-npm) @ eslint-config --- [INFO] Skipping execution. [INFO] [INFO] --- exec:3.1.1:exec (install-node-tools) @ eslint-config --- [INFO] skipping execute as per configuration [INFO] [INFO] --- antrun:3.1.0:run (check-npm-update) @ eslint-config --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:snapshot:dependencies) @ eslint-config --- use given workspace root: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eslint-config/.. updating version/dependency for module: @eclipse-scout/chart updating version/dependency for module: @eclipse-scout/cli updating version/dependency for module: @eclipse-scout/core updating version/dependency for module: @eclipse-scout/migrate updating version/dependency for module: @eclipse-scout/tsconfig updating version/dependency for module: @eclipse-scout/eslint-config updating version/dependency for module: @eclipse-scout/karma-jasmine-scout updating version/dependency for module: @eclipse-scout/svg version:snapshot:dependencies done [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:release:dependencies) @ eslint-config --- [INFO] skipping execute as per configuration [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:release) @ eslint-config --- [INFO] skipping execute as per configuration [INFO] [INFO] --- antrun:3.1.0:run (mark-npm-update-done) @ eslint-config --- [INFO] Skipping Antrun execution [INFO] [INFO] --- exec:3.1.1:exec (npm-update) @ eslint-config --- [INFO] skipping execute as per configuration [INFO] [INFO] --- exec:3.1.1:exec (pnpm-list) @ eslint-config --- [INFO] skipping execute as per configuration [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ eslint-config --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eslint-config/src/main/resources [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:snapshot) @ eslint-config --- [INFO] skipping execute as per configuration [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ eslint-config --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ eslint-config --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eslint-config/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ eslint-config --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ eslint-config --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ eslint-config --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eslint-config/target/eslint-config-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ eslint-config --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ eslint-config --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ eslint-config --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ eslint-config --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ eslint-config --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eslint-config/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/eslint-config/24.2-SNAPSHOT/eslint-config-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eslint-config/target/eslint-config-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/eslint-config/24.2-SNAPSHOT/eslint-config-24.2-SNAPSHOT.jar [INFO] [INFO] ----< org.eclipse.scout.rt:org.eclipse.scout.rt.opentelemetry.sdk >----- [INFO] Building org.eclipse.scout.rt.opentelemetry.sdk 24.2-SNAPSHOT [64/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.opentelemetry.sdk/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opentelemetry/instrumentation/opentelemetry-runtime-telemetry-java8/2.0.0-alpha/opentelemetry-runtime-telemetry-java8-2.0.0-alpha.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-runtime-telemetry-java8/2.0.0-alpha/opentelemetry-runtime-telemetry-java8-2.0.0-alpha.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-runtime-telemetry-java8/2.0.0-alpha/opentelemetry-runtime-telemetry-java8-2.0.0-alpha.pom (3.5 kB at 250 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opentelemetry/instrumentation/opentelemetry-instrumentation-api/2.0.0/opentelemetry-instrumentation-api-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-instrumentation-api/2.0.0/opentelemetry-instrumentation-api-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-instrumentation-api/2.0.0/opentelemetry-instrumentation-api-2.0.0.pom (3.0 kB at 433 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opentelemetry/semconv/opentelemetry-semconv/1.21.0-alpha/opentelemetry-semconv-1.21.0-alpha.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/semconv/opentelemetry-semconv/1.21.0-alpha/opentelemetry-semconv-1.21.0-alpha.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/semconv/opentelemetry-semconv/1.21.0-alpha/opentelemetry-semconv-1.21.0-alpha.pom (2.2 kB at 314 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opentelemetry/opentelemetry-bom/1.29.0/opentelemetry-bom-1.29.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-bom/1.29.0/opentelemetry-bom-1.29.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-bom/1.29.0/opentelemetry-bom-1.29.0.pom (7.0 kB at 775 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opentelemetry/instrumentation/opentelemetry-instrumentation-api-incubator/2.0.0-alpha/opentelemetry-instrumentation-api-incubator-2.0.0-alpha.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-instrumentation-api-incubator/2.0.0-alpha/opentelemetry-instrumentation-api-incubator-2.0.0-alpha.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-instrumentation-api-incubator/2.0.0-alpha/opentelemetry-instrumentation-api-incubator-2.0.0-alpha.pom (3.1 kB at 237 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opentelemetry/opentelemetry-exporter-otlp/1.34.1/opentelemetry-exporter-otlp-1.34.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-otlp/1.34.1/opentelemetry-exporter-otlp-1.34.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-otlp/1.34.1/opentelemetry-exporter-otlp-1.34.1.pom (2.8 kB at 123 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opentelemetry/opentelemetry-exporter-otlp-common/1.34.1/opentelemetry-exporter-otlp-common-1.34.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-otlp-common/1.34.1/opentelemetry-exporter-otlp-common-1.34.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-otlp-common/1.34.1/opentelemetry-exporter-otlp-common-1.34.1.pom (2.0 kB at 49 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opentelemetry/opentelemetry-exporter-common/1.34.1/opentelemetry-exporter-common-1.34.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-common/1.34.1/opentelemetry-exporter-common-1.34.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-common/1.34.1/opentelemetry-exporter-common-1.34.1.pom (1.8 kB at 200 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opentelemetry/opentelemetry-exporter-sender-okhttp/1.34.1/opentelemetry-exporter-sender-okhttp-1.34.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-sender-okhttp/1.34.1/opentelemetry-exporter-sender-okhttp-1.34.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-sender-okhttp/1.34.1/opentelemetry-exporter-sender-okhttp-1.34.1.pom (2.2 kB at 243 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/squareup/okhttp3/okhttp/4.12.0/okhttp-4.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/okhttp/4.12.0/okhttp-4.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/okhttp/4.12.0/okhttp-4.12.0.pom (1.8 kB at 227 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/squareup/okio/okio/3.6.0/okio-3.6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio/3.6.0/okio-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio/3.6.0/okio-3.6.0.pom (1.7 kB at 112 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/squareup/okio/okio-jvm/3.6.0/okio-jvm-3.6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio-jvm/3.6.0/okio-jvm-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio-jvm/3.6.0/okio-jvm-3.6.0.pom (1.9 kB at 237 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.9.10/kotlin-stdlib-jdk8-1.9.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.9.10/kotlin-stdlib-jdk8-1.9.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.9.10/kotlin-stdlib-jdk8-1.9.10.pom (1.6 kB at 99 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jetbrains/kotlin/kotlin-stdlib/1.9.10/kotlin-stdlib-1.9.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib/1.9.10/kotlin-stdlib-1.9.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib/1.9.10/kotlin-stdlib-1.9.10.pom (1.6 kB at 194 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jetbrains/kotlin/kotlin-stdlib-common/1.9.10/kotlin-stdlib-common-1.9.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib-common/1.9.10/kotlin-stdlib-common-1.9.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib-common/1.9.10/kotlin-stdlib-common-1.9.10.pom (1.2 kB at 145 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jetbrains/annotations/13.0/annotations-13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/annotations/13.0/annotations-13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/annotations/13.0/annotations-13.0.pom (4.9 kB at 329 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.9.10/kotlin-stdlib-jdk7-1.9.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.9.10/kotlin-stdlib-jdk7-1.9.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.9.10/kotlin-stdlib-jdk7-1.9.10.pom (1.4 kB at 198 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opentelemetry/instrumentation/opentelemetry-runtime-telemetry-java8/2.0.0-alpha/opentelemetry-runtime-telemetry-java8-2.0.0-alpha.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opentelemetry/instrumentation/opentelemetry-instrumentation-api/2.0.0/opentelemetry-instrumentation-api-2.0.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opentelemetry/semconv/opentelemetry-semconv/1.21.0-alpha/opentelemetry-semconv-1.21.0-alpha.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opentelemetry/instrumentation/opentelemetry-instrumentation-api-incubator/2.0.0-alpha/opentelemetry-instrumentation-api-incubator-2.0.0-alpha.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opentelemetry/opentelemetry-exporter-otlp/1.34.1/opentelemetry-exporter-otlp-1.34.1.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opentelemetry/opentelemetry-exporter-otlp-common/1.34.1/opentelemetry-exporter-otlp-common-1.34.1.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opentelemetry/opentelemetry-exporter-common/1.34.1/opentelemetry-exporter-common-1.34.1.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opentelemetry/opentelemetry-exporter-sender-okhttp/1.34.1/opentelemetry-exporter-sender-okhttp-1.34.1.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/squareup/okhttp3/okhttp/4.12.0/okhttp-4.12.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/squareup/okio/okio/3.6.0/okio-3.6.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/squareup/okio/okio-jvm/3.6.0/okio-jvm-3.6.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jetbrains/kotlin/kotlin-stdlib-common/1.9.10/kotlin-stdlib-common-1.9.10.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.9.10/kotlin-stdlib-jdk8-1.9.10.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jetbrains/kotlin/kotlin-stdlib/1.9.10/kotlin-stdlib-1.9.10.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jetbrains/annotations/13.0/annotations-13.0.jar [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.9.10/kotlin-stdlib-jdk7-1.9.10.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-runtime-telemetry-java8/2.0.0-alpha/opentelemetry-runtime-telemetry-java8-2.0.0-alpha.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-runtime-telemetry-java8/2.0.0-alpha/opentelemetry-runtime-telemetry-java8-2.0.0-alpha.jar (31 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-instrumentation-api/2.0.0/opentelemetry-instrumentation-api-2.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/semconv/opentelemetry-semconv/1.21.0-alpha/opentelemetry-semconv-1.21.0-alpha.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-instrumentation-api-incubator/2.0.0-alpha/opentelemetry-instrumentation-api-incubator-2.0.0-alpha.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-otlp/1.34.1/opentelemetry-exporter-otlp-1.34.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-otlp-common/1.34.1/opentelemetry-exporter-otlp-common-1.34.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/semconv/opentelemetry-semconv/1.21.0-alpha/opentelemetry-semconv-1.21.0-alpha.jar (43 kB at 4.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-common/1.34.1/opentelemetry-exporter-common-1.34.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-otlp/1.34.1/opentelemetry-exporter-otlp-1.34.1.jar (63 kB at 6.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-sender-okhttp/1.34.1/opentelemetry-exporter-sender-okhttp-1.34.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-instrumentation-api/2.0.0/opentelemetry-instrumentation-api-2.0.0.jar (217 kB at 18 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/okhttp/4.12.0/okhttp-4.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-instrumentation-api-incubator/2.0.0-alpha/opentelemetry-instrumentation-api-incubator-2.0.0-alpha.jar (103 kB at 8.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio/3.6.0/okio-3.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-otlp-common/1.34.1/opentelemetry-exporter-otlp-common-1.34.1.jar (113 kB at 8.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio-jvm/3.6.0/okio-jvm-3.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-sender-okhttp/1.34.1/opentelemetry-exporter-sender-okhttp-1.34.1.jar (25 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib-common/1.9.10/kotlin-stdlib-common-1.9.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-common/1.34.1/opentelemetry-exporter-common-1.34.1.jar (74 kB at 4.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.9.10/kotlin-stdlib-jdk8-1.9.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio/3.6.0/okio-3.6.0.jar (26 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib/1.9.10/kotlin-stdlib-1.9.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/okhttp/4.12.0/okhttp-4.12.0.jar (790 kB at 29 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/annotations/13.0/annotations-13.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio-jvm/3.6.0/okio-jvm-3.6.0.jar (360 kB at 13 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.9.10/kotlin-stdlib-jdk7-1.9.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib-common/1.9.10/kotlin-stdlib-common-1.9.10.jar (225 kB at 7.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/annotations/13.0/annotations-13.0.jar (18 kB at 418 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.9.10/kotlin-stdlib-jdk7-1.9.10.jar (959 B at 14 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.9.10/kotlin-stdlib-jdk8-1.9.10.jar (965 B at 14 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib/1.9.10/kotlin-stdlib-1.9.10.jar (1.7 MB at 16 MB/s) [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.opentelemetry.sdk --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.opentelemetry.sdk --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.opentelemetry.sdk --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.opentelemetry.sdk/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.opentelemetry.sdk --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.opentelemetry.sdk --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.opentelemetry.sdk --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.opentelemetry.sdk/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.opentelemetry.sdk --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.opentelemetry.sdk --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.opentelemetry.sdk --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.opentelemetry.sdk/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.scout.rt.opentelemetry.sdk.OpenTelemetryInitializerTest 2024-06-29 00:09:52,586 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:179) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true 2024-06-29 00:09:52,613 INFO [main] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:37) - Building jandex class inventory using rebuild strategy IF_MISSING... 2024-06-29 00:09:52,740 INFO [main] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:43) - Finished building jandex class inventory in 140.193181 ms. Total class count: 820 2024-06-29 00:09:52,940 INFO [main] org.eclipse.scout.rt.platform.logger.LoggerInstallPlatformListener.registerLoggerSupportBean(LoggerInstallPlatformListener.java:98) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport 2024-06-29 00:09:52,942 INFO [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:191) - No classpath:config.properties found. Running with empty configuration. OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 2024-06-29 00:09:54,897 INFO [main] org.eclipse.scout.rt.opentelemetry.sdk.OpenTelemetryInitializer.initOpenTelemetry(OpenTelemetryInitializer.java:96) - Initialize OpenTelemetry 2024-06-29 00:09:56,052 INFO [main] org.eclipse.scout.rt.opentelemetry.sdk.OpenTelemetryInitializer.customizeMeterProvider(OpenTelemetryInitializer.java:135) - Initialize view from org.eclipse.scout.rt.platform.opentelemetry.IHistogramViewHintProvider$MockitoMock$0YO5s3ex 2024-06-29 00:09:56,116 INFO [main] org.eclipse.scout.rt.opentelemetry.sdk.OpenTelemetryInitializer.initMetrics(OpenTelemetryInitializer.java:150) - Initialize metrics from org.eclipse.scout.rt.platform.opentelemetry.IMetricProvider$MockitoMock$bPcA9ZRm 2024-06-29 00:09:56,141 INFO [main] org.eclipse.scout.rt.opentelemetry.sdk.OpenTelemetryInitializer.shutdownOpenTelemetry(OpenTelemetryInitializer.java:156) - Shutting down OpenTelemetry 2024-06-29 00:09:56,156 INFO [main] org.eclipse.scout.rt.opentelemetry.sdk.OpenTelemetryInitializer.initOpenTelemetry(OpenTelemetryInitializer.java:93) - Skip Scout OpenTelemetry initialization. 2024-06-29 00:09:56 INFO AutoConfiguredOpenTelemetrySdk found on classpath but automatic configuration is disabled. To enable, run your JVM with -Dotel.java.global-autoconfigure.enabled=true 2024-06-29 00:09:56,164 INFO [main] org.eclipse.scout.rt.opentelemetry.sdk.OpenTelemetryInitializer.shutdownOpenTelemetry(OpenTelemetryInitializer.java:156) - Shutting down OpenTelemetry 2024-06-29 00:09:56,168 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:304) - Shutdown ExecutorService, await termination... 2024-06-29 00:09:56,169 INFO [main] org.eclipse.scout.rt.platform.job.internal.JobManager.shutdownExecutor(JobManager.java:306) - Shutdown ExecutorService, await termination returned terminated=true 2024-06-29 00:09:56,171 INFO [main] org.eclipse.scout.rt.opentelemetry.sdk.OpenTelemetryInitializer.shutdownOpenTelemetry(OpenTelemetryInitializer.java:156) - Shutting down OpenTelemetry [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.114 s -- in org.eclipse.scout.rt.opentelemetry.sdk.OpenTelemetryInitializerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.opentelemetry.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.opentelemetry.sdk/target/org.eclipse.scout.rt.opentelemetry.sdk-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.opentelemetry.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.opentelemetry.sdk/target/org.eclipse.scout.rt.opentelemetry.sdk-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.opentelemetry.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.opentelemetry.sdk/target/org.eclipse.scout.rt.opentelemetry.sdk-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.opentelemetry.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.opentelemetry.sdk/target/org.eclipse.scout.rt.opentelemetry.sdk-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.opentelemetry.sdk --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.opentelemetry.sdk --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.opentelemetry.sdk/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.opentelemetry.sdk/24.2-SNAPSHOT/org.eclipse.scout.rt.opentelemetry.sdk-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.opentelemetry.sdk/target/org.eclipse.scout.rt.opentelemetry.sdk-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.opentelemetry.sdk/24.2-SNAPSHOT/org.eclipse.scout.rt.opentelemetry.sdk-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.opentelemetry.sdk/target/org.eclipse.scout.rt.opentelemetry.sdk-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.opentelemetry.sdk/24.2-SNAPSHOT/org.eclipse.scout.rt.opentelemetry.sdk-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.opentelemetry.sdk/target/org.eclipse.scout.rt.opentelemetry.sdk-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.opentelemetry.sdk/24.2-SNAPSHOT/org.eclipse.scout.rt.opentelemetry.sdk-24.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.opentelemetry.sdk/target/org.eclipse.scout.rt.opentelemetry.sdk-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.opentelemetry.sdk/24.2-SNAPSHOT/org.eclipse.scout.rt.opentelemetry.sdk-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.chart.shared >------- [INFO] Building org.eclipse.scout.rt.chart.shared 24.2-SNAPSHOT [65/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.shared/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.chart.shared --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.chart.shared --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.chart.shared --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.shared/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.chart.shared --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.chart.shared --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.chart.shared --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.shared/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.chart.shared --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.chart.shared --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.chart.shared --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.shared/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.scout.rt.chart.shared.data.basic.chart.ChartConfigTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.158 s -- in org.eclipse.scout.rt.chart.shared.data.basic.chart.ChartConfigTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.chart.shared --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.shared/target/org.eclipse.scout.rt.chart.shared-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.chart.shared --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.shared/target/org.eclipse.scout.rt.chart.shared-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.chart.shared --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.shared/target/org.eclipse.scout.rt.chart.shared-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.chart.shared --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.shared/target/org.eclipse.scout.rt.chart.shared-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.chart.shared --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.chart.shared --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.shared/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.chart.shared-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.shared/target/org.eclipse.scout.rt.chart.shared-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.chart.shared-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.shared/target/org.eclipse.scout.rt.chart.shared-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.chart.shared-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.shared/target/org.eclipse.scout.rt.chart.shared-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.chart.shared-24.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.shared/target/org.eclipse.scout.rt.chart.shared-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.chart.shared-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.chart.client >------- [INFO] Building org.eclipse.scout.rt.chart.client 24.2-SNAPSHOT [66/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.chart.client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.chart.client --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.chart.client --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.client/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.chart.client --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.chart.client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.client/src/main/java/org/eclipse/scout/rt/chart/client/ui/basic/table/controls/IChartColumnParam.java:[27,3] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.client/src/main/java/org/eclipse/scout/rt/chart/client/ui/basic/table/controls/ChartColumnParam.java:[49,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.client/src/main/java/org/eclipse/scout/rt/chart/client/ui/form/fields/tile/AbstractChartTile.java:[53,21] Unsupported @SuppressWarnings("findbugs:NP_BOOLEAN_RETURN_NULL") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.client/src/main/java/org/eclipse/scout/rt/chart/client/ui/form/fields/tile/AbstractChartTile.java:[63,21] Unsupported @SuppressWarnings("findbugs:NP_BOOLEAN_RETURN_NULL") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.client/src/main/java/org/eclipse/scout/rt/chart/client/ui/form/fields/tile/AbstractChartTile.java:[73,21] Unsupported @SuppressWarnings("findbugs:NP_BOOLEAN_RETURN_NULL") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.client/src/main/java/org/eclipse/scout/rt/chart/client/ui/form/fields/tile/AbstractChartTile.java:[83,21] Unsupported @SuppressWarnings("findbugs:NP_BOOLEAN_RETURN_NULL") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.client/src/main/java/org/eclipse/scout/rt/chart/client/ui/form/fields/tile/AbstractChartTile.java:[118,21] Unsupported @SuppressWarnings("findbugs:NP_BOOLEAN_RETURN_NULL") [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.chart.client --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.client/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.chart.client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.client/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.chart.client --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.chart.client --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.chart.client --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.client/target/org.eclipse.scout.rt.chart.client-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.chart.client --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.chart.client --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.client/target/org.eclipse.scout.rt.chart.client-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.chart.client --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.chart.client --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.chart.client --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.client/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.client/24.2-SNAPSHOT/org.eclipse.scout.rt.chart.client-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.client/target/org.eclipse.scout.rt.chart.client-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.client/24.2-SNAPSHOT/org.eclipse.scout.rt.chart.client-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.client/target/org.eclipse.scout.rt.chart.client-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.client/24.2-SNAPSHOT/org.eclipse.scout.rt.chart.client-24.2-SNAPSHOT-sources.jar [INFO] [INFO] ------< org.eclipse.scout.rt:org.eclipse.scout.rt.chart.ui.html >------- [INFO] Building org.eclipse.scout.rt.chart.ui.html 24.2-SNAPSHOT [67/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.ui.html/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.chart.ui.html --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.chart.ui.html --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.chart.ui.html --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.ui.html/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.chart.ui.html --- [INFO] Copying 6 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.chart.ui.html --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.ui.html/src/main/java/org/eclipse/scout/rt/chart/ui/html/json/basic/table/userfilter/UserFilterStateFactory.java:[48,13] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.chart.ui.html --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.ui.html/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.chart.ui.html --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.ui.html/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.chart.ui.html --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.chart.ui.html --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.chart.ui.html --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.ui.html/target/org.eclipse.scout.rt.chart.ui.html-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.chart.ui.html --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.chart.ui.html --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.ui.html/target/org.eclipse.scout.rt.chart.ui.html-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.chart.ui.html --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.chart.ui.html --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.chart.ui.html --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.ui.html/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.ui.html/24.2-SNAPSHOT/org.eclipse.scout.rt.chart.ui.html-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.ui.html/target/org.eclipse.scout.rt.chart.ui.html-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.ui.html/24.2-SNAPSHOT/org.eclipse.scout.rt.chart.ui.html-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.ui.html/target/org.eclipse.scout.rt.chart.ui.html-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.ui.html/24.2-SNAPSHOT/org.eclipse.scout.rt.chart.ui.html-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --------------< org.eclipse.scout.rt:eclipse-scout-chart >-------------- [INFO] Building eclipse-scout-chart 24.2-SNAPSHOT [68/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-chart/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse-scout-chart --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ eclipse-scout-chart --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- antrun:3.1.0:run (check-node-install) @ eclipse-scout-chart --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- antrun:3.1.0:run (check-install-node-tools) @ eclipse-scout-chart --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ eclipse-scout-chart --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-chart/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- frontend:1.15.0:install-node-and-npm (install-node-and-npm) @ eclipse-scout-chart --- [INFO] Skipping execution. [INFO] [INFO] --- exec:3.1.1:exec (install-node-tools) @ eclipse-scout-chart --- [INFO] skipping execute as per configuration [INFO] [INFO] --- antrun:3.1.0:run (check-npm-update) @ eclipse-scout-chart --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:snapshot:dependencies) @ eclipse-scout-chart --- use given workspace root: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-chart/.. updating version/dependency for module: @eclipse-scout/chart updating version/dependency for module: @eclipse-scout/cli updating version/dependency for module: @eclipse-scout/core updating version/dependency for module: @eclipse-scout/migrate updating version/dependency for module: @eclipse-scout/tsconfig updating version/dependency for module: @eclipse-scout/eslint-config updating version/dependency for module: @eclipse-scout/karma-jasmine-scout updating version/dependency for module: @eclipse-scout/svg version:snapshot:dependencies done [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:release:dependencies) @ eclipse-scout-chart --- [INFO] skipping execute as per configuration [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:release) @ eclipse-scout-chart --- [INFO] skipping execute as per configuration [INFO] [INFO] --- antrun:3.1.0:run (mark-npm-update-done) @ eclipse-scout-chart --- [INFO] Skipping Antrun execution [INFO] [INFO] --- exec:3.1.1:exec (npm-update) @ eclipse-scout-chart --- [INFO] skipping execute as per configuration [INFO] [INFO] --- exec:3.1.1:exec (pnpm-list) @ eclipse-scout-chart --- [INFO] skipping execute as per configuration [INFO] [INFO] --- exec:3.1.1:java (default) @ eclipse-scout-chart --- "2024-06-29 00:10:00,758 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true (automatically set by Scout), GraphicsEnvironment.isHeadless()=true ""2024-06-29 00:10:00,763 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory - Building jandex class inventory using rebuild strategy IF_MISSING... ""2024-06-29 00:10:00,887 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory - Finished building jandex class inventory in 126.699140 ms. Total class count: 4066 ""2024-06-29 00:10:00,993 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Collected 412 beans in 105.624221 ms ""2024-06-29 00:10:01,015 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Registered 412 beans in 21.126867 ms ""2024-06-29 00:10:01,039 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.logger.LoggerInstallPlatformListener - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport ""2024-06-29 00:10:01,045 INFO [scout-platform-starter] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 0 code type classes registered. ""2024-06-29 00:10:01,045 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No classpath:config.properties found. Running with empty configuration. ""2024-06-29 00:10:01,047 INFO [scout-platform-starter] org.eclipse.scout.rt.server.commons.GlobalTrustManager - No instance of org.eclipse.scout.rt.shared.services.common.file.IRemoteFileService available, skip loading certificates from remote file service. ""2024-06-29 00:10:01,086 INFO [org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder.main()] org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder - Building resource 'texts.json' ""2024-06-29 00:10:01,087 INFO [org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder.main()] org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder - Using contributors [org.eclipse.scout.rt.chart.ui.html.ChartUiTextContributor@4408bf5f] ""2024-06-29 00:10:01,162 INFO [org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder.main()] org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder - File written to /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-chart/dist/texts.json ""2024-06-29 00:10:01,162 INFO [org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder.main()] org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder - All files built and written to /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-chart/dist ""2024-06-29 00:10:01,183 INFO [org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder.main()] org.eclipse.scout.rt.platform.job.internal.JobManager - Shutdown ExecutorService, await termination... ""2024-06-29 00:10:01,183 INFO [org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder.main()] org.eclipse.scout.rt.platform.job.internal.JobManager - Shutdown ExecutorService, await termination returned terminated=true ""2024-06-29 00:10:01,184 INFO [org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder.main()] org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport - About to stop ch.qos.logback.classic.LoggerContext[default] "[INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ eclipse-scout-chart --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-chart/src/main/resources [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:snapshot) @ eclipse-scout-chart --- [INFO] skipping execute as per configuration [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ eclipse-scout-chart --- [INFO] No sources to compile [INFO] [INFO] --- frontend:1.15.0:npm (npm-run-build:prod) @ eclipse-scout-chart --- [INFO] Running 'npm --scripts-prepend-node-path=true run build:prod -- --progress=false --clean=false' in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-chart [INFO] [INFO] > @eclipse-scout/chart@24.2.0-snapshot build:prod [INFO] > scout-scripts build:prod --run default global --progress=false --clean=false [INFO] [INFO] Starting default build with args --progress false --clean false [INFO] Webpack mode: production [INFO] Type check: false [INFO] asset eclipse-scout-chart.esm-d6c3855b96d1a2003edc.min.js 132 KiB [emitted] [immutable] [javascript module] [minimized] (name: eclipse-scout-chart.esm) 1 related asset [INFO] orphan modules 261 KiB [orphan] 34 modules [INFO] runtime modules 937 bytes 4 modules [INFO] ./src/index.ts + 27 modules 263 KiB [not cacheable] [built] [code generated] [INFO] webpack 5.89.0 compiled successfully in 3579 ms [INFO] [INFO] [INFO] Starting global build with args --progress false --clean false [INFO] Webpack mode: production [INFO] Type check: false [INFO] assets by path *.js 129 KiB [INFO] asset eclipse-scout-chart-8156b4ff3ded6a4a0a51.min.js 129 KiB [emitted] [immutable] [minimized] (name: eclipse-scout-chart) 1 related asset [INFO] asset eclipse-scout-chart-theme-71510a5dd3116693ac79.min.js 33 bytes [emitted] [immutable] [minimized] (name: eclipse-scout-chart-theme) [INFO] asset eclipse-scout-chart-theme-dark-71510a5dd3116693ac79.min.js 33 bytes [emitted] [immutable] [minimized] (name: eclipse-scout-chart-theme-dark) [INFO] assets by path *.css 445 KiB [INFO] asset eclipse-scout-chart-theme-dark-e9c7a6ec1bc2f34437ba.min.css 222 KiB [emitted] [immutable] [minimized] (name: eclipse-scout-chart-theme-dark) [INFO] asset eclipse-scout-chart-theme-3ac5a1e9bedc33d600c8.min.css 222 KiB [emitted] [immutable] [minimized] (name: eclipse-scout-chart-theme) [INFO] Entrypoint eclipse-scout-chart 129 KiB (174 KiB) = eclipse-scout-chart-8156b4ff3ded6a4a0a51.min.js 1 auxiliary asset [INFO] Entrypoint eclipse-scout-chart-theme 222 KiB = eclipse-scout-chart-theme-3ac5a1e9bedc33d600c8.min.css 222 KiB eclipse-scout-chart-theme-71510a5dd3116693ac79.min.js 33 bytes [INFO] Entrypoint eclipse-scout-chart-theme-dark 222 KiB = eclipse-scout-chart-theme-dark-e9c7a6ec1bc2f34437ba.min.css 222 KiB eclipse-scout-chart-theme-dark-71510a5dd3116693ac79.min.js 33 bytes [INFO] orphan modules 810 KiB (javascript) 1.83 KiB (runtime) [orphan] 45 modules [INFO] runtime modules 937 bytes 4 modules [INFO] built modules 263 KiB (javascript) 545 KiB (css/mini-extract) [built] [INFO] javascript modules 263 KiB [INFO] ./src/index.ts + 26 modules 263 KiB [not cacheable] [built] [code generated] [INFO] ./src/eclipse-scout-chart-theme.less 50 bytes [built] [code generated] [INFO] ./src/eclipse-scout-chart-theme-dark.less 50 bytes [built] [code generated] [INFO] css modules 545 KiB [INFO] css ../node_modules/.pnpm/css-loader@6.8.1_webpack@5.89.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/.pnpm/less-loader@11.1.3_less@4.1.3_webpack@5.89.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/eclipse-scout-chart-theme.less 272 KiB [built] [code generated] [INFO] css ../node_modules/.pnpm/css-loader@6.8.1_webpack@5.89.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/.pnpm/less-loader@11.1.3_less@4.1.3_webpack@5.89.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/eclipse-scout-chart-theme-dark.less 273 KiB [built] [code generated] [INFO] webpack 5.89.0 compiled successfully in 5548 ms [INFO] [INFO] [INFO] [INFO] --- frontend:1.15.0:npm (npm-run-build:dev) @ eclipse-scout-chart --- [INFO] Running 'npm --scripts-prepend-node-path=true run build:dev -- --progress=false --clean=false' in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-chart [INFO] [INFO] > @eclipse-scout/chart@24.2.0-snapshot build:dev [INFO] > scout-scripts build:dev --run default global --progress=false --clean=false [INFO] [INFO] Starting default build with args --progress false --clean false [INFO] Webpack mode: development [INFO] Type check: true [INFO] assets by path d.ts/chart/ 77 KiB [INFO] assets by path d.ts/chart/*.ts 42.8 KiB 16 assets [INFO] assets by path d.ts/chart/*.map 34.2 KiB 16 assets [INFO] assets by path d.ts/table/controls/ 18.8 KiB [INFO] assets by path d.ts/table/controls/*.ts 10.5 KiB 7 assets [INFO] assets by path d.ts/table/controls/*.map 8.31 KiB 7 assets [INFO] assets by path d.ts/tile/ 2.25 KiB [INFO] assets by path d.ts/tile/*.ts 1.14 KiB 3 assets [INFO] assets by path d.ts/tile/*.map 1.11 KiB 3 assets [INFO] assets by path d.ts/form/fields/chartfield/ 1.84 KiB [INFO] assets by path d.ts/form/fields/chartfield/*.ts 878 bytes 3 assets [INFO] assets by path d.ts/form/fields/chartfield/*.map 1010 bytes 3 assets [INFO] asset eclipse-scout-chart.esm.js 323 KiB [emitted] [javascript module] [big] (name: eclipse-scout-chart.esm) 1 related asset [INFO] asset d.ts/index.d.ts 1.43 KiB [emitted] [INFO] asset d.ts/index.d.ts.map 827 bytes [emitted] [INFO] runtime modules 937 bytes 4 modules [INFO] cacheable modules 263 KiB [INFO] modules by path ./src/chart/*.ts 215 KiB 16 modules [INFO] modules by path ./src/table/controls/*.ts 41.5 KiB 7 modules [INFO] modules by path ./src/form/fields/chartfield/*.ts 1.99 KiB 3 modules [INFO] modules by path ./src/tile/*.ts 2.23 KiB [INFO] ./src/tile/ChartFieldTile.ts 1.8 KiB [built] [code generated] [INFO] + 2 modules [INFO] ./src/index.ts 1.79 KiB [built] [code generated] [INFO] external "@eclipse-scout/core" 42 bytes [built] [code generated] [INFO] external "jquery" 42 bytes [built] [code generated] [INFO] external "chart.js" 42 bytes [built] [code generated] [INFO] external "chart.js/auto" 42 bytes [built] [code generated] [INFO] external "chartjs-plugin-datalabels" 42 bytes [built] [code generated] [INFO] webpack 5.89.0 compiled successfully in 21436 ms [INFO] [INFO] [INFO] Starting global build with args --progress false --clean false [INFO] Webpack mode: development [INFO] Type check: true [INFO] assets by status 102 KiB [compared for emit] [INFO] assets by path d.ts/chart/ 77 KiB 32 assets [INFO] assets by path d.ts/table/controls/ 18.8 KiB 14 assets [INFO] assets by path d.ts/tile/ 2.25 KiB 6 assets [INFO] assets by path d.ts/form/fields/chartfield/ 1.84 KiB 6 assets [INFO] asset d.ts/index.d.ts 1.43 KiB [compared for emit] [INFO] asset d.ts/index.d.ts.map 827 bytes [compared for emit] [INFO] assets by status 871 KiB [emitted] [INFO] assets by status 869 KiB [big] [INFO] asset eclipse-scout-chart.js 322 KiB [emitted] [big] (name: eclipse-scout-chart) 1 related asset [INFO] asset eclipse-scout-chart-theme-dark.css 274 KiB [emitted] [big] (name: eclipse-scout-chart-theme-dark) 1 related asset [INFO] asset eclipse-scout-chart-theme.css 273 KiB [emitted] [big] (name: eclipse-scout-chart-theme) 1 related asset [INFO] asset eclipse-scout-chart-theme-dark.js 1.07 KiB [emitted] (name: eclipse-scout-chart-theme-dark) 1 related asset [INFO] asset eclipse-scout-chart-theme.js 1.05 KiB [emitted] (name: eclipse-scout-chart-theme) 1 related asset [INFO] Entrypoint eclipse-scout-chart [big] 322 KiB (563 KiB) = eclipse-scout-chart.js 1 auxiliary asset [INFO] Entrypoint eclipse-scout-chart-theme [big] 274 KiB (395 KiB) = eclipse-scout-chart-theme.css 273 KiB eclipse-scout-chart-theme.js 1.05 KiB 2 auxiliary assets [INFO] Entrypoint eclipse-scout-chart-theme-dark [big] 275 KiB (396 KiB) = eclipse-scout-chart-theme-dark.css 274 KiB eclipse-scout-chart-theme-dark.js 1.07 KiB 2 auxiliary assets [INFO] runtime modules 3.28 KiB 14 modules [INFO] orphan modules 1.33 MiB [orphan] 4 modules [INFO] cacheable modules 263 KiB (javascript) 545 KiB (css/mini-extract) [INFO] javascript modules 263 KiB 32 modules [INFO] css modules 545 KiB [INFO] css ../node_modules/.pnpm/css-loader@6.8.1_webpack@5.89.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/.pnpm/less-loader@11.1.3_less@4.1.3_webpack@5.89.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/eclipse-scout-chart-theme.less 272 KiB [built] [code generated] [INFO] css ../node_modules/.pnpm/css-loader@6.8.1_webpack@5.89.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/.pnpm/less-loader@11.1.3_less@4.1.3_webpack@5.89.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/eclipse-scout-chart-theme-dark.less 273 KiB [built] [code generated] [INFO] external "scout" 42 bytes [built] [code generated] [INFO] external "jQuery" 42 bytes [built] [code generated] [INFO] external "Chart" 42 bytes [built] [code generated] [INFO] external "ChartDataLabels" 42 bytes [built] [code generated] [INFO] webpack 5.89.0 compiled successfully in 25655 ms [INFO] [INFO] [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-webpack-build-output) @ eclipse-scout-chart --- [INFO] Skipping the execution. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ eclipse-scout-chart --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-chart/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ eclipse-scout-chart --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ eclipse-scout-chart --- [INFO] No tests to run. [INFO] [INFO] --- frontend:1.15.0:npm (npm-test-karma) @ eclipse-scout-chart --- [INFO] Running 'npm --scripts-prepend-node-path=true run test:ci -- --junitReporter.outputDir=target/karma-reports' in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-chart [INFO] [INFO] > @eclipse-scout/chart@24.2.0-snapshot test:ci [INFO] > scout-scripts test:ci --junitReporter.outputDir=target/karma-reports [INFO] [INFO] Webpack mode: development [INFO] Type check: true [INFO] Starting Karma server using config file /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-chart/karma.conf.js [INFO] 29 06 2024 00:11:01.584:WARN [filelist]: All files matched by "/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/node_modules/.pnpm/jasmine-core@4.6.1/node_modules/jasmine-core/lib/jasmine-core/jasmine.js" were excluded or matched by prior matchers. [INFO] 29 06 2024 00:11:01.585:WARN [filelist]: All files matched by "/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/node_modules/.pnpm/karma-jasmine@5.1.0_karma@6.4.2/node_modules/karma-jasmine/lib/boot.js" were excluded or matched by prior matchers. [INFO] 29 06 2024 00:11:01.586:WARN [filelist]: All files matched by "/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/node_modules/.pnpm/karma-jasmine@5.1.0_karma@6.4.2/node_modules/karma-jasmine/lib/adapter.js" were excluded or matched by prior matchers. [INFO] Webpack bundling... [INFO] asset commons.js 20.1 MiB [emitted] [javascript module] [big] (name: commons) (id hint: commons) [INFO] asset runtime.js 14.4 KiB [emitted] [javascript module] (name: runtime) [INFO] asset test-index.1804675448.js 981 bytes [emitted] [javascript module] (name: test-index.1804675448) [INFO] Entrypoint test-index.1804675448 [big] 20.1 MiB = runtime.js 14.4 KiB commons.js 20.1 MiB test-index.1804675448.js 981 bytes [INFO] webpack 5.89.0 compiled successfully in 61337 ms [INFO] 29 06 2024 00:12:05.565:WARN [filelist]: All files matched by "/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/node_modules/.pnpm/jasmine-core@4.6.1/node_modules/jasmine-core/lib/jasmine-core/jasmine.js" were excluded or matched by prior matchers. [INFO] 29 06 2024 00:12:05.566:WARN [filelist]: All files matched by "/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/node_modules/.pnpm/karma-jasmine@5.1.0_karma@6.4.2/node_modules/karma-jasmine/lib/boot.js" were excluded or matched by prior matchers. [INFO] 29 06 2024 00:12:05.566:WARN [filelist]: All files matched by "/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/node_modules/.pnpm/karma-jasmine@5.1.0_karma@6.4.2/node_modules/karma-jasmine/lib/adapter.js" were excluded or matched by prior matchers. [INFO] 29 06 2024 00:12:05.728:INFO [karma-server]: Karma v6.4.2 server started at http://localhost:9876/ [INFO] 29 06 2024 00:12:05.728:INFO [launcher]: Launching browsers ChromeHeadless with concurrency unlimited [INFO] 29 06 2024 00:12:05.732:INFO [launcher]: Starting browser ChromeHeadless [INFO] 29 06 2024 00:12:05.918:INFO [Chrome Headless 119.0.6045.199 (Linux x86_64)]: Connected on socket DWYfltBWVyFIb8CQAAAB with id 51652193 [INFO] TOTAL: 29 SUCCESS [INFO] Karma has exited with 0. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ eclipse-scout-chart --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-chart/target/eclipse-scout-chart-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ eclipse-scout-chart --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ eclipse-scout-chart --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ eclipse-scout-chart --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ eclipse-scout-chart --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ eclipse-scout-chart --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-chart/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/eclipse-scout-chart/24.2-SNAPSHOT/eclipse-scout-chart-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-chart/target/eclipse-scout-chart-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/eclipse-scout-chart/24.2-SNAPSHOT/eclipse-scout-chart-24.2-SNAPSHOT.jar [INFO] [INFO] -----< org.eclipse.scout.rt:org.eclipse.scout.rt.datamodel.shared >----- [INFO] Building org.eclipse.scout.rt.datamodel.shared 24.2-SNAPSHOT [69/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.datamodel.shared --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.datamodel.shared --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.datamodel.shared --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.datamodel.shared --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.datamodel.shared --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/src/main/java/org/eclipse/scout/rt/shared/data/model/AbstractDataModel.java:[74,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/src/main/java/org/eclipse/scout/rt/shared/data/model/AbstractDataModel.java:[92,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/src/main/java/org/eclipse/scout/rt/shared/data/model/EntityPath.java:[197,21] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/src/main/java/org/eclipse/scout/rt/shared/data/model/DataModelAttributeOperatorProvider.java:[19,19] Unsupported @SuppressWarnings("squid:S2160") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/src/main/java/org/eclipse/scout/rt/shared/data/model/DataModelAttributeOperatorProvider.java:[23,21] Unsupported @SuppressWarnings("squid:S138") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/src/main/java/org/eclipse/scout/rt/shared/data/model/DataModelAttributeOperatorProvider.java:[1971,24] The type org.eclipse.scout.rt.shared.data.model.DataModelAttributeOperatorProvider.TimeIsInGEHours is never used locally [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/src/main/java/org/eclipse/scout/rt/shared/data/model/DataModelAttributeOperatorProvider.java:[2015,24] The type org.eclipse.scout.rt.shared.data.model.DataModelAttributeOperatorProvider.TimeIsInGEMinutes is never used locally [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/src/main/java/org/eclipse/scout/rt/shared/data/model/DataModelAttributeOperatorProvider.java:[2059,24] The type org.eclipse.scout.rt.shared.data.model.DataModelAttributeOperatorProvider.TimeIsInHours is never used locally [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/src/main/java/org/eclipse/scout/rt/shared/data/model/DataModelAttributeOperatorProvider.java:[2103,24] The type org.eclipse.scout.rt.shared.data.model.DataModelAttributeOperatorProvider.TimeIsInLEHours is never used locally [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/src/main/java/org/eclipse/scout/rt/shared/data/model/DataModelAttributeOperatorProvider.java:[2147,24] The type org.eclipse.scout.rt.shared.data.model.DataModelAttributeOperatorProvider.TimeIsInLEMinutes is never used locally [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/src/main/java/org/eclipse/scout/rt/shared/data/model/DataModelAttributeOperatorProvider.java:[2191,24] The type org.eclipse.scout.rt.shared.data.model.DataModelAttributeOperatorProvider.TimeIsInMinutes is never used locally [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/src/main/java/org/eclipse/scout/rt/shared/data/model/DataModelAttributeOperatorProvider.java:[2235,24] The type org.eclipse.scout.rt.shared.data.model.DataModelAttributeOperatorProvider.TimeIsNow is never used locally [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/src/main/java/org/eclipse/scout/rt/shared/data/model/DataModelAttributeOperatorProvider.java:[2279,24] The type org.eclipse.scout.rt.shared.data.model.DataModelAttributeOperatorProvider.TimeIsNotNow is never used locally [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/src/main/java/org/eclipse/scout/rt/shared/data/model/AbstractDataModelEntity.java:[127,21] Unsupported @SuppressWarnings("squid:S1244") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/src/main/java/org/eclipse/scout/rt/shared/data/model/AbstractDataModelEntity.java:[205,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/src/main/java/org/eclipse/scout/rt/shared/data/model/AbstractDataModelEntity.java:[211,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/src/main/java/org/eclipse/scout/rt/shared/data/model/AbstractDataModelAttribute.java:[75,27] org.eclipse.scout.rt.shared.services.common.code.ICodeType is a raw type. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICodeType should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/src/main/java/org/eclipse/scout/rt/shared/data/model/AbstractDataModelAttribute.java:[123,21] Unsupported @SuppressWarnings("squid:S1244") [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.datamodel.shared --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.datamodel.shared --- [INFO] Copying 8 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.datamodel.shared --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [INFO] [INFO] --- jandex:3.1.6:jandex (make-test-index) @ org.eclipse.scout.rt.datamodel.shared --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/target/test-classes/jandex.idx [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.datamodel.shared --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.scout.rt.shared.data.model.DataModelAttributeTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.448 s -- in org.eclipse.scout.rt.shared.data.model.DataModelAttributeTest [INFO] Running org.eclipse.scout.rt.shared.data.model.DataModelUtilityTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.232 s -- in org.eclipse.scout.rt.shared.data.model.DataModelUtilityTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.datamodel.shared --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/target/org.eclipse.scout.rt.datamodel.shared-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.datamodel.shared --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/target/org.eclipse.scout.rt.datamodel.shared-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.datamodel.shared --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/target/org.eclipse.scout.rt.datamodel.shared-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.datamodel.shared --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/target/org.eclipse.scout.rt.datamodel.shared-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.datamodel.shared --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.datamodel.shared --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.shared-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/target/org.eclipse.scout.rt.datamodel.shared-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.shared-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/target/org.eclipse.scout.rt.datamodel.shared-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.shared-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/target/org.eclipse.scout.rt.datamodel.shared-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.shared-24.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/target/org.eclipse.scout.rt.datamodel.shared-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.shared-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] -----< org.eclipse.scout.rt:org.eclipse.scout.rt.datamodel.client >----- [INFO] Building org.eclipse.scout.rt.datamodel.client 24.2-SNAPSHOT [70/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.datamodel.client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.datamodel.client --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.datamodel.client --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.datamodel.client --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.datamodel.client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/composer/ComposerFieldDataModel.java:[21,30] Unsupported @SuppressWarnings("squid:S2057") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/composer/AbstractComposerValueBox.java:[301,47] java.util.Collection is a raw type. References to generic type java.util.Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/composer/AbstractComposerValueBox.java:[397,47] java.util.Collection is a raw type. References to generic type java.util.Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/composer/AbstractComposerValueBox.java:[447,108] java.util.List is a raw type. References to generic type java.util.List should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/composer/AbstractComposerValueBox.java:[500,108] java.util.List is a raw type. References to generic type java.util.List should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/composer/AbstractComposerValueBox.java:[567,108] java.util.List is a raw type. References to generic type java.util.List should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/composer/AbstractComposerValueBox.java:[618,108] java.util.List is a raw type. References to generic type java.util.List should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/composer/AbstractComposerValueBox.java:[679,108] java.util.List is a raw type. References to generic type java.util.List should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/composer/AbstractComposerValueBox.java:[740,108] java.util.List is a raw type. References to generic type java.util.List should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/composer/AbstractComposerValueBox.java:[808,108] java.util.List is a raw type. References to generic type java.util.List should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/composer/AbstractComposerValueBox.java:[869,108] java.util.List is a raw type. References to generic type java.util.List should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/composer/AbstractComposerValueBox.java:[1019,108] java.util.List is a raw type. References to generic type java.util.List should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/composer/AbstractComposerValueBox.java:[1104,108] java.util.List is a raw type. References to generic type java.util.List should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/composer/AbstractComposerValueBox.java:[1175,108] java.util.List is a raw type. References to generic type java.util.List should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/composer/AbstractComposerValueBox.java:[1246,108] java.util.List is a raw type. References to generic type java.util.List should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/composer/AbstractComposerValueBox.java:[1317,108] java.util.List is a raw type. References to generic type java.util.List should be parameterized [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.datamodel.client --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.datamodel.client --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.datamodel.client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [INFO] [INFO] --- jandex:3.1.6:jandex (make-test-index) @ org.eclipse.scout.rt.datamodel.client --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/target/test-classes/jandex.idx [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.datamodel.client --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.scout.rt.client.services.common.search.DataModelDefaultSearchFilterServiceTest 2024-06-29 00:12:14,789 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:179) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true 2024-06-29 00:12:14,843 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:37) - Building jandex class inventory using rebuild strategy IF_MISSING... 2024-06-29 00:12:14,976 INFO [ForkJoinPool.commonPool-worker-1] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanFolder(JandexInventoryBuilder.java:180) - Rebuild index 'file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/target/test-classes/META-INF/jandex.idx'. Scanning location... 2024-06-29 00:12:15,339 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:43) - Finished building jandex class inventory in 539.848316 ms. Total class count: 3644 2024-06-29 00:12:16,048 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:226) - Collected 375 beans in 706.738997 ms 2024-06-29 00:12:16,158 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:231) - Registered 375 beans in 109.730200 ms 2024-06-29 00:12:16,174 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.logger.LoggerInstallPlatformListener.registerLoggerSupportBean(LoggerInstallPlatformListener.java:98) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport 2024-06-29 00:12:16,241 INFO [scout-platform-starter] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:41) - 1 code type classes registered. 2024-06-29 00:12:16,243 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:191) - No classpath:config.properties found. Running with empty configuration. 2024-06-29 00:12:16,677 INFO [main] org.eclipse.scout.rt.shared.session.SessionMetricsHelper.initMetrics(SessionMetricsHelper.java:56) - Init session metrics of type 'client' - MDC[principal=default] 2024-06-29 00:12:16,783 WARN [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache.registerSessionForNotifications(ClientSessionProviderWithCache.java:176) - Failed to register session for notifications. - MDC[principal=default] 2024-06-29 00:12:16,788 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:187) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[principal=default] 2024-06-29 00:12:16,985 INFO [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:326) - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@3e92926b[id = bgbnm7i1igdgq95dkfou4gnlfaff9eg123grqgibs4cboi0bvro], user=1003120000] - MDC[principal=default, jobName=Starting ClientSession [sessionId=bgbnm7i1igdgq95dkfou4gnlfaff9eg123grqgibs4cboi0bvro]] OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.708 s -- in org.eclipse.scout.rt.client.services.common.search.DataModelDefaultSearchFilterServiceTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.DataModelFormFieldEnabledTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.scout.rt.client.ui.form.fields.DataModelFormFieldEnabledTest [INFO] Running org.eclipse.scout.rt.client.ui.form.fields.composer.ComposerFieldTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s -- in org.eclipse.scout.rt.client.ui.form.fields.composer.ComposerFieldTest [INFO] Running org.eclipse.scout.rt.shared.extension.data.model.MoveDataModelEntitiyAndAttributeTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 s -- in org.eclipse.scout.rt.shared.extension.data.model.MoveDataModelEntitiyAndAttributeTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.datamodel.client --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/target/org.eclipse.scout.rt.datamodel.client-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.datamodel.client --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/target/org.eclipse.scout.rt.datamodel.client-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.datamodel.client --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/target/org.eclipse.scout.rt.datamodel.client-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.datamodel.client --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/target/org.eclipse.scout.rt.datamodel.client-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.datamodel.client --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.datamodel.client --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.client/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.client-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/target/org.eclipse.scout.rt.datamodel.client-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.client/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.client-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/target/org.eclipse.scout.rt.datamodel.client-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.client/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.client-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/target/org.eclipse.scout.rt.datamodel.client-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.client/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.client-24.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/target/org.eclipse.scout.rt.datamodel.client-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.client/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.client-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] -----< org.eclipse.scout.rt:org.eclipse.scout.rt.datamodel.server >----- [INFO] Building org.eclipse.scout.rt.datamodel.server 24.2-SNAPSHOT [71/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.datamodel.server --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.datamodel.server --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.datamodel.server --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.datamodel.server --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.datamodel.server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/src/main/java/org/eclipse/scout/rt/server/jdbc/builder/ExampleFullTextPartDefinition.java:[29,40] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/src/main/java/org/eclipse/scout/rt/server/jdbc/builder/ExampleFullTextPartDefinition.java:[34,21] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/src/main/java/org/eclipse/scout/rt/server/jdbc/builder/FormDataStatementBuilderCheck.java:[29,21] Unsupported @SuppressWarnings("squid:S00116") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/src/main/java/org/eclipse/scout/rt/server/jdbc/builder/FormDataStatementBuilderCheck.java:[162,21] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/src/main/java/org/eclipse/scout/rt/server/jdbc/builder/DataModelAttributePartDefinition.java:[93,21] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/src/main/java/org/eclipse/scout/rt/server/jdbc/builder/EntityContributionUtility.java:[129,22] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/src/main/java/org/eclipse/scout/rt/server/jdbc/builder/EntityContributionUtility.java:[129,57] Unsupported @SuppressWarnings("squid:S138") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/src/main/java/org/eclipse/scout/rt/server/jdbc/builder/FormDataStatementBuilder.java:[116,21] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/src/main/java/org/eclipse/scout/rt/server/jdbc/builder/FormDataStatementBuilder.java:[967,15] The enum constant Aggregation needs a corresponding case label in this enum switch on org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder.AttributeKind [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/src/main/java/org/eclipse/scout/rt/server/jdbc/builder/FormDataStatementBuilder.java:[1122,13] The enum constant BuildConstraintOfAttribute needs a corresponding case label in this enum switch on org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder.AttributeStrategy [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/src/main/java/org/eclipse/scout/rt/server/jdbc/builder/FormDataStatementBuilder.java:[1122,13] The enum constant BuildConstraintOfAttributeWithContext needs a corresponding case label in this enum switch on org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder.AttributeStrategy [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/src/main/java/org/eclipse/scout/rt/server/jdbc/builder/FormDataStatementBuilder.java:[1122,13] The enum constant BuildConstraintOfContext needs a corresponding case label in this enum switch on org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder.AttributeStrategy [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/src/main/java/org/eclipse/scout/rt/server/jdbc/builder/FormDataStatementBuilder.java:[1194,21] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/src/main/java/org/eclipse/scout/rt/server/jdbc/builder/FormDataStatementBuilder.java:[1231,22] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/src/main/java/org/eclipse/scout/rt/server/jdbc/builder/FormDataStatementBuilder.java:[1231,57] Unsupported @SuppressWarnings("squid:S00107") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/src/main/java/org/eclipse/scout/rt/server/jdbc/builder/FormDataStatementBuilder.java:[1423,21] Unsupported @SuppressWarnings("squid:S00107") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/src/main/java/org/eclipse/scout/rt/server/jdbc/builder/FormDataStatementBuilder.java:[1449,21] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/src/main/java/org/eclipse/scout/rt/server/jdbc/builder/FormDataStatementBuilder.java:[1495,21] Unsupported @SuppressWarnings("squid:S138") [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.datamodel.server --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.datamodel.server --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.datamodel.server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [INFO] [INFO] --- jandex:3.1.6:jandex (make-test-index) @ org.eclipse.scout.rt.datamodel.server --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/target/test-classes/jandex.idx [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.datamodel.server --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.scout.rt.server.jdbc.builder.EntityContributionUtilityTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.499 s -- in org.eclipse.scout.rt.server.jdbc.builder.EntityContributionUtilityTest [INFO] Running org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilderTest 2024-06-29 00:12:21,237 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:179) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true 2024-06-29 00:12:21,256 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:37) - Building jandex class inventory using rebuild strategy IF_MISSING... 2024-06-29 00:12:21,404 INFO [ForkJoinPool.commonPool-worker-1] org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilder.scanFolder(JandexInventoryBuilder.java:180) - Rebuild index 'file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/target/test-classes/META-INF/jandex.idx'. Scanning location... 2024-06-29 00:12:21,537 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory.(ClassInventory.java:43) - Finished building jandex class inventory in 290.860074 ms. Total class count: 1838 2024-06-29 00:12:21,865 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:226) - Collected 409 beans in 326.362564 ms 2024-06-29 00:12:21,940 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:231) - Registered 409 beans in 75.016740 ms 2024-06-29 00:12:21,953 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.logger.LoggerInstallPlatformListener.registerLoggerSupportBean(LoggerInstallPlatformListener.java:98) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport 2024-06-29 00:12:21,973 INFO [scout-platform-starter] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:41) - 1 code type classes registered. 2024-06-29 00:12:21,975 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:191) - No classpath:config.properties found. Running with empty configuration. 2024-06-29 00:12:21,980 INFO [scout-platform-starter] org.eclipse.scout.rt.server.commons.GlobalTrustManager.getTrustedCertificatesInRemoteFiles(GlobalTrustManager.java:232) - Unable to import trusted certificates from remote folder '/certificates'. 2024-06-29 00:12:22,147 INFO [scout-platform-starter] org.eclipse.scout.rt.mom.api.AbstractMomTransport.initDelegate(AbstractMomTransport.java:98) - +++ Using 'NullMomImplementor' for transport 'ClusterMom'. No messages are published and received. OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.303 s -- in org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilderTest [INFO] Running org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilderWithComposerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilderWithComposerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.datamodel.server --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/target/org.eclipse.scout.rt.datamodel.server-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.datamodel.server --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/target/org.eclipse.scout.rt.datamodel.server-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.datamodel.server --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/target/org.eclipse.scout.rt.datamodel.server-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.datamodel.server --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/target/org.eclipse.scout.rt.datamodel.server-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.datamodel.server --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.datamodel.server --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.server/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.server-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/target/org.eclipse.scout.rt.datamodel.server-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.server/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.server-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/target/org.eclipse.scout.rt.datamodel.server-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.server/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.server-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/target/org.eclipse.scout.rt.datamodel.server-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.server/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.server-24.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/target/org.eclipse.scout.rt.datamodel.server-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.server/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.server-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] ----< org.eclipse.scout.rt:org.eclipse.scout.rt.datamodel.ui.html >----- [INFO] Building org.eclipse.scout.rt.datamodel.ui.html 24.2-SNAPSHOT [72/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.ui.html/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.scout.rt.datamodel.ui.html --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.datamodel.ui.html --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.datamodel.ui.html --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.ui.html/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.datamodel.ui.html --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.datamodel.ui.html --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.datamodel.ui.html --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.ui.html/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.datamodel.ui.html --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.ui.html/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.datamodel.ui.html --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.datamodel.ui.html --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.datamodel.ui.html --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.ui.html/target/org.eclipse.scout.rt.datamodel.ui.html-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.datamodel.ui.html --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.datamodel.ui.html --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.ui.html/target/org.eclipse.scout.rt.datamodel.ui.html-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.datamodel.ui.html --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.datamodel.ui.html --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.datamodel.ui.html --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.ui.html/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.ui.html/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.ui.html-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.ui.html/target/org.eclipse.scout.rt.datamodel.ui.html-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.ui.html/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.ui.html-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.ui.html/target/org.eclipse.scout.rt.datamodel.ui.html-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.ui.html/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.ui.html-24.2-SNAPSHOT-sources.jar [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for org.eclipse.scout.rt 24.2-SNAPSHOT: [INFO] [INFO] Scout Hello World Sample Application ............... SUCCESS [ 9.629 s] [INFO] Scout JaxWs Module ................................. SUCCESS [ 0.139 s] [INFO] Scout JS Sample Application ........................ SUCCESS [ 0.596 s] [INFO] org.eclipse.scout.rt ............................... SUCCESS [ 0.388 s] [INFO] org.eclipse.scout.json ............................. SUCCESS [ 7.103 s] [INFO] org.eclipse.scout.rt.platform ...................... SUCCESS [ 8.319 s] [INFO] org.eclipse.scout.rt.dataobject .................... SUCCESS [ 0.817 s] [INFO] org.eclipse.scout.rt.platform.test ................. SUCCESS [02:30 min] [INFO] org.eclipse.scout.rt.api.data ...................... SUCCESS [ 2.859 s] [INFO] org.eclipse.scout.rt.security ...................... SUCCESS [ 0.334 s] [INFO] org.eclipse.scout.rt.nls ........................... SUCCESS [ 0.255 s] [INFO] org.eclipse.scout.rt.shared ........................ SUCCESS [ 2.404 s] [INFO] org.eclipse.scout.rt.server.commons ................ SUCCESS [ 0.548 s] [INFO] org.eclipse.scout.rt.mom.api ....................... SUCCESS [ 0.345 s] [INFO] org.eclipse.scout.rt.jackson ....................... SUCCESS [ 0.987 s] [INFO] org.eclipse.scout.rt.uinotification ................ SUCCESS [ 5.599 s] [INFO] org.eclipse.scout.rt.server ........................ SUCCESS [ 0.976 s] [INFO] org.eclipse.scout.rt.server.jaxws .................. SUCCESS [ 0.841 s] [INFO] org.eclipse.scout.jaxws.apt ........................ SUCCESS [ 0.494 s] [INFO] org.eclipse.scout.rt.dataobject.test ............... SUCCESS [ 6.804 s] [INFO] org.eclipse.scout.rt.shared.test ................... SUCCESS [ 7.625 s] [INFO] org.eclipse.scout.rt.server.commons.test ........... SUCCESS [ 18.739 s] [INFO] org.eclipse.scout.rt.jetty ......................... SUCCESS [ 1.012 s] [INFO] org.eclipse.scout.rt.app ........................... SUCCESS [ 0.141 s] [INFO] org.eclipse.scout.rt.server.app .................... SUCCESS [ 0.159 s] [INFO] org.eclipse.scout.rt.server.test ................... SUCCESS [ 16.605 s] [INFO] org.eclipse.scout.rt.server.jaxws.test ............. SUCCESS [ 14.365 s] [INFO] org.eclipse.scout.rt.server.jdbc ................... SUCCESS [ 0.537 s] [INFO] org.eclipse.scout.rt.server.jdbc.test .............. SUCCESS [ 6.755 s] [INFO] org.eclipse.scout.rt.rest .......................... SUCCESS [ 1.244 s] [INFO] org.eclipse.scout.rt.api ........................... SUCCESS [ 2.633 s] [INFO] org.eclipse.scout.rt.jackson.test .................. SUCCESS [ 9.347 s] [INFO] org.eclipse.scout.rt.mom.api.test .................. SUCCESS [ 2.492 s] [INFO] org.eclipse.scout.rt.mom.jms ....................... SUCCESS [ 0.523 s] [INFO] org.eclipse.scout.rt.mom.jms.test .................. SUCCESS [02:42 min] [INFO] org.eclipse.scout.rt.charsetdetect ................. SUCCESS [ 5.176 s] [INFO] org.eclipse.scout.rt.oauth2 ........................ SUCCESS [ 0.313 s] [INFO] org.eclipse.scout.rt.mail .......................... SUCCESS [ 0.254 s] [INFO] org.eclipse.scout.rt.mail.test ..................... SUCCESS [ 6.915 s] [INFO] org.eclipse.scout.rt.security.test ................. SUCCESS [ 4.466 s] [INFO] org.eclipse.scout.rt.dataformat .................... SUCCESS [ 3.521 s] [INFO] org.eclipse.scout.rt.rest.test ..................... SUCCESS [ 6.665 s] [INFO] org.eclipse.scout.rt.rest.jackson .................. SUCCESS [ 0.102 s] [INFO] org.eclipse.scout.rt.rest.jersey.client ............ SUCCESS [ 9.995 s] [INFO] org.eclipse.scout.rt.rest.jersey.server ............ SUCCESS [ 0.226 s] [INFO] org.eclipse.scout.rt.rest.jersey.test .............. SUCCESS [ 17.124 s] [INFO] org.eclipse.scout.rt.client ........................ SUCCESS [ 3.795 s] [INFO] org.eclipse.scout.rt.client.test ................... SUCCESS [01:02 min] [INFO] org.eclipse.scout.rt.svg.client .................... SUCCESS [ 3.334 s] [INFO] org.eclipse.scout.rt.svg.client.test ............... SUCCESS [ 2.248 s] [INFO] org.eclipse.scout.rt.serverbridge .................. SUCCESS [ 0.131 s] [INFO] org.eclipse.scout.rt.ui.html ....................... SUCCESS [ 1.337 s] [INFO] org.eclipse.scout.rt.ui.html.app ................... SUCCESS [ 0.283 s] [INFO] org.eclipse.scout.rt.ui.html.test .................. SUCCESS [ 43.585 s] [INFO] org.eclipse.scout.rt.ui.html.selenium .............. SUCCESS [ 4.864 s] [INFO] eclipse-scout-core ................................. SUCCESS [06:20 min] [INFO] org.eclipse.scout.rt.svg.ui.html ................... SUCCESS [ 20.044 s] [INFO] eclipse-scout-cli .................................. SUCCESS [ 0.521 s] [INFO] karma-jasmine-scout ................................ SUCCESS [ 0.500 s] [INFO] eclipse-scout-releng ............................... SUCCESS [ 0.494 s] [INFO] eclipse-scout-migrate .............................. SUCCESS [ 0.498 s] [INFO] eclipse-scout-tsconfig ............................. SUCCESS [ 0.516 s] [INFO] eslint-config ...................................... SUCCESS [ 0.495 s] [INFO] org.eclipse.scout.rt.opentelemetry.sdk ............. SUCCESS [ 6.119 s] [INFO] org.eclipse.scout.rt.chart.shared .................. SUCCESS [ 3.264 s] [INFO] org.eclipse.scout.rt.chart.client .................. SUCCESS [ 0.181 s] [INFO] org.eclipse.scout.rt.chart.ui.html ................. SUCCESS [ 0.226 s] [INFO] eclipse-scout-chart ................................ SUCCESS [02:08 min] [INFO] org.eclipse.scout.rt.datamodel.shared .............. SUCCESS [ 4.022 s] [INFO] org.eclipse.scout.rt.datamodel.client .............. SUCCESS [ 6.507 s] [INFO] org.eclipse.scout.rt.datamodel.server .............. SUCCESS [ 4.339 s] [INFO] org.eclipse.scout.rt.datamodel.ui.html ............. SUCCESS [ 0.131 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 19:42 min [INFO] Finished at: 2024-06-29T00:12:23Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run deploy phase) [Pipeline] container [Pipeline] { [Pipeline] sh + mvn -f org.eclipse.scout.rt/pom.xml -Dbranch=origin/releases/24.2 deploy -Duser.home=/home/jenkins/agent -B -e -Psign -Dmaster_sanityCheck_skip=true -Dmaster_node_dir=/opt/nodejs/bin -DskipJasmineTests=true -Dmaster_deployAtEnd=false -Dmaster_unitTest_skip=true [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [WARNING] The requested profile "sign" could not be activated because it does not exist. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Scout Hello World Sample Application [maven-archetype] [INFO] Scout JaxWs Module [maven-archetype] [INFO] Scout JS Sample Application [maven-archetype] [INFO] org.eclipse.scout.rt [pom] [INFO] org.eclipse.scout.json [jar] [INFO] org.eclipse.scout.rt.platform [jar] [INFO] org.eclipse.scout.rt.dataobject [jar] [INFO] org.eclipse.scout.rt.platform.test [jar] [INFO] org.eclipse.scout.rt.api.data [jar] [INFO] org.eclipse.scout.rt.security [jar] [INFO] org.eclipse.scout.rt.nls [jar] [INFO] org.eclipse.scout.rt.shared [jar] [INFO] org.eclipse.scout.rt.server.commons [jar] [INFO] org.eclipse.scout.rt.mom.api [jar] [INFO] org.eclipse.scout.rt.jackson [jar] [INFO] org.eclipse.scout.rt.uinotification [jar] [INFO] org.eclipse.scout.rt.server [jar] [INFO] org.eclipse.scout.rt.server.jaxws [jar] [INFO] org.eclipse.scout.jaxws.apt [jar] [INFO] org.eclipse.scout.rt.dataobject.test [jar] [INFO] org.eclipse.scout.rt.shared.test [jar] [INFO] org.eclipse.scout.rt.server.commons.test [jar] [INFO] org.eclipse.scout.rt.jetty [jar] [INFO] org.eclipse.scout.rt.app [jar] [INFO] org.eclipse.scout.rt.server.app [jar] [INFO] org.eclipse.scout.rt.server.test [jar] [INFO] org.eclipse.scout.rt.server.jaxws.test [jar] [INFO] org.eclipse.scout.rt.server.jdbc [jar] [INFO] org.eclipse.scout.rt.server.jdbc.test [jar] [INFO] org.eclipse.scout.rt.rest [jar] [INFO] org.eclipse.scout.rt.api [jar] [INFO] org.eclipse.scout.rt.jackson.test [jar] [INFO] org.eclipse.scout.rt.mom.api.test [jar] [INFO] org.eclipse.scout.rt.mom.jms [jar] [INFO] org.eclipse.scout.rt.mom.jms.test [jar] [INFO] org.eclipse.scout.rt.charsetdetect [jar] [INFO] org.eclipse.scout.rt.oauth2 [jar] [INFO] org.eclipse.scout.rt.mail [jar] [INFO] org.eclipse.scout.rt.mail.test [jar] [INFO] org.eclipse.scout.rt.security.test [jar] [INFO] org.eclipse.scout.rt.dataformat [jar] [INFO] org.eclipse.scout.rt.rest.test [jar] [INFO] org.eclipse.scout.rt.rest.jackson [jar] [INFO] org.eclipse.scout.rt.rest.jersey.client [jar] [INFO] org.eclipse.scout.rt.rest.jersey.server [jar] [INFO] org.eclipse.scout.rt.rest.jersey.test [jar] [INFO] org.eclipse.scout.rt.client [jar] [INFO] org.eclipse.scout.rt.client.test [jar] [INFO] org.eclipse.scout.rt.svg.client [jar] [INFO] org.eclipse.scout.rt.svg.client.test [jar] [INFO] org.eclipse.scout.rt.serverbridge [jar] [INFO] org.eclipse.scout.rt.ui.html [jar] [INFO] org.eclipse.scout.rt.ui.html.app [jar] [INFO] org.eclipse.scout.rt.ui.html.test [jar] [INFO] org.eclipse.scout.rt.ui.html.selenium [jar] [INFO] eclipse-scout-core [jar] [INFO] org.eclipse.scout.rt.svg.ui.html [jar] [INFO] eclipse-scout-cli [jar] [INFO] karma-jasmine-scout [jar] [INFO] eclipse-scout-releng [jar] [INFO] eclipse-scout-migrate [jar] [INFO] eclipse-scout-tsconfig [jar] [INFO] eslint-config [jar] [INFO] org.eclipse.scout.rt.opentelemetry.sdk [jar] [INFO] org.eclipse.scout.rt.chart.shared [jar] [INFO] org.eclipse.scout.rt.chart.client [jar] [INFO] org.eclipse.scout.rt.chart.ui.html [jar] [INFO] eclipse-scout-chart [jar] [INFO] org.eclipse.scout.rt.datamodel.shared [jar] [INFO] org.eclipse.scout.rt.datamodel.client [jar] [INFO] org.eclipse.scout.rt.datamodel.server [jar] [INFO] org.eclipse.scout.rt.datamodel.ui.html [jar] [INFO] [INFO] ---------< org.eclipse.scout.archetypes:scout-helloworld-app >---------- [INFO] Building Scout Hello World Sample Application 24.2-SNAPSHOT [1/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/pom.xml [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom (8.9 kB at 681 kB/s) [INFO] Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.jar (39 kB at 1.8 MB/s) [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ scout-helloworld-app --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ scout-helloworld-app --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/../target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ scout-helloworld-app --- [INFO] Copying 139 resources from src/main/resources to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ scout-helloworld-app --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- archetype:3.2.1:jar (default-jar) @ scout-helloworld-app --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/target/scout-helloworld-app-24.2-SNAPSHOT.jar [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/target/scout-helloworld-app-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ scout-helloworld-app --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/target/scout-helloworld-app-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ scout-helloworld-app --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/target/scout-helloworld-app-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ scout-helloworld-app --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/target/scout-helloworld-app-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- archetype:3.2.1:integration-test (default-integration-test) @ scout-helloworld-app --- [INFO] Processing Archetype IT project: basic [INFO] ---------------------------------------------------------------------------- [INFO] Using following parameters for creating project from Archetype: scout-helloworld-app:24.2-SNAPSHOT [INFO] ---------------------------------------------------------------------------- [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: artifactId, Value: helloscout [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloscout [INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/helloscout [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloscout [INFO] Parameter: versionWithoutSnapshot, Value: 1.0.0 [INFO] Parameter: debug, Value: false [INFO] Parameter: displayName, Value: My Application [INFO] Parameter: javaVersion, Value: 11 [INFO] Parameter: skipChangeMeReplacement, Value: false [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: simpleArtifactName, Value: helloscout [INFO] Parameter: artifactId, Value: helloscout [INFO] Parameter: userName, Value: Scout Robot [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout.shared/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout.server/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout.client/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout.server.app/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout.server.app.image/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout.server.app.zip/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout.server.app.dev/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout.ui.html/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout.ui.html.app/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout.ui.html.app.image/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout.ui.html.app.zip/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout/helloscout.ui.html.app.dev/pom.xml [INFO] Executing META-INF/archetype-post-generate.groovy post-generation script [INFO] Project created from Archetype in dir: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/target/test-classes/projects/basic/project/helloscout [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ scout-helloworld-app --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ scout-helloworld-app --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/archetypes/scout-helloworld-app/24.2-SNAPSHOT/scout-helloworld-app-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/target/scout-helloworld-app-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/archetypes/scout-helloworld-app/24.2-SNAPSHOT/scout-helloworld-app-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/target/scout-helloworld-app-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/archetypes/scout-helloworld-app/24.2-SNAPSHOT/scout-helloworld-app-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/target/scout-helloworld-app-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/archetypes/scout-helloworld-app/24.2-SNAPSHOT/scout-helloworld-app-24.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-helloworld-app/target/scout-helloworld-app-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/archetypes/scout-helloworld-app/24.2-SNAPSHOT/scout-helloworld-app-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- archetype:3.2.1:update-local-catalog (default-update-local-catalog) @ scout-helloworld-app --- [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ scout-helloworld-app --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-helloworld-app/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-helloworld-app/24.2-SNAPSHOT/maven-metadata.xml (1.4 kB at 8.9 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-helloworld-app/24.2-SNAPSHOT/scout-helloworld-app-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-helloworld-app/24.2-SNAPSHOT/scout-helloworld-app-24.2-20240629.001225-135.pom (7.1 kB at 86 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-helloworld-app/24.2-SNAPSHOT/scout-helloworld-app-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-helloworld-app/24.2-SNAPSHOT/scout-helloworld-app-24.2-20240629.001225-135-tests.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-helloworld-app/24.2-SNAPSHOT/scout-helloworld-app-24.2-20240629.001225-135-sources.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-helloworld-app/24.2-SNAPSHOT/scout-helloworld-app-24.2-20240629.001225-135-test-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-helloworld-app/24.2-SNAPSHOT/scout-helloworld-app-24.2-20240629.001225-135.jar (159 kB at 1.2 MB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-helloworld-app/24.2-SNAPSHOT/scout-helloworld-app-24.2-20240629.001225-135-test-sources.jar (4.0 kB at 21 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-helloworld-app/24.2-SNAPSHOT/scout-helloworld-app-24.2-20240629.001225-135-sources.jar (160 kB at 377 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-helloworld-app/24.2-SNAPSHOT/scout-helloworld-app-24.2-20240629.001225-135-tests.jar (175 kB at 275 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-helloworld-app/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-helloworld-app/maven-metadata.xml (483 B at 12 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-helloworld-app/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-helloworld-app/24.2-SNAPSHOT/maven-metadata.xml (1.4 kB at 2.6 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-helloworld-app/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-helloworld-app/maven-metadata.xml (483 B at 5.0 kB/s) [INFO] [INFO] ----------< org.eclipse.scout.archetypes:scout-jaxws-module >----------- [INFO] Building Scout JaxWs Module 24.2-SNAPSHOT [2/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-jaxws-module/pom.xml [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ scout-jaxws-module --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ scout-jaxws-module --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-jaxws-module/../target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ scout-jaxws-module --- [INFO] Copying 7 resources from src/main/resources to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ scout-jaxws-module --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- archetype:3.2.1:jar (default-jar) @ scout-jaxws-module --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-jaxws-module/target/scout-jaxws-module-24.2-SNAPSHOT.jar [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-jaxws-module/target/scout-jaxws-module-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ scout-jaxws-module --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-jaxws-module/target/scout-jaxws-module-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ scout-jaxws-module --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-jaxws-module/target/scout-jaxws-module-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ scout-jaxws-module --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-jaxws-module/target/scout-jaxws-module-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- archetype:3.2.1:integration-test (default-integration-test) @ scout-jaxws-module --- [INFO] Processing Archetype IT project: basic [INFO] ---------------------------------------------------------------------------- [INFO] Using following parameters for creating project from Archetype: scout-jaxws-module:24.2-SNAPSHOT [INFO] ---------------------------------------------------------------------------- [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: artifactId, Value: helloworld.server.jaxws [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld [INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/helloworld [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld [INFO] Parameter: displayName, Value: My Application [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: artifactId, Value: helloworld.server.jaxws [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [INFO] Parameter: parentArtifactId, Value: helloworld [WARNING] CP Don't override file /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-jaxws-module/target/test-classes/projects/basic/project/helloworld.server.jaxws/src/main/resources/META-INF/scout.xml [WARNING] CP Don't override file /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-jaxws-module/target/test-classes/projects/basic/project/helloworld.server.jaxws/src/main/resources/WEB-INF/wsdl [WARNING] CP Don't override file /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-jaxws-module/target/test-classes/projects/basic/project/helloworld.server.jaxws/src/main/java [INFO] Project created from Archetype in dir: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-jaxws-module/target/test-classes/projects/basic/project/helloworld.server.jaxws [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ scout-jaxws-module --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ scout-jaxws-module --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-jaxws-module/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/archetypes/scout-jaxws-module/24.2-SNAPSHOT/scout-jaxws-module-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-jaxws-module/target/scout-jaxws-module-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/archetypes/scout-jaxws-module/24.2-SNAPSHOT/scout-jaxws-module-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-jaxws-module/target/scout-jaxws-module-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/archetypes/scout-jaxws-module/24.2-SNAPSHOT/scout-jaxws-module-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-jaxws-module/target/scout-jaxws-module-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/archetypes/scout-jaxws-module/24.2-SNAPSHOT/scout-jaxws-module-24.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-jaxws-module/target/scout-jaxws-module-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/archetypes/scout-jaxws-module/24.2-SNAPSHOT/scout-jaxws-module-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- archetype:3.2.1:update-local-catalog (default-update-local-catalog) @ scout-jaxws-module --- [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ scout-jaxws-module --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-jaxws-module/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-jaxws-module/24.2-SNAPSHOT/maven-metadata.xml (1.4 kB at 8.3 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-jaxws-module/24.2-SNAPSHOT/scout-jaxws-module-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-jaxws-module/24.2-SNAPSHOT/scout-jaxws-module-24.2-20240629.001225-135.pom (5.0 kB at 40 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-jaxws-module/24.2-SNAPSHOT/scout-jaxws-module-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-jaxws-module/24.2-SNAPSHOT/scout-jaxws-module-24.2-20240629.001225-135-tests.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-jaxws-module/24.2-SNAPSHOT/scout-jaxws-module-24.2-20240629.001225-135-sources.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-jaxws-module/24.2-SNAPSHOT/scout-jaxws-module-24.2-20240629.001225-135-test-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-jaxws-module/24.2-SNAPSHOT/scout-jaxws-module-24.2-20240629.001225-135-sources.jar (6.7 kB at 45 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-jaxws-module/24.2-SNAPSHOT/scout-jaxws-module-24.2-20240629.001225-135-test-sources.jar (3.4 kB at 23 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-jaxws-module/24.2-SNAPSHOT/scout-jaxws-module-24.2-20240629.001225-135.jar (6.7 kB at 44 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-jaxws-module/24.2-SNAPSHOT/scout-jaxws-module-24.2-20240629.001225-135-tests.jar (7.8 kB at 51 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-jaxws-module/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-jaxws-module/maven-metadata.xml (481 B at 20 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-jaxws-module/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-jaxws-module/24.2-SNAPSHOT/maven-metadata.xml (1.4 kB at 7.5 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-jaxws-module/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-jaxws-module/maven-metadata.xml (481 B at 6.4 kB/s) [INFO] [INFO] -----------< org.eclipse.scout.archetypes:scout-hellojs-app >----------- [INFO] Building Scout JS Sample Application 24.2-SNAPSHOT [3/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-hellojs-app/pom.xml [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ scout-hellojs-app --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ scout-hellojs-app --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-hellojs-app/../target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ scout-hellojs-app --- [INFO] Copying 175 resources from src/main/resources to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ scout-hellojs-app --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- archetype:3.2.1:jar (default-jar) @ scout-hellojs-app --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-hellojs-app/target/scout-hellojs-app-24.2-SNAPSHOT.jar [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-hellojs-app/target/scout-hellojs-app-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ scout-hellojs-app --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-hellojs-app/target/scout-hellojs-app-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ scout-hellojs-app --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-hellojs-app/target/scout-hellojs-app-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ scout-hellojs-app --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-hellojs-app/target/scout-hellojs-app-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- archetype:3.2.1:integration-test (default-integration-test) @ scout-hellojs-app --- [INFO] Processing Archetype IT project: basic [INFO] ---------------------------------------------------------------------------- [INFO] Using following parameters for creating project from Archetype: scout-hellojs-app:24.2-SNAPSHOT [INFO] ---------------------------------------------------------------------------- [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: artifactId, Value: helloscout [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloscout [INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/helloscout [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloscout [INFO] Parameter: versionWithoutSnapshot, Value: 1.0.0 [INFO] Parameter: debug, Value: false [INFO] Parameter: displayName, Value: My Application [INFO] Parameter: javaVersion, Value: 11 [INFO] Parameter: skipChangeMeReplacement, Value: false [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: simpleArtifactName, Value: helloscout [INFO] Parameter: artifactId, Value: helloscout [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/helloscout/helloscout/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/helloscout/helloscout.api/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/helloscout/helloscout.app/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/helloscout/helloscout.app.dev/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/helloscout/helloscout.app.image/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/helloscout/helloscout.app.zip/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/helloscout/helloscout.core/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/helloscout/helloscout.data/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/helloscout/helloscout.db/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/helloscout/helloscout.persistence/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/helloscout/helloscout.ui/pom.xml [INFO] Executing META-INF/archetype-post-generate.groovy post-generation script [INFO] Project created from Archetype in dir: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/helloscout [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ scout-hellojs-app --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ scout-hellojs-app --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-hellojs-app/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/archetypes/scout-hellojs-app/24.2-SNAPSHOT/scout-hellojs-app-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-hellojs-app/target/scout-hellojs-app-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/archetypes/scout-hellojs-app/24.2-SNAPSHOT/scout-hellojs-app-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-hellojs-app/target/scout-hellojs-app-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/archetypes/scout-hellojs-app/24.2-SNAPSHOT/scout-hellojs-app-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-hellojs-app/target/scout-hellojs-app-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/archetypes/scout-hellojs-app/24.2-SNAPSHOT/scout-hellojs-app-24.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/scout-hellojs-app/target/scout-hellojs-app-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/archetypes/scout-hellojs-app/24.2-SNAPSHOT/scout-hellojs-app-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- archetype:3.2.1:update-local-catalog (default-update-local-catalog) @ scout-hellojs-app --- [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ scout-hellojs-app --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-hellojs-app/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-hellojs-app/24.2-SNAPSHOT/maven-metadata.xml (1.4 kB at 11 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-hellojs-app/24.2-SNAPSHOT/scout-hellojs-app-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-hellojs-app/24.2-SNAPSHOT/scout-hellojs-app-24.2-20240629.001225-135.pom (7.1 kB at 34 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-hellojs-app/24.2-SNAPSHOT/scout-hellojs-app-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-hellojs-app/24.2-SNAPSHOT/scout-hellojs-app-24.2-20240629.001225-135-tests.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-hellojs-app/24.2-SNAPSHOT/scout-hellojs-app-24.2-20240629.001225-135-sources.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-hellojs-app/24.2-SNAPSHOT/scout-hellojs-app-24.2-20240629.001225-135-test-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-hellojs-app/24.2-SNAPSHOT/scout-hellojs-app-24.2-20240629.001225-135-test-sources.jar (3.9 kB at 40 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-hellojs-app/24.2-SNAPSHOT/scout-hellojs-app-24.2-20240629.001225-135-sources.jar (182 kB at 1.5 MB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-hellojs-app/24.2-SNAPSHOT/scout-hellojs-app-24.2-20240629.001225-135-tests.jar (196 kB at 1.5 MB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-hellojs-app/24.2-SNAPSHOT/scout-hellojs-app-24.2-20240629.001225-135.jar (182 kB at 1.4 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-hellojs-app/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-hellojs-app/maven-metadata.xml (480 B at 25 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-hellojs-app/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-hellojs-app/24.2-SNAPSHOT/maven-metadata.xml (1.4 kB at 7.1 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-hellojs-app/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/archetypes/scout-hellojs-app/maven-metadata.xml (480 B at 5.5 kB/s) [INFO] [INFO] -------------< org.eclipse.scout.rt:org.eclipse.scout.rt >-------------- [INFO] Building org.eclipse.scout.rt 24.2-SNAPSHOT [4/72] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt --- [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt/24.2-SNAPSHOT/org.eclipse.scout.rt-24.2-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt/24.2-SNAPSHOT/maven-metadata.xml (619 B at 7.7 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt/24.2-SNAPSHOT/org.eclipse.scout.rt-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt/24.2-SNAPSHOT/org.eclipse.scout.rt-24.2-20240629.001225-135.pom (42 kB at 471 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt/maven-metadata.xml (514 B at 57 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt/24.2-SNAPSHOT/maven-metadata.xml (619 B at 3.0 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt/maven-metadata.xml (514 B at 8.9 kB/s) [INFO] [INFO] ------------< org.eclipse.scout.rt:org.eclipse.scout.json >------------- [INFO] Building org.eclipse.scout.json 24.2-SNAPSHOT [5/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.json/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.json --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.json --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.json/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.json --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.json/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.json --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.json --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.json --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.json --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.json --- [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.json --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.json --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.json --- [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.json --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.json --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.json/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.json/24.2-SNAPSHOT/org.eclipse.scout.json-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.json/target/org.eclipse.scout.json-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.json/24.2-SNAPSHOT/org.eclipse.scout.json-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.json/target/org.eclipse.scout.json-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.json/24.2-SNAPSHOT/org.eclipse.scout.json-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.json/target/org.eclipse.scout.json-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.json/24.2-SNAPSHOT/org.eclipse.scout.json-24.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.json/target/org.eclipse.scout.json-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.json/24.2-SNAPSHOT/org.eclipse.scout.json-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.json --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.json/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.json/24.2-SNAPSHOT/maven-metadata.xml (1.4 kB at 9.1 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.json/24.2-SNAPSHOT/org.eclipse.scout.json-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.json/24.2-SNAPSHOT/org.eclipse.scout.json-24.2-20240629.001225-135.pom (1.5 kB at 19 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.json/24.2-SNAPSHOT/org.eclipse.scout.json-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.json/24.2-SNAPSHOT/org.eclipse.scout.json-24.2-20240629.001225-135-tests.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.json/24.2-SNAPSHOT/org.eclipse.scout.json-24.2-20240629.001225-135-sources.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.json/24.2-SNAPSHOT/org.eclipse.scout.json-24.2-20240629.001225-135-test-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.json/24.2-SNAPSHOT/org.eclipse.scout.json-24.2-20240629.001225-135.jar (24 kB at 208 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.json/24.2-SNAPSHOT/org.eclipse.scout.json-24.2-20240629.001225-135-sources.jar (25 kB at 215 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.json/24.2-SNAPSHOT/org.eclipse.scout.json-24.2-20240629.001225-135-test-sources.jar (24 kB at 193 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.json/24.2-SNAPSHOT/org.eclipse.scout.json-24.2-20240629.001225-135-tests.jar (42 kB at 302 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.json/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.json/maven-metadata.xml (477 B at 25 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.json/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.json/24.2-SNAPSHOT/maven-metadata.xml (1.4 kB at 7.1 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.json/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.json/maven-metadata.xml (477 B at 5.0 kB/s) [INFO] [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt.platform >--------- [INFO] Building org.eclipse.scout.rt.platform 24.2-SNAPSHOT [6/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.platform --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.platform --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.platform --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.platform --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.platform --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.platform --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.platform --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.platform --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.platform --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/target/org.eclipse.scout.rt.platform-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.platform --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.platform --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.platform --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.platform --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.platform --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/24.2-SNAPSHOT/org.eclipse.scout.rt.platform-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/target/org.eclipse.scout.rt.platform-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/24.2-SNAPSHOT/org.eclipse.scout.rt.platform-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform/target/org.eclipse.scout.rt.platform-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/24.2-SNAPSHOT/org.eclipse.scout.rt.platform-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.platform --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 57 B/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/24.2-SNAPSHOT/org.eclipse.scout.rt.platform-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/24.2-SNAPSHOT/org.eclipse.scout.rt.platform-24.2-20240629.001225-135.pom (3.4 kB at 18 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/24.2-SNAPSHOT/org.eclipse.scout.rt.platform-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/24.2-SNAPSHOT/org.eclipse.scout.rt.platform-24.2-20240629.001225-135-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/24.2-SNAPSHOT/org.eclipse.scout.rt.platform-24.2-20240629.001225-135-sources.jar (708 kB at 2.8 MB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/24.2-SNAPSHOT/org.eclipse.scout.rt.platform-24.2-20240629.001225-135.jar (1.0 MB at 3.6 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/maven-metadata.xml (523 B at 40 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 4.6 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/maven-metadata.xml (523 B at 5.6 kB/s) [INFO] [INFO] --------< org.eclipse.scout.rt:org.eclipse.scout.rt.dataobject >-------- [INFO] Building org.eclipse.scout.rt.dataobject 24.2-SNAPSHOT [7/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.dataobject --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.dataobject --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.dataobject --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.dataobject --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/migration/DataObjectMigrationInventory.java:[110,23] Type safety: Unchecked cast from java.lang.Class to java.lang.Class [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/migration/DataObjectMigrationInventory.java:[176,29] Type safety: Unchecked cast from java.lang.Class to java.lang.Class [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/migration/DataObjectMigrationInventory.java:[340,48] org.eclipse.scout.rt.dataobject.migration.IDoValueMigrationHandler is a raw type. References to generic type org.eclipse.scout.rt.dataobject.migration.IDoValueMigrationHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/enumeration/EnumResolver.java:[47,30] Unsupported @SuppressWarnings("squid:S1166") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/enumeration/EnumResolver.java:[79,30] Unsupported @SuppressWarnings("squid:S1166") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/mapping/AbstractToDoFunction.java:[29,29] Type safety: The expression of type java.lang.Class needs unchecked conversion to conform to java.lang.Class [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/mapping/AbstractToDoFunction.java:[31,29] Type safety: The expression of type java.lang.Class needs unchecked conversion to conform to java.lang.Class [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/migration/DataObjectIntermediateMigrationContextData.java:[49,75] Type safety: Unchecked cast from org.eclipse.scout.rt.dataobject.migration.IDataObjectIntermediateMigration to org.eclipse.scout.rt.dataobject.migration.IDataObjectIntermediateMigration [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/AbstractDoCollection.java:[26,19] Unsupported @SuppressWarnings("squid:S2333") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/AbstractDoCollection.java:[61,46] Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/AbstractDoCollection.java:[88,52] Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/AbstractDoCollection.java:[106,49] Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/DoEntityBuilder.java:[74,84] Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/DoList.java:[24,19] Unsupported @SuppressWarnings("squid:S2333") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/DoCollection.java:[29,19] Unsupported @SuppressWarnings("squid:S2333") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/DoCollection.java:[69,33] org.eclipse.scout.rt.dataobject.DoNode is a raw type. References to generic type org.eclipse.scout.rt.dataobject.DoNode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/DoCollection.java:[74,54] Type safety: Unchecked cast from java.lang.Object to java.util.Collection [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/id/AbstractRootId.java:[52,5] org.eclipse.scout.rt.dataobject.id.AbstractRootId is a raw type. References to generic type org.eclipse.scout.rt.dataobject.id.AbstractRootId should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/id/AbstractRootId.java:[52,29] org.eclipse.scout.rt.dataobject.id.AbstractRootId is a raw type. References to generic type org.eclipse.scout.rt.dataobject.id.AbstractRootId should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/DoSet.java:[25,19] Unsupported @SuppressWarnings("squid:S2333") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/lookup/AbstractLookupRestrictionDo.java:[65,56] Type safety: Potential heap pollution via varargs parameter ids [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/id/IdCodec.java:[164,33] Unlikely argument type for equals(): org.eclipse.scout.rt.dataobject.id.IdCodec.IIdCodecFlag seems to be unrelated to java.lang.Enum [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/id/IdCodec.java:[271,42] Type safety: Unchecked cast from java.util.function.Function to java.util.function.Function [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/TypedIdDataObjectVisitorExtension.java:[22,91] org.eclipse.scout.rt.dataobject.id.TypedId is a raw type. References to generic type org.eclipse.scout.rt.dataobject.id.TypedId should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/TypedIdDataObjectVisitorExtension.java:[25,21] org.eclipse.scout.rt.dataobject.id.TypedId is a raw type. References to generic type org.eclipse.scout.rt.dataobject.id.TypedId should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/TypedIdDataObjectVisitorExtension.java:[30,10] org.eclipse.scout.rt.dataobject.id.TypedId is a raw type. References to generic type org.eclipse.scout.rt.dataobject.id.TypedId should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/TypedIdDataObjectVisitorExtension.java:[30,33] org.eclipse.scout.rt.dataobject.id.TypedId is a raw type. References to generic type org.eclipse.scout.rt.dataobject.id.TypedId should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/DoEntity.java:[301,12] Type safety: Unchecked cast from org.eclipse.scout.rt.dataobject.DoNode to NODE [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/DoEntity.java:[309,12] Type safety: Unchecked invocation getNode(java.lang.String, java.lang.Class) of the generic method getNode(java.lang.String, java.lang.Class) of type org.eclipse.scout.rt.dataobject.DoEntity [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/DoEntity.java:[309,12] Type safety: The expression of type org.eclipse.scout.rt.dataobject.DoValue needs unchecked conversion to conform to org.eclipse.scout.rt.dataobject.DoValue [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/DoEntity.java:[317,12] Type safety: Unchecked invocation getNode(java.lang.String, java.lang.Class) of the generic method getNode(java.lang.String, java.lang.Class) of type org.eclipse.scout.rt.dataobject.DoEntity [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/DoEntity.java:[317,12] Type safety: The expression of type org.eclipse.scout.rt.dataobject.DoList needs unchecked conversion to conform to org.eclipse.scout.rt.dataobject.DoList [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/DoEntity.java:[325,12] Type safety: Unchecked invocation getNode(java.lang.String, java.lang.Class) of the generic method getNode(java.lang.String, java.lang.Class) of type org.eclipse.scout.rt.dataobject.DoEntity [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/DoEntity.java:[325,12] Type safety: The expression of type org.eclipse.scout.rt.dataobject.DoSet needs unchecked conversion to conform to org.eclipse.scout.rt.dataobject.DoSet [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/DoEntity.java:[333,12] Type safety: Unchecked invocation getNode(java.lang.String, java.lang.Class) of the generic method getNode(java.lang.String, java.lang.Class) of type org.eclipse.scout.rt.dataobject.DoEntity [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/DoEntity.java:[333,12] Type safety: The expression of type org.eclipse.scout.rt.dataobject.DoCollection needs unchecked conversion to conform to org.eclipse.scout.rt.dataobject.DoCollection [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/DataObjectHelper.java:[314,53] org.eclipse.scout.rt.dataobject.IDoCollection is a raw type. References to generic type org.eclipse.scout.rt.dataobject.IDoCollection should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/DataObjectVisitors.java:[115,16] Type safety: Unchecked cast from T to OT [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/mapping/DoEntityMappings.java:[213,25] Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/mapping/DoEntityMappings.java:[226,25] Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/DoNode.java:[134,5] org.eclipse.scout.rt.dataobject.DoNode is a raw type. References to generic type org.eclipse.scout.rt.dataobject.DoNode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/DoNode.java:[134,21] org.eclipse.scout.rt.dataobject.DoNode is a raw type. References to generic type org.eclipse.scout.rt.dataobject.DoNode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/DoNode.java:[156,33] org.eclipse.scout.rt.dataobject.DoNode is a raw type. References to generic type org.eclipse.scout.rt.dataobject.DoNode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/migration/AbstractDoValueUntypedMigrationHandler.java:[48,12] Type safety: The expression of type java.lang.Class needs unchecked conversion to conform to java.lang.Class [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/DataObjectInventory.java:[225,30] Type safety: Unchecked cast from java.lang.Class to java.lang.Class [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/DataObjectInventory.java:[232,32] Type safety: Unchecked cast from java.lang.Class to java.lang.Class [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/DataObjectInventory.java:[460,12] Type safety: Unchecked cast from org.eclipse.scout.rt.dataobject.IDataObjectVisitorExtension to org.eclipse.scout.rt.dataobject.IDataObjectVisitorExtension [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/AbstractDataObjectVisitorExtension.java:[23,12] Type safety: The expression of type java.lang.Class needs unchecked conversion to conform to java.lang.Class [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/lookup/LookupHelper.java:[176,21] Unsupported @SuppressWarnings("squid:S00107") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/id/IdFactory.java:[98,30] Unsupported @SuppressWarnings("squid:S1166") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/migration/DataObjectMigrator.java:[168,25] Type safety: Unchecked cast from capture#2-of ? to T [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/AbstractDataObjectVisitor.java:[137,92] Type safety: Unchecked cast from java.lang.Class to java.lang.Class [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/id/IdInventory.java:[46,32] Unsupported @SuppressWarnings("squid:S1166") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/id/IdInventory.java:[56,29] Type safety: Unchecked cast from java.lang.Class to java.lang.Class [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/id/IdInventory.java:[142,35] Type safety: Unchecked cast from java.lang.Class to java.lang.Class [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/main/java/org/eclipse/scout/rt/dataobject/migration/DoValueMigrationDataObjectVisitor.java:[56,12] Type safety: Unchecked cast from java.lang.Object to T [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.dataobject --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.dataobject --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.dataobject --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.dataobject --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.dataobject --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/target/org.eclipse.scout.rt.dataobject-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.dataobject --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.dataobject --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.dataobject --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.dataobject --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.dataobject --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject/24.2-SNAPSHOT/org.eclipse.scout.rt.dataobject-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/target/org.eclipse.scout.rt.dataobject-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject/24.2-SNAPSHOT/org.eclipse.scout.rt.dataobject-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject/target/org.eclipse.scout.rt.dataobject-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject/24.2-SNAPSHOT/org.eclipse.scout.rt.dataobject-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.dataobject --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 2.0 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject/24.2-SNAPSHOT/org.eclipse.scout.rt.dataobject-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject/24.2-SNAPSHOT/org.eclipse.scout.rt.dataobject-24.2-20240629.001225-135.pom (1.1 kB at 9.9 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject/24.2-SNAPSHOT/org.eclipse.scout.rt.dataobject-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject/24.2-SNAPSHOT/org.eclipse.scout.rt.dataobject-24.2-20240629.001225-135-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject/24.2-SNAPSHOT/org.eclipse.scout.rt.dataobject-24.2-20240629.001225-135-sources.jar (158 kB at 1.1 MB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject/24.2-SNAPSHOT/org.eclipse.scout.rt.dataobject-24.2-20240629.001225-135.jar (224 kB at 1.5 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject/maven-metadata.xml (486 B at 20 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 6.3 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject/maven-metadata.xml (486 B at 6.1 kB/s) [INFO] [INFO] ------< org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test >------- [INFO] Building org.eclipse.scout.rt.platform.test 24.2-SNAPSHOT [8/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.platform.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.platform.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.platform.test --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.platform.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/main/java/org/eclipse/scout/rt/testing/platform/runner/statement/RegisterBeanStatement.java:[46,11] org.eclipse.scout.rt.platform.IBean is a raw type. References to generic type org.eclipse.scout.rt.platform.IBean should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/main/java/org/eclipse/scout/rt/testing/platform/runner/parameterized/ParameterizedTestRunnerExtension.java:[31,21] Unsupported @SuppressWarnings("squid:S00112") [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/main/java/org/eclipse/scout/rt/testing/platform/util/ScoutAssert.java:[63,21] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentialNullReference' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/main/java/org/eclipse/scout/rt/testing/platform/mock/MockBeanMetaDataProducer.java:[25,27] org.eclipse.scout.rt.testing.platform.mock.MockBeanInstanceProducer is a raw type. References to generic type org.eclipse.scout.rt.testing.platform.mock.MockBeanInstanceProducer should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/main/java/org/eclipse/scout/rt/testing/platform/runner/SafeStatementInvoker.java:[52,21] Unsupported @SuppressWarnings("squid:S00112") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/main/java/org/eclipse/scout/rt/testing/platform/runner/InteractiveTestSuite.java:[83,22] Unsupported @SuppressWarnings("squid:S1181") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/main/java/org/eclipse/scout/rt/testing/platform/runner/InteractiveTestSuite.java:[83,37] Unsupported @SuppressWarnings("squid:S1166") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/main/java/org/eclipse/scout/rt/testing/platform/runner/InteractiveTestSuite.java:[158,22] Unsupported @SuppressWarnings("squid:S1166") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/main/java/org/eclipse/scout/rt/testing/platform/runner/JUnitExceptionHandler.java:[70,21] Unsupported @SuppressWarnings("squid:S00112") [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/main/java/org/eclipse/scout/rt/testing/platform/runner/PlatformTestRunner.java:[276,21] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.deprecation' is not analysed due to a compiler option being ignored [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.platform.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.platform.test --- [INFO] Copying 31 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.platform.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[15,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[113,39] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[113,50] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[113,67] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[122,41] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[122,52] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[122,69] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[132,32] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[132,43] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[132,60] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[157,26] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[157,37] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[157,54] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[163,26] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[163,37] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[163,54] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[172,36] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[172,47] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[172,64] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[177,36] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[177,47] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[177,64] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[184,36] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[184,47] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[184,64] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[194,26] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[194,37] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextTest.java:[194,54] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/util/event/FastListenerListTest.java:[226,5] java.lang.ref.WeakReference is a raw type. References to generic type java.lang.ref.WeakReference should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/util/event/FastListenerListTest.java:[228,43] java.lang.ref.WeakReference is a raw type. References to generic type java.lang.ref.WeakReference should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/util/event/FastListenerListTest.java:[229,16] java.lang.ref.WeakReference is a raw type. References to generic type java.lang.ref.WeakReference should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/util/StringUtilityTest.java:[25,19] Unsupported @SuppressWarnings("SimplifiableJUnitAssertion") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/util/ReflectionUtilityTest.java:[54,56] java.util.concurrent.Callable is a raw type. References to generic type java.util.concurrent.Callable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/DoubleReplaceTest.java:[53,52] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextChainTest.java:[47,38] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextChainTest.java:[52,41] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextChainTest.java:[57,38] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextChainTest.java:[76,37] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/context/RunContextChainTest.java:[81,39] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/cache/BasicCacheTest.java:[71,37] Type safety: The method withValueResolver(org.eclipse.scout.rt.platform.cache.ICacheValueResolver) belongs to the raw type org.eclipse.scout.rt.platform.cache.ICacheBuilder. References to generic type org.eclipse.scout.rt.platform.cache.ICacheBuilder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/cache/BasicCacheTest.java:[71,37] Type safety: The expression of type org.eclipse.scout.rt.platform.cache.ICache needs unchecked conversion to conform to org.eclipse.scout.rt.platform.cache.ICache [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/cache/BasicCacheTest.java:[80,13] Type safety: The method withValueResolver(org.eclipse.scout.rt.platform.cache.ICacheValueResolver) belongs to the raw type org.eclipse.scout.rt.platform.cache.ICacheBuilder. References to generic type org.eclipse.scout.rt.platform.cache.ICacheBuilder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/cache/BasicCacheTest.java:[80,13] Type safety: The expression of type org.eclipse.scout.rt.platform.cache.ICache needs unchecked conversion to conform to org.eclipse.scout.rt.platform.cache.ICache [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/cache/BasicCacheTest.java:[89,13] Type safety: The method withLabelSupplier(java.util.function.Supplier) belongs to the raw type org.eclipse.scout.rt.platform.cache.ICacheBuilder. References to generic type org.eclipse.scout.rt.platform.cache.ICacheBuilder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/cache/BasicCacheTest.java:[89,13] Type safety: The method withValueResolver(org.eclipse.scout.rt.platform.cache.ICacheValueResolver) belongs to the raw type org.eclipse.scout.rt.platform.cache.ICacheBuilder. References to generic type org.eclipse.scout.rt.platform.cache.ICacheBuilder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/cache/BasicCacheTest.java:[89,13] Type safety: The expression of type org.eclipse.scout.rt.platform.cache.ICache needs unchecked conversion to conform to org.eclipse.scout.rt.platform.cache.ICache [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/cache/BasicCacheTest.java:[177,37] Type safety: The method withValueResolver(org.eclipse.scout.rt.platform.cache.ICacheValueResolver) belongs to the raw type org.eclipse.scout.rt.platform.cache.ICacheBuilder. References to generic type org.eclipse.scout.rt.platform.cache.ICacheBuilder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/cache/BasicCacheTest.java:[177,37] Type safety: The expression of type org.eclipse.scout.rt.platform.cache.ICache needs unchecked conversion to conform to org.eclipse.scout.rt.platform.cache.ICache [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/security/SubjectProcessorTest.java:[14,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/security/SubjectProcessorTest.java:[33,38] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/security/SubjectProcessorTest.java:[33,49] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/security/SubjectProcessorTest.java:[33,66] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/security/SubjectProcessorTest.java:[49,38] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/security/SubjectProcessorTest.java:[49,49] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/security/SubjectProcessorTest.java:[49,66] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/security/SubjectProcessorTest.java:[68,40] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/security/SubjectProcessorTest.java:[68,51] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/security/SubjectProcessorTest.java:[68,68] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/security/SubjectProcessorTest.java:[91,40] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/security/SubjectProcessorTest.java:[91,51] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/security/SubjectProcessorTest.java:[91,68] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/util/ToStringBuilderTest.java:[85,25] java.util.Collection is a raw type. References to generic type java.util.Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/util/ToStringBuilderTest.java:[98,25] java.util.Collection is a raw type. References to generic type java.util.Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/util/CollectionUtilityTest.java:[114,21] Type safety: Unchecked invocation hashCodeCollection(java.util.List) of the generic method hashCodeCollection(java.util.Collection) of type org.eclipse.scout.rt.platform.util.CollectionUtility [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/util/CollectionUtilityTest.java:[114,58] Type safety: The expression of type java.util.List needs unchecked conversion to conform to java.util.Collection [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/util/CollectionUtilityTest.java:[115,21] Type safety: Unchecked invocation hashCodeCollection(java.util.Set) of the generic method hashCodeCollection(java.util.Collection) of type org.eclipse.scout.rt.platform.util.CollectionUtility [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/util/CollectionUtilityTest.java:[115,58] Type safety: The expression of type java.util.Set needs unchecked conversion to conform to java.util.Collection [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/util/CollectionUtilityTest.java:[493,46] java.util.ArrayList is a raw type. References to generic type java.util.ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/util/StreamUtilityTest.java:[128,36] Type safety: The expression of type org.eclipse.scout.rt.platform.util.Pair[] needs unchecked conversion to conform to org.eclipse.scout.rt.platform.util.Pair[] [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/util/StreamUtilityTest.java:[137,36] Type safety: The expression of type org.eclipse.scout.rt.platform.util.Pair[] needs unchecked conversion to conform to org.eclipse.scout.rt.platform.util.Pair[] [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/util/StreamUtilityTest.java:[153,36] Type safety: The expression of type org.eclipse.scout.rt.platform.util.Pair[] needs unchecked conversion to conform to org.eclipse.scout.rt.platform.util.Pair[] [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/reflect/FastBeanUtilityTest.java:[130,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/reflect/FastBeanUtilityTest.java:[134,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/reflect/FastBeanUtilityTest.java:[151,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/reflect/FastBeanUtilityTest.java:[155,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/reflect/FastBeanUtilityTest.java:[175,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/reflect/FastBeanUtilityTest.java:[179,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/reflect/FastBeanUtilityTest.java:[199,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/reflect/FastBeanUtilityTest.java:[203,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/reflect/FastBeanUtilityTest.java:[223,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/reflect/FastBeanUtilityTest.java:[225,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/internal/BeanInstanceUtilTest.java:[180,39] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/internal/BeanInstanceUtilTest.java:[194,40] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/util/ConcurrentExpiringMapTest.java:[264,5] org.eclipse.scout.rt.platform.util.collection.ConcurrentExpiringMap is a raw type. References to generic type org.eclipse.scout.rt.platform.util.collection.ConcurrentExpiringMap should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/util/BeanUtilityTest.java:[41,23] Unsupported @SuppressWarnings("JavaReflectionMemberAccess") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/util/BeanUtilityTest.java:[55,21] Unsupported @SuppressWarnings("JavaReflectionMemberAccess") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/util/BeanUtilityTest.java:[268,26] java.util.Set is a raw type. References to generic type java.util.Set should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/util/BeanUtilityTest.java:[269,30] java.util.Set is a raw type. References to generic type java.util.Set should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/BeanContextTest.java:[35,5] org.eclipse.scout.rt.platform.IBean is a raw type. References to generic type org.eclipse.scout.rt.platform.IBean should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/BeanContextTest.java:[36,5] org.eclipse.scout.rt.platform.IBean is a raw type. References to generic type org.eclipse.scout.rt.platform.IBean should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/inventory/internal/JandexClassInventoryTest.java:[29,49] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/inventory/internal/JandexClassInventoryTest.java:[36,46] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/inventory/internal/JandexClassInventoryTest.java:[36,67] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/inventory/internal/JandexClassInventoryTest.java:[71,15] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/inventory/internal/JandexClassInventoryTest.java:[73,9] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/inventory/internal/JandexClassInventoryTest.java:[96,10] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/job/internal/JobManagerChainTest.java:[48,35] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/job/internal/JobManagerChainTest.java:[53,38] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/util/ConfigurationUtilityTest.java:[131,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/util/IOUtilityTest.java:[71,21] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/opentelemetry/PeriodicAsyncMeasurementTest.java:[276,31] Type safety: The expression of type java.util.concurrent.Callable needs unchecked conversion to conform to java.util.concurrent.Callable [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/DynamicAnnotationTest.java:[37,21] Unsupported @SuppressWarnings("SimplifiableAssertion") [INFO] [INFO] --- jandex:3.1.6:jandex (make-test-index) @ org.eclipse.scout.rt.platform.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/target/test-classes/jandex.idx [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.platform.test --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.platform.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.platform.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.platform.test --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.platform.test --- [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.platform.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.platform.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/24.2-SNAPSHOT/org.eclipse.scout.rt.platform.test-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/24.2-SNAPSHOT/org.eclipse.scout.rt.platform.test-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/24.2-SNAPSHOT/org.eclipse.scout.rt.platform.test-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/24.2-SNAPSHOT/org.eclipse.scout.rt.platform.test-24.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/24.2-SNAPSHOT/org.eclipse.scout.rt.platform.test-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.platform.test --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/24.2-SNAPSHOT/maven-metadata.xml (1.5 kB at 4.0 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/24.2-SNAPSHOT/org.eclipse.scout.rt.platform.test-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/24.2-SNAPSHOT/org.eclipse.scout.rt.platform.test-24.2-20240629.001225-135.pom (2.0 kB at 17 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/24.2-SNAPSHOT/org.eclipse.scout.rt.platform.test-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/24.2-SNAPSHOT/org.eclipse.scout.rt.platform.test-24.2-20240629.001225-135-tests.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/24.2-SNAPSHOT/org.eclipse.scout.rt.platform.test-24.2-20240629.001225-135-sources.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/24.2-SNAPSHOT/org.eclipse.scout.rt.platform.test-24.2-20240629.001225-135-test-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/24.2-SNAPSHOT/org.eclipse.scout.rt.platform.test-24.2-20240629.001225-135.jar (102 kB at 59 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/24.2-SNAPSHOT/org.eclipse.scout.rt.platform.test-24.2-20240629.001225-135-sources.jar (62 kB at 36 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/24.2-SNAPSHOT/org.eclipse.scout.rt.platform.test-24.2-20240629.001225-135-test-sources.jar (396 kB at 225 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/24.2-SNAPSHOT/org.eclipse.scout.rt.platform.test-24.2-20240629.001225-135-tests.jar (1.1 MB at 567 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/maven-metadata.xml (528 B at 23 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/24.2-SNAPSHOT/maven-metadata.xml (1.5 kB at 7.1 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/maven-metadata.xml (528 B at 7.8 kB/s) [INFO] [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt.api.data >--------- [INFO] Building org.eclipse.scout.rt.api.data 24.2-SNAPSHOT [9/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api.data/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.api.data --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.api.data --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api.data/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.api.data --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.api.data --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api.data/src/main/java/org/eclipse/scout/rt/api/data/config/ApiExposedConfigPropertyContributor.java:[38,54] org.eclipse.scout.rt.platform.config.IConfigProperty is a raw type. References to generic type org.eclipse.scout.rt.platform.config.IConfigProperty should be parameterized [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.api.data --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api.data/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.api.data --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.api.data --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [INFO] [INFO] --- jandex:3.1.6:jandex (make-test-index) @ org.eclipse.scout.rt.api.data --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api.data/target/test-classes/jandex.idx [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.api.data --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.api.data --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api.data/target/org.eclipse.scout.rt.api.data-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.api.data --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api.data/target/org.eclipse.scout.rt.api.data-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.api.data --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.api.data --- [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.api.data --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.api.data --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api.data/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.api.data/24.2-SNAPSHOT/org.eclipse.scout.rt.api.data-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api.data/target/org.eclipse.scout.rt.api.data-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.api.data/24.2-SNAPSHOT/org.eclipse.scout.rt.api.data-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api.data/target/org.eclipse.scout.rt.api.data-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.api.data/24.2-SNAPSHOT/org.eclipse.scout.rt.api.data-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api.data/target/org.eclipse.scout.rt.api.data-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.api.data/24.2-SNAPSHOT/org.eclipse.scout.rt.api.data-24.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api.data/target/org.eclipse.scout.rt.api.data-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.api.data/24.2-SNAPSHOT/org.eclipse.scout.rt.api.data-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.api.data --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.api.data/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.api.data/24.2-SNAPSHOT/maven-metadata.xml (1.4 kB at 7.2 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.api.data/24.2-SNAPSHOT/org.eclipse.scout.rt.api.data-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.api.data/24.2-SNAPSHOT/org.eclipse.scout.rt.api.data-24.2-20240629.001225-135.pom (1.4 kB at 25 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.api.data/24.2-SNAPSHOT/org.eclipse.scout.rt.api.data-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.api.data/24.2-SNAPSHOT/org.eclipse.scout.rt.api.data-24.2-20240629.001225-135-tests.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.api.data/24.2-SNAPSHOT/org.eclipse.scout.rt.api.data-24.2-20240629.001225-135-sources.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.api.data/24.2-SNAPSHOT/org.eclipse.scout.rt.api.data-24.2-20240629.001225-135-test-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.api.data/24.2-SNAPSHOT/org.eclipse.scout.rt.api.data-24.2-20240629.001225-135-test-sources.jar (6.3 kB at 31 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.api.data/24.2-SNAPSHOT/org.eclipse.scout.rt.api.data-24.2-20240629.001225-135-tests.jar (13 kB at 61 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.api.data/24.2-SNAPSHOT/org.eclipse.scout.rt.api.data-24.2-20240629.001225-135.jar (39 kB at 183 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.api.data/24.2-SNAPSHOT/org.eclipse.scout.rt.api.data-24.2-20240629.001225-135-sources.jar (31 kB at 142 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.api.data/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.api.data/maven-metadata.xml (445 B at 49 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.api.data/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.api.data/24.2-SNAPSHOT/maven-metadata.xml (1.4 kB at 9.1 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.api.data/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.api.data/maven-metadata.xml (445 B at 5.4 kB/s) [INFO] [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt.security >--------- [INFO] Building org.eclipse.scout.rt.security 24.2-SNAPSHOT [10/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.security/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.security --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.security --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.security/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.security --- [INFO] Copying 12 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.security --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.security/src/main/java/org/eclipse/scout/rt/security/AbstractAccessControlService.java:[12,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.security/src/main/java/org/eclipse/scout/rt/security/AbstractAccessControlService.java:[186,30] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.security/src/main/java/org/eclipse/scout/rt/security/AbstractAccessControlService.java:[186,41] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.security/src/main/java/org/eclipse/scout/rt/security/AbstractAccessControlService.java:[186,58] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.security --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.security/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.security --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.security/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.security --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.security --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.security --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.security/target/org.eclipse.scout.rt.security-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.security --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.security --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.security --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.security --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.security --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.security/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.security/24.2-SNAPSHOT/org.eclipse.scout.rt.security-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.security/target/org.eclipse.scout.rt.security-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.security/24.2-SNAPSHOT/org.eclipse.scout.rt.security-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.security/target/org.eclipse.scout.rt.security-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.security/24.2-SNAPSHOT/org.eclipse.scout.rt.security-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.security --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.security/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.security/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 8.2 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.security/24.2-SNAPSHOT/org.eclipse.scout.rt.security-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.security/24.2-SNAPSHOT/org.eclipse.scout.rt.security-24.2-20240629.001225-135.pom (1.0 kB at 7.4 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.security/24.2-SNAPSHOT/org.eclipse.scout.rt.security-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.security/24.2-SNAPSHOT/org.eclipse.scout.rt.security-24.2-20240629.001225-135-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.security/24.2-SNAPSHOT/org.eclipse.scout.rt.security-24.2-20240629.001225-135-sources.jar (30 kB at 403 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.security/24.2-SNAPSHOT/org.eclipse.scout.rt.security-24.2-20240629.001225-135.jar (40 kB at 537 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.security/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.security/maven-metadata.xml (484 B at 54 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.security/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.security/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 3.6 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.security/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.security/maven-metadata.xml (484 B at 6.5 kB/s) [INFO] [INFO] -----------< org.eclipse.scout.rt:org.eclipse.scout.rt.nls >------------ [INFO] Building org.eclipse.scout.rt.nls 24.2-SNAPSHOT [11/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.nls/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.nls --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.nls --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.nls/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.nls --- [INFO] Copying 28 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.nls --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.nls --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.nls/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.nls --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.nls/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.nls --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.nls --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.nls --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.nls/target/org.eclipse.scout.rt.nls-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.nls --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.nls --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.nls --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.nls --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.nls --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.nls/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.nls/24.2-SNAPSHOT/org.eclipse.scout.rt.nls-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.nls/target/org.eclipse.scout.rt.nls-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.nls/24.2-SNAPSHOT/org.eclipse.scout.rt.nls-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.nls/target/org.eclipse.scout.rt.nls-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.nls/24.2-SNAPSHOT/org.eclipse.scout.rt.nls-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.nls --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.nls/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.nls/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 11 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.nls/24.2-SNAPSHOT/org.eclipse.scout.rt.nls-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.nls/24.2-SNAPSHOT/org.eclipse.scout.rt.nls-24.2-20240629.001225-135.pom (1.1 kB at 20 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.nls/24.2-SNAPSHOT/org.eclipse.scout.rt.nls-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.nls/24.2-SNAPSHOT/org.eclipse.scout.rt.nls-24.2-20240629.001225-135-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.nls/24.2-SNAPSHOT/org.eclipse.scout.rt.nls-24.2-20240629.001225-135-sources.jar (85 kB at 1.1 MB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.nls/24.2-SNAPSHOT/org.eclipse.scout.rt.nls-24.2-20240629.001225-135.jar (85 kB at 956 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.nls/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.nls/maven-metadata.xml (440 B at 49 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.nls/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.nls/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 7.4 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.nls/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.nls/maven-metadata.xml (440 B at 7.3 kB/s) [INFO] [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.rt.shared >---------- [INFO] Building org.eclipse.scout.rt.shared 24.2-SNAPSHOT [12/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.shared --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.shared --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.shared --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.shared --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/http/HttpTransportFactoryProperty.java:[30,21] Unsupported @SuppressWarnings("findbugs:VA_FORMAT_STRING_USES_NEWLINE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/basic/BoundsSpec.java:[14,20] Unsupported @SuppressWarnings("squid:S00116") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/basic/BoundsSpec.java:[14,36] Unsupported @SuppressWarnings("squid:ClassVariableVisibilityCheck") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/http/HttpConfigurationProperties.java:[88,23] Unsupported @SuppressWarnings("findbugs:VA_FORMAT_STRING_USES_NEWLINE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/http/HttpConfigurationProperties.java:[115,23] Unsupported @SuppressWarnings("findbugs:VA_FORMAT_STRING_USES_NEWLINE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/http/HttpConfigurationProperties.java:[144,23] Unsupported @SuppressWarnings("findbugs:VA_FORMAT_STRING_USES_NEWLINE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/ui/webresource/FilesystemWebResourceResolver.java:[37,21] Unsupported @SuppressWarnings("squid:S1166") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/extension/services/common/code/ICodeTypeExtension.java:[25,50] org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericCreateCodesChain is a raw type. References to generic type org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericCreateCodesChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/extension/services/common/code/ICodeTypeExtension.java:[27,33] org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericCreateCodeChain is a raw type. References to generic type org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericCreateCodeChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/extension/services/common/code/ICodeTypeExtension.java:[29,51] org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericLoadCodesChain is a raw type. References to generic type org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericLoadCodesChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/extension/services/common/code/ICodeTypeExtension.java:[31,26] org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericOverwriteCodeChain is a raw type. References to generic type org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericOverwriteCodeChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/AbstractIcons.java:[18,19] Unsupported @SuppressWarnings("FieldNamingConvention") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/AnnotationFactory.java:[14,19] Unsupported @SuppressWarnings("squid:S2162") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/CODES.java:[52,28] org.eclipse.scout.rt.shared.services.common.code.ICodeType is a raw type. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICodeType should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/CODES.java:[65,57] org.eclipse.scout.rt.shared.services.common.code.ICodeType is a raw type. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICodeType should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/CodeService.java:[221,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/CodeService.java:[222,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/CodeService.java:[223,5] org.eclipse.scout.rt.shared.services.common.code.ICodeType is a raw type. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICodeType should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/CodeService.java:[232,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/CodeService.java:[235,7] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/CodeService.java:[253,49] org.eclipse.scout.rt.shared.services.common.code.ICodeType is a raw type. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICodeType should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/CodeService.java:[257,18] org.eclipse.scout.rt.shared.services.common.code.ICode is a raw type. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/CodeService.java:[258,5] org.eclipse.scout.rt.shared.services.common.code.ICodeVisitor is a raw type. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICodeVisitor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/calendar/CalendarTask.java:[39,21] Unsupported @SuppressWarnings("squid:S00107") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/basic/graph/GraphNode.java:[33,21] Unsupported @SuppressWarnings("squid:S00107") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/AbstractFormData.java:[37,31] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/AbstractFormData.java:[37,54] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/AbstractFormData.java:[40,22] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/AbstractFormData.java:[41,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/AbstractFormData.java:[46,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/AbstractFormData.java:[54,16] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/AbstractFormData.java:[55,25] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/AbstractFormData.java:[55,48] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/AbstractFormData.java:[56,16] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/AbstractFormData.java:[57,7] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/AbstractFormData.java:[78,10] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/AbstractFormData.java:[82,10] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/AbstractFormData.java:[92,21] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/AbstractFormData.java:[100,21] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/AbstractFormData.java:[115,10] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/extension/services/common/code/AbstractCodeTypeWithGenericExtension.java:[37,57] org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericCreateCodesChain is a raw type. References to generic type org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericCreateCodesChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/extension/services/common/code/AbstractCodeTypeWithGenericExtension.java:[43,40] org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericCreateCodeChain is a raw type. References to generic type org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericCreateCodeChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/extension/services/common/code/AbstractCodeTypeWithGenericExtension.java:[49,58] org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericLoadCodesChain is a raw type. References to generic type org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericLoadCodesChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/extension/services/common/code/AbstractCodeTypeWithGenericExtension.java:[55,33] org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericOverwriteCodeChain is a raw type. References to generic type org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericOverwriteCodeChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/servicetunnel/ServiceTunnelRequest.java:[34,17] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/servicetunnel/ServiceTunnelRequest.java:[40,71] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/servicetunnel/ServiceTunnelRequest.java:[87,10] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/servicetunnel/http/HttpServiceTunnelConfigurationProperties.java:[43,23] Unsupported @SuppressWarnings("findbugs:VA_FORMAT_STRING_USES_NEWLINE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/servicetunnel/http/HttpServiceTunnelConfigurationProperties.java:[64,23] Unsupported @SuppressWarnings("findbugs:VA_FORMAT_STRING_USES_NEWLINE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/CodeRow.java:[196,21] Unsupported @SuppressWarnings("squid:S00107") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/CodeRow.java:[202,21] Unsupported @SuppressWarnings("squid:S00107") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/lookup/BatchLookupResultCache.java:[31,44] org.eclipse.scout.rt.shared.services.lookup.ILookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.ILookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/lookup/BatchLookupResultCache.java:[33,21] org.eclipse.scout.rt.shared.services.lookup.ILookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.ILookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/lookup/BatchLookupResultCache.java:[45,43] org.eclipse.scout.rt.shared.services.lookup.ILookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.ILookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/lookup/BatchLookupResultCache.java:[60,44] org.eclipse.scout.rt.shared.services.lookup.ILookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.ILookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/lookup/BatchLookupResultCache.java:[72,43] org.eclipse.scout.rt.shared.services.lookup.ILookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.ILookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/lookup/BatchLookupResultCache.java:[84,43] org.eclipse.scout.rt.shared.services.lookup.ILookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.ILookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/lookup/BatchLookupResultCache.java:[96,46] org.eclipse.scout.rt.shared.services.lookup.ILookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.ILookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/lookup/BatchLookupResultCache.java:[110,31] org.eclipse.scout.rt.shared.services.lookup.ILookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.ILookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/lookup/BatchLookupResultCache.java:[120,53] org.eclipse.scout.rt.shared.services.lookup.ILookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.ILookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/lookup/BatchLookupResultCache.java:[137,70] org.eclipse.scout.rt.shared.services.lookup.ILookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.ILookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/AbstractCode.java:[190,21] Unsupported @SuppressWarnings("squid:S1244") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/AbstractCode.java:[206,30] org.eclipse.scout.rt.shared.services.common.code.ICode is a raw type. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/AbstractCode.java:[207,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/AbstractCode.java:[262,16] org.eclipse.scout.rt.shared.services.common.code.ICode is a raw type. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/AbstractCode.java:[263,10] org.eclipse.scout.rt.shared.services.common.code.ICode is a raw type. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/AbstractCode.java:[266,26] org.eclipse.scout.rt.shared.services.common.code.ICode is a raw type. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/basic/AffineTransformSpec.java:[14,20] Unsupported @SuppressWarnings("squid:S00116") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/basic/AffineTransformSpec.java:[14,36] Unsupported @SuppressWarnings("squid:ClassVariableVisibilityCheck") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/ApiExposedCodeTypeDoContributor.java:[42,48] org.eclipse.scout.rt.shared.services.common.code.ICodeType is a raw type. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICodeType should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/fields/AbstractFormFieldData.java:[28,31] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/fields/AbstractFormFieldData.java:[28,54] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/fields/AbstractFormFieldData.java:[32,22] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/fields/AbstractFormFieldData.java:[33,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/fields/AbstractFormFieldData.java:[38,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/fields/AbstractFormFieldData.java:[58,16] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/fields/AbstractFormFieldData.java:[59,25] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/fields/AbstractFormFieldData.java:[59,48] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/fields/AbstractFormFieldData.java:[60,16] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/fields/AbstractFormFieldData.java:[61,7] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/fields/AbstractFormFieldData.java:[106,10] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/fields/AbstractFormFieldData.java:[110,10] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/fields/AbstractFormFieldData.java:[120,21] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/fields/AbstractFormFieldData.java:[128,21] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/fields/AbstractFormFieldData.java:[143,10] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/http/ApacheMultiSessionCookieStore.java:[51,21] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.deprecation' is not analysed due to a compiler option being ignored [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/http/ApacheMultiSessionCookieStore.java:[91,23] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.deprecation' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/http/proxy/ProxyConfigurationProperty.java:[22,21] Unsupported @SuppressWarnings("findbugs:VA_FORMAT_STRING_USES_NEWLINE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/lookup/LookupCall.java:[248,15] org.eclipse.scout.rt.shared.services.lookup.LookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/lookup/LookupCall.java:[271,5] org.eclipse.scout.rt.shared.services.lookup.LookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/lookup/LookupCall.java:[271,25] org.eclipse.scout.rt.shared.services.lookup.LookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/notification/NotificationHandlerRegistry.java:[31,43] org.eclipse.scout.rt.shared.notification.INotificationHandler is a raw type. References to generic type org.eclipse.scout.rt.shared.notification.INotificationHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/notification/NotificationHandlerRegistry.java:[32,43] org.eclipse.scout.rt.shared.clientnotification.IDispatchingNotificationHandler is a raw type. References to generic type org.eclipse.scout.rt.shared.clientnotification.IDispatchingNotificationHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/notification/NotificationHandlerRegistry.java:[47,16] org.eclipse.scout.rt.shared.clientnotification.IDispatchingNotificationHandler is a raw type. References to generic type org.eclipse.scout.rt.shared.clientnotification.IDispatchingNotificationHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/notification/NotificationHandlerRegistry.java:[48,10] org.eclipse.scout.rt.shared.clientnotification.IDispatchingNotificationHandler is a raw type. References to generic type org.eclipse.scout.rt.shared.clientnotification.IDispatchingNotificationHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/notification/NotificationHandlerRegistry.java:[66,16] org.eclipse.scout.rt.shared.notification.INotificationHandler is a raw type. References to generic type org.eclipse.scout.rt.shared.notification.INotificationHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/notification/NotificationHandlerRegistry.java:[67,10] org.eclipse.scout.rt.shared.notification.INotificationHandler is a raw type. References to generic type org.eclipse.scout.rt.shared.notification.INotificationHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/servicetunnel/SoapServiceTunnelContentHandler.java:[142,21] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/servicetunnel/SoapServiceTunnelContentHandler.java:[190,21] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/servicetunnel/SoapServiceTunnelContentHandler.java:[288,21] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/extension/ExtensionRegistry.java:[147,13] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/file/RemoteFile.java:[305,21] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/file/RemoteFile.java:[372,21] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/file/RemoteFile.java:[480,21] Unsupported @SuppressWarnings("findbugs:RV_RETURN_VALUE_IGNORED_BAD_PRACTICE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/mapping/AbstractCodeToDoFunction.java:[68,5] org.eclipse.scout.rt.shared.services.common.code.ICodeType is a raw type. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICodeType should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/mapping/AbstractCodeToDoFunction.java:[115,27] Type safety: The method getCodeIndex(org.eclipse.scout.rt.shared.services.common.code.ICode) belongs to the raw type org.eclipse.scout.rt.shared.services.common.code.ICodeType. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICodeType should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/servicetunnel/ServiceUtility.java:[44,21] Unsupported @SuppressWarnings("squid:S1181") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/extension/AbstractExtensionChain.java:[28,91] org.eclipse.scout.rt.shared.extension.IExtension is a raw type. References to generic type org.eclipse.scout.rt.shared.extension.IExtension should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/extension/AbstractExtensionChain.java:[127,21] Unsupported @SuppressWarnings("squid:S00118") [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/http/transport/ApacheHttpRequest.java:[68,23] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.deprecation' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/servicetunnel/LenientPermissionWrapper.java:[63,21] Unsupported @SuppressWarnings("squid:S1181") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/IPropertyHolder.java:[21,3] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/IPropertyHolder.java:[27,14] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/IPropertyHolder.java:[32,3] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/IPropertyHolder.java:[38,14] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/clientnotification/ClientNotificationAddress.java:[118,21] Unsupported @SuppressWarnings("squid:S2583") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/clientnotification/ClientNotificationAddress.java:[136,21] Unsupported @SuppressWarnings("squid:S2583") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/lookup/CodeLookupCall.java:[75,5] org.eclipse.scout.rt.shared.services.lookup.CodeLookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.CodeLookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/lookup/CodeLookupCall.java:[75,29] org.eclipse.scout.rt.shared.services.lookup.CodeLookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.CodeLookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/lookup/CodeLookupCall.java:[95,26] org.eclipse.scout.rt.shared.services.common.code.ICodeType is a raw type. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICodeType should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/lookup/CodeLookupCall.java:[103,10] org.eclipse.scout.rt.shared.services.lookup.ICodeLookupCallVisitor is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.ICodeLookupCallVisitor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/lookup/CodeLookupCall.java:[225,9] org.eclipse.scout.rt.shared.services.common.code.ICode is a raw type. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/SharedConfigProperties.java:[42,23] Unsupported @SuppressWarnings("findbugs:VA_FORMAT_STRING_USES_NEWLINE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/SharedConfigProperties.java:[58,23] Unsupported @SuppressWarnings("findbugs:VA_FORMAT_STRING_USES_NEWLINE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/SharedConfigProperties.java:[176,23] Unsupported @SuppressWarnings("findbugs:VA_FORMAT_STRING_USES_NEWLINE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/SharedConfigProperties.java:[191,23] Unsupported @SuppressWarnings("findbugs:NP_BOOLEAN_RETURN_NULL") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/SharedConfigProperties.java:[216,23] Unsupported @SuppressWarnings("findbugs:VA_FORMAT_STRING_USES_NEWLINE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/SharedConfigProperties.java:[239,23] Unsupported @SuppressWarnings("findbugs:VA_FORMAT_STRING_USES_NEWLINE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/SharedConfigProperties.java:[259,23] Unsupported @SuppressWarnings("findbugs:VA_FORMAT_STRING_USES_NEWLINE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/calendar/RecurrenceException.java:[15,19] Unsupported @SuppressWarnings("squid:S2166") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/data/form/fields/treefield/TreeNodeData.java:[35,21] Unsupported @SuppressWarnings("squid:S2975") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/calendar/CalendarAppointment.java:[47,21] Unsupported @SuppressWarnings("squid:S00107") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/lookup/LocalLookupCall.java:[36,19] Unsupported @SuppressWarnings("squid:S2057") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/lookup/LocalLookupCall.java:[45,21] Unsupported @SuppressWarnings("squid:S1185") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/lookup/LocalLookupCall.java:[51,21] Unsupported @SuppressWarnings("squid:S1185") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/servicetunnel/http/DefaultAuthTokenSigner.java:[13,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/servicetunnel/http/DefaultAuthTokenSigner.java:[106,31] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/servicetunnel/http/DefaultAuthTokenSigner.java:[106,42] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/servicetunnel/http/DefaultAuthTokenSigner.java:[106,59] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/servicetunnel/http/HttpServiceTunnelTransportManager.java:[34,27] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/servicetunnel/http/HttpServiceTunnel.java:[186,31] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/AbstractCodeTypeWithGeneric.java:[105,40] org.eclipse.scout.rt.shared.services.common.code.ICode is a raw type. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/AbstractCodeTypeWithGeneric.java:[106,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/AbstractCodeTypeWithGeneric.java:[154,26] org.eclipse.scout.rt.shared.services.common.code.ICode is a raw type. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/AbstractCodeTypeWithGeneric.java:[155,10] org.eclipse.scout.rt.shared.services.common.code.ICode is a raw type. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/AbstractCodeTypeWithGeneric.java:[157,26] org.eclipse.scout.rt.shared.services.common.code.ICode is a raw type. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/AbstractCodeTypeWithGeneric.java:[164,10] org.eclipse.scout.rt.shared.services.common.code.ICode is a raw type. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/AbstractCodeTypeWithGeneric.java:[165,23] org.eclipse.scout.rt.shared.services.common.code.ICode is a raw type. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/AbstractCodeTypeWithGeneric.java:[657,49] org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericCreateCodesChain is a raw type. References to generic type org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericCreateCodesChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/AbstractCodeTypeWithGeneric.java:[662,42] org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericCreateCodeChain is a raw type. References to generic type org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericCreateCodeChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/AbstractCodeTypeWithGeneric.java:[667,60] org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericLoadCodesChain is a raw type. References to generic type org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericLoadCodesChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/main/java/org/eclipse/scout/rt/shared/services/common/code/AbstractCodeTypeWithGeneric.java:[672,35] org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericOverwriteCodeChain is a raw type. References to generic type org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericOverwriteCodeChain should be parameterized [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.shared --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.shared --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.shared --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.shared --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.shared --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/target/org.eclipse.scout.rt.shared-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.shared --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.shared --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.shared --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.shared --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.shared --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.shared-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/target/org.eclipse.scout.rt.shared-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.shared-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared/target/org.eclipse.scout.rt.shared-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.shared-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.shared --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 9.3 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.shared-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.shared-24.2-20240629.001225-135.pom (1.9 kB at 24 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.shared-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.shared-24.2-20240629.001225-135-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.shared-24.2-20240629.001225-135.jar (561 kB at 2.8 MB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.shared-24.2-20240629.001225-135-sources.jar (350 kB at 1.8 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/maven-metadata.xml (521 B at 47 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 204 B/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/maven-metadata.xml (521 B at 5.1 kB/s) [INFO] [INFO] ------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons >------ [INFO] Building org.eclipse.scout.rt.server.commons 24.2-SNAPSHOT [13/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.commons --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.server.commons --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.server.commons --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.server.commons --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/authentication/CookieAccessController.java:[220,23] Unsupported @SuppressWarnings("findbugs:VA_FORMAT_STRING_USES_NEWLINE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/authentication/CookieAccessController.java:[240,23] Unsupported @SuppressWarnings("findbugs:VA_FORMAT_STRING_USES_NEWLINE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/servlet/UrlHints.java:[179,21] Unsupported @SuppressWarnings("findbugs:NP_BOOLEAN_RETURN_NULL") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/ServerCommonsConfigProperties.java:[45,23] Unsupported @SuppressWarnings("findbugs:VA_FORMAT_STRING_USES_NEWLINE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/ServerCommonsConfigProperties.java:[66,23] Unsupported @SuppressWarnings("findbugs:VA_FORMAT_STRING_USES_NEWLINE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/ServerCommonsConfigProperties.java:[112,23] Unsupported @SuppressWarnings("findbugs:VA_FORMAT_STRING_USES_NEWLINE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/authentication/FormBasedAccessController.java:[92,22] Unsupported @SuppressWarnings("squid:RedundantThrowsDeclarationCheck") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/authentication/FormBasedAccessController.java:[92,63] Unsupported @SuppressWarnings("DuplicatedCode") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/authentication/FormBasedAccessController.java:[143,22] Unsupported @SuppressWarnings("squid:RedundantThrowsDeclarationCheck") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/authentication/FormBasedAccessController.java:[143,63] Unsupported @SuppressWarnings("DuplicatedCode") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/healthcheck/AbstractHealthChecker.java:[88,13] org.eclipse.scout.rt.platform.job.IFuture is a raw type. References to generic type org.eclipse.scout.rt.platform.job.IFuture should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/context/HttpRunContextProducer.java:[12,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/context/HttpRunContextProducer.java:[65,30] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/context/HttpRunContextProducer.java:[65,41] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/context/HttpRunContextProducer.java:[65,58] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/servlet/HttpProxyConfigProperties.java:[24,105] org.eclipse.scout.rt.shared.http.async.AbstractAsyncHttpClientManager is a raw type. References to generic type org.eclipse.scout.rt.shared.http.async.AbstractAsyncHttpClientManager should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/servlet/HttpProxyConfigProperties.java:[37,28] org.eclipse.scout.rt.shared.http.async.AbstractAsyncHttpClientManager is a raw type. References to generic type org.eclipse.scout.rt.shared.http.async.AbstractAsyncHttpClientManager should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/authentication/ServletFilterHelper.java:[15,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/authentication/ServletFilterHelper.java:[138,31] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/authentication/ServletFilterHelper.java:[138,42] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/authentication/ServletFilterHelper.java:[138,59] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/authentication/ServletFilterHelper.java:[191,31] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/authentication/ServletFilterHelper.java:[191,42] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/authentication/ServletFilterHelper.java:[191,59] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/servlet/HttpProxy.java:[89,11] org.eclipse.scout.rt.shared.http.async.AbstractAsyncHttpClientManager is a raw type. References to generic type org.eclipse.scout.rt.shared.http.async.AbstractAsyncHttpClientManager should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/servlet/HttpProxy.java:[260,62] org.apache.hc.core5.http.support.AbstractRequestBuilder is a raw type. References to generic type org.apache.hc.core5.http.support.AbstractRequestBuilder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/servlet/HttpProxy.java:[431,10] org.eclipse.scout.rt.shared.http.async.AbstractAsyncHttpClientManager is a raw type. References to generic type org.eclipse.scout.rt.shared.http.async.AbstractAsyncHttpClientManager should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/servlet/HttpProxy.java:[440,42] org.eclipse.scout.rt.shared.http.async.AbstractAsyncHttpClientManager is a raw type. References to generic type org.eclipse.scout.rt.shared.http.async.AbstractAsyncHttpClientManager should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/main/java/org/eclipse/scout/rt/server/commons/GlobalTrustManager.java:[107,21] Unsupported @SuppressWarnings("squid:S1168") [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.server.commons --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.server.commons --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.commons --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.server.commons --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.server.commons --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/target/org.eclipse.scout.rt.server.commons-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.server.commons --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.commons --- [INFO] [INFO] --- source:3.3.0: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:2.0.1:check (default) @ org.eclipse.scout.rt.server.commons --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.server.commons --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/24.2-SNAPSHOT/org.eclipse.scout.rt.server.commons-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/target/org.eclipse.scout.rt.server.commons-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/24.2-SNAPSHOT/org.eclipse.scout.rt.server.commons-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons/target/org.eclipse.scout.rt.server.commons-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/24.2-SNAPSHOT/org.eclipse.scout.rt.server.commons-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.server.commons --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 3.0 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/24.2-SNAPSHOT/org.eclipse.scout.rt.server.commons-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/24.2-SNAPSHOT/org.eclipse.scout.rt.server.commons-24.2-20240629.001225-135.pom (1.2 kB at 18 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/24.2-SNAPSHOT/org.eclipse.scout.rt.server.commons-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/24.2-SNAPSHOT/org.eclipse.scout.rt.server.commons-24.2-20240629.001225-135-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/24.2-SNAPSHOT/org.eclipse.scout.rt.server.commons-24.2-20240629.001225-135.jar (206 kB at 2.6 MB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/24.2-SNAPSHOT/org.eclipse.scout.rt.server.commons-24.2-20240629.001225-135-sources.jar (127 kB at 1.3 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/maven-metadata.xml (490 B at 27 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 971 B/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/maven-metadata.xml (490 B at 6.0 kB/s) [INFO] [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api >---------- [INFO] Building org.eclipse.scout.rt.mom.api 24.2-SNAPSHOT [14/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.mom.api --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.mom.api --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.api/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.mom.api --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.mom.api --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.api/src/main/java/org/eclipse/scout/rt/mom/api/ClusterMom.java:[74,23] Unsupported @SuppressWarnings("findbugs:VA_FORMAT_STRING_USES_NEWLINE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.api/src/main/java/org/eclipse/scout/rt/mom/api/Destination.java:[104,5] org.eclipse.scout.rt.mom.api.Destination is a raw type. References to generic type org.eclipse.scout.rt.mom.api.Destination should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.api/src/main/java/org/eclipse/scout/rt/mom/api/Destination.java:[104,26] org.eclipse.scout.rt.mom.api.Destination is a raw type. References to generic type org.eclipse.scout.rt.mom.api.Destination should be parameterized [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.mom.api --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.api/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.mom.api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.api/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.mom.api --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.mom.api --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.mom.api --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.api/target/org.eclipse.scout.rt.mom.api-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.mom.api --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.mom.api --- [INFO] [INFO] --- source:3.3.0: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:2.0.1:check (default) @ org.eclipse.scout.rt.mom.api --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.mom.api --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.api/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.api-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.api/target/org.eclipse.scout.rt.mom.api-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.api-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.api/target/org.eclipse.scout.rt.mom.api-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.api-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.mom.api --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 1.7 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.api-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.api-24.2-20240629.001225-135.pom (1.1 kB at 8.5 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.api-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.api-24.2-20240629.001225-135-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.api-24.2-20240629.001225-135.jar (52 kB at 882 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.api-24.2-20240629.001225-135-sources.jar (47 kB at 727 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api/maven-metadata.xml (483 B at 54 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 4.1 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api/maven-metadata.xml (483 B at 7.2 kB/s) [INFO] [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt.jackson >---------- [INFO] Building org.eclipse.scout.rt.jackson 24.2-SNAPSHOT [15/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.jackson --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.jackson --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.jackson --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.jackson --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson/src/main/java/org/eclipse/scout/rt/jackson/dataobject/DefaultDoEntityDeserializerTypeStrategy.java:[63,42] Type safety: Unchecked cast from java.util.Collection to java.util.Collection [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson/src/main/java/org/eclipse/scout/rt/jackson/dataobject/DoCollectionDeserializer.java:[63,12] Type safety: Unchecked cast from org.eclipse.scout.rt.dataobject.IDoCollection> to COLLECTION_NODE [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson/src/main/java/org/eclipse/scout/rt/jackson/dataobject/DoCollectionDeserializer.java:[99,12] Type safety: Unchecked cast from org.eclipse.scout.rt.dataobject.IDoCollection> to COLLECTION_NODE [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson/src/main/java/org/eclipse/scout/rt/jackson/dataobject/JacksonDataObjectMapper.java:[137,21] Unsupported @SuppressWarnings("DeprecatedIsStillUsed") [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson/src/main/java/org/eclipse/scout/rt/jackson/dataobject/DoEntityDeserializer.java:[92,22] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson/src/main/java/org/eclipse/scout/rt/jackson/dataobject/DoEntityDeserializer.java:[92,34] Unsupported @SuppressWarnings("squid:S2095") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson/src/main/java/org/eclipse/scout/rt/jackson/dataobject/DoEntityDeserializer.java:[163,88] Type safety: Unchecked cast from org.eclipse.scout.rt.dataobject.DoNode to org.eclipse.scout.rt.dataobject.AbstractDoCollection> [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson/src/main/java/org/eclipse/scout/rt/jackson/dataobject/DoEntityDeserializer.java:[175,23] org.eclipse.scout.rt.dataobject.IDoCollection is a raw type. References to generic type org.eclipse.scout.rt.dataobject.IDoCollection should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson/src/main/java/org/eclipse/scout/rt/jackson/dataobject/DoEntityDeserializer.java:[191,16] Type safety: Unchecked cast from java.lang.Object to T [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.jackson --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.jackson --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.jackson --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.jackson --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.jackson --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson/target/org.eclipse.scout.rt.jackson-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.jackson --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.jackson --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.jackson --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.jackson --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.jackson --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson/24.2-SNAPSHOT/org.eclipse.scout.rt.jackson-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson/target/org.eclipse.scout.rt.jackson-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson/24.2-SNAPSHOT/org.eclipse.scout.rt.jackson-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson/target/org.eclipse.scout.rt.jackson-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson/24.2-SNAPSHOT/org.eclipse.scout.rt.jackson-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.jackson --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 6.5 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson/24.2-SNAPSHOT/org.eclipse.scout.rt.jackson-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson/24.2-SNAPSHOT/org.eclipse.scout.rt.jackson-24.2-20240629.001225-135.pom (1.4 kB at 18 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson/24.2-SNAPSHOT/org.eclipse.scout.rt.jackson-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson/24.2-SNAPSHOT/org.eclipse.scout.rt.jackson-24.2-20240629.001225-135-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson/24.2-SNAPSHOT/org.eclipse.scout.rt.jackson-24.2-20240629.001225-135-sources.jar (72 kB at 1000 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson/24.2-SNAPSHOT/org.eclipse.scout.rt.jackson-24.2-20240629.001225-135.jar (108 kB at 1.3 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson/maven-metadata.xml (522 B at 27 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 10.0 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson/maven-metadata.xml (522 B at 1.7 kB/s) [INFO] [INFO] ------< org.eclipse.scout.rt:org.eclipse.scout.rt.uinotification >------ [INFO] Building org.eclipse.scout.rt.uinotification 24.2-SNAPSHOT [16/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.uinotification/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.uinotification --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.uinotification --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.uinotification/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.uinotification --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.uinotification --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.uinotification --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.uinotification/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.uinotification --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.uinotification --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.uinotification --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.uinotification --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.uinotification/target/org.eclipse.scout.rt.uinotification-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.uinotification --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.uinotification/target/org.eclipse.scout.rt.uinotification-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.uinotification --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.uinotification --- [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.uinotification --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.uinotification --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.uinotification/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.uinotification/24.2-SNAPSHOT/org.eclipse.scout.rt.uinotification-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.uinotification/target/org.eclipse.scout.rt.uinotification-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.uinotification/24.2-SNAPSHOT/org.eclipse.scout.rt.uinotification-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.uinotification/target/org.eclipse.scout.rt.uinotification-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.uinotification/24.2-SNAPSHOT/org.eclipse.scout.rt.uinotification-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.uinotification/target/org.eclipse.scout.rt.uinotification-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.uinotification/24.2-SNAPSHOT/org.eclipse.scout.rt.uinotification-24.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.uinotification/target/org.eclipse.scout.rt.uinotification-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.uinotification/24.2-SNAPSHOT/org.eclipse.scout.rt.uinotification-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.uinotification --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.uinotification/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.uinotification/24.2-SNAPSHOT/maven-metadata.xml (1.5 kB at 7.9 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.uinotification/24.2-SNAPSHOT/org.eclipse.scout.rt.uinotification-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.uinotification/24.2-SNAPSHOT/org.eclipse.scout.rt.uinotification-24.2-20240629.001225-135.pom (1.7 kB at 17 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.uinotification/24.2-SNAPSHOT/org.eclipse.scout.rt.uinotification-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.uinotification/24.2-SNAPSHOT/org.eclipse.scout.rt.uinotification-24.2-20240629.001225-135-tests.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.uinotification/24.2-SNAPSHOT/org.eclipse.scout.rt.uinotification-24.2-20240629.001225-135-sources.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.uinotification/24.2-SNAPSHOT/org.eclipse.scout.rt.uinotification-24.2-20240629.001225-135-test-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.uinotification/24.2-SNAPSHOT/org.eclipse.scout.rt.uinotification-24.2-20240629.001225-135-test-sources.jar (7.2 kB at 43 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.uinotification/24.2-SNAPSHOT/org.eclipse.scout.rt.uinotification-24.2-20240629.001225-135-sources.jar (14 kB at 83 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.uinotification/24.2-SNAPSHOT/org.eclipse.scout.rt.uinotification-24.2-20240629.001225-135.jar (26 kB at 152 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.uinotification/24.2-SNAPSHOT/org.eclipse.scout.rt.uinotification-24.2-20240629.001225-135-tests.jar (11 kB at 63 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.uinotification/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.uinotification/maven-metadata.xml (412 B at 5.3 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.uinotification/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.uinotification/24.2-SNAPSHOT/maven-metadata.xml (1.5 kB at 16 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.uinotification/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.uinotification/maven-metadata.xml (412 B at 2.0 kB/s) [INFO] [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.rt.server >---------- [INFO] Building org.eclipse.scout.rt.server 24.2-SNAPSHOT [17/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.server --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.server --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/ServiceOperationInvoker.java:[54,21] Unsupported @SuppressWarnings("squid:S1193") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/services/lookup/AbstractLookupService.java:[26,19] Unsupported @SuppressWarnings("squid:S1118") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/diagnostic/DiagnosticSession.java:[37,19] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/diagnostic/DiagnosticSession.java:[69,23] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/diagnostic/DiagnosticSession.java:[77,21] Unsupported @SuppressWarnings("squid:S1215") [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/diagnostic/DiagnosticSession.java:[109,23] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/TopView.java:[17,19] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/widget/table/HtmlTable.java:[21,19] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/ResourceServlet.java:[117,25] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/AbstractHtmlAction.java:[38,10] java.util.Map is a raw type. References to generic type java.util.Map should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/diagnostic/DiagnosticServlet.java:[13,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/diagnostic/DiagnosticServlet.java:[40,17] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/diagnostic/DiagnosticServlet.java:[40,28] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/diagnostic/DiagnosticServlet.java:[40,45] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/diagnostic/DiagnosticServlet.java:[56,21] Unsupported @SuppressWarnings("squid:S00112") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/ServiceTunnelServlet.java:[13,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/ServiceTunnelServlet.java:[75,17] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/ServiceTunnelServlet.java:[75,28] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/ServiceTunnelServlet.java:[75,45] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/ServiceTunnelServlet.java:[91,21] Unsupported @SuppressWarnings("squid:S00112") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/ServiceTunnelServlet.java:[117,17] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/ServiceTunnelServlet.java:[117,28] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/ServiceTunnelServlet.java:[117,45] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/inspector/SessionInspector.java:[12,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/inspector/SessionInspector.java:[52,33] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/inspector/SessionInspector.java:[52,44] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/inspector/SessionInspector.java:[52,61] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/inspector/SessionInspector.java:[106,12] java.util.Iterator is a raw type. References to generic type java.util.Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/GeneralView.java:[12,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/GeneralView.java:[33,19] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/GeneralView.java:[94,7] The type java.lang.SecurityManager has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/GeneralView.java:[94,35] The method getSecurityManager() from the type java.lang.System has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/GeneralView.java:[97,33] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/GeneralView.java:[97,44] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/GeneralView.java:[97,61] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/ServicesView.java:[37,19] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/ServicesView.java:[114,13] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/ServicesView.java:[190,21] Unsupported @SuppressWarnings("squid:S1643") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/ServicesView.java:[193,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/ServicesView.java:[194,10] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/ServicesView.java:[195,10] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/ServicesView.java:[202,10] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/ServicesView.java:[203,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/ServicesView.java:[220,10] java.util.Iterator is a raw type. References to generic type java.util.Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/ServicesView.java:[221,7] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/ServicesView.java:[221,18] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/ServicesView.java:[231,10] java.util.Iterator is a raw type. References to generic type java.util.Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/ServicesView.java:[232,7] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/ServicesView.java:[232,18] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/ServicesView.java:[362,34] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/ServicesView.java:[371,34] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/ServicesView.java:[373,10] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/CallsView.java:[32,19] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/CallsView.java:[295,28] java.util.Map is a raw type. References to generic type java.util.Map should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/CallsView.java:[296,11] java.util.Map.Entry is a raw type. References to generic type java.util.Map.Entry should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/CallsView.java:[296,22] java.util.Map.Entry is a raw type. References to generic type java.util.Map.Entry should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/CallsView.java:[302,31] java.lang.Iterable is a raw type. References to generic type java.lang.Iterable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/services/common/security/PermissionsInvalidationNotificationListener.java:[36,19] Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/AdminSession.java:[27,19] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/AdminSession.java:[70,23] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/view/MessagesView.java:[21,19] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/context/ServerRunContextFilter.java:[13,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/context/ServerRunContextFilter.java:[80,89] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/context/ServerRunContextFilter.java:[80,100] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/context/ServerRunContextFilter.java:[80,117] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/notification/NotificationCoalescer.java:[33,43] org.eclipse.scout.rt.server.notification.ICoalescer is a raw type. References to generic type org.eclipse.scout.rt.server.notification.ICoalescer should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/notification/NotificationCoalescer.java:[48,20] org.eclipse.scout.rt.server.notification.ICoalescer is a raw type. References to generic type org.eclipse.scout.rt.server.notification.ICoalescer should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/admin/html/widget/table/HtmlComponent.java:[24,19] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/cache/InvalidateCacheNotificationCoalescer.java:[58,70] org.eclipse.scout.rt.platform.cache.ICacheEntryFilter is a raw type. References to generic type org.eclipse.scout.rt.platform.cache.ICacheEntryFilter should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/services/common/file/RemoteFileService.java:[214,21] Unsupported @SuppressWarnings("findbugs:RV_RETURN_VALUE_IGNORED_BAD_PRACTICE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/context/ServerRunContextProducer.java:[12,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/context/ServerRunContextProducer.java:[53,60] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/context/ServerRunContextProducer.java:[53,71] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/main/java/org/eclipse/scout/rt/server/context/ServerRunContextProducer.java:[53,88] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.server --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.server --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.server --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.server --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/target/org.eclipse.scout.rt.server-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.server --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.server --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.server --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server/24.2-SNAPSHOT/org.eclipse.scout.rt.server-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/target/org.eclipse.scout.rt.server-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server/24.2-SNAPSHOT/org.eclipse.scout.rt.server-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server/target/org.eclipse.scout.rt.server-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server/24.2-SNAPSHOT/org.eclipse.scout.rt.server-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.server --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 4.2 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server/24.2-SNAPSHOT/org.eclipse.scout.rt.server-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server/24.2-SNAPSHOT/org.eclipse.scout.rt.server-24.2-20240629.001225-135.pom (1.5 kB at 16 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server/24.2-SNAPSHOT/org.eclipse.scout.rt.server-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server/24.2-SNAPSHOT/org.eclipse.scout.rt.server-24.2-20240629.001225-135-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server/24.2-SNAPSHOT/org.eclipse.scout.rt.server-24.2-20240629.001225-135-sources.jar (144 kB at 1.3 MB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server/24.2-SNAPSHOT/org.eclipse.scout.rt.server-24.2-20240629.001225-135.jar (266 kB at 2.3 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server/maven-metadata.xml (482 B at 28 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 12 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server/maven-metadata.xml (482 B at 7.0 kB/s) [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws >------- [INFO] Building org.eclipse.scout.rt.server.jaxws 24.2-SNAPSHOT [18/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jaxws --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.server.jaxws --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.server.jaxws --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.server.jaxws --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/JaxWsConfigProperties.java:[62,23] Unsupported @SuppressWarnings("findbugs:VA_FORMAT_STRING_USES_NEWLINE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/JaxWsConfigProperties.java:[100,23] Unsupported @SuppressWarnings("findbugs:VA_FORMAT_STRING_USES_NEWLINE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/JaxWsConfigProperties.java:[139,23] Unsupported @SuppressWarnings("findbugs:VA_FORMAT_STRING_USES_NEWLINE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/provider/auth/method/PreAuthenticationMethod.java:[12,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/provider/auth/method/PreAuthenticationMethod.java:[57,22] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/provider/auth/method/PreAuthenticationMethod.java:[57,33] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/provider/auth/method/PreAuthenticationMethod.java:[57,50] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/provider/auth/method/IAuthenticationMethod.java:[42,21] Unsupported @SuppressWarnings("squid:S00112") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/consumer/pool/AbstractNonBlockingPool.java:[170,21] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/JaxWsPlatformListener.java:[39,13] The enum constant PlatformInvalid needs a corresponding case label in this enum switch on org.eclipse.scout.rt.platform.IPlatform.State [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/JaxWsPlatformListener.java:[39,13] The enum constant PlatformStarted needs a corresponding case label in this enum switch on org.eclipse.scout.rt.platform.IPlatform.State [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/JaxWsPlatformListener.java:[39,13] The enum constant PlatformStopped needs a corresponding case label in this enum switch on org.eclipse.scout.rt.platform.IPlatform.State [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/JaxWsPlatformListener.java:[39,13] The enum constant PlatformStopping needs a corresponding case label in this enum switch on org.eclipse.scout.rt.platform.IPlatform.State [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/consumer/InvocationContext.java:[348,23] Unsupported @SuppressWarnings("squid:S00112") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/provider/context/JaxWsRunContextLookup.java:[12,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/provider/context/JaxWsRunContextLookup.java:[104,20] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/provider/context/JaxWsRunContextLookup.java:[104,31] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/provider/context/JaxWsRunContextLookup.java:[104,48] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/consumer/pool/ServicePool.java:[16,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/consumer/pool/ServicePool.java:[81,20] jakarta.xml.ws.handler.Handler is a raw type. References to generic type jakarta.xml.ws.handler.Handler should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/consumer/pool/ServicePool.java:[110,51] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/consumer/pool/ServicePool.java:[110,62] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/consumer/pool/ServicePool.java:[110,79] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/provider/auth/method/WsseUsernameTokenMethod.java:[48,21] Unsupported @SuppressWarnings("squid:S2068") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/provider/auth/method/WsseUsernameTokenMethod.java:[100,11] java.util.Iterator is a raw type. References to generic type java.util.Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/provider/auth/method/WsseUsernameTokenMethod.java:[103,13] java.util.Iterator is a raw type. References to generic type java.util.Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/provider/auth/method/WsseUsernameTokenMethod.java:[107,15] java.util.Iterator is a raw type. References to generic type java.util.Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/provider/auth/method/WsseUsernameTokenMethod.java:[108,15] java.util.Iterator is a raw type. References to generic type java.util.Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/provider/auth/handler/AuthenticationHandler.java:[101,21] Unsupported @SuppressWarnings("squid:S1181") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/provider/auth/handler/AuthenticationHandler.java:[184,21] Unsupported @SuppressWarnings("squid:S00112") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/consumer/PortProducer.java:[16,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/consumer/PortProducer.java:[83,20] jakarta.xml.ws.handler.Handler is a raw type. References to generic type jakarta.xml.ws.handler.Handler should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/consumer/PortProducer.java:[112,51] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/consumer/PortProducer.java:[112,62] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/main/java/org/eclipse/scout/rt/server/jaxws/consumer/PortProducer.java:[112,79] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.server.jaxws --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.server.jaxws --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.jaxws --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.server.jaxws --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.server.jaxws --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/target/org.eclipse.scout.rt.server.jaxws-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.server.jaxws --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.jaxws --- [INFO] [INFO] --- source:3.3.0: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:2.0.1:check (default) @ org.eclipse.scout.rt.server.jaxws --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.server.jaxws --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jaxws-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/target/org.eclipse.scout.rt.server.jaxws-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jaxws-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws/target/org.eclipse.scout.rt.server.jaxws-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jaxws-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.server.jaxws --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 8.9 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jaxws-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jaxws-24.2-20240629.001225-135.pom (1.8 kB at 28 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jaxws-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jaxws-24.2-20240629.001225-135-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jaxws-24.2-20240629.001225-135-sources.jar (91 kB at 1.6 MB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jaxws-24.2-20240629.001225-135.jar (129 kB at 1.9 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/maven-metadata.xml (488 B at 41 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 7.8 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/maven-metadata.xml (488 B at 6.3 kB/s) [INFO] [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt >---------- [INFO] Building org.eclipse.scout.jaxws.apt 24.2-SNAPSHOT [19/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.jaxws.apt/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.jaxws.apt --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.jaxws.apt --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.jaxws.apt/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.jaxws.apt --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.jaxws.apt --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.jaxws.apt/src/main/java/org/eclipse/scout/jaxws/apt/internal/codemodel/JConditionalEx.java:[27,19] Unsupported @SuppressWarnings("squid:S00100") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.jaxws.apt/src/main/java/org/eclipse/scout/jaxws/apt/JaxWsAnnotationProcessor.java:[91,19] Unsupported @SuppressWarnings("squid:S00117") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.jaxws.apt/src/main/java/org/eclipse/scout/jaxws/apt/JaxWsAnnotationProcessor.java:[461,21] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.jaxws.apt/src/main/java/org/eclipse/scout/jaxws/apt/internal/util/AnnotationUtil.java:[48,19] Unsupported @SuppressWarnings("squid:S00117") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.jaxws.apt/src/main/java/org/eclipse/scout/jaxws/apt/internal/HandlerArtifactProcessor.java:[211,21] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.jaxws.apt/src/main/java/org/eclipse/scout/jaxws/apt/internal/EntryPointDefinition.java:[46,19] Unsupported @SuppressWarnings("squid:S00117") [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.jaxws.apt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.jaxws.apt/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.jaxws.apt --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.jaxws.apt --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.jaxws.apt --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.jaxws.apt/target/org.eclipse.scout.jaxws.apt-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.jaxws.apt --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.jaxws.apt --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.jaxws.apt --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.jaxws.apt --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.jaxws.apt --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.jaxws.apt/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.jaxws.apt/24.2-SNAPSHOT/org.eclipse.scout.jaxws.apt-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.jaxws.apt/target/org.eclipse.scout.jaxws.apt-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.jaxws.apt/24.2-SNAPSHOT/org.eclipse.scout.jaxws.apt-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.jaxws.apt/target/org.eclipse.scout.jaxws.apt-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.jaxws.apt/24.2-SNAPSHOT/org.eclipse.scout.jaxws.apt-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.jaxws.apt --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.jaxws.apt/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.jaxws.apt/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 7.9 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.jaxws.apt/24.2-SNAPSHOT/org.eclipse.scout.jaxws.apt-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.jaxws.apt/24.2-SNAPSHOT/org.eclipse.scout.jaxws.apt-24.2-20240629.001225-135.pom (2.0 kB at 22 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.jaxws.apt/24.2-SNAPSHOT/org.eclipse.scout.jaxws.apt-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.jaxws.apt/24.2-SNAPSHOT/org.eclipse.scout.jaxws.apt-24.2-20240629.001225-135-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.jaxws.apt/24.2-SNAPSHOT/org.eclipse.scout.jaxws.apt-24.2-20240629.001225-135-sources.jar (28 kB at 249 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.jaxws.apt/24.2-SNAPSHOT/org.eclipse.scout.jaxws.apt-24.2-20240629.001225-135.jar (49 kB at 421 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.jaxws.apt/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.jaxws.apt/maven-metadata.xml (482 B at 3.1 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.jaxws.apt/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.jaxws.apt/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 4.5 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.jaxws.apt/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.jaxws.apt/maven-metadata.xml (482 B at 3.8 kB/s) [INFO] [INFO] -----< org.eclipse.scout.rt:org.eclipse.scout.rt.dataobject.test >------ [INFO] Building org.eclipse.scout.rt.dataobject.test 24.2-SNAPSHOT [20/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.dataobject.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.dataobject.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.dataobject.test --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.dataobject.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/src/main/java/org/eclipse/scout/rt/dataobject/migration/ConstantUuidProvider.java:[26,21] Unsupported @SuppressWarnings("squid:S2245") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/src/main/java/org/eclipse/scout/rt/dataobject/id/AbstractIdCodecTest.java:[44,19] Unsupported @SuppressWarnings("squid:S00100") [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.dataobject.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.dataobject.test --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.dataobject.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/src/test/java/org/eclipse/scout/rt/dataobject/DataObjectHelperTest.java:[296,37] org.eclipse.scout.rt.dataobject.DoList is a raw type. References to generic type org.eclipse.scout.rt.dataobject.DoList should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/src/test/java/org/eclipse/scout/rt/dataobject/DataObjectHelperTest.java:[297,37] org.eclipse.scout.rt.dataobject.DoList is a raw type. References to generic type org.eclipse.scout.rt.dataobject.DoList should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/src/test/java/org/eclipse/scout/rt/dataobject/DataObjectHelperTest.java:[299,38] org.eclipse.scout.rt.dataobject.DoList is a raw type. References to generic type org.eclipse.scout.rt.dataobject.DoList should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/src/test/java/org/eclipse/scout/rt/dataobject/DataObjectHelperTest.java:[300,38] org.eclipse.scout.rt.dataobject.DoList is a raw type. References to generic type org.eclipse.scout.rt.dataobject.DoList should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/src/test/java/org/eclipse/scout/rt/dataobject/DoEntityTest.java:[97,21] Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/src/test/java/org/eclipse/scout/rt/dataobject/fixture/DataObjectWithTypedIdDo.java:[56,70] Type safety: Potential heap pollution via varargs parameter ids [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/src/test/java/org/eclipse/scout/rt/dataobject/AbstractRootIdTest.java:[53,39] Unlikely argument type for equals(): org.eclipse.scout.rt.dataobject.fixture.FixtureUuIdWithCustomFromString seems to be unrelated to org.eclipse.scout.rt.dataobject.fixture.FixtureUuId [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/src/test/java/org/eclipse/scout/rt/dataobject/DoNodeTest.java:[34,5] org.eclipse.scout.rt.dataobject.DoNodeTest.FixtureDoNode is a raw type. References to generic type org.eclipse.scout.rt.dataobject.DoNodeTest.FixtureDoNode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/src/test/java/org/eclipse/scout/rt/dataobject/DoNodeTest.java:[34,30] org.eclipse.scout.rt.dataobject.DoNodeTest.FixtureDoNode is a raw type. References to generic type org.eclipse.scout.rt.dataobject.DoNodeTest.FixtureDoNode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/src/test/java/org/eclipse/scout/rt/dataobject/lookup/LookupHelperTest.java:[158,22] Unsupported @SuppressWarnings("ResultOfMethodCallIgnored") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/src/test/java/org/eclipse/scout/rt/dataobject/lookup/LookupHelperTest.java:[158,51] Unsupported @SuppressWarnings("EqualsWithItself") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/src/test/java/org/eclipse/scout/rt/dataobject/lookup/LookupHelperTest.java:[233,149] Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/src/test/java/org/eclipse/scout/rt/dataobject/lookup/LookupHelperTest.java:[242,151] Unnecessary @SuppressWarnings("unchecked") [INFO] [INFO] --- jandex:3.1.6:jandex (make-test-index) @ org.eclipse.scout.rt.dataobject.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/target/test-classes/jandex.idx [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.dataobject.test --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.dataobject.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/target/org.eclipse.scout.rt.dataobject.test-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.dataobject.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/target/org.eclipse.scout.rt.dataobject.test-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.dataobject.test --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.dataobject.test --- [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.dataobject.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.dataobject.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject.test/24.2-SNAPSHOT/org.eclipse.scout.rt.dataobject.test-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/target/org.eclipse.scout.rt.dataobject.test-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject.test/24.2-SNAPSHOT/org.eclipse.scout.rt.dataobject.test-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/target/org.eclipse.scout.rt.dataobject.test-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject.test/24.2-SNAPSHOT/org.eclipse.scout.rt.dataobject.test-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/target/org.eclipse.scout.rt.dataobject.test-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject.test/24.2-SNAPSHOT/org.eclipse.scout.rt.dataobject.test-24.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataobject.test/target/org.eclipse.scout.rt.dataobject.test-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject.test/24.2-SNAPSHOT/org.eclipse.scout.rt.dataobject.test-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.dataobject.test --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject.test/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject.test/24.2-SNAPSHOT/maven-metadata.xml (1.5 kB at 11 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject.test/24.2-SNAPSHOT/org.eclipse.scout.rt.dataobject.test-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject.test/24.2-SNAPSHOT/org.eclipse.scout.rt.dataobject.test-24.2-20240629.001225-135.pom (2.0 kB at 32 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject.test/24.2-SNAPSHOT/org.eclipse.scout.rt.dataobject.test-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject.test/24.2-SNAPSHOT/org.eclipse.scout.rt.dataobject.test-24.2-20240629.001225-135-tests.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject.test/24.2-SNAPSHOT/org.eclipse.scout.rt.dataobject.test-24.2-20240629.001225-135-sources.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject.test/24.2-SNAPSHOT/org.eclipse.scout.rt.dataobject.test-24.2-20240629.001225-135-test-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject.test/24.2-SNAPSHOT/org.eclipse.scout.rt.dataobject.test-24.2-20240629.001225-135-sources.jar (47 kB at 623 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject.test/24.2-SNAPSHOT/org.eclipse.scout.rt.dataobject.test-24.2-20240629.001225-135-test-sources.jar (163 kB at 1.5 MB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject.test/24.2-SNAPSHOT/org.eclipse.scout.rt.dataobject.test-24.2-20240629.001225-135.jar (88 kB at 694 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject.test/24.2-SNAPSHOT/org.eclipse.scout.rt.dataobject.test-24.2-20240629.001225-135-tests.jar (347 kB at 2.9 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject.test/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject.test/maven-metadata.xml (491 B at 27 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject.test/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject.test/24.2-SNAPSHOT/maven-metadata.xml (1.5 kB at 13 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject.test/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject.test/maven-metadata.xml (491 B at 5.8 kB/s) [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test >-------- [INFO] Building org.eclipse.scout.rt.shared.test 24.2-SNAPSHOT [21/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.shared.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.shared.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.shared.test --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.shared.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/main/java/org/eclipse/scout/rt/testing/shared/TestingUtility.java:[106,21] Unsupported @SuppressWarnings("squid:S1215") [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.shared.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.shared.test --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.shared.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/servicetunnel/BinaryServiceTunnelContentHandlerTest.java:[40,11] org.eclipse.scout.rt.platform.config.IConfigProperty is a raw type. References to generic type org.eclipse.scout.rt.platform.config.IConfigProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/servicetunnel/BinaryServiceTunnelContentHandlerTest.java:[41,11] org.eclipse.scout.rt.platform.IBean is a raw type. References to generic type org.eclipse.scout.rt.platform.IBean should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/servicetunnel/BinaryServiceTunnelContentHandlerTest.java:[42,22] org.eclipse.scout.rt.platform.config.IConfigProperty is a raw type. References to generic type org.eclipse.scout.rt.platform.config.IConfigProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/servicetunnel/BinaryServiceTunnelContentHandlerTest.java:[47,16] org.eclipse.scout.rt.platform.config.IConfigProperty is a raw type. References to generic type org.eclipse.scout.rt.platform.config.IConfigProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/services/lookup/fixture/LegacyCodeLookupCall.java:[53,5] org.eclipse.scout.rt.shared.services.lookup.fixture.LegacyCodeLookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.fixture.LegacyCodeLookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/services/lookup/fixture/LegacyCodeLookupCall.java:[53,35] org.eclipse.scout.rt.shared.services.lookup.fixture.LegacyCodeLookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.fixture.LegacyCodeLookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/services/lookup/fixture/LegacyCodeLookupCall.java:[71,10] org.eclipse.scout.rt.shared.services.lookup.fixture.ILegacyCodeLookupCallVisitor is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.fixture.ILegacyCodeLookupCallVisitor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/services/lookup/fixture/LegacyCodeLookupCall.java:[212,9] org.eclipse.scout.rt.shared.services.common.code.ICode is a raw type. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/notification/TypeParameterBeanRegistryTest.java:[32,37] org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest.ITestHandler is a raw type. References to generic type org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest.ITestHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/notification/TypeParameterBeanRegistryTest.java:[38,37] org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest.ITestHandler is a raw type. References to generic type org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest.ITestHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/notification/TypeParameterBeanRegistryTest.java:[39,16] org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest.ITestHandler is a raw type. References to generic type org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest.ITestHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/notification/TypeParameterBeanRegistryTest.java:[46,37] org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest.ITestHandler is a raw type. References to generic type org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest.ITestHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/notification/TypeParameterBeanRegistryTest.java:[47,16] org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest.ITestHandler is a raw type. References to generic type org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest.ITestHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/notification/TypeParameterBeanRegistryTest.java:[54,16] org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest.ITestHandler is a raw type. References to generic type org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest.ITestHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/notification/TypeParameterBeanRegistryTest.java:[60,10] org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest.ITestHandler is a raw type. References to generic type org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest.ITestHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/notification/TypeParameterBeanRegistryTest.java:[76,37] org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest.ITestHandler is a raw type. References to generic type org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest.ITestHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/notification/TypeParameterBeanRegistryTest.java:[93,37] org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest.ITestHandler is a raw type. References to generic type org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest.ITestHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/notification/TypeParameterBeanRegistryTest.java:[94,16] org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest.ITestHandler is a raw type. References to generic type org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest.ITestHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/notification/TypeParameterBeanRegistryTest.java:[103,16] org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest.ITestHandler is a raw type. References to generic type org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest.ITestHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/notification/TypeParameterBeanRegistryTest.java:[111,37] java.util.function.Consumer is a raw type. References to generic type java.util.function.Consumer should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/notification/TypeParameterBeanRegistryTest.java:[127,37] java.util.function.Consumer is a raw type. References to generic type java.util.function.Consumer should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/notification/TypeParameterBeanRegistryTest.java:[140,10] java.util.function.Consumer is a raw type. References to generic type java.util.function.Consumer should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/extension/service/common/code/CodeTypeAopTest.java:[174,56] org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericCreateCodesChain is a raw type. References to generic type org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericCreateCodesChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/extension/service/common/code/CodeTypeAopTest.java:[193,39] org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericCreateCodeChain is a raw type. References to generic type org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericCreateCodeChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/extension/service/common/code/CodeTypeAopTest.java:[199,57] org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericLoadCodesChain is a raw type. References to generic type org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericLoadCodesChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/extension/service/common/code/CodeTypeAopTest.java:[205,35] org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericOverwriteCodeChain is a raw type. References to generic type org.eclipse.scout.rt.shared.extension.services.common.code.CodeTypeWithGenericChains.CodeTypeWithGenericOverwriteCodeChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/extension/fixture/TestingExtensionChain.java:[22,90] org.eclipse.scout.rt.shared.extension.IExtension is a raw type. References to generic type org.eclipse.scout.rt.shared.extension.IExtension should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/services/common/code/CodeTypeTest.java:[33,5] org.eclipse.scout.rt.shared.services.common.code.ICode is a raw type. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/services/common/code/CodeTypeTest.java:[52,5] org.eclipse.scout.rt.shared.services.common.code.ICode is a raw type. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/services/lookup/LookupRowTest.java:[122,5] org.eclipse.scout.rt.shared.services.lookup.LookupRow is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupRow should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/src/test/java/org/eclipse/scout/rt/shared/services/lookup/LookupRowTest.java:[122,34] org.eclipse.scout.rt.shared.services.lookup.LookupRow is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupRow should be parameterized [INFO] [INFO] --- jandex:3.1.6:jandex (make-test-index) @ org.eclipse.scout.rt.shared.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/target/test-classes/jandex.idx [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.shared.test --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.shared.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.shared.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.shared.test --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.shared.test --- [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.shared.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.shared.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/24.2-SNAPSHOT/org.eclipse.scout.rt.shared.test-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/24.2-SNAPSHOT/org.eclipse.scout.rt.shared.test-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/24.2-SNAPSHOT/org.eclipse.scout.rt.shared.test-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/24.2-SNAPSHOT/org.eclipse.scout.rt.shared.test-24.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/24.2-SNAPSHOT/org.eclipse.scout.rt.shared.test-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.shared.test --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/24.2-SNAPSHOT/maven-metadata.xml (1.5 kB at 10 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/24.2-SNAPSHOT/org.eclipse.scout.rt.shared.test-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/24.2-SNAPSHOT/org.eclipse.scout.rt.shared.test-24.2-20240629.001225-135.pom (1.6 kB at 12 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/24.2-SNAPSHOT/org.eclipse.scout.rt.shared.test-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/24.2-SNAPSHOT/org.eclipse.scout.rt.shared.test-24.2-20240629.001225-135-tests.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/24.2-SNAPSHOT/org.eclipse.scout.rt.shared.test-24.2-20240629.001225-135-sources.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/24.2-SNAPSHOT/org.eclipse.scout.rt.shared.test-24.2-20240629.001225-135-test-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/24.2-SNAPSHOT/org.eclipse.scout.rt.shared.test-24.2-20240629.001225-135-sources.jar (8.6 kB at 34 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/24.2-SNAPSHOT/org.eclipse.scout.rt.shared.test-24.2-20240629.001225-135.jar (15 kB at 59 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/24.2-SNAPSHOT/org.eclipse.scout.rt.shared.test-24.2-20240629.001225-135-test-sources.jar (80 kB at 270 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/24.2-SNAPSHOT/org.eclipse.scout.rt.shared.test-24.2-20240629.001225-135-tests.jar (245 kB at 760 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/maven-metadata.xml (526 B at 29 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/24.2-SNAPSHOT/maven-metadata.xml (1.5 kB at 15 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/maven-metadata.xml (526 B at 8.0 kB/s) [INFO] [INFO] ---< org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test >---- [INFO] Building org.eclipse.scout.rt.server.commons.test 24.2-SNAPSHOT [22/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.commons.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.server.commons.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.server.commons.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons.test/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.server.commons.test --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.server.commons.test --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.commons.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons.test/src/test/java/org/eclipse/scout/rt/server/commons/authentication/BearerAuthAccessControllerTest.java:[124,5] org.mockito.stubbing.Answer is a raw type. References to generic type org.mockito.stubbing.Answer should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons.test/src/test/java/org/eclipse/scout/rt/server/commons/servlet/HttpProxyTest.java:[114,23] Unsupported @SuppressWarnings("ressource") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons.test/src/test/java/org/eclipse/scout/rt/server/commons/healthcheck/HealthCheckerTest.java:[73,28] org.eclipse.scout.rt.platform.job.IFuture is a raw type. References to generic type org.eclipse.scout.rt.platform.job.IFuture should be parameterized [INFO] [INFO] --- jandex:3.1.6:jandex (make-test-index) @ org.eclipse.scout.rt.server.commons.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons.test/target/test-classes/jandex.idx [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.server.commons.test --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.server.commons.test --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.server.commons.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.commons.test --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.commons.test --- [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.server.commons.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.server.commons.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons.test/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.commons.test-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.commons.test-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.commons.test-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.commons.test-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.server.commons.test --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/24.2-SNAPSHOT/maven-metadata.xml (1.2 kB at 13 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.commons.test-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.commons.test-24.2-20240629.001225-135.pom (1.8 kB at 14 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.commons.test-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.commons.test-24.2-20240629.001225-135-tests.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.commons.test-24.2-20240629.001225-135-test-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.commons.test-24.2-20240629.001225-135-tests.jar (98 kB at 1.4 MB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.commons.test-24.2-20240629.001225-135-test-sources.jar (45 kB at 489 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.commons.test-24.2-20240629.001225-135.jar (2.1 kB at 19 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/maven-metadata.xml (495 B at 62 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/24.2-SNAPSHOT/maven-metadata.xml (1.2 kB at 13 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/maven-metadata.xml (495 B at 6.6 kB/s) [INFO] [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.rt.jetty >----------- [INFO] Building org.eclipse.scout.rt.jetty 24.2-SNAPSHOT [23/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jetty/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.jetty --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.jetty --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jetty/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.jetty --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.jetty --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.jetty --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jetty/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.jetty --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jetty/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.jetty --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.jetty --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.jetty --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jetty/target/org.eclipse.scout.rt.jetty-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.jetty --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.jetty --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.jetty --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.jetty --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.jetty --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jetty/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.jetty/24.2-SNAPSHOT/org.eclipse.scout.rt.jetty-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jetty/target/org.eclipse.scout.rt.jetty-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.jetty/24.2-SNAPSHOT/org.eclipse.scout.rt.jetty-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jetty/target/org.eclipse.scout.rt.jetty-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.jetty/24.2-SNAPSHOT/org.eclipse.scout.rt.jetty-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.jetty --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.jetty/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.jetty/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 10 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.jetty/24.2-SNAPSHOT/org.eclipse.scout.rt.jetty-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.jetty/24.2-SNAPSHOT/org.eclipse.scout.rt.jetty-24.2-20240629.001225-135.pom (1.8 kB at 26 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.jetty/24.2-SNAPSHOT/org.eclipse.scout.rt.jetty-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.jetty/24.2-SNAPSHOT/org.eclipse.scout.rt.jetty-24.2-20240629.001225-135-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.jetty/24.2-SNAPSHOT/org.eclipse.scout.rt.jetty-24.2-20240629.001225-135-sources.jar (4.3 kB at 70 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.jetty/24.2-SNAPSHOT/org.eclipse.scout.rt.jetty-24.2-20240629.001225-135.jar (4.2 kB at 48 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.jetty/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.jetty/maven-metadata.xml (403 B at 5.4 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.jetty/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.jetty/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 2.9 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.jetty/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.jetty/maven-metadata.xml (403 B at 1.6 kB/s) [INFO] [INFO] -----------< org.eclipse.scout.rt:org.eclipse.scout.rt.app >------------ [INFO] Building org.eclipse.scout.rt.app 24.2-SNAPSHOT [24/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.app/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.app --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.app --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.app/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.app --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.app --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.app/src/main/java/org/eclipse/scout/rt/app/Application.java:[157,21] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.app --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.app/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.app/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.app --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.app --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.app --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.app/target/org.eclipse.scout.rt.app-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.app --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.app --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.app --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.app --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.app --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.app/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.app/24.2-SNAPSHOT/org.eclipse.scout.rt.app-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.app/target/org.eclipse.scout.rt.app-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.app/24.2-SNAPSHOT/org.eclipse.scout.rt.app-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.app/target/org.eclipse.scout.rt.app-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.app/24.2-SNAPSHOT/org.eclipse.scout.rt.app-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.app --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.app/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.app/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 6.2 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.app/24.2-SNAPSHOT/org.eclipse.scout.rt.app-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.app/24.2-SNAPSHOT/org.eclipse.scout.rt.app-24.2-20240629.001225-135.pom (1.1 kB at 10 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.app/24.2-SNAPSHOT/org.eclipse.scout.rt.app-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.app/24.2-SNAPSHOT/org.eclipse.scout.rt.app-24.2-20240629.001225-135-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.app/24.2-SNAPSHOT/org.eclipse.scout.rt.app-24.2-20240629.001225-135-sources.jar (11 kB at 119 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.app/24.2-SNAPSHOT/org.eclipse.scout.rt.app-24.2-20240629.001225-135.jar (33 kB at 347 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.app/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.app/maven-metadata.xml (401 B at 4.3 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.app/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.app/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 6.6 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.app/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.app/maven-metadata.xml (401 B at 2.4 kB/s) [INFO] [INFO] --------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.app >-------- [INFO] Building org.eclipse.scout.rt.server.app 24.2-SNAPSHOT [25/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.app/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.app --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.server.app --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.app/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.server.app --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.server.app --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.server.app --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.app/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.server.app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.app/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.app --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.server.app --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.server.app --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.app/target/org.eclipse.scout.rt.server.app-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.server.app --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.app --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.app --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.server.app --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.server.app --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.app/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.app/24.2-SNAPSHOT/org.eclipse.scout.rt.server.app-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.app/target/org.eclipse.scout.rt.server.app-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.app/24.2-SNAPSHOT/org.eclipse.scout.rt.server.app-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.app/target/org.eclipse.scout.rt.server.app-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.app/24.2-SNAPSHOT/org.eclipse.scout.rt.server.app-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.server.app --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.app/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.app/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 7.0 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.app/24.2-SNAPSHOT/org.eclipse.scout.rt.server.app-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.app/24.2-SNAPSHOT/org.eclipse.scout.rt.server.app-24.2-20240629.001225-135.pom (1.2 kB at 14 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.app/24.2-SNAPSHOT/org.eclipse.scout.rt.server.app-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.app/24.2-SNAPSHOT/org.eclipse.scout.rt.server.app-24.2-20240629.001225-135-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.app/24.2-SNAPSHOT/org.eclipse.scout.rt.server.app-24.2-20240629.001225-135.jar (6.6 kB at 87 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.app/24.2-SNAPSHOT/org.eclipse.scout.rt.server.app-24.2-20240629.001225-135-sources.jar (4.0 kB at 51 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.app/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.app/maven-metadata.xml (408 B at 24 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.app/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.app/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 11 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.app/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.app/maven-metadata.xml (408 B at 289 B/s) [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.test >-------- [INFO] Building org.eclipse.scout.rt.server.test 24.2-SNAPSHOT [26/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.server.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.server.test --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.server.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/main/java/org/eclipse/scout/rt/testing/server/runner/statement/ServerRunContextStatement.java:[12,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/main/java/org/eclipse/scout/rt/testing/server/runner/statement/ServerRunContextStatement.java:[57,44] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/main/java/org/eclipse/scout/rt/testing/server/runner/statement/ServerRunContextStatement.java:[57,55] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/main/java/org/eclipse/scout/rt/testing/server/runner/statement/ServerRunContextStatement.java:[57,72] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/main/java/org/eclipse/scout/rt/testing/server/runner/statement/ServerRunContextStatement.java:[69,11] org.eclipse.scout.rt.platform.IBean is a raw type. References to generic type org.eclipse.scout.rt.platform.IBean should be parameterized [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/main/java/org/eclipse/scout/rt/testing/server/TestHttpSession.java:[28,19] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.deprecation' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/main/java/org/eclipse/scout/rt/testing/server/TestHttpSession.java:[94,10] java.util.Enumeration is a raw type. References to generic type java.util.Enumeration should be parameterized [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.server.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.server.test --- [INFO] Copying 3 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/context/ServerRunContextChainTest.java:[60,38] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/context/ServerRunContextChainTest.java:[65,41] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/context/ServerRunContextChainTest.java:[70,38] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/context/ServerRunContextChainTest.java:[89,37] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/context/ServerRunContextChainTest.java:[94,39] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/context/ServerRunContextChainTest.java:[99,36] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/context/ServerRunContextChainTest.java:[114,37] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/context/ServerRunContextChainTest.java:[119,41] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/context/ServerRunContextChainTest.java:[124,55] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/ServiceTunnelServletTest.java:[15,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/ServiceTunnelServletTest.java:[164,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/ServiceTunnelServletTest.java:[232,30] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/ServiceTunnelServletTest.java:[232,41] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/ServiceTunnelServletTest.java:[232,58] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/PiggyBackClientNotificationTest.java:[54,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/services/lookup/BatchNormalizerTest.java:[46,5] org.mockito.stubbing.Answer is a raw type. References to generic type org.mockito.stubbing.Answer should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/services/lookup/BatchNormalizerTest.java:[72,32] org.eclipse.scout.rt.shared.services.lookup.LookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/services/lookup/BatchNormalizerTest.java:[95,32] org.eclipse.scout.rt.shared.services.lookup.LookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/services/lookup/BatchNormalizerTest.java:[118,32] org.eclipse.scout.rt.shared.services.lookup.LookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/services/lookup/BatchNormalizerTest.java:[136,7] org.eclipse.scout.rt.shared.services.lookup.LookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/services/lookup/BatchNormalizerTest.java:[139,32] org.eclipse.scout.rt.shared.services.lookup.LookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/services/lookup/BatchNormalizerTest.java:[185,47] org.eclipse.scout.rt.shared.services.lookup.LookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/services/lookup/BatchNormalizerTest.java:[189,37] org.eclipse.scout.rt.shared.services.lookup.ILookupService is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.ILookupService should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/services/lookup/BatchNormalizerTest.java:[197,59] org.eclipse.scout.rt.shared.services.lookup.LookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/services/lookup/BatchNormalizerTest.java:[203,37] org.eclipse.scout.rt.shared.services.lookup.ILookupService is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.ILookupService should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/services/lookup/BatchLookupTest.java:[47,5] org.mockito.stubbing.Answer is a raw type. References to generic type org.mockito.stubbing.Answer should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/services/lookup/BatchLookupTest.java:[125,32] org.eclipse.scout.rt.shared.services.lookup.LookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/services/lookup/BatchLookupTest.java:[151,73] org.eclipse.scout.rt.shared.services.lookup.LookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/services/lookup/BatchLookupTest.java:[155,37] org.eclipse.scout.rt.shared.services.lookup.ILookupService is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.ILookupService should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/services/lookup/BatchLookupTest.java:[175,75] org.eclipse.scout.rt.shared.services.lookup.LookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/services/lookup/BatchLookupTest.java:[179,37] org.eclipse.scout.rt.shared.services.lookup.ILookupService is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.ILookupService should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/services/lookup/BatchLookupTest.java:[199,75] org.eclipse.scout.rt.shared.services.lookup.LookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/services/lookup/BatchLookupTest.java:[205,37] org.eclipse.scout.rt.shared.services.lookup.ILookupService is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.ILookupService should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/services/lookup/BatchLookupTest.java:[220,77] org.eclipse.scout.rt.shared.services.lookup.LookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/services/lookup/BatchLookupTest.java:[226,37] org.eclipse.scout.rt.shared.services.lookup.ILookupService is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.ILookupService should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/src/test/java/org/eclipse/scout/rt/server/services/lookup/BatchLookupTest.java:[308,80] org.eclipse.scout.rt.shared.services.lookup.LocalLookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LocalLookupCall should be parameterized [INFO] [INFO] --- jandex:3.1.6:jandex (make-test-index) @ org.eclipse.scout.rt.server.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/test-classes/jandex.idx [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.server.test --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.server.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.server.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.test --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.test --- [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.server.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.server.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.test-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.test-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.test-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.test-24.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.test-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.server.test --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/24.2-SNAPSHOT/maven-metadata.xml (1.5 kB at 9.0 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.test-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.test-24.2-20240629.001225-135.pom (2.1 kB at 36 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.test-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.test-24.2-20240629.001225-135-tests.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.test-24.2-20240629.001225-135-sources.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.test-24.2-20240629.001225-135-test-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.test-24.2-20240629.001225-135.jar (18 kB at 307 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.test-24.2-20240629.001225-135-sources.jar (15 kB at 234 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.test-24.2-20240629.001225-135-test-sources.jar (91 kB at 1.4 MB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.test-24.2-20240629.001225-135-tests.jar (263 kB at 3.1 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/maven-metadata.xml (487 B at 21 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/24.2-SNAPSHOT/maven-metadata.xml (1.5 kB at 14 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/maven-metadata.xml (487 B at 7.2 kB/s) [INFO] [INFO] ----< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test >----- [INFO] Building org.eclipse.scout.rt.server.jaxws.test 24.2-SNAPSHOT [27/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- jaxws:4.0.2:wsimport (wsimport-1) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Ignoring: file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws.test/src/main/resources/WEB-INF/wsdl/JaxWsConsumerTestService.wsdl [INFO] [INFO] --- jaxws:4.0.2:wsimport (wsimport-2) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Ignoring: file:/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws.test/src/main/resources/WEB-INF/wsdl/JaxWsPingTestService.wsdl [INFO] [INFO] --- build-helper:3.5.0:add-source (add-wsimport-source) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Source directory: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws.test/target/generated-sources/wsimport added. [INFO] [INFO] --- build-helper:3.5.0:add-source (add-apt-source) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Source directory: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws.test/target/generated-sources/annotations added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-wsimport-artifacts) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Copying 0 resource from target/generated-sources/wsimport to target/classes [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-jaxws-artifacts-to-meta-inf) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Copying 2 resources from src/main/resources/WEB-INF/wsdl to target/classes/META-INF/resources/WEB-INF/wsdl [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to 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] [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws.test/src/main/java/org/eclipse/scout/rt/server/jaxws/consumer/JaxWsConsumerTestServiceProvider.java:[80,21] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [INFO] Unknown source: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] [INFO] Unknown source: 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] Unknown source: 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] Unknown source: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws.test/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-apt-artifacts) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Copying 0 resource from target/generated-sources/annotations to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [INFO] [INFO] --- jandex:3.1.6:jandex (make-test-index) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws.test/target/test-classes/jandex.idx [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws.test/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-24.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.server.jaxws.test --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/24.2-SNAPSHOT/maven-metadata.xml (1.5 kB at 15 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-24.2-20240629.001225-135.pom (2.9 kB at 24 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-24.2-20240629.001225-135-tests.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-24.2-20240629.001225-135-sources.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-24.2-20240629.001225-135-test-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-24.2-20240629.001225-135-tests.jar (36 kB at 415 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-24.2-20240629.001225-135.jar (43 kB at 471 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-24.2-20240629.001225-135-test-sources.jar (18 kB at 171 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-24.2-20240629.001225-135-sources.jar (30 kB at 282 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/maven-metadata.xml (493 B at 26 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/24.2-SNAPSHOT/maven-metadata.xml (1.5 kB at 19 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/maven-metadata.xml (493 B at 6.4 kB/s) [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc >-------- [INFO] Building org.eclipse.scout.rt.server.jdbc 24.2-SNAPSHOT [28/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jdbc --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.server.jdbc --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.server.jdbc --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.server.jdbc --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/csv/CsvSqlAdapter.java:[78,21] Unsupported @SuppressWarnings("squid:S00107") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/csv/CsvSqlAdapter.java:[129,21] Unsupported @SuppressWarnings("squid:S00107") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/csv/CsvSqlAdapter.java:[233,21] Unsupported @SuppressWarnings("squid:S00107") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/AbstractSqlService.java:[350,7] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/AbstractSqlService.java:[359,7] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/AbstractSqlService.java:[505,21] Unsupported @SuppressWarnings("squid:S1193") [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/AbstractSqlService.java:[580,25] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/AbstractSqlService.java:[718,21] Unsupported @SuppressWarnings("squid:S1643") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/AbstractSqlService.java:[719,11] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/AbstractSqlService.java:[728,13] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/SingleHolderOutput.java:[67,10] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/pool/PoolEntry.java:[14,20] Unsupported @SuppressWarnings("squid:S00116") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/pool/PoolEntry.java:[14,36] Unsupported @SuppressWarnings("squid:ClassVariableVisibilityCheck") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/BeanArrayHolderInput.java:[19,17] org.eclipse.scout.rt.platform.holders.IBeanArrayHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IBeanArrayHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/BeanArrayHolderInput.java:[22,31] org.eclipse.scout.rt.platform.holders.IBeanArrayHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IBeanArrayHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/pool/SqlConnectionPool.java:[48,19] Unsupported @SuppressWarnings("squid:S1166") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/pool/SqlConnectionPool.java:[202,12] java.util.Iterator is a raw type. References to generic type java.util.Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/pool/SqlConnectionPool.java:[294,14] java.util.Iterator is a raw type. References to generic type java.util.Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/pool/SqlConnectionPool.java:[303,14] java.util.Iterator is a raw type. References to generic type java.util.Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/style/ISqlStyle.java:[109,34] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/style/ISqlStyle.java:[154,56] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/AbstractBeanPropertyOutput.java:[26,17] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/AbstractBeanPropertyOutput.java:[32,37] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/AbstractBeanPropertyOutput.java:[77,10] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/SingleInput.java:[21,17] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/SingleInput.java:[24,36] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/ArrayHolderOutput.java:[64,10] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/PreparedStatementCache.java:[26,19] Unsupported @SuppressWarnings("squid:S1166") [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/PreparedStatementCache.java:[46,21] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/PreparedStatementCache.java:[82,21] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/MapOutput.java:[69,10] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/parsers/sql/SqlParser.java:[202,21] Unsupported @SuppressWarnings("squid:S2583") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/parsers/sql/SqlParser.java:[581,22] Unsupported @SuppressWarnings("squid:S2583") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/parsers/sql/SqlParser.java:[581,37] Unsupported @SuppressWarnings("squid:S2589") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/parsers/sql/SqlParser.java:[758,21] Unsupported @SuppressWarnings("squid:S1643") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/FunctionInput.java:[98,7] org.eclipse.scout.rt.platform.holders.IHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/TableBeanHolderOutput.java:[27,17] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/TableBeanHolderOutput.java:[76,10] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[70,19] Unsupported @SuppressWarnings("squid:S1166") [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[260,21] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[316,21] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[362,22] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[362,34] Unsupported @SuppressWarnings("squid:S2095") [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[427,21] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[466,21] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[681,9] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[830,23] Unsupported @SuppressWarnings("squid:S00116") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[888,9] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[932,22] Unsupported @SuppressWarnings("squid:S2583") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[932,37] Unsupported @SuppressWarnings("squid:S138") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[933,96] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[939,13] java.util.Map is a raw type. References to generic type java.util.Map should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[943,18] java.util.Map is a raw type. References to generic type java.util.Map should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[954,44] org.eclipse.scout.rt.platform.holders.IBeanArrayHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IBeanArrayHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[957,45] org.eclipse.scout.rt.platform.holders.BeanArrayHolderFilter is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.BeanArrayHolderFilter should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[957,95] org.eclipse.scout.rt.platform.holders.BeanArrayHolderFilter is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.BeanArrayHolderFilter should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[983,44] org.eclipse.scout.rt.platform.holders.IBeanArrayHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IBeanArrayHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[986,45] org.eclipse.scout.rt.platform.holders.BeanArrayHolderFilter is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.BeanArrayHolderFilter should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[986,95] org.eclipse.scout.rt.platform.holders.BeanArrayHolderFilter is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.BeanArrayHolderFilter should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1033,37] org.eclipse.scout.rt.platform.holders.IBeanArrayHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IBeanArrayHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1057,7] org.eclipse.scout.rt.platform.holders.BeanArrayHolderFilter is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.BeanArrayHolderFilter should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1057,39] org.eclipse.scout.rt.platform.holders.BeanArrayHolderFilter is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.BeanArrayHolderFilter should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1085,49] java.util.Collection is a raw type. References to generic type java.util.Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1127,56] org.eclipse.scout.rt.platform.holders.IHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1144,21] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1179,35] Unsupported @SuppressWarnings("squid:S2583") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1179,50] Unsupported @SuppressWarnings("squid:S138") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1186,13] java.util.Map is a raw type. References to generic type java.util.Map should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1190,18] java.util.Map is a raw type. References to generic type java.util.Map should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1199,11] org.eclipse.scout.rt.platform.holders.IBeanArrayHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IBeanArrayHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1199,38] org.eclipse.scout.rt.platform.holders.IBeanArrayHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IBeanArrayHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1204,42] org.eclipse.scout.rt.platform.holders.IHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1207,19] org.eclipse.scout.rt.platform.holders.IHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1212,35] java.util.Map is a raw type. References to generic type java.util.Map should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1220,35] java.util.Map is a raw type. References to generic type java.util.Map should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1235,11] org.eclipse.scout.rt.platform.holders.IBeanArrayHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IBeanArrayHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1235,38] org.eclipse.scout.rt.platform.holders.IBeanArrayHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IBeanArrayHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1240,42] org.eclipse.scout.rt.platform.holders.IHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1243,19] org.eclipse.scout.rt.platform.holders.IHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1273,7] org.eclipse.scout.rt.platform.holders.IBeanArrayHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IBeanArrayHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1273,34] org.eclipse.scout.rt.platform.holders.IBeanArrayHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IBeanArrayHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1321,46] org.eclipse.scout.rt.platform.holders.IHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1357,44] org.eclipse.scout.rt.platform.holders.IHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1358,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1376,52] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1381,7] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1381,21] org.eclipse.scout.rt.platform.holders.IHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1386,9] java.util.Collection is a raw type. References to generic type java.util.Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1386,29] java.util.Collection is a raw type. References to generic type java.util.Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1386,43] org.eclipse.scout.rt.platform.holders.IHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1397,36] org.eclipse.scout.rt.platform.holders.IHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1400,66] org.eclipse.scout.rt.platform.holders.IHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1404,78] org.eclipse.scout.rt.platform.holders.IHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1407,34] org.eclipse.scout.rt.platform.holders.IHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1412,64] java.util.Collection is a raw type. References to generic type java.util.Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessor.java:[1415,9] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/style/AbstractSqlStyle.java:[63,17] org.eclipse.scout.rt.platform.holders.IHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/style/AbstractSqlStyle.java:[107,19] java.util.Collection is a raw type. References to generic type java.util.Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/style/AbstractSqlStyle.java:[165,41] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/style/AbstractSqlStyle.java:[167,7] org.eclipse.scout.rt.platform.holders.IHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/style/AbstractSqlStyle.java:[167,20] org.eclipse.scout.rt.platform.holders.IHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/style/AbstractSqlStyle.java:[172,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/style/AbstractSqlStyle.java:[202,45] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/style/AbstractSqlStyle.java:[334,21] Unsupported @SuppressWarnings("squid:S1193") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/style/AbstractSqlStyle.java:[532,63] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/style/AbstractSqlStyle.java:[540,29] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/lookup/AbstractSqlLookupService.java:[58,21] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/derby/AbstractDerbySqlService.java:[60,21] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/CollectionHolderOutput.java:[69,10] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/IBindOutput.java:[32,3] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/pool/SqlConnectionBuilder.java:[79,25] Unsupported @SuppressWarnings("squid:S1149") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/SQL.java:[51,22] Unsupported @SuppressWarnings("squid:ClassVariableVisibilityCheck") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/SQL.java:[51,60] Unsupported @SuppressWarnings("squid:S1444") [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/SQL.java:[70,25] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/parsers/BindParser.java:[331,21] Unsupported @SuppressWarnings("squid:AssignmentInSubExpressionCheck") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/BeanArrayHolderOutput.java:[18,17] org.eclipse.scout.rt.platform.holders.IBeanArrayHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IBeanArrayHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/BeanArrayHolderOutput.java:[21,32] org.eclipse.scout.rt.platform.holders.IBeanArrayHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IBeanArrayHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/internal/exec/BeanArrayHolderOutput.java:[62,10] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/main/java/org/eclipse/scout/rt/server/jdbc/postgresql/PostgreSqlStyle.java:[61,45] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.server.jdbc --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.server.jdbc --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.jdbc --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.server.jdbc --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.server.jdbc --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/target/org.eclipse.scout.rt.server.jdbc-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.server.jdbc --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.jdbc --- [INFO] [INFO] --- source:3.3.0: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:2.0.1:check (default) @ org.eclipse.scout.rt.server.jdbc --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.server.jdbc --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jdbc-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/target/org.eclipse.scout.rt.server.jdbc-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jdbc-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc/target/org.eclipse.scout.rt.server.jdbc-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jdbc-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.server.jdbc --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 7.3 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jdbc-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jdbc-24.2-20240629.001225-135.pom (1.1 kB at 20 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jdbc-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jdbc-24.2-20240629.001225-135-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jdbc-24.2-20240629.001225-135-sources.jar (107 kB at 2.2 MB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jdbc-24.2-20240629.001225-135.jar (215 kB at 4.1 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc/maven-metadata.xml (487 B at 61 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 8.3 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc/maven-metadata.xml (487 B at 7.7 kB/s) [INFO] [INFO] -----< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test >----- [INFO] Building org.eclipse.scout.rt.server.jdbc.test 24.2-SNAPSHOT [29/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc.test/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] Copying 13 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc.test/src/test/java/org/eclipse/scout/rt/server/jdbc/style/AbstractSqlStyleTest.java:[34,19] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc.test/src/test/java/org/eclipse/scout/rt/server/jdbc/SelectInputBindTest.java:[260,12] java.util.List is a raw type. References to generic type java.util.List should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc.test/src/test/java/org/eclipse/scout/rt/server/jdbc/SelectIntoArrayTest.java:[230,12] java.util.List is a raw type. References to generic type java.util.List should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc.test/src/test/java/org/eclipse/scout/rt/server/jdbc/SelectIntoArrayTest.java:[233,5] java.util.List is a raw type. References to generic type java.util.List should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc.test/src/test/java/org/eclipse/scout/rt/server/jdbc/fixture/ResultSetMock.java:[48,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc.test/src/test/java/org/eclipse/scout/rt/server/jdbc/fixture/PreparedStatementMock.java:[44,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc.test/src/test/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessorTest.java:[50,5] org.eclipse.scout.rt.shared.services.lookup.LookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc.test/src/test/java/org/eclipse/scout/rt/server/jdbc/internal/exec/StatementProcessorTest.java:[50,27] org.eclipse.scout.rt.shared.services.lookup.LookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupCall should be parameterized [INFO] [INFO] --- jandex:3.1.6:jandex (make-test-index) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc.test/target/test-classes/jandex.idx [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.server.jdbc.test --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc.test/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jdbc.test-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jdbc.test-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jdbc.test-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jdbc.test-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.server.jdbc.test --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/24.2-SNAPSHOT/maven-metadata.xml (1.2 kB at 8.2 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jdbc.test-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jdbc.test-24.2-20240629.001225-135.pom (1.4 kB at 36 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jdbc.test-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jdbc.test-24.2-20240629.001225-135-tests.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jdbc.test-24.2-20240629.001225-135-test-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jdbc.test-24.2-20240629.001225-135.jar (2.1 kB at 37 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jdbc.test-24.2-20240629.001225-135-test-sources.jar (40 kB at 603 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/24.2-SNAPSHOT/org.eclipse.scout.rt.server.jdbc.test-24.2-20240629.001225-135-tests.jar (90 kB at 1.2 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/maven-metadata.xml (492 B at 45 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/24.2-SNAPSHOT/maven-metadata.xml (1.2 kB at 17 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/maven-metadata.xml (492 B at 6.6 kB/s) [INFO] [INFO] -----------< org.eclipse.scout.rt:org.eclipse.scout.rt.rest >----------- [INFO] Building org.eclipse.scout.rt.rest 24.2-SNAPSHOT [30/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.rest --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.rest --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.rest --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.rest --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/AbstractRestClientHelper.java:[130,10] jakarta.ws.rs.ext.ContextResolver is a raw type. References to generic type jakarta.ws.rs.ext.ContextResolver should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/AbstractRestClientHelper.java:[138,18] jakarta.ws.rs.ext.ContextResolver is a raw type. References to generic type jakarta.ws.rs.ext.ContextResolver should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/AbstractRestClientHelper.java:[138,65] jakarta.ws.rs.ext.ContextResolver is a raw type. References to generic type jakarta.ws.rs.ext.ContextResolver should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/AbstractRestClientHelper.java:[151,45] jakarta.ws.rs.ext.ContextResolver is a raw type. References to generic type jakarta.ws.rs.ext.ContextResolver should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/AbstractRestClientHelper.java:[177,18] jakarta.ws.rs.ext.ContextResolver is a raw type. References to generic type jakarta.ws.rs.ext.ContextResolver should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/RestClientProperties.java:[187,21] Unsupported @SuppressWarnings("squid:S2068") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/AbstractEntityRestClientExceptionTransformer.java:[84,13] The enum constant CLIENT_ERROR needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status.Family [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/AbstractEntityRestClientExceptionTransformer.java:[84,13] The enum constant INFORMATIONAL needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status.Family [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/AbstractEntityRestClientExceptionTransformer.java:[84,13] The enum constant OTHER needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status.Family [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/AbstractEntityRestClientExceptionTransformer.java:[84,13] The enum constant REDIRECTION needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status.Family [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/AbstractEntityRestClientExceptionTransformer.java:[84,13] The enum constant SERVER_ERROR needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status.Family [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/error/ErrorDo.java:[66,21] Unsupported @SuppressWarnings("squid:S1166") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant ACCEPTED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant BAD_REQUEST needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant CONFLICT needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant CREATED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant EXPECTATION_FAILED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant FOUND needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant GONE needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant HTTP_VERSION_NOT_SUPPORTED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant INTERNAL_SERVER_ERROR needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant LENGTH_REQUIRED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant METHOD_NOT_ALLOWED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant MOVED_PERMANENTLY needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant NETWORK_AUTHENTICATION_REQUIRED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant NOT_ACCEPTABLE needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant NOT_IMPLEMENTED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant NOT_MODIFIED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant NO_CONTENT needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant OK needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant PARTIAL_CONTENT needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant PAYMENT_REQUIRED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant PRECONDITION_FAILED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant PRECONDITION_REQUIRED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant PROXY_AUTHENTICATION_REQUIRED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant REQUESTED_RANGE_NOT_SATISFIABLE needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant REQUEST_ENTITY_TOO_LARGE needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant REQUEST_HEADER_FIELDS_TOO_LARGE needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant REQUEST_TIMEOUT needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant REQUEST_URI_TOO_LONG needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant RESET_CONTENT needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant SEE_OTHER needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant TEMPORARY_REDIRECT needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant TOO_MANY_REQUESTS needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant UNAUTHORIZED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant UNSUPPORTED_MEDIA_TYPE needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[36,13] The enum constant USE_PROXY needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[51,13] The enum constant INFORMATIONAL needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status.Family [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[51,13] The enum constant OTHER needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status.Family [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[51,13] The enum constant REDIRECTION needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status.Family [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[51,13] The enum constant SERVER_ERROR needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status.Family [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/ErrorDoRestClientExceptionTransformer.java:[51,13] The enum constant SUCCESSFUL needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status.Family [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[170,5] org.eclipse.scout.rt.rest.client.proxy.RestClientProxyFactory.RestProxyInvocationHandler is a raw type. References to generic type org.eclipse.scout.rt.rest.client.proxy.RestClientProxyFactory.RestProxyInvocationHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[170,43] org.eclipse.scout.rt.rest.client.proxy.RestClientProxyFactory.RestProxyInvocationHandler is a raw type. References to generic type org.eclipse.scout.rt.rest.client.proxy.RestClientProxyFactory.RestProxyInvocationHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[295,98] java.util.concurrent.Future is a raw type. References to generic type java.util.concurrent.Future should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[296,56] java.util.concurrent.Future is a raw type. References to generic type java.util.concurrent.Future should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant ACCEPTED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant BAD_GATEWAY needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant CONFLICT needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant CREATED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant EXPECTATION_FAILED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant FOUND needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant GATEWAY_TIMEOUT needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant GONE needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant HTTP_VERSION_NOT_SUPPORTED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant LENGTH_REQUIRED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant MOVED_PERMANENTLY needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant NETWORK_AUTHENTICATION_REQUIRED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant NOT_IMPLEMENTED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant NOT_MODIFIED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant NO_CONTENT needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant OK needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant PARTIAL_CONTENT needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant PAYMENT_REQUIRED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant PRECONDITION_FAILED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant PRECONDITION_REQUIRED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant PROXY_AUTHENTICATION_REQUIRED needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant REQUESTED_RANGE_NOT_SATISFIABLE needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant REQUEST_ENTITY_TOO_LARGE needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant REQUEST_HEADER_FIELDS_TOO_LARGE needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant REQUEST_TIMEOUT needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant REQUEST_URI_TOO_LONG needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant RESET_CONTENT needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant SEE_OTHER needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant TEMPORARY_REDIRECT needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant TOO_MANY_REQUESTS needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/main/java/org/eclipse/scout/rt/rest/client/proxy/RestClientProxyFactory.java:[325,15] The enum constant USE_PROXY needs a corresponding case label in this enum switch on jakarta.ws.rs.core.Response.Status [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.rest --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.rest --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.rest --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.rest --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.rest --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/target/org.eclipse.scout.rt.rest-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.rest --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.rest --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.rest --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.rest --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.rest --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest/24.2-SNAPSHOT/org.eclipse.scout.rt.rest-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/target/org.eclipse.scout.rt.rest-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest/24.2-SNAPSHOT/org.eclipse.scout.rt.rest-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest/target/org.eclipse.scout.rt.rest-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest/24.2-SNAPSHOT/org.eclipse.scout.rt.rest-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.rest --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 2.0 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest/24.2-SNAPSHOT/org.eclipse.scout.rt.rest-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest/24.2-SNAPSHOT/org.eclipse.scout.rt.rest-24.2-20240629.001225-135.pom (2.6 kB at 32 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest/24.2-SNAPSHOT/org.eclipse.scout.rt.rest-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest/24.2-SNAPSHOT/org.eclipse.scout.rt.rest-24.2-20240629.001225-135-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest/24.2-SNAPSHOT/org.eclipse.scout.rt.rest-24.2-20240629.001225-135-sources.jar (80 kB at 597 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest/24.2-SNAPSHOT/org.eclipse.scout.rt.rest-24.2-20240629.001225-135.jar (134 kB at 855 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest/maven-metadata.xml (480 B at 34 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 6.7 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest/maven-metadata.xml (480 B at 6.4 kB/s) [INFO] [INFO] -----------< org.eclipse.scout.rt:org.eclipse.scout.rt.api >------------ [INFO] Building org.eclipse.scout.rt.api 24.2-SNAPSHOT [31/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.api --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.api --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.api --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.api --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.api --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.api --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.api --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [INFO] [INFO] --- jandex:3.1.6:jandex (make-test-index) @ org.eclipse.scout.rt.api --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api/target/test-classes/jandex.idx [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.api --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.api --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api/target/org.eclipse.scout.rt.api-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.api --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api/target/org.eclipse.scout.rt.api-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.api --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.api --- [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.api --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.api --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.api/24.2-SNAPSHOT/org.eclipse.scout.rt.api-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api/target/org.eclipse.scout.rt.api-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.api/24.2-SNAPSHOT/org.eclipse.scout.rt.api-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api/target/org.eclipse.scout.rt.api-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.api/24.2-SNAPSHOT/org.eclipse.scout.rt.api-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api/target/org.eclipse.scout.rt.api-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.api/24.2-SNAPSHOT/org.eclipse.scout.rt.api-24.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.api/target/org.eclipse.scout.rt.api-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.api/24.2-SNAPSHOT/org.eclipse.scout.rt.api-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.api --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.api/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.api/24.2-SNAPSHOT/maven-metadata.xml (1.4 kB at 10 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.api/24.2-SNAPSHOT/org.eclipse.scout.rt.api-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.api/24.2-SNAPSHOT/org.eclipse.scout.rt.api-24.2-20240629.001225-135.pom (1.9 kB at 24 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.api/24.2-SNAPSHOT/org.eclipse.scout.rt.api-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.api/24.2-SNAPSHOT/org.eclipse.scout.rt.api-24.2-20240629.001225-135-tests.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.api/24.2-SNAPSHOT/org.eclipse.scout.rt.api-24.2-20240629.001225-135-sources.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.api/24.2-SNAPSHOT/org.eclipse.scout.rt.api-24.2-20240629.001225-135-test-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.api/24.2-SNAPSHOT/org.eclipse.scout.rt.api-24.2-20240629.001225-135.jar (16 kB at 183 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.api/24.2-SNAPSHOT/org.eclipse.scout.rt.api-24.2-20240629.001225-135-test-sources.jar (4.3 kB at 45 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.api/24.2-SNAPSHOT/org.eclipse.scout.rt.api-24.2-20240629.001225-135-tests.jar (6.0 kB at 61 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.api/24.2-SNAPSHOT/org.eclipse.scout.rt.api-24.2-20240629.001225-135-sources.jar (10.0 kB at 102 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.api/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.api/maven-metadata.xml (440 B at 55 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.api/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.api/24.2-SNAPSHOT/maven-metadata.xml (1.4 kB at 12 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.api/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.api/maven-metadata.xml (440 B at 7.3 kB/s) [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.jackson.test >------- [INFO] Building org.eclipse.scout.rt.jackson.test 24.2-SNAPSHOT [32/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.jackson.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.jackson.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.jackson.test --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.jackson.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.jackson.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.jackson.test --- [INFO] Copying 177 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.jackson.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/src/test/java/org/eclipse/scout/rt/jackson/dataobject/JacksonDataObjectMapperTest.java:[216,21] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.deprecation' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/src/test/java/org/eclipse/scout/rt/jackson/dataobject/JacksonDataObjectMapperTest.java:[304,5] org.eclipse.scout.rt.platform.IBean is a raw type. References to generic type org.eclipse.scout.rt.platform.IBean should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/src/test/java/org/eclipse/scout/rt/jackson/dataobject/JacksonDataObjectMapperTest.java:[378,5] org.eclipse.scout.rt.platform.IBean is a raw type. References to generic type org.eclipse.scout.rt.platform.IBean should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/src/test/java/org/eclipse/scout/rt/jackson/dataobject/fixture/TestCustomImplementedEntityDo.java:[173,21] Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/src/test/java/org/eclipse/scout/rt/jackson/dataobject/fixture/TestCustomImplementedEntityDo.java:[180,21] Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/src/test/java/org/eclipse/scout/rt/jackson/dataobject/fixture/TestNestedListRawDo.java:[263,79] Type safety: Potential heap pollution via varargs parameter stringIDoEntityMap [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/src/test/java/org/eclipse/scout/rt/jackson/dataobject/fixture/TestNestedListRawDo.java:[280,89] Type safety: Potential heap pollution via varargs parameter stringIDataObjectEntityMap [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/src/test/java/org/eclipse/scout/rt/jackson/dataobject/fixture/TestNestedListRawDo.java:[297,113] Type safety: Potential heap pollution via varargs parameter stringITestTypedUntypedInnerEntityMap [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/src/test/java/org/eclipse/scout/rt/jackson/dataobject/fixture/TestNestedListRawDo.java:[314,133] Type safety: Potential heap pollution via varargs parameter stringITestTypedUntypedInnerDataObjectEntityMap [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/src/test/java/org/eclipse/scout/rt/jackson/dataobject/fixture/TestNestedListRawDo.java:[331,127] Type safety: Potential heap pollution via varargs parameter stringAbstractTestTypedUntypedInnerEntityMap [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/src/test/java/org/eclipse/scout/rt/jackson/dataobject/JsonDataObjectsSerializationTest.java:[204,21] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.deprecation' is not analysed due to a compiler option being ignored [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/src/test/java/org/eclipse/scout/rt/jackson/dataobject/JsonDataObjectsSerializationTest.java:[961,23] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.deprecation' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/src/test/java/org/eclipse/scout/rt/jackson/dataobject/JsonDataObjectsSerializationTest.java:[1419,36] org.eclipse.scout.rt.dataobject.IDoCollection is a raw type. References to generic type org.eclipse.scout.rt.dataobject.IDoCollection should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/src/test/java/org/eclipse/scout/rt/jackson/dataobject/JsonDataObjectsSerializationTest.java:[1461,36] org.eclipse.scout.rt.dataobject.IDoCollection is a raw type. References to generic type org.eclipse.scout.rt.dataobject.IDoCollection should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/src/test/java/org/eclipse/scout/rt/jackson/dataobject/JsonDataObjectsSerializationTest.java:[1492,5] Type safety: Unchecked invocation testDeserialize_TestItemIDoCollection(java.lang.Class) of the generic method testDeserialize_TestItemIDoCollection(java.lang.Class) of type org.eclipse.scout.rt.jackson.dataobject.JsonDataObjectsSerializationTest [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/src/test/java/org/eclipse/scout/rt/jackson/dataobject/JsonDataObjectsSerializationTest.java:[1498,5] Type safety: Unchecked invocation testDeserialize_TestItemIDoCollection(java.lang.Class) of the generic method testDeserialize_TestItemIDoCollection(java.lang.Class) of type org.eclipse.scout.rt.jackson.dataobject.JsonDataObjectsSerializationTest [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/src/test/java/org/eclipse/scout/rt/jackson/dataobject/JsonDataObjectsSerializationTest.java:[1504,5] Type safety: Unchecked invocation testDeserialize_TestItemIDoCollection(java.lang.Class) of the generic method testDeserialize_TestItemIDoCollection(java.lang.Class) of type org.eclipse.scout.rt.jackson.dataobject.JsonDataObjectsSerializationTest [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/src/test/java/org/eclipse/scout/rt/jackson/dataobject/JsonDataObjectsSerializationTest.java:[1509,23] Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/src/test/java/org/eclipse/scout/rt/jackson/dataobject/JsonDataObjectsSerializationTest.java:[2670,98] org.eclipse.scout.rt.jackson.dataobject.fixture.TestGenericDo is a raw type. References to generic type org.eclipse.scout.rt.jackson.dataobject.fixture.TestGenericDo should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/src/test/java/org/eclipse/scout/rt/jackson/dataobject/JsonDataObjectsSerializationTest.java:[2742,98] org.eclipse.scout.rt.jackson.dataobject.fixture.TestGenericDo is a raw type. References to generic type org.eclipse.scout.rt.jackson.dataobject.fixture.TestGenericDo should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/src/test/java/org/eclipse/scout/rt/jackson/dataobject/JsonDataObjectsSerializationTest.java:[2972,18] org.eclipse.scout.rt.dataobject.DoList is a raw type. References to generic type org.eclipse.scout.rt.dataobject.DoList should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/src/test/java/org/eclipse/scout/rt/jackson/dataobject/JsonDataObjectsSerializationTest.java:[3034,5] org.eclipse.scout.rt.dataobject.DoList is a raw type. References to generic type org.eclipse.scout.rt.dataobject.DoList should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/src/test/java/org/eclipse/scout/rt/jackson/dataobject/JsonDataObjectsSerializationTest.java:[3034,30] org.eclipse.scout.rt.dataobject.DoList is a raw type. References to generic type org.eclipse.scout.rt.dataobject.DoList should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/src/test/java/org/eclipse/scout/rt/jackson/dataobject/fixture/TestOptionalDo.java:[56,63] Type safety: Potential heap pollution via varargs parameter optStringList [INFO] [INFO] --- jandex:3.1.6:jandex (make-test-index) @ org.eclipse.scout.rt.jackson.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/target/test-classes/jandex.idx [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.jackson.test --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.jackson.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/target/org.eclipse.scout.rt.jackson.test-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.jackson.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/target/org.eclipse.scout.rt.jackson.test-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.jackson.test --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.jackson.test --- [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.jackson.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.jackson.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson.test/24.2-SNAPSHOT/org.eclipse.scout.rt.jackson.test-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/target/org.eclipse.scout.rt.jackson.test-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson.test/24.2-SNAPSHOT/org.eclipse.scout.rt.jackson.test-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/target/org.eclipse.scout.rt.jackson.test-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson.test/24.2-SNAPSHOT/org.eclipse.scout.rt.jackson.test-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/target/org.eclipse.scout.rt.jackson.test-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson.test/24.2-SNAPSHOT/org.eclipse.scout.rt.jackson.test-24.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.jackson.test/target/org.eclipse.scout.rt.jackson.test-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson.test/24.2-SNAPSHOT/org.eclipse.scout.rt.jackson.test-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.jackson.test --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson.test/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson.test/24.2-SNAPSHOT/maven-metadata.xml (1.5 kB at 13 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson.test/24.2-SNAPSHOT/org.eclipse.scout.rt.jackson.test-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson.test/24.2-SNAPSHOT/org.eclipse.scout.rt.jackson.test-24.2-20240629.001225-135.pom (1.6 kB at 23 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson.test/24.2-SNAPSHOT/org.eclipse.scout.rt.jackson.test-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson.test/24.2-SNAPSHOT/org.eclipse.scout.rt.jackson.test-24.2-20240629.001225-135-tests.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson.test/24.2-SNAPSHOT/org.eclipse.scout.rt.jackson.test-24.2-20240629.001225-135-sources.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson.test/24.2-SNAPSHOT/org.eclipse.scout.rt.jackson.test-24.2-20240629.001225-135-test-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson.test/24.2-SNAPSHOT/org.eclipse.scout.rt.jackson.test-24.2-20240629.001225-135-sources.jar (4.4 kB at 54 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson.test/24.2-SNAPSHOT/org.eclipse.scout.rt.jackson.test-24.2-20240629.001225-135.jar (5.9 kB at 52 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson.test/24.2-SNAPSHOT/org.eclipse.scout.rt.jackson.test-24.2-20240629.001225-135-test-sources.jar (203 kB at 538 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson.test/24.2-SNAPSHOT/org.eclipse.scout.rt.jackson.test-24.2-20240629.001225-135-tests.jar (356 kB at 938 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson.test/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson.test/maven-metadata.xml (527 B at 35 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson.test/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson.test/24.2-SNAPSHOT/maven-metadata.xml (1.5 kB at 9.2 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson.test/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson.test/maven-metadata.xml (527 B at 4.0 kB/s) [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api.test >------- [INFO] Building org.eclipse.scout.rt.mom.api.test 24.2-SNAPSHOT [33/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.api.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.mom.api.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.mom.api.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.api.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.mom.api.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.api.test/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.mom.api.test --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.mom.api.test --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.mom.api.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [INFO] [INFO] --- jandex:3.1.6:jandex (make-test-index) @ org.eclipse.scout.rt.mom.api.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.api.test/target/test-classes/jandex.idx [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.mom.api.test --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.mom.api.test --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.mom.api.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.api.test/target/org.eclipse.scout.rt.mom.api.test-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.mom.api.test --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.mom.api.test --- [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.mom.api.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.mom.api.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.api.test/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api.test/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.api.test-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.api.test/target/org.eclipse.scout.rt.mom.api.test-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api.test/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.api.test-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.api.test/target/org.eclipse.scout.rt.mom.api.test-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api.test/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.api.test-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.api.test/target/org.eclipse.scout.rt.mom.api.test-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api.test/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.api.test-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.mom.api.test --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api.test/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api.test/24.2-SNAPSHOT/maven-metadata.xml (1.2 kB at 14 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api.test/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.api.test-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api.test/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.api.test-24.2-20240629.001225-135.pom (1.6 kB at 24 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api.test/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.api.test-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api.test/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.api.test-24.2-20240629.001225-135-tests.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api.test/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.api.test-24.2-20240629.001225-135-test-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api.test/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.api.test-24.2-20240629.001225-135.jar (2.1 kB at 51 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api.test/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.api.test-24.2-20240629.001225-135-tests.jar (20 kB at 420 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api.test/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.api.test-24.2-20240629.001225-135-test-sources.jar (10 kB at 198 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api.test/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api.test/maven-metadata.xml (488 B at 61 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api.test/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api.test/24.2-SNAPSHOT/maven-metadata.xml (1.2 kB at 21 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api.test/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api.test/maven-metadata.xml (488 B at 11 kB/s) [INFO] [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt.mom.jms >---------- [INFO] Building org.eclipse.scout.rt.mom.jms 24.2-SNAPSHOT [34/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.mom.jms --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.mom.jms --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.mom.jms --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.mom.jms --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms/src/main/java/org/eclipse/scout/rt/mom/jms/JmsMomImplementor.java:[149,21] Unsupported @SuppressWarnings("squid:S1149") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms/src/main/java/org/eclipse/scout/rt/mom/jms/JmsMomImplementor.java:[165,23] org.eclipse.scout.rt.mom.api.IDestination is a raw type. References to generic type org.eclipse.scout.rt.mom.api.IDestination should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms/src/main/java/org/eclipse/scout/rt/mom/jms/JmsMomImplementor.java:[166,23] org.eclipse.scout.rt.mom.api.IDestination is a raw type. References to generic type org.eclipse.scout.rt.mom.api.IDestination should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms/src/main/java/org/eclipse/scout/rt/mom/jms/JmsMomImplementor.java:[212,21] Unsupported @SuppressWarnings("RedundantThrows") [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms/src/main/java/org/eclipse/scout/rt/mom/jms/JmsMomImplementor.java:[462,25] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms/src/main/java/org/eclipse/scout/rt/mom/jms/JmsMomImplementor.java:[502,5] org.eclipse.scout.rt.mom.jms.JmsMessageReader is a raw type. References to generic type org.eclipse.scout.rt.mom.jms.JmsMessageReader should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms/src/main/java/org/eclipse/scout/rt/mom/jms/JmsMomImplementor.java:[705,22] Unsupported @SuppressWarnings("squid:S1149") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms/src/main/java/org/eclipse/scout/rt/mom/jms/JmsMomImplementor.java:[705,37] Unsupported @SuppressWarnings("RedundantThrows") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms/src/main/java/org/eclipse/scout/rt/mom/jms/JmsMomImplementor.java:[821,16] org.eclipse.scout.rt.mom.api.IDestination is a raw type. References to generic type org.eclipse.scout.rt.mom.api.IDestination should be parameterized [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.mom.jms --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.mom.jms --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.mom.jms --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.mom.jms --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.mom.jms --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms/target/org.eclipse.scout.rt.mom.jms-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.mom.jms --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.mom.jms --- [INFO] [INFO] --- source:3.3.0: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:2.0.1:check (default) @ org.eclipse.scout.rt.mom.jms --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.mom.jms --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.jms-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms/target/org.eclipse.scout.rt.mom.jms-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.jms-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms/target/org.eclipse.scout.rt.mom.jms-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.jms-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.mom.jms --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 8.7 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.jms-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.jms-24.2-20240629.001225-135.pom (1.2 kB at 21 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.jms-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.jms-24.2-20240629.001225-135-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.jms-24.2-20240629.001225-135-sources.jar (40 kB at 722 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.jms-24.2-20240629.001225-135.jar (66 kB at 1.1 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms/maven-metadata.xml (483 B at 16 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 9.3 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms/maven-metadata.xml (483 B at 6.6 kB/s) [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.mom.jms.test >------- [INFO] Building org.eclipse.scout.rt.mom.jms.test 24.2-SNAPSHOT [35/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms.test/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [INFO] [INFO] --- jandex:3.1.6:jandex (make-test-index) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms.test/target/test-classes/jandex.idx [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.mom.jms.test --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms.test/target/org.eclipse.scout.rt.mom.jms.test-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms.test/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms.test/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.jms.test-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms.test/target/org.eclipse.scout.rt.mom.jms.test-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms.test/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.jms.test-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms.test/target/org.eclipse.scout.rt.mom.jms.test-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms.test/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.jms.test-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mom.jms.test/target/org.eclipse.scout.rt.mom.jms.test-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms.test/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.jms.test-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.mom.jms.test --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms.test/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms.test/24.2-SNAPSHOT/maven-metadata.xml (1.2 kB at 7.8 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms.test/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.jms.test-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms.test/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.jms.test-24.2-20240629.001225-135.pom (3.3 kB at 12 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms.test/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.jms.test-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms.test/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.jms.test-24.2-20240629.001225-135-tests.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms.test/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.jms.test-24.2-20240629.001225-135-test-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms.test/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.jms.test-24.2-20240629.001225-135-test-sources.jar (33 kB at 420 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms.test/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.jms.test-24.2-20240629.001225-135-tests.jar (88 kB at 1.1 MB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms.test/24.2-SNAPSHOT/org.eclipse.scout.rt.mom.jms.test-24.2-20240629.001225-135.jar (2.5 kB at 27 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms.test/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms.test/maven-metadata.xml (488 B at 30 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms.test/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms.test/24.2-SNAPSHOT/maven-metadata.xml (1.2 kB at 18 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms.test/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms.test/maven-metadata.xml (488 B at 7.9 kB/s) [INFO] [INFO] ------< org.eclipse.scout.rt:org.eclipse.scout.rt.charsetdetect >------- [INFO] Building org.eclipse.scout.rt.charsetdetect 24.2-SNAPSHOT [36/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.charsetdetect/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.charsetdetect --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.charsetdetect --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.charsetdetect/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.charsetdetect --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.charsetdetect --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.charsetdetect --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.charsetdetect/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.charsetdetect --- [INFO] Copying 7 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.charsetdetect --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.charsetdetect --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.charsetdetect --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.charsetdetect/target/org.eclipse.scout.rt.charsetdetect-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.charsetdetect --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.charsetdetect/target/org.eclipse.scout.rt.charsetdetect-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.charsetdetect --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.charsetdetect --- [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.charsetdetect --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.charsetdetect --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.charsetdetect/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.charsetdetect/24.2-SNAPSHOT/org.eclipse.scout.rt.charsetdetect-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.charsetdetect/target/org.eclipse.scout.rt.charsetdetect-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.charsetdetect/24.2-SNAPSHOT/org.eclipse.scout.rt.charsetdetect-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.charsetdetect/target/org.eclipse.scout.rt.charsetdetect-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.charsetdetect/24.2-SNAPSHOT/org.eclipse.scout.rt.charsetdetect-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.charsetdetect/target/org.eclipse.scout.rt.charsetdetect-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.charsetdetect/24.2-SNAPSHOT/org.eclipse.scout.rt.charsetdetect-24.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.charsetdetect/target/org.eclipse.scout.rt.charsetdetect-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.charsetdetect/24.2-SNAPSHOT/org.eclipse.scout.rt.charsetdetect-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.charsetdetect --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.charsetdetect/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.charsetdetect/24.2-SNAPSHOT/maven-metadata.xml (1.5 kB at 14 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.charsetdetect/24.2-SNAPSHOT/org.eclipse.scout.rt.charsetdetect-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.charsetdetect/24.2-SNAPSHOT/org.eclipse.scout.rt.charsetdetect-24.2-20240629.001225-135.pom (2.0 kB at 17 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.charsetdetect/24.2-SNAPSHOT/org.eclipse.scout.rt.charsetdetect-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.charsetdetect/24.2-SNAPSHOT/org.eclipse.scout.rt.charsetdetect-24.2-20240629.001225-135-tests.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.charsetdetect/24.2-SNAPSHOT/org.eclipse.scout.rt.charsetdetect-24.2-20240629.001225-135-sources.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.charsetdetect/24.2-SNAPSHOT/org.eclipse.scout.rt.charsetdetect-24.2-20240629.001225-135-test-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.charsetdetect/24.2-SNAPSHOT/org.eclipse.scout.rt.charsetdetect-24.2-20240629.001225-135-tests.jar (9.0 kB at 79 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.charsetdetect/24.2-SNAPSHOT/org.eclipse.scout.rt.charsetdetect-24.2-20240629.001225-135.jar (5.5 kB at 45 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.charsetdetect/24.2-SNAPSHOT/org.eclipse.scout.rt.charsetdetect-24.2-20240629.001225-135-test-sources.jar (8.1 kB at 65 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.charsetdetect/24.2-SNAPSHOT/org.eclipse.scout.rt.charsetdetect-24.2-20240629.001225-135-sources.jar (4.7 kB at 36 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.charsetdetect/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.charsetdetect/maven-metadata.xml (489 B at 61 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.charsetdetect/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.charsetdetect/24.2-SNAPSHOT/maven-metadata.xml (1.5 kB at 13 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.charsetdetect/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.charsetdetect/maven-metadata.xml (489 B at 8.0 kB/s) [INFO] [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.rt.oauth2 >---------- [INFO] Building org.eclipse.scout.rt.oauth2 24.2-SNAPSHOT [37/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.oauth2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.oauth2 --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.oauth2 --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.oauth2/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.oauth2 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.oauth2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.oauth2 --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.oauth2/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.oauth2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.oauth2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.oauth2 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.oauth2 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.oauth2 --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.oauth2/target/org.eclipse.scout.rt.oauth2-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.oauth2 --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.oauth2 --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.oauth2 --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.oauth2 --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.oauth2 --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.oauth2/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.oauth2/24.2-SNAPSHOT/org.eclipse.scout.rt.oauth2-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.oauth2/target/org.eclipse.scout.rt.oauth2-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.oauth2/24.2-SNAPSHOT/org.eclipse.scout.rt.oauth2-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.oauth2/target/org.eclipse.scout.rt.oauth2-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.oauth2/24.2-SNAPSHOT/org.eclipse.scout.rt.oauth2-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.oauth2 --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.oauth2/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.oauth2/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 12 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.oauth2/24.2-SNAPSHOT/org.eclipse.scout.rt.oauth2-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.oauth2/24.2-SNAPSHOT/org.eclipse.scout.rt.oauth2-24.2-20240629.001225-135.pom (1.1 kB at 15 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.oauth2/24.2-SNAPSHOT/org.eclipse.scout.rt.oauth2-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.oauth2/24.2-SNAPSHOT/org.eclipse.scout.rt.oauth2-24.2-20240629.001225-135-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.oauth2/24.2-SNAPSHOT/org.eclipse.scout.rt.oauth2-24.2-20240629.001225-135-sources.jar (5.5 kB at 62 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.oauth2/24.2-SNAPSHOT/org.eclipse.scout.rt.oauth2-24.2-20240629.001225-135.jar (9.0 kB at 99 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.oauth2/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.oauth2/maven-metadata.xml (482 B at 34 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.oauth2/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.oauth2/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 16 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.oauth2/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.oauth2/maven-metadata.xml (482 B at 7.8 kB/s) [INFO] [INFO] -----------< org.eclipse.scout.rt:org.eclipse.scout.rt.mail >----------- [INFO] Building org.eclipse.scout.rt.mail 24.2-SNAPSHOT [38/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mail/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.mail --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.mail --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mail/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.mail --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.mail --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mail/src/main/java/org/eclipse/scout/rt/mail/MailHelper.java:[909,21] Unsupported @SuppressWarnings("squid:S1166") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mail/src/main/java/org/eclipse/scout/rt/mail/MailHelper.java:[953,21] Unsupported @SuppressWarnings("squid:S1166") [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mail/src/main/java/org/eclipse/scout/rt/mail/smtp/SmtpConnectionPool.java:[324,25] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.mail --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mail/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.mail --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mail/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.mail --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.mail --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.mail --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mail/target/org.eclipse.scout.rt.mail-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.mail --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.mail --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.mail --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.mail --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.mail --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mail/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mail/24.2-SNAPSHOT/org.eclipse.scout.rt.mail-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mail/target/org.eclipse.scout.rt.mail-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mail/24.2-SNAPSHOT/org.eclipse.scout.rt.mail-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mail/target/org.eclipse.scout.rt.mail-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mail/24.2-SNAPSHOT/org.eclipse.scout.rt.mail-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.mail --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mail/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mail/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 11 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mail/24.2-SNAPSHOT/org.eclipse.scout.rt.mail-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mail/24.2-SNAPSHOT/org.eclipse.scout.rt.mail-24.2-20240629.001225-135.pom (1.5 kB at 20 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mail/24.2-SNAPSHOT/org.eclipse.scout.rt.mail-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mail/24.2-SNAPSHOT/org.eclipse.scout.rt.mail-24.2-20240629.001225-135-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mail/24.2-SNAPSHOT/org.eclipse.scout.rt.mail-24.2-20240629.001225-135-sources.jar (42 kB at 922 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mail/24.2-SNAPSHOT/org.eclipse.scout.rt.mail-24.2-20240629.001225-135.jar (74 kB at 1.5 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mail/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mail/maven-metadata.xml (480 B at 60 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mail/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mail/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 15 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mail/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mail/maven-metadata.xml (480 B at 9.8 kB/s) [INFO] [INFO] --------< org.eclipse.scout.rt:org.eclipse.scout.rt.mail.test >--------- [INFO] Building org.eclipse.scout.rt.mail.test 24.2-SNAPSHOT [39/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mail.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.mail.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.mail.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mail.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.mail.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mail.test/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.mail.test --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.mail.test --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.mail.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mail.test/src/test/java/org/eclipse/scout/rt/mail/MailHelperTest.java:[60,21] Unsupported @SuppressWarnings("InjectedReferences") [INFO] [INFO] --- jandex:3.1.6:jandex (make-test-index) @ org.eclipse.scout.rt.mail.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mail.test/target/test-classes/jandex.idx [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.mail.test --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.mail.test --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.mail.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mail.test/target/org.eclipse.scout.rt.mail.test-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.mail.test --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.mail.test --- [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.mail.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.mail.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mail.test/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mail.test/24.2-SNAPSHOT/org.eclipse.scout.rt.mail.test-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mail.test/target/org.eclipse.scout.rt.mail.test-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mail.test/24.2-SNAPSHOT/org.eclipse.scout.rt.mail.test-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mail.test/target/org.eclipse.scout.rt.mail.test-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mail.test/24.2-SNAPSHOT/org.eclipse.scout.rt.mail.test-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.mail.test/target/org.eclipse.scout.rt.mail.test-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mail.test/24.2-SNAPSHOT/org.eclipse.scout.rt.mail.test-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.mail.test --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mail.test/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mail.test/24.2-SNAPSHOT/maven-metadata.xml (1.2 kB at 10.0 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mail.test/24.2-SNAPSHOT/org.eclipse.scout.rt.mail.test-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mail.test/24.2-SNAPSHOT/org.eclipse.scout.rt.mail.test-24.2-20240629.001225-135.pom (1.4 kB at 20 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mail.test/24.2-SNAPSHOT/org.eclipse.scout.rt.mail.test-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mail.test/24.2-SNAPSHOT/org.eclipse.scout.rt.mail.test-24.2-20240629.001225-135-tests.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mail.test/24.2-SNAPSHOT/org.eclipse.scout.rt.mail.test-24.2-20240629.001225-135-test-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mail.test/24.2-SNAPSHOT/org.eclipse.scout.rt.mail.test-24.2-20240629.001225-135.jar (2.0 kB at 20 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mail.test/24.2-SNAPSHOT/org.eclipse.scout.rt.mail.test-24.2-20240629.001225-135-tests.jar (41 kB at 362 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mail.test/24.2-SNAPSHOT/org.eclipse.scout.rt.mail.test-24.2-20240629.001225-135-test-sources.jar (19 kB at 169 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mail.test/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mail.test/maven-metadata.xml (485 B at 48 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mail.test/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mail.test/24.2-SNAPSHOT/maven-metadata.xml (1.2 kB at 8.0 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mail.test/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mail.test/maven-metadata.xml (485 B at 3.1 kB/s) [INFO] [INFO] ------< org.eclipse.scout.rt:org.eclipse.scout.rt.security.test >------- [INFO] Building org.eclipse.scout.rt.security.test 24.2-SNAPSHOT [40/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.security.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.security.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.security.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.security.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.security.test --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.security.test --- [INFO] No sources to compile [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.security.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.security.test/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.security.test --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.security.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [INFO] [INFO] --- jandex:3.1.6:jandex (make-test-index) @ org.eclipse.scout.rt.security.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.security.test/target/test-classes/jandex.idx [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.security.test --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.security.test --- [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.security.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.security.test/target/org.eclipse.scout.rt.security.test-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.security.test --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.security.test --- [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.security.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.security.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.security.test/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.security.test/24.2-SNAPSHOT/org.eclipse.scout.rt.security.test-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.security.test/target/org.eclipse.scout.rt.security.test-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.security.test/24.2-SNAPSHOT/org.eclipse.scout.rt.security.test-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.security.test/target/org.eclipse.scout.rt.security.test-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.security.test/24.2-SNAPSHOT/org.eclipse.scout.rt.security.test-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.security.test/target/org.eclipse.scout.rt.security.test-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.security.test/24.2-SNAPSHOT/org.eclipse.scout.rt.security.test-24.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.security.test/target/org.eclipse.scout.rt.security.test-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.security.test/24.2-SNAPSHOT/org.eclipse.scout.rt.security.test-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.security.test --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.security.test/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.security.test/24.2-SNAPSHOT/maven-metadata.xml (1.5 kB at 11 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.security.test/24.2-SNAPSHOT/org.eclipse.scout.rt.security.test-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.security.test/24.2-SNAPSHOT/org.eclipse.scout.rt.security.test-24.2-20240629.001225-135.pom (1.7 kB at 43 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.security.test/24.2-SNAPSHOT/org.eclipse.scout.rt.security.test-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.security.test/24.2-SNAPSHOT/org.eclipse.scout.rt.security.test-24.2-20240629.001225-135-tests.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.security.test/24.2-SNAPSHOT/org.eclipse.scout.rt.security.test-24.2-20240629.001225-135-sources.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.security.test/24.2-SNAPSHOT/org.eclipse.scout.rt.security.test-24.2-20240629.001225-135-test-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.security.test/24.2-SNAPSHOT/org.eclipse.scout.rt.security.test-24.2-20240629.001225-135-sources.jar (2.3 kB at 35 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.security.test/24.2-SNAPSHOT/org.eclipse.scout.rt.security.test-24.2-20240629.001225-135.jar (2.6 kB at 37 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.security.test/24.2-SNAPSHOT/org.eclipse.scout.rt.security.test-24.2-20240629.001225-135-tests.jar (32 kB at 372 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.security.test/24.2-SNAPSHOT/org.eclipse.scout.rt.security.test-24.2-20240629.001225-135-test-sources.jar (16 kB at 162 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.security.test/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.security.test/maven-metadata.xml (489 B at 49 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.security.test/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.security.test/24.2-SNAPSHOT/maven-metadata.xml (1.5 kB at 12 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.security.test/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.security.test/maven-metadata.xml (489 B at 7.6 kB/s) [INFO] [INFO] --------< org.eclipse.scout.rt:org.eclipse.scout.rt.dataformat >-------- [INFO] Building org.eclipse.scout.rt.dataformat 24.2-SNAPSHOT [41/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataformat/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.dataformat --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.dataformat --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataformat/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.dataformat --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.dataformat --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.dataformat --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataformat/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.dataformat --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.dataformat --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.dataformat --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.dataformat --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataformat/target/org.eclipse.scout.rt.dataformat-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.dataformat --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataformat/target/org.eclipse.scout.rt.dataformat-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.dataformat --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.dataformat --- [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.dataformat --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.dataformat --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataformat/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.dataformat/24.2-SNAPSHOT/org.eclipse.scout.rt.dataformat-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataformat/target/org.eclipse.scout.rt.dataformat-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.dataformat/24.2-SNAPSHOT/org.eclipse.scout.rt.dataformat-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataformat/target/org.eclipse.scout.rt.dataformat-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.dataformat/24.2-SNAPSHOT/org.eclipse.scout.rt.dataformat-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataformat/target/org.eclipse.scout.rt.dataformat-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.dataformat/24.2-SNAPSHOT/org.eclipse.scout.rt.dataformat-24.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.dataformat/target/org.eclipse.scout.rt.dataformat-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.dataformat/24.2-SNAPSHOT/org.eclipse.scout.rt.dataformat-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.dataformat --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataformat/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataformat/24.2-SNAPSHOT/maven-metadata.xml (1.5 kB at 14 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataformat/24.2-SNAPSHOT/org.eclipse.scout.rt.dataformat-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataformat/24.2-SNAPSHOT/org.eclipse.scout.rt.dataformat-24.2-20240629.001225-135.pom (1.4 kB at 15 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataformat/24.2-SNAPSHOT/org.eclipse.scout.rt.dataformat-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataformat/24.2-SNAPSHOT/org.eclipse.scout.rt.dataformat-24.2-20240629.001225-135-tests.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataformat/24.2-SNAPSHOT/org.eclipse.scout.rt.dataformat-24.2-20240629.001225-135-sources.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataformat/24.2-SNAPSHOT/org.eclipse.scout.rt.dataformat-24.2-20240629.001225-135-test-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataformat/24.2-SNAPSHOT/org.eclipse.scout.rt.dataformat-24.2-20240629.001225-135-tests.jar (16 kB at 218 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataformat/24.2-SNAPSHOT/org.eclipse.scout.rt.dataformat-24.2-20240629.001225-135-sources.jar (23 kB at 311 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataformat/24.2-SNAPSHOT/org.eclipse.scout.rt.dataformat-24.2-20240629.001225-135-test-sources.jar (11 kB at 150 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataformat/24.2-SNAPSHOT/org.eclipse.scout.rt.dataformat-24.2-20240629.001225-135.jar (35 kB at 445 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataformat/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataformat/maven-metadata.xml (486 B at 40 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataformat/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataformat/24.2-SNAPSHOT/maven-metadata.xml (1.5 kB at 15 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataformat/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataformat/maven-metadata.xml (486 B at 8.2 kB/s) [INFO] [INFO] --------< org.eclipse.scout.rt:org.eclipse.scout.rt.rest.test >--------- [INFO] Building org.eclipse.scout.rt.rest.test 24.2-SNAPSHOT [42/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.rest.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.rest.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.rest.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.test/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.rest.test --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.rest.test --- [INFO] Copying 5 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.rest.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.test/src/test/java/org/eclipse/scout/rt/rest/exception/DefaultExceptionMapperTest.java:[68,21] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [INFO] [INFO] --- jandex:3.1.6:jandex (make-test-index) @ org.eclipse.scout.rt.rest.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.test/target/test-classes/jandex.idx [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.rest.test --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.rest.test --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.rest.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.test/target/org.eclipse.scout.rt.rest.test-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.rest.test --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.rest.test --- [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.rest.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.rest.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.test/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.test/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.test-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.test/target/org.eclipse.scout.rt.rest.test-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.test/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.test-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.test/target/org.eclipse.scout.rt.rest.test-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.test/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.test-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.test/target/org.eclipse.scout.rt.rest.test-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.test/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.test-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.rest.test --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.test/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.test/24.2-SNAPSHOT/maven-metadata.xml (1.2 kB at 8.8 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.test/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.test-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.test/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.test-24.2-20240629.001225-135.pom (1.5 kB at 18 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.test/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.test-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.test/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.test-24.2-20240629.001225-135-tests.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.test/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.test-24.2-20240629.001225-135-test-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.test/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.test-24.2-20240629.001225-135.jar (2.0 kB at 45 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.test/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.test-24.2-20240629.001225-135-tests.jar (71 kB at 1.2 MB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.test/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.test-24.2-20240629.001225-135-test-sources.jar (33 kB at 538 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.test/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.test/maven-metadata.xml (485 B at 12 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.test/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.test/24.2-SNAPSHOT/maven-metadata.xml (1.2 kB at 10 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.test/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.test/maven-metadata.xml (485 B at 9.0 kB/s) [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.rest.jackson >------- [INFO] Building org.eclipse.scout.rt.rest.jackson 24.2-SNAPSHOT [43/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jackson/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.rest.jackson --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.rest.jackson --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jackson/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.rest.jackson --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.rest.jackson --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jackson/src/main/java/org/eclipse/scout/rt/rest/jackson/ObjectMapperResolver.java:[34,21] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.deprecation' is not analysed due to a compiler option being ignored [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.rest.jackson --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jackson/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.rest.jackson --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jackson/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.rest.jackson --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.rest.jackson --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.rest.jackson --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jackson/target/org.eclipse.scout.rt.rest.jackson-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.rest.jackson --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.rest.jackson --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.rest.jackson --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.rest.jackson --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.rest.jackson --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jackson/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jackson/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jackson-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jackson/target/org.eclipse.scout.rt.rest.jackson-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jackson/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jackson-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jackson/target/org.eclipse.scout.rt.rest.jackson-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jackson/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jackson-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.rest.jackson --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jackson/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jackson/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 13 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jackson/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jackson-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jackson/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jackson-24.2-20240629.001225-135.pom (1.4 kB at 15 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jackson/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jackson-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jackson/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jackson-24.2-20240629.001225-135-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jackson/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jackson-24.2-20240629.001225-135.jar (7.0 kB at 112 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jackson/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jackson-24.2-20240629.001225-135-sources.jar (5.5 kB at 74 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jackson/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jackson/maven-metadata.xml (488 B at 61 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jackson/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jackson/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 15 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jackson/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jackson/maven-metadata.xml (488 B at 8.3 kB/s) [INFO] [INFO] ----< org.eclipse.scout.rt:org.eclipse.scout.rt.rest.jersey.client >---- [INFO] Building org.eclipse.scout.rt.rest.jersey.client 24.2-SNAPSHOT [44/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.rest.jersey.client --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.rest.jersey.client --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.client/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.rest.jersey.client --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.rest.jersey.client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.client/src/main/java/org/eclipse/scout/rt/rest/jersey/client/ScoutApacheConnector.java:[527,21] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.client/src/main/java/org/eclipse/scout/rt/rest/jersey/client/ScoutApacheConnector.java:[547,21] Unsupported @SuppressWarnings("squid:S1181") [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.rest.jersey.client --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.client/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.rest.jersey.client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.client/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.rest.jersey.client --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.rest.jersey.client --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.rest.jersey.client --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.client/target/org.eclipse.scout.rt.rest.jersey.client-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.rest.jersey.client --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.rest.jersey.client --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.rest.jersey.client --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.rest.jersey.client --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.rest.jersey.client --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.client/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.client/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jersey.client-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.client/target/org.eclipse.scout.rt.rest.jersey.client-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.client/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jersey.client-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.client/target/org.eclipse.scout.rt.rest.jersey.client-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.client/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jersey.client-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.rest.jersey.client --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.client/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.client/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 9.5 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.client/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jersey.client-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.client/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jersey.client-24.2-20240629.001225-135.pom (1.7 kB at 35 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.client/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jersey.client-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.client/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jersey.client-24.2-20240629.001225-135-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.client/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jersey.client-24.2-20240629.001225-135-sources.jar (22 kB at 496 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.client/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jersey.client-24.2-20240629.001225-135.jar (39 kB at 828 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.client/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.client/maven-metadata.xml (494 B at 71 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.client/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.client/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 13 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.client/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.client/maven-metadata.xml (494 B at 11 kB/s) [INFO] [INFO] ----< org.eclipse.scout.rt:org.eclipse.scout.rt.rest.jersey.server >---- [INFO] Building org.eclipse.scout.rt.rest.jersey.server 24.2-SNAPSHOT [45/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.rest.jersey.server --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.rest.jersey.server --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.server/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.rest.jersey.server --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.rest.jersey.server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.rest.jersey.server --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.server/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.rest.jersey.server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.server/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.rest.jersey.server --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.rest.jersey.server --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.rest.jersey.server --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.server/target/org.eclipse.scout.rt.rest.jersey.server-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.rest.jersey.server --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.rest.jersey.server --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.rest.jersey.server --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.rest.jersey.server --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.rest.jersey.server --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.server/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.server/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jersey.server-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.server/target/org.eclipse.scout.rt.rest.jersey.server-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.server/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jersey.server-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.server/target/org.eclipse.scout.rt.rest.jersey.server-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.server/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jersey.server-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.rest.jersey.server --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.server/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.server/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 9.2 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.server/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jersey.server-24.2-20240629.001225-36.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.server/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jersey.server-24.2-20240629.001225-36.pom (1.4 kB at 17 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.server/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jersey.server-24.2-20240629.001225-36.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.server/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jersey.server-24.2-20240629.001225-36-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.server/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jersey.server-24.2-20240629.001225-36-sources.jar (5.3 kB at 112 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.server/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jersey.server-24.2-20240629.001225-36.jar (11 kB at 228 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.server/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.server/maven-metadata.xml (377 B at 5.8 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.server/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.server/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 7.4 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.server/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.server/maven-metadata.xml (377 B at 3.7 kB/s) [INFO] [INFO] -----< org.eclipse.scout.rt:org.eclipse.scout.rt.rest.jersey.test >----- [INFO] Building org.eclipse.scout.rt.rest.jersey.test 24.2-SNAPSHOT [46/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.rest.jersey.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.rest.jersey.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.rest.jersey.test --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.rest.jersey.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.test/src/main/java/org/eclipse/scout/rt/rest/jersey/JerseyTestApplication.java:[102,21] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.test/src/main/java/org/eclipse/scout/rt/rest/jersey/ProxyServletParameters.java:[33,21] Unsupported @SuppressWarnings("squid:S2068") [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.rest.jersey.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.test/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.rest.jersey.test --- [INFO] Copying 3 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.rest.jersey.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.test/src/test/java/org/eclipse/scout/rt/rest/jersey/client/AbstractRestClientHelperTest.java:[92,20] jakarta.ws.rs.ext.ContextResolver is a raw type. References to generic type jakarta.ws.rs.ext.ContextResolver should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.test/src/test/java/org/eclipse/scout/rt/rest/jersey/client/AbstractRestClientHelperTest.java:[93,12] jakarta.ws.rs.ext.ContextResolver is a raw type. References to generic type jakarta.ws.rs.ext.ContextResolver should be parameterized [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.test/src/test/java/org/eclipse/scout/rt/rest/jersey/client/proxy/RestClientProxyInvocationTest.java:[273,23] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [INFO] [INFO] --- jandex:3.1.6:jandex (make-test-index) @ org.eclipse.scout.rt.rest.jersey.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.test/target/test-classes/jandex.idx [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.rest.jersey.test --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.rest.jersey.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.test/target/org.eclipse.scout.rt.rest.jersey.test-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.rest.jersey.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.test/target/org.eclipse.scout.rt.rest.jersey.test-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.rest.jersey.test --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.rest.jersey.test --- [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.rest.jersey.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.rest.jersey.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.test/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.test/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jersey.test-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.test/target/org.eclipse.scout.rt.rest.jersey.test-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.test/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jersey.test-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.test/target/org.eclipse.scout.rt.rest.jersey.test-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.test/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jersey.test-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.test/target/org.eclipse.scout.rt.rest.jersey.test-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.test/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jersey.test-24.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.rest.jersey.test/target/org.eclipse.scout.rt.rest.jersey.test-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.test/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jersey.test-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.rest.jersey.test --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.test/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.test/24.2-SNAPSHOT/maven-metadata.xml (1.5 kB at 15 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.test/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jersey.test-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.test/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jersey.test-24.2-20240629.001225-135.pom (2.5 kB at 53 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.test/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jersey.test-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.test/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jersey.test-24.2-20240629.001225-135-tests.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.test/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jersey.test-24.2-20240629.001225-135-sources.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.test/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jersey.test-24.2-20240629.001225-135-test-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.test/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jersey.test-24.2-20240629.001225-135-test-sources.jar (24 kB at 219 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.test/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jersey.test-24.2-20240629.001225-135-tests.jar (65 kB at 575 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.test/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jersey.test-24.2-20240629.001225-135-sources.jar (19 kB at 132 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.test/24.2-SNAPSHOT/org.eclipse.scout.rt.rest.jersey.test-24.2-20240629.001225-135.jar (30 kB at 203 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.test/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.test/maven-metadata.xml (492 B at 55 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.test/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.test/24.2-SNAPSHOT/maven-metadata.xml (1.5 kB at 20 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.test/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.jersey.test/maven-metadata.xml (492 B at 11 kB/s) [INFO] [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.rt.client >---------- [INFO] Building org.eclipse.scout.rt.client 24.2-SNAPSHOT [47/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.client --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.client --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.client --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/hybrid/AbstractFormHybridAction.java:[81,14] Type safety: Unchecked cast from org.eclipse.scout.rt.dataobject.DoEntity to DO_ENTITY [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/AbstractPlanner.java:[66,11] org.eclipse.scout.rt.client.ui.basic.planner.IPlannerUIFacade is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.IPlannerUIFacade should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/AbstractPlanner.java:[181,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/AbstractPlanner.java:[398,13] org.eclipse.scout.rt.client.ui.basic.planner.IPlannerUIFacade is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.IPlannerUIFacade should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/AbstractPlanner.java:[977,10] org.eclipse.scout.rt.client.ui.basic.planner.IPlannerUIFacade is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.IPlannerUIFacade should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/tablefield/AbstractTableField.java:[433,12] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/tablefield/AbstractTableField.java:[457,32] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/internal/InternalTableRow.java:[163,24] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/internal/InternalTableRow.java:[173,23] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/internal/InternalTableRow.java:[193,32] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/internal/InternalTableRow.java:[437,11] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/internal/InternalTableRow.java:[500,21] Unsupported @SuppressWarnings("SuspiciousMethodCalls") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/treebox/AbstractTreeBox.java:[226,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/treebox/AbstractTreeBox.java:[279,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/treebox/AbstractTreeBox.java:[324,66] org.eclipse.scout.rt.shared.services.lookup.LookupRow is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupRow should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/treebox/AbstractTreeBox.java:[1034,15] org.eclipse.scout.rt.client.ui.form.fields.treebox.ITreeBox is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.treebox.ITreeBox should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/desktop/outline/pages/AbstractPageExtension.java:[31,59] org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/treefield/AbstractTreeField.java:[149,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutlineViewButton.java:[106,21] Unsupported @SuppressWarnings("squid:S1185") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutlineViewButton.java:[116,21] Unsupported @SuppressWarnings("squid:S1185") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutlineViewButton.java:[126,21] Unsupported @SuppressWarnings("squid:S1185") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/Activity.java:[170,13] org.eclipse.scout.rt.client.ui.basic.planner.IActivityObserver is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.IActivityObserver should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/modeselector/AbstractModeSelectorField.java:[65,21] Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/modeselector/AbstractModeSelectorField.java:[68,16] org.eclipse.scout.rt.client.ui.form.fields.mode.IMode is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.mode.IMode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/DefaultPageChangeStrategy.java:[48,9] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/DefaultPageChangeStrategy.java:[48,37] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/lookup/QueryParam.java:[12,39] org.eclipse.scout.rt.client.services.lookup.IQueryParam is a raw type. References to generic type org.eclipse.scout.rt.client.services.lookup.IQueryParam should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/calendar/CalendarEvent.java:[22,30] Unsupported @SuppressWarnings("squid:S2057") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/columns/TableCompactHandler.java:[140,59] java.util.function.Supplier is a raw type. References to generic type java.util.function.Supplier should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/transformation/PageExtension.java:[18,58] org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/transformation/PageExtension.java:[20,24] org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/action/menu/root/AbstractContextMenuExtension.java:[15,66] org.eclipse.scout.rt.client.ui.action.menu.root.AbstractContextMenu is a raw type. References to generic type org.eclipse.scout.rt.client.ui.action.menu.root.AbstractContextMenu should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/desktop/outline/pages/PageChains.java:[26,109] org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/desktop/outline/pages/PageChains.java:[42,60] org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/desktop/outline/pages/PageChains.java:[59,60] org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/desktop/outline/pages/PageChains.java:[76,60] org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/desktop/outline/pages/PageChains.java:[93,60] org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/desktop/outline/pages/PageChains.java:[110,60] org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/desktop/outline/pages/PageChains.java:[127,60] org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/desktop/outline/pages/PageChains.java:[144,60] org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/desktop/outline/pages/PageChains.java:[161,60] org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/desktop/outline/pages/PageChains.java:[178,60] org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/desktop/outline/pages/PageChains.java:[195,60] org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/desktop/outline/pages/PageChains.java:[212,60] org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/desktop/outline/pages/PageChains.java:[230,60] org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/basic/table/AbstractSortOrderColumnExtension.java:[16,127] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/action/menu/form/fields/AbstractFormFieldMenu.java:[46,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/pagefield/IPageField.java:[22,39] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutline.java:[264,24] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutline.java:[334,13] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutline.java:[343,21] Unsupported @SuppressWarnings("squid:S1244") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutline.java:[380,26] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutline.java:[381,25] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutline.java:[382,30] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutline.java:[401,30] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutline.java:[413,26] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutline.java:[433,34] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutline.java:[454,21] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutline.java:[459,21] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutline.java:[459,64] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutline.java:[465,26] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutline.java:[466,25] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutline.java:[479,21] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutline.java:[484,21] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutline.java:[484,71] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutline.java:[490,26] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutline.java:[491,25] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutline.java:[617,13] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutline.java:[662,40] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutline.java:[759,5] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutline.java:[761,25] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutline.java:[763,5] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/AbstractOutline.java:[765,26] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/GridData.java:[15,20] Unsupported @SuppressWarnings("squid:S00116") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/GridData.java:[15,36] Unsupported @SuppressWarnings("squid:ClassVariableVisibilityCheck") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/GridData.java:[47,21] Unsupported @SuppressWarnings("squid:S00107") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[96,17] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[96,54] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[101,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[107,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[114,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[122,53] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[126,30] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[188,25] java.lang.Iterable is a raw type. References to generic type java.lang.Iterable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[195,7] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[235,17] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[235,45] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[320,13] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[320,41] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[343,28] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[396,43] org.eclipse.scout.rt.client.ui.basic.table.columns.INumberColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.INumberColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[397,40] org.eclipse.scout.rt.client.ui.basic.table.columns.INumberColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.INumberColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[429,12] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[433,11] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[461,26] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[466,11] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[553,21] Unsupported @SuppressWarnings("squid:S1643") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[575,15] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[619,11] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[619,39] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[642,9] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[642,37] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[657,43] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[745,24] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/bookmark/internal/BookmarkUtility.java:[828,50] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/columns/AbstractColumn.java:[921,22] org.eclipse.scout.rt.platform.holders.IHolder is a raw type. References to generic type org.eclipse.scout.rt.platform.holders.IHolder should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/columns/AbstractColumn.java:[1037,21] Unsupported @SuppressWarnings("squid:S1244") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/columns/AbstractColumn.java:[1573,13] java.lang.Comparable is a raw type. References to generic type java.lang.Comparable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/accordion/AbstractAccordion.java:[67,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/fields/AbstractImageFieldTile.java:[39,21] Unsupported @SuppressWarnings("findbugs:NP_BOOLEAN_RETURN_NULL") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/fields/AbstractImageFieldTile.java:[67,21] Unsupported @SuppressWarnings("findbugs:NP_BOOLEAN_RETURN_NULL") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/columns/AbstractBeanColumn.java:[60,16] java.lang.Comparable is a raw type. References to generic type java.lang.Comparable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/listbox/AbstractListBox.java:[177,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/listbox/AbstractListBox.java:[268,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/listbox/AbstractListBox.java:[929,15] org.eclipse.scout.rt.client.ui.form.fields.listbox.IListBox is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.listbox.IListBox should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTile.java:[139,21] Unsupported @SuppressWarnings("squid:S1244") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTile.java:[492,23] Unsupported @SuppressWarnings("squid:S1181") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTile.java:[500,9] org.eclipse.scout.rt.client.ui.tile.ITileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.ITileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/action/tree/AbstractActionNodeExtension.java:[16,61] org.eclipse.scout.rt.client.ui.action.tree.IActionNode is a raw type. References to generic type org.eclipse.scout.rt.client.ui.action.tree.IActionNode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/tagfield/AbstractTagField.java:[234,48] org.eclipse.scout.rt.client.services.lookup.LookupCallResult is a raw type. References to generic type org.eclipse.scout.rt.client.services.lookup.LookupCallResult should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/form/fields/beanfield/AbstractBeanFieldExtension.java:[23,33] org.eclipse.scout.rt.client.extension.ui.form.fields.beanfield.BeanFieldChains.BeanFieldAppLinkActionChain is a raw type. References to generic type org.eclipse.scout.rt.client.extension.ui.form.fields.beanfield.BeanFieldChains.BeanFieldAppLinkActionChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/groupbox/internal/matrix/MatrixIndex.java:[16,20] Unsupported @SuppressWarnings("squid:S00116") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/groupbox/internal/matrix/MatrixIndex.java:[16,36] Unsupported @SuppressWarnings("squid:ClassVariableVisibilityCheck") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/sequencebox/AbstractSequenceBox.java:[173,9] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/sequencebox/AbstractSequenceBox.java:[233,15] org.eclipse.scout.rt.client.ui.form.fields.IValueField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.IValueField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/sequencebox/AbstractSequenceBox.java:[235,13] org.eclipse.scout.rt.client.ui.form.fields.IValueField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.IValueField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/sequencebox/AbstractSequenceBox.java:[252,21] org.eclipse.scout.rt.client.ui.form.fields.IValueField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.IValueField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/sequencebox/AbstractSequenceBox.java:[253,15] org.eclipse.scout.rt.client.ui.form.fields.IValueField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.IValueField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/sequencebox/AbstractSequenceBox.java:[257,9] org.eclipse.scout.rt.client.ui.form.fields.IValueField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.IValueField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/sequencebox/AbstractSequenceBox.java:[257,26] org.eclipse.scout.rt.client.ui.form.fields.IValueField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.IValueField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/sequencebox/AbstractSequenceBox.java:[320,28] org.eclipse.scout.rt.client.ui.form.fields.IValueField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.IValueField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/IFormField.java:[553,3] org.eclipse.scout.rt.client.ui.form.fields.IValueField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.IValueField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/IFormField.java:[555,23] org.eclipse.scout.rt.client.ui.form.fields.IValueField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.IValueField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/form/fields/tilefield/TileFieldChains.java:[27,160] org.eclipse.scout.rt.client.ui.form.fields.tilefield.AbstractTileField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.tilefield.AbstractTileField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/form/fields/tilefield/TileFieldChains.java:[43,68] org.eclipse.scout.rt.client.ui.form.fields.tilefield.AbstractTileField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.tilefield.AbstractTileField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/form/fields/tilefield/TileFieldChains.java:[61,68] org.eclipse.scout.rt.client.ui.form.fields.tilefield.AbstractTileField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.tilefield.AbstractTileField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/groupbox/internal/matrix/Cell.java:[19,20] Unsupported @SuppressWarnings("squid:S00116") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/groupbox/internal/matrix/Cell.java:[19,36] Unsupported @SuppressWarnings("squid:ClassVariableVisibilityCheck") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/form/fields/pagefield/IPageFieldExtension.java:[17,51] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/PageReloadHandler.java:[20,17] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/PageReloadHandler.java:[22,28] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/smartfield/AbstractSmartField.java:[112,60] org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldUIFacade is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldUIFacade should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/smartfield/AbstractSmartField.java:[484,10] org.eclipse.scout.rt.client.services.lookup.ILookupCallResult is a raw type. References to generic type org.eclipse.scout.rt.client.services.lookup.ILookupCallResult should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/smartfield/AbstractSmartField.java:[485,13] org.eclipse.scout.rt.client.services.lookup.ILookupCallResult is a raw type. References to generic type org.eclipse.scout.rt.client.services.lookup.ILookupCallResult should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/smartfield/AbstractSmartField.java:[602,7] org.eclipse.scout.rt.shared.services.common.code.ICodeType is a raw type. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICodeType should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/smartfield/AbstractSmartField.java:[744,9] org.eclipse.scout.rt.shared.services.lookup.LocalLookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LocalLookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/MediumMemoryPolicy.java:[105,19] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/MediumMemoryPolicy.java:[106,23] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/MediumMemoryPolicy.java:[117,30] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/smartfield/ProposalFieldUIFacade.java:[15,32] org.eclipse.scout.rt.client.ui.form.fields.smartfield.AbstractProposalField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.smartfield.AbstractProposalField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/treebox/AbstractTreeBoxFilterBox.java:[42,22] org.eclipse.scout.rt.client.ui.form.fields.treebox.ITreeBox is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.treebox.ITreeBox should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/ScoutInfoForm.java:[12,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/ScoutInfoForm.java:[123,35] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/ScoutInfoForm.java:[123,46] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/ScoutInfoForm.java:[123,63] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/action/menu/root/internal/ValueFieldContextMenu.java:[29,32] org.eclipse.scout.rt.client.ui.form.fields.IValueField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.IValueField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/tile/TileAccordionChains.java:[24,147] org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/tile/TileAccordionChains.java:[26,91] org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/tile/TileAccordionChains.java:[33,83] org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/tile/TileAccordionChains.java:[40,72] org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/tile/TileAccordionChains.java:[50,79] org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/tile/TileAccordionChains.java:[57,72] org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/tile/TileAccordionChains.java:[67,80] org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/tile/TileAccordionChains.java:[74,72] org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/tile/TileGridChains.java:[24,137] org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/tile/TileGridChains.java:[26,81] org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/tile/TileGridChains.java:[33,78] org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/tile/TileGridChains.java:[40,67] org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/tile/TileGridChains.java:[50,74] org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/tile/TileGridChains.java:[57,67] org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/tile/TileGridChains.java:[67,75] org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/tile/TileGridChains.java:[74,67] org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/radiobuttongroup/AbstractRadioButtonGroup.java:[217,10] org.eclipse.scout.rt.client.ui.form.fields.button.IRadioButton is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.button.IRadioButton should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/radiobuttongroup/AbstractRadioButtonGroup.java:[228,15] org.eclipse.scout.rt.client.ui.form.fields.button.IRadioButton is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.button.IRadioButton should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/radiobuttongroup/AbstractRadioButtonGroup.java:[384,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/radiobuttongroup/AbstractRadioButtonGroup.java:[395,5] org.eclipse.scout.rt.client.ui.form.fields.button.IRadioButton is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.button.IRadioButton should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/radiobuttongroup/AbstractRadioButtonGroup.java:[494,7] org.eclipse.scout.rt.client.ui.form.fields.button.IRadioButton is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.button.IRadioButton should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/radiobuttongroup/AbstractRadioButtonGroup.java:[549,28] org.eclipse.scout.rt.client.ui.form.fields.button.IRadioButton is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.button.IRadioButton should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/radiobuttongroup/AbstractRadioButtonGroup.java:[550,10] org.eclipse.scout.rt.client.ui.form.fields.button.IRadioButton is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.button.IRadioButton should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/radiobuttongroup/AbstractRadioButtonGroup.java:[618,7] org.eclipse.scout.rt.client.ui.form.fields.button.IRadioButton is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.button.IRadioButton should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/radiobuttongroup/AbstractRadioButtonGroup.java:[619,12] org.eclipse.scout.rt.client.ui.form.fields.button.IRadioButton is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.button.IRadioButton should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/radiobuttongroup/AbstractRadioButtonGroup.java:[686,21] Unsupported @SuppressWarnings("bsiRulesDefinition:orderMissing") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTable.java:[969,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTable.java:[975,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTable.java:[980,32] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTable.java:[981,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTable.java:[982,16] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTable.java:[987,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTable.java:[993,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTable.java:[1244,26] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTable.java:[1248,26] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTable.java:[1254,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTable.java:[1255,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTable.java:[1277,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTable.java:[1606,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTable.java:[1857,21] Unsupported @SuppressWarnings("squid:S1143") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTable.java:[2979,89] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTable.java:[4010,13] org.eclipse.scout.rt.client.ui.basic.table.columns.INumberColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.INumberColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTable.java:[4010,55] org.eclipse.scout.rt.client.ui.basic.table.columns.INumberColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.INumberColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTable.java:[4093,12] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/DesktopEvent.java:[25,30] Unsupported @SuppressWarnings("squid:S2057") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/smartfield/ISmartField.java:[71,3] org.eclipse.scout.rt.client.services.lookup.ILookupCallResult is a raw type. References to generic type org.eclipse.scout.rt.client.services.lookup.ILookupCallResult should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/hybrid/HybridManager.java:[49,39] org.eclipse.scout.rt.client.ui.desktop.hybrid.IHybridAction is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.hybrid.IHybridAction should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/hybrid/HybridManager.java:[202,12] Type safety: Unchecked cast from java.util.Map to java.util.Map [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/AbstractValueField.java:[140,11] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/AbstractPageWithNodes.java:[279,44] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/AbstractPageWithNodes.java:[406,26] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEvent.java:[22,30] Unsupported @SuppressWarnings("squid:S2057") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEvent.java:[33,26] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEvent.java:[36,23] org.eclipse.scout.rt.client.ui.basic.planner.IPlanner is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.IPlanner should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEvent.java:[41,23] org.eclipse.scout.rt.client.ui.basic.planner.IPlanner is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.IPlanner should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEvent.java:[41,65] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEvent.java:[49,10] org.eclipse.scout.rt.client.ui.basic.planner.IPlanner is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.IPlanner should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEvent.java:[50,13] org.eclipse.scout.rt.client.ui.basic.planner.IPlanner is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.IPlanner should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEvent.java:[58,25] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEvent.java:[62,46] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractWidgetTile.java:[51,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/IPlanner.java:[226,3] org.eclipse.scout.rt.client.ui.basic.planner.IPlannerUIFacade is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.IPlannerUIFacade should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/action/AbstractAction.java:[318,21] Unsupported @SuppressWarnings("squid:S1244") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/action/AbstractAction.java:[534,7] org.eclipse.scout.rt.client.ui.action.tree.IActionNode is a raw type. References to generic type org.eclipse.scout.rt.client.ui.action.tree.IActionNode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/action/AbstractAction.java:[534,27] org.eclipse.scout.rt.client.ui.action.tree.IActionNode is a raw type. References to generic type org.eclipse.scout.rt.client.ui.action.tree.IActionNode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/fields/AbstractFormFieldTile.java:[124,21] Unsupported @SuppressWarnings("findbugs:NP_BOOLEAN_RETURN_NULL") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/AbstractDesktop.java:[415,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/AbstractDesktop.java:[803,63] org.eclipse.scout.rt.client.ui.form.IFormMenu is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.IFormMenu should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/button/ButtonEvent.java:[20,30] Unsupported @SuppressWarnings("squid:S2057") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/smartfield/AbstractProposalField.java:[34,60] org.eclipse.scout.rt.client.ui.form.fields.smartfield.ProposalFieldUIFacade is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.smartfield.ProposalFieldUIFacade should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/AbstractClientSession.java:[16,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/AbstractClientSession.java:[109,25] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/AbstractClientSession.java:[109,36] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/AbstractClientSession.java:[109,53] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/accordionfield/AbstractAccordionField.java:[73,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/accordionfield/AbstractAccordionField.java:[234,51] org.eclipse.scout.rt.client.ui.form.fields.accordionfield.AbstractAccordionField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.accordionfield.AbstractAccordionField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/accordionfield/AbstractAccordionField.java:[245,43] org.eclipse.scout.rt.client.extension.ui.form.fields.accordionfield.AccordionFieldChains.AccordionFieldDragRequestChain is a raw type. References to generic type org.eclipse.scout.rt.client.extension.ui.form.fields.accordionfield.AccordionFieldChains.AccordionFieldDragRequestChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/accordionfield/AbstractAccordionField.java:[250,33] org.eclipse.scout.rt.client.extension.ui.form.fields.accordionfield.AccordionFieldChains.AccordionFieldDropRequestChain is a raw type. References to generic type org.eclipse.scout.rt.client.extension.ui.form.fields.accordionfield.AccordionFieldChains.AccordionFieldDropRequestChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/form/fields/tilefield/AbstractTileFieldExtension.java:[27,41] org.eclipse.scout.rt.client.extension.ui.form.fields.tilefield.TileFieldChains.TileFieldDragRequestChain is a raw type. References to generic type org.eclipse.scout.rt.client.extension.ui.form.fields.tilefield.TileFieldChains.TileFieldDragRequestChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/form/fields/tilefield/AbstractTileFieldExtension.java:[32,31] org.eclipse.scout.rt.client.extension.ui.form.fields.tilefield.TileFieldChains.TileFieldDropRequestChain is a raw type. References to generic type org.eclipse.scout.rt.client.extension.ui.form.fields.tilefield.TileFieldChains.TileFieldDropRequestChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/AbstractCompositeField.java:[57,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/AbstractCompositeField.java:[66,21] Unsupported @SuppressWarnings("squid:S1185") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[65,21] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[65,28] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[70,29] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[72,47] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[78,26] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[79,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[82,35] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[95,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[97,11] org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[98,11] org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[124,32] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[127,7] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[134,33] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[146,12] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[240,84] org.eclipse.scout.rt.client.ui.basic.table.columns.INumberColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.INumberColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[251,39] org.eclipse.scout.rt.client.ui.basic.table.columns.INumberColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.INumberColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[256,52] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[257,32] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[259,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[283,11] org.eclipse.scout.rt.client.ui.basic.table.columns.INumberColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.INumberColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[293,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[313,9] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[323,9] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[337,34] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[357,47] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[424,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[465,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[475,21] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[482,21] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[494,22] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[505,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[514,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[551,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[560,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[566,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[574,26] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[588,7] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[589,7] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[593,14] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[613,14] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[626,54] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[636,14] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[648,14] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[651,13] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[664,14] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[686,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[686,32] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[695,63] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[698,12] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[699,9] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[721,31] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[739,14] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[819,5] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[926,35] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[1064,12] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[1072,9] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[1081,12] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[1094,31] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[1101,35] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[1108,44] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[1115,44] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[1122,33] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[1194,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[1239,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[1244,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[1264,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[1270,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[1313,7] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[1329,7] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[1346,7] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[1361,7] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[1373,34] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[1411,12] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[1425,7] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnSet.java:[1425,20] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/UnsavedFormChangesForm.java:[316,32] Unsupported @SuppressWarnings("squid:S2057") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/TableEvent.java:[34,30] Unsupported @SuppressWarnings("squid:S2057") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/TableEvent.java:[377,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractBeanTile.java:[85,5] org.eclipse.scout.rt.client.extension.ui.tile.BeanTileChains.BeanTileAppLinkActionChain is a raw type. References to generic type org.eclipse.scout.rt.client.extension.ui.tile.BeanTileChains.BeanTileAppLinkActionChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/dto/FormData.java:[145,3] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/dto/FormData.java:[153,3] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBuffer.java:[66,14] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBuffer.java:[80,18] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBuffer.java:[80,77] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBuffer.java:[82,10] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBuffer.java:[84,10] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBuffer.java:[106,56] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBuffer.java:[108,20] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBuffer.java:[109,29] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBuffer.java:[110,7] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBuffer.java:[157,24] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBuffer.java:[167,70] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBuffer.java:[168,29] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBuffer.java:[169,7] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBuffer.java:[182,60] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBuffer.java:[183,10] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBuffer.java:[185,10] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBuffer.java:[228,18] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBuffer.java:[228,58] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBuffer.java:[228,90] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBuffer.java:[229,10] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBuffer.java:[230,9] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBuffer.java:[231,10] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ITable.java:[428,82] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/calendar/provider/AbstractCalendarItemProvider.java:[127,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/form/fields/accordionfield/AccordionFieldChains.java:[26,154] org.eclipse.scout.rt.client.ui.form.fields.accordionfield.AbstractAccordionField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.accordionfield.AbstractAccordionField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/form/fields/accordionfield/AccordionFieldChains.java:[42,73] org.eclipse.scout.rt.client.ui.form.fields.accordionfield.AbstractAccordionField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.accordionfield.AbstractAccordionField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/form/fields/accordionfield/AccordionFieldChains.java:[60,73] org.eclipse.scout.rt.client.ui.form.fields.accordionfield.AbstractAccordionField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.accordionfield.AbstractAccordionField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/calendar/CalendarComponent.java:[133,16] java.lang.Comparable is a raw type. References to generic type java.lang.Comparable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractSortOrderColumn.java:[18,70] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractSortOrderColumn.java:[20,124] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/dnd/JavaTransferObject.java:[48,9] java.util.Collection is a raw type. References to generic type java.util.Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/dnd/JavaTransferObject.java:[48,25] java.util.Collection is a raw type. References to generic type java.util.Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/ITileGrid.java:[246,3] org.eclipse.scout.rt.client.ui.tile.ITileGridUIFacade is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.ITileGridUIFacade should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/wizard/AbstractWizardStep.java:[276,21] Unsupported @SuppressWarnings("squid:S1244") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/AbstractPage.java:[118,32] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/AbstractPage.java:[119,21] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/AbstractPage.java:[222,13] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/AbstractPage.java:[742,13] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/AbstractPage.java:[760,13] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/AbstractPage.java:[767,23] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/AbstractPage.java:[1259,59] org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/AbstractPage.java:[1328,38] org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/AbstractPage.java:[1329,35] org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/form/fields/accordionfield/IAccordionFieldExtension.java:[21,34] org.eclipse.scout.rt.client.extension.ui.form.fields.accordionfield.AccordionFieldChains.AccordionFieldDragRequestChain is a raw type. References to generic type org.eclipse.scout.rt.client.extension.ui.form.fields.accordionfield.AccordionFieldChains.AccordionFieldDragRequestChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/form/fields/accordionfield/IAccordionFieldExtension.java:[23,24] org.eclipse.scout.rt.client.extension.ui.form.fields.accordionfield.AccordionFieldChains.AccordionFieldDropRequestChain is a raw type. References to generic type org.eclipse.scout.rt.client.extension.ui.form.fields.accordionfield.AccordionFieldChains.AccordionFieldDropRequestChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/TableOrganizer.java:[46,21] Unsupported @SuppressWarnings("squid:CommentedOutCodeLine") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/TableOrganizer.java:[47,36] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/TableOrganizer.java:[54,37] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/TableOrganizer.java:[59,25] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/TableOrganizer.java:[75,28] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/TableOrganizer.java:[88,29] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/TableOrganizer.java:[96,28] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTileGrid.java:[59,11] org.eclipse.scout.rt.client.ui.tile.ITileGridUIFacade is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.ITileGridUIFacade should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTileGrid.java:[60,34] org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTileGrid.java:[60,84] org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTileGrid.java:[151,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTileGrid.java:[168,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTileGrid.java:[197,13] org.eclipse.scout.rt.client.ui.tile.ITileGridUIFacade is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.ITileGridUIFacade should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTileGrid.java:[202,10] org.eclipse.scout.rt.client.ui.tile.ITileGridUIFacade is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.ITileGridUIFacade should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTileGrid.java:[920,63] org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTileGrid.java:[929,45] org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTileGrid.java:[957,52] org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTileGrid.java:[963,52] org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTileGrid.java:[969,52] org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/transformation/MobileDeviceTransformer.java:[173,29] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/transformation/MobileDeviceTransformer.java:[175,31] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/transformation/MobileDeviceTransformer.java:[179,38] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/transformation/MobileDeviceTransformer.java:[290,34] org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.IRadioButtonGroup is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.IRadioButtonGroup should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/transformation/MobileDeviceTransformer.java:[405,44] org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.IRadioButtonGroup is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.IRadioButtonGroup should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/AbstractFormField.java:[697,29] org.eclipse.scout.rt.client.ui.form.fields.IValueField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.IValueField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/AbstractFormField.java:[744,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/AbstractFormField.java:[918,21] Unsupported @SuppressWarnings("squid:S1244") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/AbstractFormField.java:[966,7] org.eclipse.scout.rt.client.ui.form.fields.IValueField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.IValueField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/AbstractFormField.java:[1952,30] org.eclipse.scout.rt.client.ui.form.fields.IValueField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.IValueField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/AbstractFormField.java:[1953,5] org.eclipse.scout.rt.client.ui.form.fields.IValueField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.IValueField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/AbstractFormField.java:[1969,10] org.eclipse.scout.rt.client.ui.form.fields.IValueField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.IValueField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/AbstractFormField.java:[2089,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/AbstractFormField.java:[2138,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/fields/AbstractTableFieldTile.java:[46,21] Unsupported @SuppressWarnings("findbugs:NP_BOOLEAN_RETURN_NULL") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/fields/AbstractTableFieldTile.java:[56,21] Unsupported @SuppressWarnings("findbugs:NP_BOOLEAN_RETURN_NULL") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/fields/AbstractTableFieldTile.java:[66,21] Unsupported @SuppressWarnings("findbugs:NP_BOOLEAN_RETURN_NULL") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/TableRow.java:[219,24] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/TableRow.java:[234,23] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/TableRow.java:[247,32] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/js/AbstractJsForm.java:[45,23] Type safety: The expression of type java.lang.Class needs unchecked conversion to conform to java.lang.Class [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/js/AbstractJsForm.java:[47,24] Type safety: The expression of type java.lang.Class needs unchecked conversion to conform to java.lang.Class [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/js/AbstractJsForm.java:[103,12] Type safety: Unchecked cast from java.lang.Object to IN [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/action/tree/IActionNode.java:[17,40] org.eclipse.scout.rt.client.ui.action.tree.IActionNode is a raw type. References to generic type org.eclipse.scout.rt.client.ui.action.tree.IActionNode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/ValidationFailedStatus.java:[71,5] org.eclipse.scout.rt.client.ui.form.fields.ValidationFailedStatus is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.ValidationFailedStatus should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/ValidationFailedStatus.java:[71,37] org.eclipse.scout.rt.client.ui.form.fields.ValidationFailedStatus is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.ValidationFailedStatus should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/fields/AbstractBrowserFieldTile.java:[41,21] Unsupported @SuppressWarnings("findbugs:NP_BOOLEAN_RETURN_NULL") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/AbstractWidget.java:[516,21] Unsupported @SuppressWarnings("RedundantIfStatement") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/IOutline.java:[85,14] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/IOutline.java:[92,14] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/IOutline.java:[92,57] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/IOutline.java:[142,14] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/IOutline.java:[144,14] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/IOutline.java:[144,58] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/TableRowMapper.java:[22,16] org.eclipse.scout.rt.client.ui.basic.table.internal.RowToHolderMapper is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.internal.RowToHolderMapper should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/TableRowMapper.java:[23,16] org.eclipse.scout.rt.client.ui.basic.table.internal.HolderToRowMapper is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.internal.HolderToRowMapper should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/TableRowMapper.java:[69,14] org.eclipse.scout.rt.client.ui.basic.table.internal.RowToHolderMapper is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.internal.RowToHolderMapper should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/TableRowMapper.java:[84,14] org.eclipse.scout.rt.client.ui.basic.table.internal.HolderToRowMapper is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.internal.HolderToRowMapper should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/AbstractForm.java:[199,11] org.eclipse.scout.rt.client.ui.wizard.IWizardStep is a raw type. References to generic type org.eclipse.scout.rt.client.ui.wizard.IWizardStep should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/AbstractForm.java:[667,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/AbstractForm.java:[672,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/AbstractForm.java:[1050,31] org.eclipse.scout.rt.client.ui.wizard.IWizardStep is a raw type. References to generic type org.eclipse.scout.rt.client.ui.wizard.IWizardStep should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/AbstractForm.java:[1195,7] org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData is a raw type. References to generic type org.eclipse.scout.rt.shared.data.form.properties.AbstractPropertyData should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/AbstractForm.java:[1399,10] org.eclipse.scout.rt.client.ui.wizard.IWizardStep is a raw type. References to generic type org.eclipse.scout.rt.client.ui.wizard.IWizardStep should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/AbstractForm.java:[1567,5] org.eclipse.scout.rt.client.ui.form.fields.wrappedform.IWrappedFormField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.wrappedform.IWrappedFormField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/AbstractForm.java:[1572,10] org.eclipse.scout.rt.client.ui.form.fields.wrappedform.IWrappedFormField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.wrappedform.IWrappedFormField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/AbstractForm.java:[2085,14] org.eclipse.scout.rt.client.ui.form.fields.IValueField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.IValueField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/AbstractForm.java:[2594,21] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/AbstractForm.java:[2626,21] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/form/fields/tilefield/ITileFieldExtension.java:[22,34] org.eclipse.scout.rt.client.extension.ui.form.fields.tilefield.TileFieldChains.TileFieldDragRequestChain is a raw type. References to generic type org.eclipse.scout.rt.client.extension.ui.form.fields.tilefield.TileFieldChains.TileFieldDragRequestChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/form/fields/tilefield/ITileFieldExtension.java:[24,24] org.eclipse.scout.rt.client.extension.ui.form.fields.tilefield.TileFieldChains.TileFieldDropRequestChain is a raw type. References to generic type org.eclipse.scout.rt.client.extension.ui.form.fields.tilefield.TileFieldChains.TileFieldDropRequestChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTableRowBuilder.java:[71,21] java.util.Collection is a raw type. References to generic type java.util.Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/action/ActionUtility.java:[40,21] Unsupported @SuppressWarnings("DeprecatedIsStillUsed") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/action/tree/IActionNodeExtension.java:[16,49] org.eclipse.scout.rt.client.ui.action.tree.IActionNode is a raw type. References to generic type org.eclipse.scout.rt.client.ui.action.tree.IActionNode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/form/fields/pagefield/AbstractPageFieldExtension.java:[17,60] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/TileGridEvent.java:[21,30] Unsupported @SuppressWarnings("squid:S2057") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/TileGridEvent.java:[32,24] org.eclipse.scout.rt.client.ui.tile.ITileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.ITileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/TileGridEvent.java:[36,24] org.eclipse.scout.rt.client.ui.tile.ITileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.ITileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/TileGridEvent.java:[42,10] org.eclipse.scout.rt.client.ui.tile.ITileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.ITileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/TileGridEvent.java:[43,13] org.eclipse.scout.rt.client.ui.tile.ITileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.ITileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/wizard/AbstractWizard.java:[170,16] org.eclipse.scout.rt.client.ui.wizard.IWizardStep is a raw type. References to generic type org.eclipse.scout.rt.client.ui.wizard.IWizardStep should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/wizard/AbstractWizard.java:[173,26] org.eclipse.scout.rt.client.ui.wizard.IWizardStep is a raw type. References to generic type org.eclipse.scout.rt.client.ui.wizard.IWizardStep should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/wizard/AbstractWizard.java:[380,12] org.eclipse.scout.rt.client.ui.wizard.IWizardStep is a raw type. References to generic type org.eclipse.scout.rt.client.ui.wizard.IWizardStep should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/wizard/AbstractWizard.java:[386,12] org.eclipse.scout.rt.client.ui.wizard.IWizardStep is a raw type. References to generic type org.eclipse.scout.rt.client.ui.wizard.IWizardStep should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/tree/TreeEvent.java:[29,30] Unsupported @SuppressWarnings("squid:S2057") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/plannerfield/AbstractPlannerField.java:[45,27] org.eclipse.scout.rt.client.ui.basic.planner.IPlanner is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.IPlanner should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/plannerfield/AbstractPlannerField.java:[46,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/plannerfield/AbstractPlannerField.java:[112,10] org.eclipse.scout.rt.client.ui.basic.planner.IPlanner is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.IPlanner should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/plannerfield/AbstractPlannerField.java:[115,23] org.eclipse.scout.rt.client.ui.basic.planner.IPlanner is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.IPlanner should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/plannerfield/AbstractPlannerField.java:[125,9] org.eclipse.scout.rt.client.ui.basic.planner.AbstractPlanner is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.AbstractPlanner should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/FormEvent.java:[24,30] Unsupported @SuppressWarnings("squid:S2057") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/TableUtility.java:[191,91] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/listbox/AbstractListBoxFilterBox.java:[42,22] org.eclipse.scout.rt.client.ui.form.fields.listbox.IListBox is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.listbox.IListBox should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/treebox/ActiveOrCheckedNodesFilter.java:[19,17] org.eclipse.scout.rt.client.ui.form.fields.treebox.ITreeBox is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.treebox.ITreeBox should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/treebox/ActiveOrCheckedNodesFilter.java:[22,37] org.eclipse.scout.rt.client.ui.form.fields.treebox.ITreeBox is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.treebox.ITreeBox should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ISortOrderColumn.java:[18,51] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/MultiTimeRange.java:[128,10] java.util.Collection is a raw type. References to generic type java.util.Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/MultiTimeRange.java:[233,5] java.util.SortedMap is a raw type. References to generic type java.util.SortedMap should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/columns/AbstractSmartColumn.java:[486,21] Unsupported @SuppressWarnings("bsiRulesDefinition:orderMissing") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/columns/AbstractSmartColumn.java:[516,7] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/internal/VirtualDesktop.java:[712,28] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/action/menu/root/IContextMenuExtension.java:[15,54] org.eclipse.scout.rt.client.ui.action.menu.root.AbstractContextMenu is a raw type. References to generic type org.eclipse.scout.rt.client.ui.action.menu.root.AbstractContextMenu should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/groupbox/internal/GroupBoxProcessButtonGrid.java:[46,10] java.util.Iterator is a raw type. References to generic type java.util.Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/groupbox/internal/matrix/MatrixCursor.java:[16,20] Unsupported @SuppressWarnings("squid:S00116") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/groupbox/internal/matrix/MatrixCursor.java:[16,36] Unsupported @SuppressWarnings("squid:ClassVariableVisibilityCheck") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/form/fields/accordionfield/AbstractAccordionFieldExtension.java:[26,41] org.eclipse.scout.rt.client.extension.ui.form.fields.accordionfield.AccordionFieldChains.AccordionFieldDragRequestChain is a raw type. References to generic type org.eclipse.scout.rt.client.extension.ui.form.fields.accordionfield.AccordionFieldChains.AccordionFieldDragRequestChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/form/fields/accordionfield/AbstractAccordionFieldExtension.java:[31,31] org.eclipse.scout.rt.client.extension.ui.form.fields.accordionfield.AccordionFieldChains.AccordionFieldDropRequestChain is a raw type. References to generic type org.eclipse.scout.rt.client.extension.ui.form.fields.accordionfield.AccordionFieldChains.AccordionFieldDropRequestChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTileTableHeader.java:[141,56] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTileTableHeader.java:[200,69] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTileTableHeader.java:[257,25] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTileTableHeader.java:[261,39] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTileTableHeader.java:[265,52] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTileTableHeader.java:[271,51] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTileTableHeader.java:[276,63] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTileTableHeader.java:[280,41] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTileTableHeader.java:[281,28] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTileTableHeader.java:[283,36] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTileTableHeader.java:[286,12] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTileTableHeader.java:[300,76] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTileTableHeader.java:[304,55] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTileTableHeader.java:[305,42] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/AbstractTileTableHeader.java:[307,12] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/FormStore.java:[152,7] java.util.List is a raw type. References to generic type java.util.List should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/fields/AbstractButtonTile.java:[54,21] Unsupported @SuppressWarnings("findbugs:NP_BOOLEAN_RETURN_NULL") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/action/menu/root/AbstractContextMenu.java:[154,45] org.eclipse.scout.rt.client.ui.action.menu.root.AbstractContextMenu is a raw type. References to generic type org.eclipse.scout.rt.client.ui.action.menu.root.AbstractContextMenu should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/action/menu/root/AbstractContextMenu.java:[155,42] org.eclipse.scout.rt.client.ui.action.menu.root.AbstractContextMenu is a raw type. References to generic type org.eclipse.scout.rt.client.ui.action.menu.root.AbstractContextMenu should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/action/menu/root/AbstractContextMenu.java:[165,66] org.eclipse.scout.rt.client.ui.action.menu.root.AbstractContextMenu is a raw type. References to generic type org.eclipse.scout.rt.client.ui.action.menu.root.AbstractContextMenu should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/TableRowComparator.java:[20,19] Unsupported @SuppressWarnings("squid:S2063") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/TableRowComparator.java:[30,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/organizer/OrganizeColumnsForm.java:[755,15] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/organizer/OrganizeColumnsForm.java:[785,17] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/organizer/OrganizeColumnsForm.java:[808,17] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/organizer/OrganizeColumnsForm.java:[1585,13] org.eclipse.scout.rt.client.ui.basic.table.columns.INumberColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.INumberColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/organizer/OrganizeColumnsForm.java:[1585,97] org.eclipse.scout.rt.client.ui.basic.table.columns.INumberColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.INumberColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/OutlineMediator.java:[108,92] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/OutlineMediator.java:[108,111] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/OutlineMediator.java:[116,54] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/outline/OutlineMediator.java:[116,73] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/breadcrumbbarfield/AbstractBreadcrumbBarField.java:[64,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/imagefield/ImageFieldEvent.java:[21,30] Unsupported @SuppressWarnings("squid:S2057") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/TableRowDataMapper.java:[47,21] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/TableRowDataMapper.java:[66,7] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/TableRowDataMapper.java:[105,13] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/TableRowDataMapper.java:[139,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/TableRowDataMapper.java:[155,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/TableRowDataMapper.java:[184,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/desktop/hybrid/AbstractHybridAction.java:[34,23] Type safety: The expression of type java.lang.Class needs unchecked conversion to conform to java.lang.Class [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/IForm.java:[220,3] org.eclipse.scout.rt.client.ui.wizard.IWizardStep is a raw type. References to generic type org.eclipse.scout.rt.client.ui.wizard.IWizardStep should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/IForm.java:[230,24] org.eclipse.scout.rt.client.ui.wizard.IWizardStep is a raw type. References to generic type org.eclipse.scout.rt.client.ui.wizard.IWizardStep should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/IForm.java:[358,3] org.eclipse.scout.rt.client.ui.form.fields.wrappedform.IWrappedFormField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.wrappedform.IWrappedFormField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/columns/AbstractRestLookupSmartColumn.java:[40,21] Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/columns/AbstractProposalColumn.java:[189,21] Unsupported @SuppressWarnings("bsiRulesDefinition:orderMissing") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/columns/AbstractObjectColumn.java:[50,13] java.lang.Comparable is a raw type. References to generic type java.lang.Comparable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/organizer/ITableOrganizer.java:[23,29] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/organizer/ITableOrganizer.java:[25,30] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/organizer/ITableOrganizer.java:[29,21] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/organizer/ITableOrganizer.java:[31,21] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/tilefield/AbstractTileField.java:[63,10] org.eclipse.scout.rt.client.ui.tile.ITileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.ITileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/tilefield/AbstractTileField.java:[64,5] org.eclipse.scout.rt.client.ui.tile.ITileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.ITileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/tilefield/AbstractTileField.java:[69,21] org.eclipse.scout.rt.client.ui.tile.ITileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.ITileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/tilefield/AbstractTileField.java:[76,27] org.eclipse.scout.rt.client.ui.tile.ITileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.ITileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/tilefield/AbstractTileField.java:[77,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/tilefield/AbstractTileField.java:[243,46] org.eclipse.scout.rt.client.ui.form.fields.tilefield.AbstractTileField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.tilefield.AbstractTileField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/tilefield/AbstractTileField.java:[254,43] org.eclipse.scout.rt.client.extension.ui.form.fields.tilefield.TileFieldChains.TileFieldDragRequestChain is a raw type. References to generic type org.eclipse.scout.rt.client.extension.ui.form.fields.tilefield.TileFieldChains.TileFieldDragRequestChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/tilefield/AbstractTileField.java:[259,33] org.eclipse.scout.rt.client.extension.ui.form.fields.tilefield.TileFieldChains.TileFieldDropRequestChain is a raw type. References to generic type org.eclipse.scout.rt.client.extension.ui.form.fields.tilefield.TileFieldChains.TileFieldDropRequestChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/messagebox/MessageBoxes.java:[121,55] java.util.Collection is a raw type. References to generic type java.util.Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/dto/PageData.java:[29,3] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/group/AbstractGroup.java:[129,21] Unsupported @SuppressWarnings("squid:S1244") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/group/AbstractGroup.java:[364,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/calendarfield/AbstractCalendarField.java:[55,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/common/file/FileService.java:[28,19] Unsupported @SuppressWarnings("findbugs:RV_RETURN_VALUE_IGNORED_BAD_PRACTICE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTileAccordion.java:[64,34] org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTileAccordion.java:[64,94] org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTileAccordion.java:[190,13] org.eclipse.scout.rt.client.ui.tile.ITileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.ITileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTileAccordion.java:[353,22] org.eclipse.scout.rt.client.ui.tile.ITileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.ITileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTileAccordion.java:[368,25] org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTileAccordion.java:[425,25] org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTileAccordion.java:[478,30] org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTileAccordion.java:[661,5] org.eclipse.scout.rt.client.ui.tile.ITileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.ITileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTileAccordion.java:[802,58] org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTileAccordion.java:[811,50] org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTileAccordion.java:[839,47] org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTileAccordion.java:[845,47] org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/tile/AbstractTileAccordion.java:[851,47] org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileAccordion should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ITableRow.java:[87,17] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ITableRow.java:[91,16] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/table/ITableRow.java:[95,25] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/button/AbstractButton.java:[281,13] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/datefield/AbstractDateField.java:[159,21] Unsupported @SuppressWarnings("squid:S1185") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/datefield/AbstractDateField.java:[169,21] Unsupported @SuppressWarnings("squid:S1185") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/basic/table/ISortOrderColumnExtension.java:[16,108] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/services/lookup/AbstractRestLookupCall.java:[92,47] Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/desktop/outline/pages/IPageExtension.java:[32,47] org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/form/fields/pagefield/PageFieldChains.java:[25,71] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/form/fields/pagefield/PageFieldChains.java:[32,62] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/Resource.java:[21,53] org.eclipse.scout.rt.client.ui.basic.planner.IActivityObserver is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.IActivityObserver should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/planner/Resource.java:[132,31] org.eclipse.scout.rt.client.ui.basic.planner.Activity is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Activity should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/tablefield/TableFieldReloadHandler.java:[24,17] org.eclipse.scout.rt.client.ui.form.fields.tablefield.ITableField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.tablefield.ITableField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/tablefield/TableFieldReloadHandler.java:[26,34] org.eclipse.scout.rt.client.ui.form.fields.tablefield.ITableField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.tablefield.ITableField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/calendar/AbstractCalendar.java:[171,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/basic/calendar/AbstractCalendar.java:[178,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/pagefield/AbstractPageField.java:[42,54] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/pagefield/AbstractPageField.java:[289,60] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/ClientUIPreferences.java:[362,30] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/ClientUIPreferences.java:[370,55] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/ClientUIPreferences.java:[377,41] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/ClientUIPreferences.java:[381,41] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/ClientUIPreferences.java:[385,41] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/ClientUIPreferences.java:[399,31] org.eclipse.scout.rt.client.ui.basic.table.columns.INumberColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.INumberColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/ClientUIPreferences.java:[403,28] org.eclipse.scout.rt.client.ui.basic.table.columns.INumberColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.INumberColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/ClientUIPreferences.java:[468,44] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/ClientUIPreferences.java:[483,42] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/ClientUIPreferences.java:[514,47] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/ClientUIPreferences.java:[543,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/ClientUIPreferences.java:[555,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/ClientUIPreferences.java:[567,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/ClientUIPreferences.java:[628,12] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/ClientUIPreferences.java:[661,34] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/ClientUIPreferences.java:[665,34] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/ClientUIPreferences.java:[689,48] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/ClientUIPreferences.java:[697,40] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/ClientUIPreferences.java:[701,40] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/ClientUIPreferences.java:[714,38] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/ClientUIPreferences.java:[718,38] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/ClientUIPreferences.java:[736,38] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/ClientUIPreferences.java:[762,40] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/ClientUIPreferences.java:[776,51] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/ClientUIPreferences.java:[790,46] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/desktop/outline/pages/PageWithTableChains.java:[60,24] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/extension/ui/desktop/outline/pages/PageWithTableChains.java:[60,71] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/beanfield/AbstractBeanField.java:[70,5] org.eclipse.scout.rt.client.extension.ui.form.fields.beanfield.BeanFieldChains.BeanFieldAppLinkActionChain is a raw type. References to generic type org.eclipse.scout.rt.client.extension.ui.form.fields.beanfield.BeanFieldChains.BeanFieldAppLinkActionChain should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/stringfield/AbstractStringField.java:[514,38] org.eclipse.scout.rt.client.ui.form.fields.AbstractBasicField.P_UIFacade is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.AbstractBasicField.P_UIFacade should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/action/tree/AbstractActionNode.java:[32,52] org.eclipse.scout.rt.client.ui.action.tree.IActionNode is a raw type. References to generic type org.eclipse.scout.rt.client.ui.action.tree.IActionNode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/action/tree/AbstractActionNode.java:[66,32] org.eclipse.scout.rt.client.ui.action.tree.IActionNode is a raw type. References to generic type org.eclipse.scout.rt.client.ui.action.tree.IActionNode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/action/tree/AbstractActionNode.java:[67,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/action/tree/AbstractActionNode.java:[68,16] org.eclipse.scout.rt.client.ui.action.tree.IActionNode is a raw type. References to generic type org.eclipse.scout.rt.client.ui.action.tree.IActionNode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/action/tree/AbstractActionNode.java:[78,26] org.eclipse.scout.rt.client.ui.action.tree.IActionNode is a raw type. References to generic type org.eclipse.scout.rt.client.ui.action.tree.IActionNode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/action/tree/AbstractActionNode.java:[79,26] org.eclipse.scout.rt.client.ui.action.tree.IActionNode is a raw type. References to generic type org.eclipse.scout.rt.client.ui.action.tree.IActionNode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/action/tree/AbstractActionNode.java:[84,10] org.eclipse.scout.rt.client.ui.action.tree.IActionNode is a raw type. References to generic type org.eclipse.scout.rt.client.ui.action.tree.IActionNode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/action/tree/AbstractActionNode.java:[85,10] org.eclipse.scout.rt.client.ui.action.tree.IActionNode is a raw type. References to generic type org.eclipse.scout.rt.client.ui.action.tree.IActionNode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/action/tree/AbstractActionNode.java:[103,31] org.eclipse.scout.rt.client.ui.action.tree.IActionNode is a raw type. References to generic type org.eclipse.scout.rt.client.ui.action.tree.IActionNode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/action/tree/AbstractActionNode.java:[230,61] org.eclipse.scout.rt.client.ui.action.tree.IActionNode is a raw type. References to generic type org.eclipse.scout.rt.client.ui.action.tree.IActionNode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/groupbox/internal/matrix/VerticalGridMatrix.java:[237,22] Unsupported @SuppressWarnings("squid:S00116") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/groupbox/internal/matrix/VerticalGridMatrix.java:[237,38] Unsupported @SuppressWarnings("squid:ClassVariableVisibilityCheck") [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.client --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.client --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.client --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.client --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/target/org.eclipse.scout.rt.client-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.client --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.client --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.client --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.client --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.client --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client/24.2-SNAPSHOT/org.eclipse.scout.rt.client-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/target/org.eclipse.scout.rt.client-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client/24.2-SNAPSHOT/org.eclipse.scout.rt.client-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client/target/org.eclipse.scout.rt.client-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client/24.2-SNAPSHOT/org.eclipse.scout.rt.client-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.client --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 14 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client/24.2-SNAPSHOT/org.eclipse.scout.rt.client-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client/24.2-SNAPSHOT/org.eclipse.scout.rt.client-24.2-20240629.001225-135.pom (1.4 kB at 13 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client/24.2-SNAPSHOT/org.eclipse.scout.rt.client-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client/24.2-SNAPSHOT/org.eclipse.scout.rt.client-24.2-20240629.001225-135-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client/24.2-SNAPSHOT/org.eclipse.scout.rt.client-24.2-20240629.001225-135-sources.jar (1.4 MB at 4.2 MB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client/24.2-SNAPSHOT/org.eclipse.scout.rt.client-24.2-20240629.001225-135.jar (3.2 MB at 9.0 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client/maven-metadata.xml (521 B at 65 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 4.8 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client/maven-metadata.xml (521 B at 5.3 kB/s) [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.client.test >-------- [INFO] Building org.eclipse.scout.rt.client.test 24.2-SNAPSHOT [48/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.client.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.client.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.client.test --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.client.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/main/java/org/eclipse/scout/rt/testing/client/runner/statement/ClientRunContextStatement.java:[12,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/main/java/org/eclipse/scout/rt/testing/client/runner/statement/ClientRunContextStatement.java:[55,44] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/main/java/org/eclipse/scout/rt/testing/client/runner/statement/ClientRunContextStatement.java:[55,55] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/main/java/org/eclipse/scout/rt/testing/client/runner/statement/ClientRunContextStatement.java:[55,72] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/main/java/org/eclipse/scout/rt/testing/client/runner/statement/ClientRunContextStatement.java:[65,11] org.eclipse.scout.rt.platform.IBean is a raw type. References to generic type org.eclipse.scout.rt.platform.IBean should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/main/java/org/eclipse/scout/testing/client/ScoutClientAssert.java:[46,5] java.util.List is a raw type. References to generic type java.util.List should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/main/java/org/eclipse/scout/testing/client/ScoutClientAssert.java:[46,26] org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox.DefaultListBoxTable is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox.DefaultListBoxTable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/main/java/org/eclipse/scout/rt/testing/client/mock/ClientMockBeanDataProducer.java:[25,27] org.eclipse.scout.rt.testing.platform.mock.MockBeanInstanceProducer is a raw type. References to generic type org.eclipse.scout.rt.testing.platform.mock.MockBeanInstanceProducer should be parameterized [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.client.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.client.test --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.client.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/job/MutualExclusionTest.java:[624,24] java.util.concurrent.Future is a raw type. References to generic type java.util.concurrent.Future should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/job/MutualExclusionTest.java:[691,24] java.util.concurrent.Future is a raw type. References to generic type java.util.concurrent.Future should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/testing/client/runner/ClientTestRunnerDifferentSessionTest.java:[15,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/testing/client/runner/ClientTestRunnerDifferentSessionTest.java:[91,20] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/testing/client/runner/ClientTestRunnerDifferentSessionTest.java:[91,31] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/testing/client/runner/ClientTestRunnerDifferentSessionTest.java:[91,48] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/extension/ui/action/tree/fixture/TestMenus.java:[37,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/cache/ClientCacheTest.java:[33,31] org.eclipse.scout.rt.shared.clientnotification.IDispatchingNotificationHandler is a raw type. References to generic type org.eclipse.scout.rt.shared.clientnotification.IDispatchingNotificationHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/cache/ClientCacheTest.java:[35,10] org.eclipse.scout.rt.shared.clientnotification.IDispatchingNotificationHandler is a raw type. References to generic type org.eclipse.scout.rt.shared.clientnotification.IDispatchingNotificationHandler should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/context/ClientRunContextChainTest.java:[62,38] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/context/ClientRunContextChainTest.java:[67,41] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/context/ClientRunContextChainTest.java:[72,38] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/context/ClientRunContextChainTest.java:[91,37] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/context/ClientRunContextChainTest.java:[96,39] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/context/ClientRunContextChainTest.java:[101,36] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/context/ClientRunContextChainTest.java:[116,37] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/context/ClientRunContextChainTest.java:[121,36] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/context/ClientRunContextChainTest.java:[126,36] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/context/ClientRunContextChainTest.java:[131,33] org.eclipse.scout.rt.platform.util.ThreadLocalProcessor is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ThreadLocalProcessor should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/wizard/AbstractWizardTest.java:[48,5] org.eclipse.scout.rt.client.ui.wizard.IWizardStep is a raw type. References to generic type org.eclipse.scout.rt.client.ui.wizard.IWizardStep should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/wizard/AbstractWizardTest.java:[49,5] org.eclipse.scout.rt.client.ui.wizard.IWizardStep is a raw type. References to generic type org.eclipse.scout.rt.client.ui.wizard.IWizardStep should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/wizard/AbstractWizardTest.java:[50,5] org.eclipse.scout.rt.client.ui.wizard.IWizardStep is a raw type. References to generic type org.eclipse.scout.rt.client.ui.wizard.IWizardStep should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/wizard/AbstractWizardTest.java:[51,5] org.eclipse.scout.rt.client.ui.wizard.IWizardStep is a raw type. References to generic type org.eclipse.scout.rt.client.ui.wizard.IWizardStep should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/services/common/search/DefaultSearchFilterServiceTest.java:[252,20] org.eclipse.scout.rt.shared.services.lookup.LookupRow is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupRow should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/services/common/search/DefaultSearchFilterServiceTest.java:[253,20] org.eclipse.scout.rt.shared.services.lookup.LookupRow is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupRow should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/services/common/search/DefaultSearchFilterServiceTest.java:[254,20] org.eclipse.scout.rt.shared.services.lookup.LookupRow is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupRow should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/services/common/search/DefaultSearchFilterServiceTest.java:[255,20] org.eclipse.scout.rt.shared.services.lookup.LookupRow is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupRow should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/services/common/search/DefaultSearchFilterServiceTest.java:[256,20] org.eclipse.scout.rt.shared.services.lookup.LookupRow is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupRow should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/services/common/search/DefaultSearchFilterServiceTest.java:[266,20] org.eclipse.scout.rt.shared.services.lookup.LookupRow is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupRow should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/services/common/search/DefaultSearchFilterServiceTest.java:[267,20] org.eclipse.scout.rt.shared.services.lookup.LookupRow is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupRow should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/services/common/search/DefaultSearchFilterServiceTest.java:[268,20] org.eclipse.scout.rt.shared.services.lookup.LookupRow is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupRow should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/services/common/search/DefaultSearchFilterServiceTest.java:[269,20] org.eclipse.scout.rt.shared.services.lookup.LookupRow is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupRow should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/services/common/search/DefaultSearchFilterServiceTest.java:[270,20] org.eclipse.scout.rt.shared.services.lookup.LookupRow is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.LookupRow should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/services/common/search/DefaultSearchFilterServiceTest.java:[298,45] org.eclipse.scout.rt.client.ui.form.fields.button.AbstractRadioButton is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.button.AbstractRadioButton should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/smartfield/SmartFieldLookupTest.java:[210,5] org.eclipse.scout.rt.shared.services.lookup.ILookupRowFetchedCallback is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.ILookupRowFetchedCallback should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/PageWithTableGroupingTest.java:[42,18] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/PageWithTableGroupingTest.java:[72,88] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/radiobuttongroup/RadioButtonGroupGridTest.java:[93,5] org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.IRadioButtonGroup is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.IRadioButtonGroup should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/radiobuttongroup/RadioButtonGroupGridTest.java:[98,7] org.eclipse.scout.rt.client.ui.form.fields.button.IRadioButton is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.button.IRadioButton should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/table/columns/AbstractSmartColumnTest.java:[54,11] org.eclipse.scout.rt.client.ui.form.fields.IValueField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.IValueField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/tile/TileAccordionTest.java:[411,7] org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/tile/TileAccordionTest.java:[438,7] org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.AbstractTileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerMenuTest.java:[107,29] org.eclipse.scout.rt.client.ui.basic.planner.IPlanner is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.IPlanner should be parameterized [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/shared/data/form/FormDataCloneTest.java:[40,21] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/extension/ui/form/fields/NestedContributionTest.java:[49,15] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/extension/ui/form/fields/NestedContributionTest.java:[52,20] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/extension/ui/form/fields/NestedContributionTest.java:[54,11] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/WidgetVisitorTest.java:[172,30] org.eclipse.scout.rt.client.ui.action.tree.IActionNode is a raw type. References to generic type org.eclipse.scout.rt.client.ui.action.tree.IActionNode should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/PageWithTableGroupingWithHeaderSortColumnsTest.java:[40,18] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/PageWithTableGroupingWithHeaderSortColumnsTest.java:[58,51] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/PageWithTableGroupingWithHeaderSortColumnsTest.java:[62,51] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/PageWithTableGroupingWithHeaderSortColumnsTest.java:[107,51] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/PageWithTableGroupingWithHeaderSortColumnsTest.java:[111,51] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/table/columns/AbstractColumnTest.java:[183,5] org.eclipse.scout.rt.client.ui.form.fields.IValueField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.IValueField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/table/columns/AbstractColumnTest.java:[183,26] org.eclipse.scout.rt.client.ui.form.fields.IValueField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.IValueField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/table/columns/ColumnEditableTest.java:[70,5] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/table/columns/ColumnEditableTest.java:[88,5] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnMandatoryTest.java:[62,5] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnMandatoryTest.java:[87,5] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/table/ColumnMandatoryTest.java:[99,5] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[92,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[93,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[94,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[95,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[96,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[97,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[98,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[99,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[100,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[101,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[102,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[103,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[104,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[105,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[106,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[107,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[108,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[109,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[110,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[111,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[115,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[116,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[117,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[118,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[119,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[120,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[121,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[122,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[123,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[124,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[125,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[126,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[127,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[128,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[129,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[130,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[131,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[132,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[133,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[134,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[138,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[139,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[140,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[141,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[142,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[143,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[144,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[145,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[146,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[147,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[148,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[149,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[150,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[151,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[152,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[153,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[154,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[155,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[156,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/numberfield/AbstractNumberFieldLenientParsingTest.java:[157,13] org.eclipse.scout.rt.platform.util.ImmutablePair is a raw type. References to generic type org.eclipse.scout.rt.platform.util.ImmutablePair should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/smartfield/SmartFieldTest.java:[336,5] org.eclipse.scout.rt.client.services.lookup.ILookupCallResult is a raw type. References to generic type org.eclipse.scout.rt.client.services.lookup.ILookupCallResult should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/smartfield/SmartFieldTest.java:[350,5] org.eclipse.scout.rt.client.services.lookup.ILookupCallResult is a raw type. References to generic type org.eclipse.scout.rt.client.services.lookup.ILookupCallResult should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/smartfield/SmartFieldTest.java:[364,5] org.eclipse.scout.rt.client.services.lookup.ILookupCallResult is a raw type. References to generic type org.eclipse.scout.rt.client.services.lookup.ILookupCallResult should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/table/columns/AbstractProposalColumnTest.java:[56,5] org.eclipse.scout.rt.shared.services.lookup.ILookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.ILookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/PageWithTableGroupingWithSortingTest.java:[40,18] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/PageWithTableGroupingWithSortingTest.java:[58,51] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/PageWithTableGroupingWithSortingTest.java:[58,97] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/PageWithTableGroupingWithSortingTest.java:[77,51] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/FormFieldEnabledTest.java:[407,40] org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBufferTest.java:[37,24] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBufferTest.java:[59,10] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBufferTest.java:[60,11] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBufferTest.java:[61,11] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBufferTest.java:[65,10] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBufferTest.java:[66,11] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBufferTest.java:[75,26] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBufferTest.java:[78,10] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBufferTest.java:[99,26] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBufferTest.java:[129,16] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBufferTest.java:[146,16] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBufferTest.java:[310,10] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBufferTest.java:[320,16] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBufferTest.java:[321,10] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBufferTest.java:[328,11] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/planner/PlannerEventBufferTest.java:[329,5] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/extension/ui/outline/pages/TablePageExtensionTest.java:[118,21] Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/extension/ui/outline/pages/TablePageExtensionTest.java:[119,144] org.eclipse.scout.rt.client.extension.ui.action.menu.IMenuExtension is a raw type. References to generic type org.eclipse.scout.rt.client.extension.ui.action.menu.IMenuExtension should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/extension/ui/outline/pages/TablePageExtensionTest.java:[126,5] org.eclipse.scout.rt.client.extension.ui.outline.pages.fixture.AbstractPersonTablePage.Table.EditMenu is a raw type. References to generic type org.eclipse.scout.rt.client.extension.ui.outline.pages.fixture.AbstractPersonTablePage.Table.EditMenu should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/table/columns/ColumnAutoResizeTest.java:[55,22] org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPageWithTable is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPageWithTable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/table/columns/ColumnAutoResizeTest.java:[58,5] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/pagefield/PageFieldTest.java:[71,59] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/clientnotification/AbstractObservableNotificationHandlerTest.java:[145,5] org.eclipse.scout.rt.shared.notification.INotificationListener is a raw type. References to generic type org.eclipse.scout.rt.shared.notification.INotificationListener should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/clientnotification/AbstractObservableNotificationHandlerTest.java:[146,5] org.eclipse.scout.rt.shared.notification.INotificationListener is a raw type. References to generic type org.eclipse.scout.rt.shared.notification.INotificationListener should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/table/columns/AbstractMixedSmartColumnTest.java:[118,5] org.eclipse.scout.rt.shared.services.lookup.ILookupCall is a raw type. References to generic type org.eclipse.scout.rt.shared.services.lookup.ILookupCall should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/table/columns/AbstractMixedSmartColumnTest.java:[145,52] org.eclipse.scout.rt.client.ui.form.fields.ValidationFailedStatus is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.ValidationFailedStatus should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/action/menu/TableMenuTest.java:[316,26] java.util.Collection is a raw type. References to generic type java.util.Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/testing/client/runner/ClientTestRunnerSameSessionTest.java:[15,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/testing/client/runner/ClientTestRunnerSameSessionTest.java:[74,20] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/testing/client/runner/ClientTestRunnerSameSessionTest.java:[74,31] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/testing/client/runner/ClientTestRunnerSameSessionTest.java:[74,48] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/action/menu/TreeMenuTest.java:[106,26] java.util.Collection is a raw type. References to generic type java.util.Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/basic/table/organizer/OrganizeColumnsFormRegressionTest.java:[78,11] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/ImportFormDataWithFiltersTest.java:[136,37] org.eclipse.scout.rt.client.ui.form.fields.IValueField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.IValueField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/FormFieldVisibilityTest.java:[213,40] org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/testing/client/runner/fixture/LoginTestClientSessionProvider.java:[12,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/testing/client/runner/fixture/LoginTestClientSessionProvider.java:[67,30] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/testing/client/runner/fixture/LoginTestClientSessionProvider.java:[67,41] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/testing/client/runner/fixture/LoginTestClientSessionProvider.java:[67,58] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/testing/client/runner/ClientTestRunnerDifferentSubjectTest.java:[15,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/testing/client/runner/ClientTestRunnerDifferentSubjectTest.java:[75,20] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/testing/client/runner/ClientTestRunnerDifferentSubjectTest.java:[75,31] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/testing/client/runner/ClientTestRunnerDifferentSubjectTest.java:[75,48] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/PageWithTableGroupingTestHelper.java:[29,61] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/PageWithTableGroupingTestHelper.java:[29,100] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/desktop/outline/pages/PageWithTableGroupingTestHelper.java:[55,16] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPageWithTable should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/MasterSlaveRelationWithTemplatesFieldTest.java:[168,33] org.eclipse.scout.rt.client.ui.form.fields.IValueField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.IValueField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/src/test/java/org/eclipse/scout/rt/client/ui/form/fields/MasterSlaveRelationWithTemplatesFieldTest.java:[202,35] org.eclipse.scout.rt.client.ui.form.fields.IValueField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.IValueField should be parameterized [INFO] [INFO] --- jandex:3.1.6:jandex (make-test-index) @ org.eclipse.scout.rt.client.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/target/test-classes/jandex.idx [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.client.test --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.client.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.client.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.client.test --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.client.test --- [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.client.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.client.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/24.2-SNAPSHOT/org.eclipse.scout.rt.client.test-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/24.2-SNAPSHOT/org.eclipse.scout.rt.client.test-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/24.2-SNAPSHOT/org.eclipse.scout.rt.client.test-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/24.2-SNAPSHOT/org.eclipse.scout.rt.client.test-24.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/24.2-SNAPSHOT/org.eclipse.scout.rt.client.test-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.client.test --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/24.2-SNAPSHOT/maven-metadata.xml (1.5 kB at 12 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/24.2-SNAPSHOT/org.eclipse.scout.rt.client.test-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/24.2-SNAPSHOT/org.eclipse.scout.rt.client.test-24.2-20240629.001225-135.pom (1.9 kB at 33 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/24.2-SNAPSHOT/org.eclipse.scout.rt.client.test-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/24.2-SNAPSHOT/org.eclipse.scout.rt.client.test-24.2-20240629.001225-135-tests.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/24.2-SNAPSHOT/org.eclipse.scout.rt.client.test-24.2-20240629.001225-135-sources.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/24.2-SNAPSHOT/org.eclipse.scout.rt.client.test-24.2-20240629.001225-135-test-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/24.2-SNAPSHOT/org.eclipse.scout.rt.client.test-24.2-20240629.001225-135.jar (70 kB at 613 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/24.2-SNAPSHOT/org.eclipse.scout.rt.client.test-24.2-20240629.001225-135-sources.jar (35 kB at 280 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/24.2-SNAPSHOT/org.eclipse.scout.rt.client.test-24.2-20240629.001225-135-test-sources.jar (546 kB at 4.2 MB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/24.2-SNAPSHOT/org.eclipse.scout.rt.client.test-24.2-20240629.001225-135-tests.jar (2.2 MB at 13 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/maven-metadata.xml (487 B at 61 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/24.2-SNAPSHOT/maven-metadata.xml (1.5 kB at 9.2 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/maven-metadata.xml (487 B at 7.0 kB/s) [INFO] [INFO] --------< org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client >-------- [INFO] Building org.eclipse.scout.rt.svg.client 24.2-SNAPSHOT [49/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.svg.client --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.svg.client --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.client/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.svg.client --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.svg.client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.client/src/main/java/org/eclipse/scout/rt/svg/client/SVGUtility.java:[226,21] Unsupported @SuppressWarnings("squid:S2583") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.client/src/main/java/org/eclipse/scout/rt/svg/client/SilentSVGUserAgentAdapter.java:[14,19] Unsupported @SuppressWarnings("squid:S1186") [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.svg.client --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.client/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.svg.client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.client/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.svg.client --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.svg.client --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.svg.client --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.client/target/org.eclipse.scout.rt.svg.client-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.svg.client --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.svg.client --- [INFO] [INFO] --- source:3.3.0: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:2.0.1:check (default) @ org.eclipse.scout.rt.svg.client --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.svg.client --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.client/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client/24.2-SNAPSHOT/org.eclipse.scout.rt.svg.client-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.client/target/org.eclipse.scout.rt.svg.client-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client/24.2-SNAPSHOT/org.eclipse.scout.rt.svg.client-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.client/target/org.eclipse.scout.rt.svg.client-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client/24.2-SNAPSHOT/org.eclipse.scout.rt.svg.client-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.svg.client --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 114 B/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client/24.2-SNAPSHOT/org.eclipse.scout.rt.svg.client-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client/24.2-SNAPSHOT/org.eclipse.scout.rt.svg.client-24.2-20240629.001225-135.pom (1.4 kB at 939 B/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client/24.2-SNAPSHOT/org.eclipse.scout.rt.svg.client-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client/24.2-SNAPSHOT/org.eclipse.scout.rt.svg.client-24.2-20240629.001225-135-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client/24.2-SNAPSHOT/org.eclipse.scout.rt.svg.client-24.2-20240629.001225-135-sources.jar (18 kB at 104 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client/24.2-SNAPSHOT/org.eclipse.scout.rt.svg.client-24.2-20240629.001225-135.jar (35 kB at 138 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client/maven-metadata.xml (486 B at 3.5 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 410 B/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client/maven-metadata.xml (486 B at 1.1 kB/s) [INFO] [INFO] -----< org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test >------ [INFO] Building org.eclipse.scout.rt.svg.client.test 24.2-SNAPSHOT [50/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.client.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.svg.client.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.svg.client.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.client.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.svg.client.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.client.test/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.svg.client.test --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.svg.client.test --- [INFO] Copying 4 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.svg.client.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [INFO] [INFO] --- jandex:3.1.6:jandex (make-test-index) @ org.eclipse.scout.rt.svg.client.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.client.test/target/test-classes/jandex.idx [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.svg.client.test --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.svg.client.test --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.svg.client.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.svg.client.test --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.svg.client.test --- [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.svg.client.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.svg.client.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.client.test/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/24.2-SNAPSHOT/org.eclipse.scout.rt.svg.client.test-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/24.2-SNAPSHOT/org.eclipse.scout.rt.svg.client.test-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/24.2-SNAPSHOT/org.eclipse.scout.rt.svg.client.test-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/24.2-SNAPSHOT/org.eclipse.scout.rt.svg.client.test-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.svg.client.test --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/24.2-SNAPSHOT/maven-metadata.xml (1.2 kB at 5.8 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/24.2-SNAPSHOT/org.eclipse.scout.rt.svg.client.test-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/24.2-SNAPSHOT/org.eclipse.scout.rt.svg.client.test-24.2-20240629.001225-135.pom (1.6 kB at 26 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/24.2-SNAPSHOT/org.eclipse.scout.rt.svg.client.test-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/24.2-SNAPSHOT/org.eclipse.scout.rt.svg.client.test-24.2-20240629.001225-135-tests.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/24.2-SNAPSHOT/org.eclipse.scout.rt.svg.client.test-24.2-20240629.001225-135-test-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/24.2-SNAPSHOT/org.eclipse.scout.rt.svg.client.test-24.2-20240629.001225-135.jar (2.1 kB at 19 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/24.2-SNAPSHOT/org.eclipse.scout.rt.svg.client.test-24.2-20240629.001225-135-test-sources.jar (5.9 kB at 54 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/24.2-SNAPSHOT/org.eclipse.scout.rt.svg.client.test-24.2-20240629.001225-135-tests.jar (8.1 kB at 72 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/maven-metadata.xml (491 B at 16 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/24.2-SNAPSHOT/maven-metadata.xml (1.2 kB at 6.6 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/maven-metadata.xml (491 B at 5.5 kB/s) [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge >------- [INFO] Building org.eclipse.scout.rt.serverbridge 24.2-SNAPSHOT [51/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.serverbridge/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.serverbridge --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.serverbridge --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.serverbridge/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.serverbridge --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.serverbridge --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.serverbridge --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.serverbridge/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.serverbridge --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.serverbridge/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.serverbridge --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.serverbridge --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.serverbridge --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.serverbridge/target/org.eclipse.scout.rt.serverbridge-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.serverbridge --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.serverbridge --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.serverbridge --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.serverbridge --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.serverbridge --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.serverbridge/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.serverbridge/24.2-SNAPSHOT/org.eclipse.scout.rt.serverbridge-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.serverbridge/target/org.eclipse.scout.rt.serverbridge-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.serverbridge/24.2-SNAPSHOT/org.eclipse.scout.rt.serverbridge-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.serverbridge/target/org.eclipse.scout.rt.serverbridge-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.serverbridge/24.2-SNAPSHOT/org.eclipse.scout.rt.serverbridge-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.serverbridge --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.serverbridge/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.serverbridge/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 11 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.serverbridge/24.2-SNAPSHOT/org.eclipse.scout.rt.serverbridge-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.serverbridge/24.2-SNAPSHOT/org.eclipse.scout.rt.serverbridge-24.2-20240629.001225-135.pom (1.3 kB at 16 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.serverbridge/24.2-SNAPSHOT/org.eclipse.scout.rt.serverbridge-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.serverbridge/24.2-SNAPSHOT/org.eclipse.scout.rt.serverbridge-24.2-20240629.001225-135-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.serverbridge/24.2-SNAPSHOT/org.eclipse.scout.rt.serverbridge-24.2-20240629.001225-135.jar (11 kB at 160 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.serverbridge/24.2-SNAPSHOT/org.eclipse.scout.rt.serverbridge-24.2-20240629.001225-135-sources.jar (8.2 kB at 115 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.serverbridge/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.serverbridge/maven-metadata.xml (488 B at 61 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.serverbridge/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.serverbridge/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 8.7 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.serverbridge/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.serverbridge/maven-metadata.xml (488 B at 9.0 kB/s) [INFO] [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html >---------- [INFO] Building org.eclipse.scout.rt.ui.html 24.2-SNAPSHOT [52/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.ui.html --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.ui.html --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.ui.html --- [INFO] Copying 7 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.ui.html --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/tree/JsonTreeEvent.java:[18,30] Unsupported @SuppressWarnings("squid:S2057") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/res/loader/HtmlDocumentParser.java:[61,21] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/res/loader/HtmlDocumentParser.java:[63,21] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/res/loader/HtmlDocumentParser.java:[96,21] Unsupported @SuppressWarnings("squid:S1149") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/res/loader/HtmlDocumentParser.java:[118,21] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/res/loader/HtmlDocumentParser.java:[175,21] Unsupported @SuppressWarnings("squid:S1149") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/res/loader/HtmlDocumentParser.java:[210,21] Unsupported @SuppressWarnings("squid:S1149") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/res/loader/HtmlDocumentParser.java:[272,21] Unsupported @SuppressWarnings("squid:S1149") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/lookup/JsonLookupCallResult.java:[47,5] org.eclipse.scout.rt.client.services.lookup.IQueryParam is a raw type. References to generic type org.eclipse.scout.rt.client.services.lookup.IQueryParam should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/JsonUtility.java:[15,19] Unsupported @SuppressWarnings("UnusedAssignment") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/JsonUtility.java:[48,21] Unsupported @SuppressWarnings("squid:ForLoopCounterChangedCheck") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/form/fields/JsonAdapterProperty.java:[22,19] Unsupported @SuppressWarnings("squid:S00118") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/JsonProperty.java:[22,19] Unsupported @SuppressWarnings("squid:S00118") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/JsonStatus.java:[57,21] Unsupported @SuppressWarnings("ConstantConditions") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/JsonAdapterRefProperty.java:[22,19] Unsupported @SuppressWarnings("squid:S00118") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/JsonAdapterRefProperty.java:[26,67] org.eclipse.scout.rt.ui.html.json.IJsonAdapter is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.IJsonAdapter should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/JsonAdapterRefProperty.java:[51,30] java.util.Collection is a raw type. References to generic type java.util.Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/JsonAdapterRefProperty.java:[56,38] java.util.Collection is a raw type. References to generic type java.util.Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/menu/JsonContextMenu.java:[112,9] org.eclipse.scout.rt.ui.html.json.IJsonAdapter is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.IJsonAdapter should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/menu/JsonContextMenu.java:[132,54] org.eclipse.scout.rt.ui.html.json.FilteredJsonAdapterIds is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.FilteredJsonAdapterIds should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/table/userfilter/JsonColumnUserFilter.java:[66,5] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/table/JsonTableTileGridMediator.java:[26,78] org.eclipse.scout.rt.ui.html.json.IJsonAdapter is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.IJsonAdapter should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/DefaultValuesFilter.java:[395,23] Unsupported @SuppressWarnings("BooleanMethodIsAlwaysInverted") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/basic/filechooser/JsonFileChooser.java:[82,21] Unsupported @SuppressWarnings("SwitchStatementWithTooFewBranches") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/tile/JsonWidgetTile.java:[21,39] org.eclipse.scout.rt.client.ui.tile.IWidgetTile is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.IWidgetTile should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/tile/JsonTileAccordion.java:[18,42] org.eclipse.scout.rt.client.ui.tile.ITileAccordion is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.ITileAccordion should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/UiHtmlConfigProperties.java:[120,23] Unsupported @SuppressWarnings("findbugs:VA_FORMAT_STRING_USES_NEWLINE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/basic/planner/JsonPlanner.java:[355,62] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/basic/planner/JsonPlanner.java:[361,62] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/basic/planner/JsonPlanner.java:[363,10] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/basic/planner/JsonPlanner.java:[375,61] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/basic/planner/JsonPlanner.java:[377,10] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/basic/planner/JsonPlanner.java:[386,61] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/basic/planner/JsonPlanner.java:[391,10] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/basic/planner/JsonPlanner.java:[404,65] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/basic/planner/JsonPlanner.java:[408,10] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/basic/planner/JsonPlanner.java:[540,56] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/basic/planner/JsonPlanner.java:[542,10] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/table/JsonTableEvent.java:[18,30] Unsupported @SuppressWarnings("squid:S2057") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/UiSession.java:[14,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/UiSession.java:[461,21] Unsupported @SuppressWarnings("RedundantCast") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/UiSession.java:[734,20] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/UiSession.java:[734,31] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/UiSession.java:[734,48] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/UiSession.java:[1027,24] org.eclipse.scout.rt.ui.html.json.form.fields.JsonFormField is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.form.fields.JsonFormField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/UiSession.java:[1259,25] Unsupported @SuppressWarnings("RedundantIfStatement") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/UiSession.java:[1344,21] Unsupported @SuppressWarnings("findbugs:RV_RETURN_VALUE_IGNORED_BAD_PRACTICE") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/table/JsonTableRowTileMapping.java:[26,97] org.eclipse.scout.rt.ui.html.json.IJsonAdapter is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.IJsonAdapter should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/desktop/JsonOutline.java:[165,21] Unsupported @SuppressWarnings("RedundantIfStatement") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/desktop/JsonOutline.java:[283,21] Unsupported @SuppressWarnings("SwitchStatementWithTooFewBranches") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/form/fields/JsonFormField.java:[42,19] Unsupported @SuppressWarnings("squid:S00118") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/UiSessionEvent.java:[16,30] Unsupported @SuppressWarnings("squid:S2057") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/JsonMessageRequestHandler.java:[305,21] Unsupported @SuppressWarnings("UnnecessaryLocalVariable") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/HttpSessionHelper.java:[42,21] Unsupported @SuppressWarnings("findbugs:J2EE_STORE_OF_NON_SERIALIZABLE_OBJECT_INTO_SESSION") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/table/JsonTable.java:[389,25] Unsupported @SuppressWarnings("SuspiciousMethodCalls") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/table/JsonTable.java:[710,21] Unsupported @SuppressWarnings("DuplicatedCode") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/table/JsonTable.java:[1238,21] Unsupported @SuppressWarnings("SwitchStatementWithTooFewBranches") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/tile/JsonTileGrid.java:[108,38] org.eclipse.scout.rt.client.ui.tile.ITileGrid is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.ITileGrid should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/JsonObjectFactory.java:[239,35] Unsupported @SuppressWarnings("squid:S138") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/JsonObjectFactory.java:[273,18] org.eclipse.scout.rt.ui.html.json.form.fields.listbox.JsonListBox is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.form.fields.listbox.JsonListBox should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/JsonObjectFactory.java:[297,18] org.eclipse.scout.rt.ui.html.json.form.fields.smartfield.JsonProposalField is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.form.fields.smartfield.JsonProposalField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/JsonObjectFactory.java:[300,18] org.eclipse.scout.rt.ui.html.json.form.fields.smartfield.JsonSmartField is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.form.fields.smartfield.JsonSmartField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/JsonObjectFactory.java:[309,18] org.eclipse.scout.rt.ui.html.json.form.fields.plannerfield.JsonPlannerField is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.form.fields.plannerfield.JsonPlannerField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/JsonObjectFactory.java:[345,18] org.eclipse.scout.rt.ui.html.json.form.fields.tilefield.JsonTileField is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.form.fields.tilefield.JsonTileField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/JsonObjectFactory.java:[360,37] org.eclipse.scout.rt.client.ui.form.fields.IWidgetField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.IWidgetField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/JsonObjectFactory.java:[368,18] org.eclipse.scout.rt.ui.html.json.desktop.JsonFormMenu is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.desktop.JsonFormMenu should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/JsonObjectFactory.java:[508,18] org.eclipse.scout.rt.ui.html.json.popup.JsonPopup is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.popup.JsonPopup should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/JsonObjectFactory.java:[532,46] org.eclipse.scout.rt.client.ui.form.fields.ValidationFailedStatus is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.ValidationFailedStatus should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/JsonObjectFactory.java:[541,18] org.eclipse.scout.rt.ui.html.json.table.JsonNumberColumn is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.table.JsonNumberColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/JsonObjectFactory.java:[544,18] org.eclipse.scout.rt.ui.html.json.table.JsonDateColumn is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.table.JsonDateColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/JsonObjectFactory.java:[547,18] org.eclipse.scout.rt.ui.html.json.table.JsonBooleanColumn is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.table.JsonBooleanColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/JsonObjectFactory.java:[550,18] org.eclipse.scout.rt.ui.html.json.table.JsonAlphanumericSortingStringColumn is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.table.JsonAlphanumericSortingStringColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/JsonObjectFactory.java:[553,18] org.eclipse.scout.rt.ui.html.json.table.JsonStringColumn is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.table.JsonStringColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/JsonObjectFactory.java:[556,18] org.eclipse.scout.rt.ui.html.json.table.JsonBeanColumn is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.table.JsonBeanColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/JsonObjectFactory.java:[559,18] org.eclipse.scout.rt.ui.html.json.table.JsonIconColumn is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.table.JsonIconColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/JsonObjectFactory.java:[562,18] org.eclipse.scout.rt.ui.html.json.table.JsonSmartColumn is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.table.JsonSmartColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/JsonObjectFactory.java:[562,35] org.eclipse.scout.rt.client.ui.basic.table.columns.ISmartColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.ISmartColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/JsonObjectFactory.java:[565,18] org.eclipse.scout.rt.ui.html.json.table.JsonColumn is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.table.JsonColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/JsonObjectFactory.java:[577,18] org.eclipse.scout.rt.ui.html.json.table.userfilter.JsonColumnUserFilter is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.table.userfilter.JsonColumnUserFilter should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/JsonObjectFactory.java:[580,18] org.eclipse.scout.rt.ui.html.json.table.userfilter.JsonTableTextUserFilter is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.table.userfilter.JsonTableTextUserFilter should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/popup/JsonWidgetPopup.java:[22,40] org.eclipse.scout.rt.client.ui.popup.IWidgetPopup is a raw type. References to generic type org.eclipse.scout.rt.client.ui.popup.IWidgetPopup should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/form/fields/JsonWidgetField.java:[32,38] org.eclipse.scout.rt.client.ui.form.fields.IWidgetField is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.IWidgetField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/action/JsonAction.java:[34,19] Unsupported @SuppressWarnings("squid:S00118") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/JsonValidationFailedStatus.java:[17,37] org.eclipse.scout.rt.client.ui.form.fields.ValidationFailedStatus is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.ValidationFailedStatus should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/basic/planner/PlannerEventFilterCondition.java:[21,16] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/basic/planner/PlannerEventFilterCondition.java:[33,15] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/basic/planner/PlannerEventFilterCondition.java:[37,43] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/UiServlet.java:[13,8] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/UiServlet.java:[85,30] The method getSubject(java.security.AccessControlContext) from the type javax.security.auth.Subject has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/UiServlet.java:[85,41] The type java.security.AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/UiServlet.java:[85,58] The method getContext() from the type java.security.AccessController has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/UiServlet.java:[183,21] Unsupported @SuppressWarnings("RedundantThrows") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/tree/JsonTree.java:[434,21] Unsupported @SuppressWarnings("SwitchStatementWithTooFewBranches") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/tile/JsonFormFieldTile.java:[19,42] org.eclipse.scout.rt.client.ui.tile.IFormFieldTile is a raw type. References to generic type org.eclipse.scout.rt.client.ui.tile.IFormFieldTile should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/form/fields/JsonValueField.java:[30,19] Unsupported @SuppressWarnings("squid:S00118") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/JsonObjectUtility.java:[131,21] Unsupported @SuppressWarnings("squid:S1244") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/JsonObjectUtility.java:[222,21] Unsupported @SuppressWarnings("findbugs:EC_UNRELATED_TYPES_USING_POINTER_EQUALITY") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/JsonObjectUtility.java:[240,21] Unsupported @SuppressWarnings("findbugs:EC_UNRELATED_TYPES_USING_POINTER_EQUALITY") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/JsonObjectUtility.java:[392,21] Unsupported @SuppressWarnings("DuplicatedCode") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/JsonObjectUtility.java:[434,21] Unsupported @SuppressWarnings("DuplicatedCode") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/desktop/hybrid/JsonHybridManager.java:[119,11] Type safety: Unchecked cast from java.lang.Object to java.util.Map [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/basic/planner/PlannerEventFilter.java:[22,39] org.eclipse.scout.rt.client.ui.basic.planner.IPlanner is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.IPlanner should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/basic/planner/PlannerEventFilter.java:[24,51] org.eclipse.scout.rt.client.ui.basic.planner.IPlanner is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.IPlanner should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/basic/planner/PlannerEventFilter.java:[33,16] org.eclipse.scout.rt.client.ui.basic.planner.Resource is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.planner.Resource should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/popup/JsonMobilePopup.java:[16,40] org.eclipse.scout.rt.client.ui.popup.IMobilePopup is a raw type. References to generic type org.eclipse.scout.rt.client.ui.popup.IMobilePopup should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/JsonPropertyChangeEvent.java:[38,21] Unsupported @SuppressWarnings("squid:S1185") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/table/userfilter/JsonTableUserFilter.java:[17,19] Unsupported @SuppressWarnings("squid:S00118") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/json/table/UserFilterStateFactory.java:[26,7] org.eclipse.scout.rt.ui.html.json.table.JsonColumn is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.table.JsonColumn should be parameterized [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.ui.html --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.ui.html --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.ui.html --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.ui.html --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.ui.html --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/target/org.eclipse.scout.rt.ui.html-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html --- [INFO] [INFO] --- source:3.3.0: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:2.0.1:check (default) @ org.eclipse.scout.rt.ui.html --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.ui.html --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/target/org.eclipse.scout.rt.ui.html-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html/target/org.eclipse.scout.rt.ui.html-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.ui.html --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 597 B/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html-24.2-20240629.001225-135.pom (1.7 kB at 6.2 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html-24.2-20240629.001225-135-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html-24.2-20240629.001225-135-sources.jar (415 kB at 4.2 MB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html-24.2-20240629.001225-135.jar (1.0 MB at 9.0 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/maven-metadata.xml (483 B at 37 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 6.2 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/maven-metadata.xml (483 B at 1.7 kB/s) [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.app >-------- [INFO] Building org.eclipse.scout.rt.ui.html.app 24.2-SNAPSHOT [53/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.app/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.ui.html.app --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.ui.html.app --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.app/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.ui.html.app --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.ui.html.app --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.ui.html.app --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.app/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.ui.html.app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.app/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.ui.html.app --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.ui.html.app --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.ui.html.app --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.app/target/org.eclipse.scout.rt.ui.html.app-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html.app --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html.app --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html.app --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.ui.html.app --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.ui.html.app --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.app/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.app/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html.app-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.app/target/org.eclipse.scout.rt.ui.html.app-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.app/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html.app-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.app/target/org.eclipse.scout.rt.ui.html.app-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.app/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html.app-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.ui.html.app --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.app/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.app/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 5.7 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.app/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html.app-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.app/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html.app-24.2-20240629.001225-135.pom (1.4 kB at 19 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.app/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html.app-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.app/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html.app-24.2-20240629.001225-135-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.app/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html.app-24.2-20240629.001225-135-sources.jar (6.0 kB at 100 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.app/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html.app-24.2-20240629.001225-135.jar (11 kB at 182 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.app/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.app/maven-metadata.xml (409 B at 9.5 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.app/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.app/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 7.0 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.app/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.app/maven-metadata.xml (409 B at 4.2 kB/s) [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test >------- [INFO] Building org.eclipse.scout.rt.ui.html.test 24.2-SNAPSHOT [54/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.ui.html.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.ui.html.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.ui.html.test --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Copying 25 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/desktop/fixtures/TablePage.java:[57,5] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/desktop/fixtures/TablePage.java:[62,12] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/table/fixtures/ListBoxTable.java:[38,13] org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox.DefaultListBoxTable.TextColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox.DefaultListBoxTable.TextColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/table/fixtures/ListBoxTable.java:[42,13] org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox.DefaultListBoxTable.ActiveColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox.DefaultListBoxTable.ActiveColumn should be parameterized [INFO] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/testing/JsonTestUtility.java:[54,21] At least one of the problems in category 'org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/table/JsonTableTest.java:[310,5] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/table/JsonTableTest.java:[472,5] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/table/JsonTableTest.java:[473,5] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/table/JsonTableTest.java:[474,5] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/table/JsonTableTest.java:[659,21] Unsupported @SuppressWarnings("UnusedAssignment") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/JsonResponseTest.java:[72,22] Unsupported @SuppressWarnings("SimplifiableJUnitAssertion") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/JsonResponseTest.java:[72,52] Unsupported @SuppressWarnings("ConstantConditions") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/form/fields/htmlfield/JsonHtmlFieldTest.java:[40,11] org.eclipse.scout.rt.ui.html.json.form.fields.htmlfield.JsonHtmlField is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.form.fields.htmlfield.JsonHtmlField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/desktop/JsonOutlineTest.java:[85,5] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/desktop/JsonOutlineTest.java:[85,22] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/desktop/JsonOutlineTest.java:[248,19] org.eclipse.scout.rt.ui.html.json.tree.JsonTree is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.tree.JsonTree should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/desktop/JsonOutlineTest.java:[265,5] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/desktop/JsonOutlineTest.java:[267,5] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/desktop/JsonOutlineTest.java:[339,83] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/tile/JsonTileGridTest.java:[108,5] org.eclipse.scout.rt.ui.html.json.tile.JsonTile is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.tile.JsonTile should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/tile/JsonTileGridTest.java:[108,26] Type safety: Unchecked invocation getJsonAdapter(org.eclipse.scout.rt.ui.html.json.tile.JsonTileGridTest.P_Tile, org.eclipse.scout.rt.ui.html.json.tile.JsonTileGrid>) of the generic method getJsonAdapter(M, org.eclipse.scout.rt.ui.html.json.IJsonAdapter) of type org.eclipse.scout.rt.ui.html.UiSession [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/JsonBeanTest.java:[207,12] java.util.Map is a raw type. References to generic type java.util.Map should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/form/fields/stringfield/JsonStringFieldTest.java:[37,11] org.eclipse.scout.rt.ui.html.json.form.fields.stringfield.JsonStringField is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.form.fields.stringfield.JsonStringField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/ClientSessionWithBlockingConditionInterruptionTest.java:[296,15] The enum constant DO_NOTHING needs a corresponding case label in this enum switch on org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest.SessionBehaviour [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/ClientSessionWithBlockingConditionInterruptionTest.java:[296,15] The enum constant OPEN_FORM_IN_STORE needs a corresponding case label in this enum switch on org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest.SessionBehaviour [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/ClientSessionWithBlockingConditionInterruptionTest.java:[296,15] The enum constant OPEN_MESSAGEBOX_IN_STORE needs a corresponding case label in this enum switch on org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest.SessionBehaviour [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/ClientSessionWithBlockingConditionInterruptionTest.java:[327,15] The enum constant DO_NOTHING needs a corresponding case label in this enum switch on org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest.SessionBehaviour [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/ClientSessionWithBlockingConditionInterruptionTest.java:[327,15] The enum constant OPEN_FORM_IN_LOAD needs a corresponding case label in this enum switch on org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest.SessionBehaviour [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/ClientSessionWithBlockingConditionInterruptionTest.java:[327,15] The enum constant OPEN_MESSAGEBOX_IN_LOAD needs a corresponding case label in this enum switch on org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest.SessionBehaviour [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/ClientSessionWithBlockingConditionInterruptionTest.java:[373,15] The enum constant DO_NOTHING needs a corresponding case label in this enum switch on org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest.DesktopBehaviour [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/desktop/JsonDesktopTest.java:[86,21] Unsupported @SuppressWarnings("UnusedAssignment") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/desktop/JsonDesktopTest.java:[89,46] org.eclipse.scout.rt.ui.html.json.IJsonAdapter is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.IJsonAdapter should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/desktop/JsonDesktopTest.java:[107,5] org.eclipse.scout.rt.ui.html.json.form.JsonForm is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.form.JsonForm should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/desktop/JsonDesktopTest.java:[172,5] org.eclipse.scout.rt.ui.html.json.form.JsonForm is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.form.JsonForm should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/desktop/JsonDesktopTest.java:[214,5] org.eclipse.scout.rt.ui.html.json.form.JsonForm is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.form.JsonForm should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/form/fields/groupbox/JsonGroupBoxTest.java:[45,11] org.eclipse.scout.rt.ui.html.json.form.fields.groupbox.JsonGroupBox is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.form.fields.groupbox.JsonGroupBox should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/form/fields/JsonFormFieldTest.java:[35,3] org.eclipse.scout.rt.ui.html.json.form.fields.JsonFormField is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.form.fields.JsonFormField should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/RequestHistoryTest.java:[20,21] Unsupported @SuppressWarnings("ResultOfMethodCallIgnored") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/JsonAdapterRegistryTest.java:[69,5] org.eclipse.scout.rt.ui.html.json.form.JsonForm is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.form.JsonForm should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/JsonAdapterRegistryTest.java:[69,28] Type safety: Unchecked invocation getAdapter(org.eclipse.scout.rt.ui.html.json.form.fixtures.FormWithOneField) of the generic method getAdapter(M) of type org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/JsonAdapterRegistryTest.java:[73,19] Type safety: Unchecked invocation getAdapter(org.eclipse.scout.rt.ui.html.json.form.fixtures.FormWithOneField) of the generic method getAdapter(M) of type org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/JsonAdapterRegistryTest.java:[94,5] org.eclipse.scout.rt.ui.html.json.form.JsonForm is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.form.JsonForm should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/JsonAdapterRegistryTest.java:[94,28] Type safety: Unchecked invocation getAdapter(org.eclipse.scout.rt.ui.html.json.form.fixtures.FormWithOneField) of the generic method getAdapter(M) of type org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/tree/JsonTreeTest.java:[257,19] org.eclipse.scout.rt.ui.html.json.tree.JsonTree is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.tree.JsonTree should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/tree/JsonTreeTest.java:[933,42] org.eclipse.scout.rt.ui.html.json.tree.JsonTree is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.tree.JsonTree should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/tree/JsonTreeTest.java:[937,34] org.eclipse.scout.rt.ui.html.json.tree.JsonTree is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.tree.JsonTree should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/tree/JsonTreeTest.java:[941,34] org.eclipse.scout.rt.ui.html.json.tree.JsonTree is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.tree.JsonTree should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/tree/JsonTreeTest.java:[945,35] org.eclipse.scout.rt.ui.html.json.tree.JsonTree is a raw type. References to generic type org.eclipse.scout.rt.ui.html.json.tree.JsonTree should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/src/test/java/org/eclipse/scout/rt/ui/html/json/desktop/fixtures/Outline.java:[30,10] org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage is a raw type. References to generic type org.eclipse.scout.rt.client.ui.desktop.outline.pages.IPage should be parameterized [INFO] [INFO] --- jandex:3.1.6:jandex (make-test-index) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/target/test-classes/jandex.idx [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.ui.html.test --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html.test --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html.test --- [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.ui.html.test --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/24.2-SNAPSHOT/maven-metadata.xml (1.2 kB at 12 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-24.2-20240629.001225-135.pom (1.8 kB at 23 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-24.2-20240629.001225-135-tests.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-24.2-20240629.001225-135-test-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-24.2-20240629.001225-135.jar (2.2 kB at 25 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-24.2-20240629.001225-135-tests.jar (374 kB at 3.3 MB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-24.2-20240629.001225-135-test-sources.jar (154 kB at 1.1 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/maven-metadata.xml (488 B at 29 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/24.2-SNAPSHOT/maven-metadata.xml (1.2 kB at 5.3 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/maven-metadata.xml (488 B at 5.5 kB/s) [INFO] [INFO] -----< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.selenium >----- [INFO] Building org.eclipse.scout.rt.ui.html.selenium 24.2-SNAPSHOT [55/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.selenium/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.selenium/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.selenium/src/main/java/org/eclipse/scout/rt/ui/html/selenium/util/SeleniumJavaScript.java:[42,21] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.selenium/src/main/java/org/eclipse/scout/rt/ui/html/selenium/util/TextComparator.java:[15,19] Unsupported @SuppressWarnings("squid:S00118") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.selenium/src/main/java/org/eclipse/scout/rt/ui/html/selenium/junit/ScreenshotRule.java:[64,21] Unsupported @SuppressWarnings("findbugs:RV_RETURN_VALUE_IGNORED_BAD_PRACTICE") [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.selenium/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.selenium/target/org.eclipse.scout.rt.ui.html.selenium-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] [INFO] --- source:3.3.0: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:2.0.1:check (default) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.selenium/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.selenium/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html.selenium-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.selenium/target/org.eclipse.scout.rt.ui.html.selenium-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.selenium/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html.selenium-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.ui.html.selenium/target/org.eclipse.scout.rt.ui.html.selenium-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.selenium/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html.selenium-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.ui.html.selenium --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.selenium/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.selenium/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 5.2 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.selenium/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html.selenium-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.selenium/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html.selenium-24.2-20240629.001225-135.pom (1.6 kB at 27 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.selenium/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html.selenium-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.selenium/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html.selenium-24.2-20240629.001225-135-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.selenium/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html.selenium-24.2-20240629.001225-135.jar (56 kB at 489 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.selenium/24.2-SNAPSHOT/org.eclipse.scout.rt.ui.html.selenium-24.2-20240629.001225-135-sources.jar (34 kB at 289 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.selenium/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.selenium/maven-metadata.xml (492 B at 49 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.selenium/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.selenium/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 5.7 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.selenium/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.selenium/maven-metadata.xml (492 B at 5.6 kB/s) [INFO] [INFO] --------------< org.eclipse.scout.rt:eclipse-scout-core >--------------- [INFO] Building eclipse-scout-core 24.2-SNAPSHOT [56/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ eclipse-scout-core --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- antrun:3.1.0:run (check-node-install) @ eclipse-scout-core --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- antrun:3.1.0:run (check-install-node-tools) @ eclipse-scout-core --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ eclipse-scout-core --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-core/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- frontend:1.15.0:install-node-and-npm (install-node-and-npm) @ eclipse-scout-core --- [INFO] Skipping execution. [INFO] [INFO] --- exec:3.1.1:exec (install-node-tools) @ eclipse-scout-core --- [INFO] skipping execute as per configuration [INFO] [INFO] --- antrun:3.1.0:run (check-npm-update) @ eclipse-scout-core --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:snapshot:dependencies) @ eclipse-scout-core --- use given workspace root: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-core/.. updating version/dependency for module: @eclipse-scout/chart updating version/dependency for module: @eclipse-scout/cli updating version/dependency for module: @eclipse-scout/core updating version/dependency for module: @eclipse-scout/migrate updating version/dependency for module: @eclipse-scout/tsconfig updating version/dependency for module: @eclipse-scout/eslint-config updating version/dependency for module: @eclipse-scout/karma-jasmine-scout updating version/dependency for module: @eclipse-scout/svg version:snapshot:dependencies done [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:release:dependencies) @ eclipse-scout-core --- [INFO] skipping execute as per configuration [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:release) @ eclipse-scout-core --- [INFO] skipping execute as per configuration [INFO] [INFO] --- antrun:3.1.0:run (mark-npm-update-done) @ eclipse-scout-core --- [INFO] Executing tasks [INFO] [touch] Creating /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/target/npm_update_20240629-001225.marker [INFO] Executed tasks [INFO] [INFO] --- exec:3.1.1:exec (npm-update) @ eclipse-scout-core --- Scope: all 8 workspace projects Progress: resolved 1, reused 0, downloaded 0, added 0 Progress: resolved 35, reused 7, downloaded 0, added 0 Progress: resolved 42, reused 37, downloaded 0, added 0 Progress: resolved 180, reused 158, downloaded 0, added 0 Progress: resolved 374, reused 353, downloaded 0, added 0 Progress: resolved 574, reused 552, downloaded 0, added 0 Progress: resolved 773, reused 751, downloaded 0, added 0 Progress: resolved 968, reused 946, downloaded 0, added 0 Progress: resolved 1035, reused 1013, downloaded 0, added 0 Progress: resolved 1044, reused 1022, downloaded 0, added 0  WARN  18 deprecated subdependencies found: @babel/plugin-proposal-class-properties@7.18.6, @babel/plugin-proposal-nullish-coalescing-operator@7.18.6, @babel/plugin-proposal-object-rest-spread@7.20.7, @babel/plugin-proposal-optional-chaining@7.21.0, @humanwhocodes/config-array@0.11.14, @humanwhocodes/config-array@0.5.0, @humanwhocodes/object-schema@1.2.1, @humanwhocodes/object-schema@2.0.3, abab@2.0.6, glob@7.2.3, inflight@1.0.6, resolve-url@0.2.1, right-pad@1.0.1, rimraf@2.6.3, rimraf@3.0.2, source-map-resolve@0.5.3, source-map-url@0.4.1, urix@0.1.0 Progress: resolved 1045, reused 1023, downloaded 0, added 0, done  WARN  Issues with peer dependencies found eclipse-scout-cli └─┬ fork-ts-checker-notifier-webpack-plugin 7.0.0 └── ✕ unmet peer fork-ts-checker-webpack-plugin@^8.0.0: found 9.0.2 Done in 10.7s [INFO] [INFO] --- exec:3.1.1:exec (pnpm-list) @ eclipse-scout-core --- Legend: production dependency, optional only, dev only @eclipse-scout/chart@24.2.0-snapshot /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-chart dependencies: @eclipse-scout/core link:../eclipse-scout-core chart.js 4.4.0 chartjs-plugin-datalabels 2.2.0 jquery 3.7.1 @eclipse-scout/cli@24.2.0-snapshot /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-cli dependencies: @babel/core 7.23.5 @babel/preset-env 7.23.5 @eclipse-scout/karma-jasmine-scout link:../karma-jasmine-scout @eclipse-scout/tsconfig link:../eclipse-scout-tsconfig @metahub/karma-jasmine-jquery 4.0.1 babel-loader 9.1.3 copy-webpack-plugin 11.0.0 css-loader 6.8.1 css-minimizer-webpack-plugin 5.0.1 esbuild 0.19.8 fork-ts-checker-notifier-webpack-plugin 7.0.0 fork-ts-checker-webpack-plugin 9.0.2 jasmine-core 5.1.1 jasmine-jquery 2.1.1 jquery 3.7.1 karma 6.4.2 karma-chrome-launcher 3.2.0 karma-jasmine 5.1.0 karma-jasmine-ajax 0.1.13 karma-jasmine-html-reporter 2.1.0 karma-junit-reporter 2.0.1 karma-webpack 5.0.0 less 4.1.3 less-loader 11.1.3 mini-css-extract-plugin 2.7.6 source-map-loader 4.0.1 terser-webpack-plugin 5.3.9 ts-loader 9.5.1 typescript 5.3.3 webpack 5.89.0 yargs-parser 21.1.1 @eclipse-scout/core@24.2.0-snapshot /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-core dependencies: jquery 3.7.1 sourcemapped-stacktrace 1.1.11 @eclipse-scout/migrate@24.2.0-snapshot /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-migrate dependencies: jscodeshift 0.15.1 ts-migrate 0.1.35 ts-migrate-plugins 0.1.35 ts-migrate-server 0.1.33 typescript 5.3.3 yargs-parser 21.1.1 @eclipse-scout/eslint-config@24.2.0-snapshot /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eslint-config dependencies: @typescript-eslint/eslint-plugin 6.13.2 @typescript-eslint/parser 6.13.2 typescript 5.3.3 @eclipse-scout/karma-jasmine-scout@24.2.0-snapshot /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/karma-jasmine-scout dependencies: jquery 3.7.1 sourcemapped-stacktrace 1.1.11 @eclipse-scout/svg@24.2.0-snapshot /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.ui.html dependencies: @eclipse-scout/core link:../eclipse-scout-core jquery 3.7.1 [INFO] [INFO] --- exec:3.1.1:java (default) @ eclipse-scout-core --- "2024-06-29 00:14:44,166 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true (automatically set by Scout), GraphicsEnvironment.isHeadless()=true ""2024-06-29 00:14:44,173 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory - Building jandex class inventory using rebuild strategy IF_MISSING... ""2024-06-29 00:14:44,297 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory - Finished building jandex class inventory in 127.823456 ms. Total class count: 4004 ""2024-06-29 00:14:44,445 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Collected 406 beans in 147.062454 ms ""2024-06-29 00:14:44,467 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Registered 406 beans in 21.976092 ms ""2024-06-29 00:14:44,473 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.logger.LoggerInstallPlatformListener - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport ""2024-06-29 00:14:44,479 INFO [scout-platform-starter] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 0 code type classes registered. ""2024-06-29 00:14:44,479 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No classpath:config.properties found. Running with empty configuration. ""2024-06-29 00:14:44,481 INFO [scout-platform-starter] org.eclipse.scout.rt.server.commons.GlobalTrustManager - No instance of org.eclipse.scout.rt.shared.services.common.file.IRemoteFileService available, skip loading certificates from remote file service. ""2024-06-29 00:14:44,581 INFO [org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder.main()] org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder - Building resource 'locales.json' ""2024-06-29 00:14:46,746 INFO [org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder.main()] org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder - File written to /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-core/dist/locales.json ""2024-06-29 00:14:46,747 INFO [org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder.main()] org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder - Building resource 'texts.json' ""2024-06-29 00:14:46,747 INFO [org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder.main()] org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder - Using contributors [org.eclipse.scout.rt.ui.html.UiTextContributor@401d8ef] ""2024-06-29 00:14:46,906 INFO [org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder.main()] org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder - File written to /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-core/dist/texts.json ""2024-06-29 00:14:46,907 INFO [org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder.main()] org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder - All files built and written to /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-core/dist ""2024-06-29 00:14:46,942 INFO [org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder.main()] org.eclipse.scout.rt.platform.job.internal.JobManager - Shutdown ExecutorService, await termination... ""2024-06-29 00:14:46,943 INFO [org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder.main()] org.eclipse.scout.rt.platform.job.internal.JobManager - Shutdown ExecutorService, await termination returned terminated=true ""2024-06-29 00:14:46,944 INFO [org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder.main()] org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport - About to stop ch.qos.logback.classic.LoggerContext[default] "[INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ eclipse-scout-core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-core/src/main/resources [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:snapshot) @ eclipse-scout-core --- [INFO] skipping execute as per configuration [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ eclipse-scout-core --- [INFO] No sources to compile [INFO] [INFO] --- frontend:1.15.0:npm (npm-run-build:prod) @ eclipse-scout-core --- [INFO] Running 'npm --scripts-prepend-node-path=true run build:prod -- --progress=false --clean=false' in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-core [INFO] [INFO] > @eclipse-scout/core@24.2.0-snapshot build:prod [INFO] > scout-scripts build:prod --run default testing global --progress=false --clean=false [INFO] [INFO] Starting default build with args --progress false --clean false [INFO] Webpack mode: production [INFO] Type check: false [INFO] assets by status 1.87 MiB [cached] 1 asset [INFO] assets by path log4javascript-1.4.9/ 445 KiB [INFO] assets by path log4javascript-1.4.9/*.js 428 KiB [INFO] asset log4javascript-1.4.9/log4javascript.js 201 KiB [compared for emit] [from: res/log4javascript-1.4.9/log4javascript.js] [copied] [INFO] + 3 assets [INFO] assets by path log4javascript-1.4.9/*.html 17.5 KiB [INFO] asset log4javascript-1.4.9/console_uncompressed.html 9.91 KiB [compared for emit] [from: res/log4javascript-1.4.9/console_uncompressed.html] [copied] [INFO] asset log4javascript-1.4.9/console.html 7.57 KiB [compared for emit] [from: res/log4javascript-1.4.9/console.html] [copied] [INFO] assets by path fonts/ 148 KiB [INFO] assets by path fonts/*.svg 93.2 KiB 2 assets [INFO] assets by path fonts/*.woff 27.3 KiB 2 assets [INFO] assets by path fonts/*.ttf 27.2 KiB 2 assets [INFO] orphan modules 4.03 MiB [orphan] 1106 modules [INFO] runtime modules 937 bytes 4 modules [INFO] ./src/index.ts + 734 modules 4.08 MiB [not cacheable] [built] [code generated] [INFO] webpack 5.89.0 compiled successfully in 20220 ms [INFO] [INFO] [INFO] Starting testing build with args --progress false --clean false [INFO] Webpack mode: production [INFO] Type check: false [INFO] assets by status 41.1 KiB [cached] 1 asset [INFO] assets by path log4javascript-1.4.9/ 445 KiB [INFO] assets by path log4javascript-1.4.9/*.js 428 KiB [INFO] asset log4javascript-1.4.9/log4javascript.js 201 KiB [compared for emit] [from: res/log4javascript-1.4.9/log4javascript.js] [copied] [INFO] + 3 assets [INFO] assets by path log4javascript-1.4.9/*.html 17.5 KiB [INFO] asset log4javascript-1.4.9/console_uncompressed.html 9.91 KiB [compared for emit] [from: res/log4javascript-1.4.9/console_uncompressed.html] [copied] [INFO] asset log4javascript-1.4.9/console.html 7.57 KiB [compared for emit] [from: res/log4javascript-1.4.9/console.html] [copied] [INFO] assets by path fonts/ 148 KiB [INFO] assets by path fonts/*.svg 93.2 KiB 2 assets [INFO] assets by path fonts/*.woff 27.3 KiB 2 assets [INFO] assets by path fonts/*.ttf 27.2 KiB 2 assets [INFO] orphan modules 77.8 KiB [orphan] 37 modules [INFO] runtime modules 937 bytes 4 modules [INFO] ./src/testing/index.ts + 36 modules 79.6 KiB [not cacheable] [built] [code generated] [INFO] webpack 5.89.0 compiled successfully in 1971 ms [INFO] [INFO] [INFO] Starting global build with args --progress false --clean false [INFO] Webpack mode: production [INFO] Type check: false [INFO] assets by status 2.46 MiB [cached] 3 assets [INFO] assets by status 593 KiB [compared for emit] [INFO] assets by path log4javascript-1.4.9/ 445 KiB [INFO] assets by path log4javascript-1.4.9/*.js 428 KiB 4 assets [INFO] assets by path log4javascript-1.4.9/*.html 17.5 KiB [INFO] asset log4javascript-1.4.9/console_uncompressed.html 9.91 KiB [compared for emit] [from: res/log4javascript-1.4.9/console_uncompressed.html] [copied] [INFO] asset log4javascript-1.4.9/console.html 7.57 KiB [compared for emit] [from: res/log4javascript-1.4.9/console.html] [copied] [INFO] assets by path fonts/ 148 KiB [INFO] assets by path fonts/*.svg 93.2 KiB 2 assets [INFO] assets by path fonts/*.woff 27.3 KiB 2 assets [INFO] assets by path fonts/*.ttf 27.2 KiB 2 assets [INFO] assets by path *.js 66 bytes [INFO] asset eclipse-scout-core-theme-71510a5dd3116693ac79.min.js 33 bytes [emitted] [immutable] [minimized] (name: eclipse-scout-core-theme) [INFO] asset eclipse-scout-core-theme-dark-71510a5dd3116693ac79.min.js 33 bytes [emitted] [immutable] [minimized] (name: eclipse-scout-core-theme-dark) [INFO] Entrypoint eclipse-scout-core [big] 1.84 MiB (2.07 MiB) = eclipse-scout-core-7201d487fcd39088edc0.min.js 1 auxiliary asset [INFO] Entrypoint eclipse-scout-core-theme [big] 317 KiB = eclipse-scout-core-theme-c62c1226d3577f1ca352.min.css 317 KiB eclipse-scout-core-theme-71510a5dd3116693ac79.min.js 33 bytes [INFO] Entrypoint eclipse-scout-core-theme-dark [big] 320 KiB = eclipse-scout-core-theme-dark-ee03b237bfbaebfa9ae5.min.css 320 KiB eclipse-scout-core-theme-dark-71510a5dd3116693ac79.min.js 33 bytes [INFO] orphan modules 4.92 MiB (javascript) 1.83 KiB (runtime) [orphan] 1118 modules [INFO] runtime modules 937 bytes 4 modules [INFO] built modules 4.08 MiB (javascript) 904 KiB (css/mini-extract) [built] [INFO] javascript modules 4.08 MiB [INFO] ./src/index.ts + 734 modules 4.08 MiB [not cacheable] [built] [code generated] [INFO] ./src/index.less 50 bytes [built] [code generated] [INFO] ./src/index-dark.less 50 bytes [built] [code generated] [INFO] css modules 904 KiB [INFO] css ../node_modules/.pnpm/css-loader@6.8.1_webpack@5.89.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/.pnpm/less-loader@11.1.3_less@4.1.3_webpack@5.89.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/index.less 449 KiB [built] [code generated] [INFO] css ../node_modules/.pnpm/css-loader@6.8.1_webpack@5.89.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/.pnpm/less-loader@11.1.3_less@4.1.3_webpack@5.89.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/index-dark.less 455 KiB [built] [code generated] [INFO] webpack 5.89.0 compiled successfully in 23156 ms [INFO] [INFO] [INFO] [INFO] --- frontend:1.15.0:npm (npm-run-build:dev) @ eclipse-scout-core --- [INFO] Running 'npm --scripts-prepend-node-path=true run build:dev -- --progress=false --clean=false' in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-core [INFO] [INFO] > @eclipse-scout/core@24.2.0-snapshot build:dev [INFO] > scout-scripts build:dev --run default testing global --progress=false --clean=false [INFO] [INFO] Starting default build with args --progress false --clean false [INFO] Webpack mode: development [INFO] Type check: true [INFO] assets by path d.ts/src/ 2.66 MiB 2278 assets [INFO] assets by path d.ts/test/ 48.4 KiB 478 assets [INFO] assets by path log4javascript-1.4.9/ 445 KiB [INFO] assets by path log4javascript-1.4.9/*.js 428 KiB 4 assets [INFO] assets by path log4javascript-1.4.9/*.html 17.5 KiB [INFO] asset log4javascript-1.4.9/console_uncompressed.html 9.91 KiB [compared for emit] [from: res/log4javascript-1.4.9/console_uncompressed.html] [copied] [INFO] asset log4javascript-1.4.9/console.html 7.57 KiB [compared for emit] [from: res/log4javascript-1.4.9/console.html] [copied] [INFO] assets by path fonts/ 148 KiB [INFO] assets by path fonts/*.svg 93.2 KiB 2 assets [INFO] assets by path fonts/*.woff 27.3 KiB 2 assets [INFO] assets by path fonts/*.ttf 27.2 KiB 2 assets [INFO] asset eclipse-scout-core.esm.js 5.26 MiB [compared for emit] [javascript module] [big] (name: eclipse-scout-core.esm) 1 related asset [INFO] runtime modules 937 bytes 4 modules [INFO] cacheable modules 4.09 MiB 1105 modules [INFO] external "jquery" 42 bytes [built] [code generated] [INFO] external "sourcemapped-stacktrace" 42 bytes [built] [code generated] [INFO] webpack 5.89.0 compiled successfully in 39383 ms [INFO] [INFO] [INFO] Starting testing build with args --progress false --clean false [INFO] Webpack mode: development [INFO] Type check: true [INFO] assets by path d.ts/src/ 2.66 MiB 2278 assets [INFO] assets by path d.ts/test/ 48.4 KiB 478 assets [INFO] assets by path log4javascript-1.4.9/ 445 KiB [INFO] assets by path log4javascript-1.4.9/*.js 428 KiB 4 assets [INFO] assets by path log4javascript-1.4.9/*.html 17.5 KiB [INFO] asset log4javascript-1.4.9/console_uncompressed.html 9.91 KiB [compared for emit] [from: res/log4javascript-1.4.9/console_uncompressed.html] [copied] [INFO] asset log4javascript-1.4.9/console.html 7.57 KiB [compared for emit] [from: res/log4javascript-1.4.9/console.html] [copied] [INFO] assets by path fonts/ 148 KiB [INFO] assets by path fonts/*.svg 93.2 KiB 2 assets [INFO] assets by path fonts/*.woff 27.3 KiB 2 assets [INFO] assets by path fonts/*.ttf 27.2 KiB 2 assets [INFO] asset eclipse-scout-testing.esm.js 127 KiB [compared for emit] [javascript module] (name: eclipse-scout-testing.esm) 1 related asset [INFO] runtime modules 937 bytes 4 modules [INFO] cacheable modules 79.7 KiB [INFO] modules by path ./src/testing/form/ 15.2 KiB 9 modules [INFO] modules by path ./src/testing/lookup/*.ts 8.76 KiB 8 modules [INFO] modules by path ./src/testing/*.ts 26.2 KiB 7 modules [INFO] modules by path ./src/testing/table/*.ts 12.1 KiB 3 modules [INFO] modules by path ./src/testing/tree/*.ts 5.94 KiB [INFO] ./src/testing/tree/TreeSpecHelper.ts 5.12 KiB [built] [code generated] [INFO] ./src/testing/tree/SpecTree.ts 839 bytes [built] [code generated] [INFO] + 5 modules [INFO] external "@eclipse-scout/core" 42 bytes [built] [code generated] [INFO] external "jquery" 42 bytes [built] [code generated] [INFO] external "jasmine-ajax" 42 bytes [built] [code generated] [INFO] external "jasmine-jquery" 42 bytes [built] [code generated] [INFO] webpack 5.89.0 compiled successfully in 28532 ms [INFO] [INFO] [INFO] Starting global build with args --progress false --clean false [INFO] Webpack mode: development [INFO] Type check: true [INFO] assets by path d.ts/src/ 2.66 MiB 2278 assets [INFO] assets by path d.ts/test/ 48.4 KiB 478 assets [INFO] assets by path log4javascript-1.4.9/ 445 KiB [INFO] assets by path log4javascript-1.4.9/*.js 428 KiB 4 assets [INFO] assets by path log4javascript-1.4.9/*.html 17.5 KiB 2 assets [INFO] assets by path fonts/ 148 KiB 6 assets [INFO] assets by status 6.05 MiB [big] [INFO] asset eclipse-scout-core.js 5.16 MiB [compared for emit] [big] (name: eclipse-scout-core) 1 related asset [INFO] asset eclipse-scout-core-theme-dark.css 456 KiB [compared for emit] [big] (name: eclipse-scout-core-theme-dark) 1 related asset [INFO] asset eclipse-scout-core-theme.css 450 KiB [compared for emit] [big] (name: eclipse-scout-core-theme) 1 related asset [INFO] assets by status 2.01 KiB [emitted] [INFO] asset eclipse-scout-core-theme-dark.js 1.01 KiB [emitted] (name: eclipse-scout-core-theme-dark) 1 related asset [INFO] asset eclipse-scout-core-theme.js 1020 bytes [emitted] (name: eclipse-scout-core-theme) 1 related asset [INFO] Entrypoint eclipse-scout-core [big] 5.16 MiB (8.04 MiB) = eclipse-scout-core.js 1 auxiliary asset [INFO] Entrypoint eclipse-scout-core-theme [big] 451 KiB (968 KiB) = eclipse-scout-core-theme.css 450 KiB eclipse-scout-core-theme.js 1020 bytes 2 auxiliary assets [INFO] Entrypoint eclipse-scout-core-theme-dark [big] 457 KiB (975 KiB) = eclipse-scout-core-theme-dark.css 456 KiB eclipse-scout-core-theme-dark.js 1.01 KiB 2 auxiliary assets [INFO] runtime modules 3.28 KiB 14 modules [INFO] orphan modules 2.86 MiB [orphan] 4 modules [INFO] cacheable modules 4.09 MiB (javascript) 904 KiB (css/mini-extract) [INFO] javascript modules 4.09 MiB 1107 modules [INFO] css modules 904 KiB [INFO] css ../node_modules/.pnpm/css-loader@6.8.1_webpack@5.89.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/.pnpm/less-loader@11.1.3_less@4.1.3_webpack@5.89.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/index.less 449 KiB [built] [code generated] [INFO] css ../node_modules/.pnpm/css-loader@6.8.1_webpack@5.89.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/.pnpm/less-loader@11.1.3_less@4.1.3_webpack@5.89.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/index-dark.less 455 KiB [built] [code generated] [INFO] external "jQuery" 42 bytes [built] [code generated] [INFO] external "sourceMappedStackTrace" 42 bytes [built] [code generated] [INFO] webpack 5.89.0 compiled successfully in 41275 ms [INFO] [INFO] [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-webpack-build-output) @ eclipse-scout-core --- [INFO] Skipping the execution. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ eclipse-scout-core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-core/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ eclipse-scout-core --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ eclipse-scout-core --- [INFO] Tests are skipped. [INFO] [INFO] --- frontend:1.15.0:npm (npm-test-karma) @ eclipse-scout-core --- [INFO] Running 'npm --scripts-prepend-node-path=true run test:ci -- --junitReporter.outputDir=target/karma-reports' in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-core [INFO] [INFO] > @eclipse-scout/core@24.2.0-snapshot test:ci [INFO] > scout-scripts test:ci --junitReporter.outputDir=target/karma-reports [INFO] [INFO] Webpack mode: development [INFO] Type check: true [INFO] Starting Karma server using config file /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-core/karma.conf.js [INFO] 29 06 2024 00:17:29.606:WARN [filelist]: All files matched by "/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/node_modules/.pnpm/jasmine-core@4.6.1/node_modules/jasmine-core/lib/jasmine-core/jasmine.js" were excluded or matched by prior matchers. [INFO] 29 06 2024 00:17:29.607:WARN [filelist]: All files matched by "/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/node_modules/.pnpm/karma-jasmine@5.1.0_karma@6.4.2/node_modules/karma-jasmine/lib/boot.js" were excluded or matched by prior matchers. [INFO] 29 06 2024 00:17:29.607:WARN [filelist]: All files matched by "/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/node_modules/.pnpm/karma-jasmine@5.1.0_karma@6.4.2/node_modules/karma-jasmine/lib/adapter.js" were excluded or matched by prior matchers. [INFO] Webpack bundling... [INFO] assets by status 594 KiB [compared for emit] [INFO] assets by path log4javascript-1.4.9/ 445 KiB [INFO] assets by path log4javascript-1.4.9/*.js 428 KiB 4 assets [INFO] assets by path log4javascript-1.4.9/*.html 17.5 KiB [INFO] asset log4javascript-1.4.9/console_uncompressed.html 9.91 KiB [compared for emit] [from: res/log4javascript-1.4.9/console_uncompressed.html] [copied] [INFO] asset log4javascript-1.4.9/console.html 7.57 KiB [compared for emit] [from: res/log4javascript-1.4.9/console.html] [copied] [INFO] assets by path fonts/ 148 KiB [INFO] assets by path fonts/*.svg 93.2 KiB 2 assets [INFO] assets by path fonts/*.woff 27.3 KiB 2 assets [INFO] assets by path fonts/*.ttf 27.2 KiB 2 assets [INFO] asset test-index.2532189998.js 979 bytes [compared for emit] [javascript module] (name: test-index.2532189998) [INFO] assets by status 27.9 MiB [emitted] [INFO] asset commons.js 27.9 MiB [emitted] [javascript module] [big] (name: commons) (id hint: commons) [INFO] asset runtime.js 14.4 KiB [emitted] [javascript module] (name: runtime) [INFO] Entrypoint test-index.2532189998 [big] 27.9 MiB = runtime.js 14.4 KiB commons.js 27.9 MiB test-index.2532189998.js 979 bytes [INFO] webpack 5.89.0 compiled successfully in 42889 ms [INFO] 29 06 2024 00:18:13.784:WARN [filelist]: All files matched by "/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/node_modules/.pnpm/jasmine-core@4.6.1/node_modules/jasmine-core/lib/jasmine-core/jasmine.js" were excluded or matched by prior matchers. [INFO] 29 06 2024 00:18:13.784:WARN [filelist]: All files matched by "/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/node_modules/.pnpm/karma-jasmine@5.1.0_karma@6.4.2/node_modules/karma-jasmine/lib/boot.js" were excluded or matched by prior matchers. [INFO] 29 06 2024 00:18:13.784:WARN [filelist]: All files matched by "/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/node_modules/.pnpm/karma-jasmine@5.1.0_karma@6.4.2/node_modules/karma-jasmine/lib/adapter.js" were excluded or matched by prior matchers. [INFO] 29 06 2024 00:18:14.007:INFO [karma-server]: Karma v6.4.2 server started at http://localhost:9876/ [INFO] 29 06 2024 00:18:14.008:INFO [launcher]: Launching browsers ChromeHeadless with concurrency unlimited [INFO] 29 06 2024 00:18:14.013:INFO [launcher]: Starting browser ChromeHeadless [INFO] 29 06 2024 00:18:14.195:INFO [Chrome Headless 119.0.6045.199 (Linux x86_64)]: Connected on socket DCmwjPk0vnPw00IcAAAB with id 62936104 [INFO] ERROR: '00:18:18.025 [ERROR] App initialization failed.' [INFO] ERROR: '00:18:18.030 [ERROR] Unexpected error (no reason provided)' [INFO] ERROR: '00:18:18.114 [ERROR] Unexpected error: err' [INFO] ERROR: '00:18:18.132 [ERROR] Unexpected error: err' [INFO] ERROR: '00:18:18.149 [ERROR] Unexpected error: err' [INFO] ERROR: '00:18:18.348 [ERROR] App initialization failed.' [INFO] 29 06 2024 00:18:18.351:WARN [web-server]: 404: /json?log [INFO] ERROR: '00:18:18.349 [ERROR] Unexpected error (no reason provided)' [INFO] INFO: '00:18:20.411 [INFO] Already existing config property 'scout.devMode' with existing value true is overwritten with new value false.' [INFO] 29 06 2024 00:18:26.132:WARN [web-server]: 404: /json [INFO] WARN: 'Spec 'HybridManager callActionAndWait calls a HybridAction and waits for its completion' has no expectations.' [INFO] ERROR: '00:18:26.137 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=Not Found' [INFO] 29 06 2024 00:18:26.141:WARN [web-server]: 404: /json [INFO] ERROR: '00:18:26.143 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=Not Found' [INFO] WARN: 'Spec 'HybridManager openForm waits for a form to be opened and listens for form events' has no expectations.' [INFO] 29 06 2024 00:18:26.647:WARN [web-server]: 404: /json [INFO] ERROR: '00:18:26.698 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=Not Found' [INFO] 29 06 2024 00:18:26.707:WARN [web-server]: 404: /json [INFO] ERROR: '00:18:26.780 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=Not Found' [INFO] 29 06 2024 00:18:26.786:WARN [web-server]: 404: /json [INFO] ERROR: '00:18:26.802 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=Not Found' [INFO] 29 06 2024 00:18:26.809:WARN [web-server]: 404: /json [INFO] ERROR: '00:18:26.819 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=Not Found' [INFO] 29 06 2024 00:18:27.841:WARN [web-server]: 404: /json [INFO] ERROR: '00:18:27.843 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=Not Found' [INFO] ERROR: '00:18:28.160 [ERROR] Failed to load tableData. error=', Error: Parent row of [object Object] can not be resolved. [INFO] at http://localhost:9876/base/target/dist-karma/dev/commons.js?f41d3af34bf2e19d694e19ebcb9b8e9d5baa2f4c:86775:15 [INFO] at Array.forEach () [INFO] at forEach (webpack:///src/table/Table.ts:3870:14) [INFO] at _rebuildTreeStructure (webpack:///src/table/Table.ts:3846:11) [INFO] at _updateRowStructure (webpack:///src/table/Table.ts:2933:9) [INFO] at insertRows (webpack:///src/table/Table.ts:2987:9) [INFO] at replaceRows (webpack:///src/desktop/outline/pages/PageWithTable.ts:267:23) [INFO] at http://localhost:9876/base/target/dist-karma/dev/commons.js?f41d3af34bf2e19d694e19ebcb9b8e9d5baa2f4c:19527:78 [INFO] at mightThrow (http://localhost:9876/absolute/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/node_modules/.pnpm/jquery@3.7.1/node_modules/jquery/dist/jquery.js?4be715e11048c057fdf2ee0fbbfad4dbf3504c55:3489:29) [INFO] at process (http://localhost:9876/absolute/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/node_modules/.pnpm/jquery@3.7.1/node_modules/jquery/dist/jquery.js?4be715e11048c057fdf2ee0fbbfad4dbf3504c55:3557:12) [INFO] ERROR: '00:18:29.828 [ERROR] Unexpected error: {"message":null,"severity":16777216,"iconId":null,"code":0,"children":null,"deletable":true}' [INFO] ERROR: '00:18:32.491 [ERROR] Unexpected error: load' [INFO] ERROR: '00:18:32.538 [ERROR] Unexpected error: postLoad' [INFO] ERROR: '00:18:32.575 [ERROR] Unexpected error: save' [INFO] 29 06 2024 00:18:34.941:WARN [web-server]: 404: /json [INFO] ERROR: '00:18:34.947 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=Not Found' [INFO] 29 06 2024 00:18:35.870:WARN [web-server]: 404: /json [INFO] ERROR: '00:18:35.908 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=Not Found' [INFO] 29 06 2024 00:18:35.918:WARN [web-server]: 404: /json [INFO] ERROR: '00:18:35.945 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=Not Found' [INFO] 29 06 2024 00:18:35.990:WARN [web-server]: 404: /json [INFO] ERROR: '00:18:36.029 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=Not Found' [INFO] 29 06 2024 00:18:36.034:WARN [web-server]: 404: /json [INFO] ERROR: '00:18:36.069 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=Not Found' [INFO] 29 06 2024 00:18:36.079:WARN [web-server]: 404: /json [INFO] ERROR: '00:18:36.086 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=Not Found' [INFO] 29 06 2024 00:18:38.424:WARN [web-server]: 404: /abc [INFO] WARN: 'Spec 'ListBox aria properties has rows with aria role option' has no expectations.' [INFO] 29 06 2024 00:18:38.922:WARN [web-server]: 404: /json [INFO] ERROR: '00:18:38.934 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=Not Found' [INFO] 29 06 2024 00:18:38.939:WARN [web-server]: 404: /json [INFO] ERROR: '00:18:38.950 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=Not Found' [INFO] 29 06 2024 00:18:38.954:WARN [web-server]: 404: /json [INFO] ERROR: '00:18:38.959 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=Not Found' [INFO] ERROR: '00:19:04.413 [ERROR] Unexpected error: Something went wrong' [INFO] ERROR: '00:19:04.470 [ERROR] Unexpected error: Something went wrong' [INFO] 29 06 2024 00:19:05.039:WARN [web-server]: 404: /icon/image.png [INFO] 29 06 2024 00:19:05.067:WARN [web-server]: 404: /icon/image.png [INFO] 29 06 2024 00:19:05.084:WARN [web-server]: 404: /hello [INFO] 29 06 2024 00:19:07.610:WARN [web-server]: 404: /iconId [INFO] 29 06 2024 00:19:07.623:WARN [web-server]: 404: /iconId [INFO] 29 06 2024 00:19:07.636:WARN [web-server]: 404: /icon [INFO] 29 06 2024 00:19:07.642:WARN [web-server]: 404: /iconId [INFO] ERROR: '00:19:10.590 [ERROR] AJAX call "GET permissions" failed [500]' [INFO] ERROR: '00:19:10.592 [ERROR] AJAX call "GET permissions" failed [500]' [INFO] ERROR: '00:19:10.596 [ERROR] AJAX call "GET permissions" failed [500]' [INFO] 29 06 2024 00:19:11.127:WARN [web-server]: 404: /json?log [INFO] WARN: '00:19:11.269 [WARN] Polling request failed. Interrupt polling until the next user-initiated request succeeds' [INFO] ERROR: '00:19:11.288 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=' [INFO] INFO: '00:19:11.307 [INFO] Session terminated, stopped polling for background jobs' [INFO] 29 06 2024 00:19:24.078:WARN [web-server]: 404: /fancyIcon.png [INFO] ERROR: '00:19:44.620 [ERROR] AJAX call "POST api/ui-notifications" failed [500]' [INFO] 29 06 2024 00:19:45.164:WARN [web-server]: 404: /defaultValues [INFO] 29 06 2024 00:19:45.166:WARN [web-server]: 404: /defaultValues [INFO] 29 06 2024 00:19:45.168:WARN [web-server]: 404: /defaultValues [INFO] 29 06 2024 00:19:45.169:WARN [web-server]: 404: /defaultValues [INFO] LOG: 'Failed to resolve constant 'scout.FormField.LabelPosition.XXX', object is undefined' [INFO] WARN: 'Spec 'objects isSameOrExtendsClass uses a type predicate to narrow the type' has no expectations.' [INFO] TOTAL: 3300 SUCCESS [INFO] Karma has exited with 0. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ eclipse-scout-core --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ eclipse-scout-core --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ eclipse-scout-core --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ eclipse-scout-core --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ eclipse-scout-core --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ eclipse-scout-core --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-core/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/eclipse-scout-core/24.2-SNAPSHOT/eclipse-scout-core-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-core/target/eclipse-scout-core-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/eclipse-scout-core/24.2-SNAPSHOT/eclipse-scout-core-24.2-SNAPSHOT.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ eclipse-scout-core --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-core/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-core/24.2-SNAPSHOT/maven-metadata.xml (791 B at 95 B/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-core/24.2-SNAPSHOT/eclipse-scout-core-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-core/24.2-SNAPSHOT/eclipse-scout-core-24.2-20240629.001225-135.pom (5.0 kB at 19 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-core/24.2-SNAPSHOT/eclipse-scout-core-24.2-20240629.001225-135.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-core/24.2-SNAPSHOT/eclipse-scout-core-24.2-20240629.001225-135.jar (2.9 kB at 1.9 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-core/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-core/maven-metadata.xml (473 B at 32 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-core/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-core/24.2-SNAPSHOT/maven-metadata.xml (791 B at 5.2 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-core/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-core/maven-metadata.xml (473 B at 2.2 kB/s) [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html >-------- [INFO] Building org.eclipse.scout.rt.svg.ui.html 24.2-SNAPSHOT [57/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.ui.html/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- antrun:3.1.0:run (check-node-install) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- antrun:3.1.0:run (check-install-node-tools) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.ui.html/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- frontend:1.15.0:install-node-and-npm (install-node-and-npm) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Skipping execution. [INFO] [INFO] --- exec:3.1.1:exec (install-node-tools) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] skipping execute as per configuration [INFO] [INFO] --- antrun:3.1.0:run (check-npm-update) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:snapshot:dependencies) @ org.eclipse.scout.rt.svg.ui.html --- use given workspace root: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.ui.html/.. updating version/dependency for module: @eclipse-scout/chart updating version/dependency for module: @eclipse-scout/cli updating version/dependency for module: @eclipse-scout/core updating version/dependency for module: @eclipse-scout/migrate updating version/dependency for module: @eclipse-scout/tsconfig updating version/dependency for module: @eclipse-scout/eslint-config updating version/dependency for module: @eclipse-scout/karma-jasmine-scout updating version/dependency for module: @eclipse-scout/svg version:snapshot:dependencies done [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:release:dependencies) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] skipping execute as per configuration [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:release) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] skipping execute as per configuration [INFO] [INFO] --- antrun:3.1.0:run (mark-npm-update-done) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Skipping Antrun execution [INFO] [INFO] --- exec:3.1.1:exec (npm-update) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] skipping execute as per configuration [INFO] [INFO] --- exec:3.1.1:exec (pnpm-list) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] skipping execute as per configuration [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:snapshot) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] skipping execute as per configuration [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [INFO] [INFO] --- frontend:1.15.0:npm (npm-run-build:prod) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Running 'npm --scripts-prepend-node-path=true run build:prod -- --progress=false --clean=false' in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.ui.html [INFO] [INFO] > @eclipse-scout/svg@24.2.0-snapshot build:prod [INFO] > scout-scripts build:prod --progress=false --clean=false [INFO] [INFO] Webpack mode: production [INFO] Type check: false [INFO] assets by status 2.5 KiB [cached] 1 asset [INFO] orphan modules 2.82 KiB [orphan] 6 modules [INFO] runtime modules 937 bytes 4 modules [INFO] ./src/main/js/index.ts + 4 modules 3.39 KiB [not cacheable] [built] [code generated] [INFO] webpack 5.89.0 compiled successfully in 1007 ms [INFO] [INFO] [INFO] [INFO] --- frontend:1.15.0:npm (npm-run-build:dev) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Running 'npm --scripts-prepend-node-path=true run build:dev -- --progress=false --clean=false' in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.ui.html [INFO] [INFO] > @eclipse-scout/svg@24.2.0-snapshot build:dev [INFO] > scout-scripts build:dev --progress=false --clean=false [INFO] [INFO] Webpack mode: development [INFO] Type check: true [INFO] assets by path ../d.ts/svg/ 2.74 KiB [INFO] assets by path ../d.ts/svg/*.ts 1.35 KiB [INFO] asset ../d.ts/svg/SvgField.d.ts 613 bytes [compared for emit] [INFO] asset ../d.ts/svg/SvgFieldAdapter.d.ts 362 bytes [compared for emit] [INFO] asset ../d.ts/svg/SvgFieldEventMap.d.ts 228 bytes [compared for emit] [INFO] asset ../d.ts/svg/SvgFieldModel.d.ts 181 bytes [compared for emit] [INFO] assets by path ../d.ts/svg/*.map 1.39 KiB [INFO] asset ../d.ts/svg/SvgField.d.ts.map 525 bytes [compared for emit] [INFO] asset ../d.ts/svg/SvgFieldAdapter.d.ts.map 378 bytes [compared for emit] [INFO] asset ../d.ts/svg/SvgFieldEventMap.d.ts.map 271 bytes [compared for emit] [INFO] asset ../d.ts/svg/SvgFieldModel.d.ts.map 250 bytes [compared for emit] [INFO] asset eclipse-scout-svg.js 10.9 KiB [compared for emit] [javascript module] (name: eclipse-scout-svg) 1 related asset [INFO] asset ../d.ts/index.d.ts.map 265 bytes [compared for emit] [INFO] asset ../d.ts/index.d.ts 237 bytes [compared for emit] [INFO] runtime modules 937 bytes 4 modules [INFO] built modules 3.41 KiB [built] [INFO] cacheable modules 3.32 KiB [INFO] ./src/main/js/index.ts 604 bytes [built] [code generated] [INFO] ./src/main/js/svg/SvgField.ts 2.05 KiB [built] [code generated] [INFO] ./src/main/js/svg/SvgFieldModel.ts 10 bytes [built] [code generated] [INFO] ./src/main/js/svg/SvgFieldEventMap.ts 10 bytes [built] [code generated] [INFO] ./src/main/js/svg/SvgFieldAdapter.ts 678 bytes [built] [code generated] [INFO] external "@eclipse-scout/core" 42 bytes [built] [code generated] [INFO] external "jquery" 42 bytes [built] [code generated] [INFO] webpack 5.89.0 compiled successfully in 15339 ms [INFO] [INFO] [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.ui.html/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-webpack-build-output) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Skipping the execution. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.ui.html/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] [INFO] --- source:3.3.0: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:2.0.1:check (default) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.ui.html/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/24.2-SNAPSHOT/org.eclipse.scout.rt.svg.ui.html-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/24.2-SNAPSHOT/org.eclipse.scout.rt.svg.ui.html-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/24.2-SNAPSHOT/org.eclipse.scout.rt.svg.ui.html-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.svg.ui.html --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 8.9 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/24.2-SNAPSHOT/org.eclipse.scout.rt.svg.ui.html-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/24.2-SNAPSHOT/org.eclipse.scout.rt.svg.ui.html-24.2-20240629.001225-135.pom (1.8 kB at 29 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/24.2-SNAPSHOT/org.eclipse.scout.rt.svg.ui.html-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/24.2-SNAPSHOT/org.eclipse.scout.rt.svg.ui.html-24.2-20240629.001225-135-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/24.2-SNAPSHOT/org.eclipse.scout.rt.svg.ui.html-24.2-20240629.001225-135.jar (8.1 kB at 94 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/24.2-SNAPSHOT/org.eclipse.scout.rt.svg.ui.html-24.2-20240629.001225-135-sources.jar (5.3 kB at 61 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/maven-metadata.xml (487 B at 49 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 13 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/maven-metadata.xml (487 B at 7.9 kB/s) [INFO] [INFO] ---------------< org.eclipse.scout.rt:eclipse-scout-cli >--------------- [INFO] Building eclipse-scout-cli 24.2-SNAPSHOT [58/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-cli/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ eclipse-scout-cli --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ eclipse-scout-cli --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-cli/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- antrun:3.1.0:run (check-node-install) @ eclipse-scout-cli --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- antrun:3.1.0:run (check-install-node-tools) @ eclipse-scout-cli --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- frontend:1.15.0:install-node-and-npm (install-node-and-npm) @ eclipse-scout-cli --- [INFO] Skipping execution. [INFO] [INFO] --- exec:3.1.1:exec (install-node-tools) @ eclipse-scout-cli --- [INFO] skipping execute as per configuration [INFO] [INFO] --- antrun:3.1.0:run (check-npm-update) @ eclipse-scout-cli --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:snapshot:dependencies) @ eclipse-scout-cli --- use given workspace root: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-cli/.. updating version/dependency for module: @eclipse-scout/chart updating version/dependency for module: @eclipse-scout/cli updating version/dependency for module: @eclipse-scout/core updating version/dependency for module: @eclipse-scout/migrate updating version/dependency for module: @eclipse-scout/tsconfig updating version/dependency for module: @eclipse-scout/eslint-config updating version/dependency for module: @eclipse-scout/karma-jasmine-scout updating version/dependency for module: @eclipse-scout/svg version:snapshot:dependencies done [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:release:dependencies) @ eclipse-scout-cli --- [INFO] skipping execute as per configuration [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:release) @ eclipse-scout-cli --- [INFO] skipping execute as per configuration [INFO] [INFO] --- antrun:3.1.0:run (mark-npm-update-done) @ eclipse-scout-cli --- [INFO] Skipping Antrun execution [INFO] [INFO] --- exec:3.1.1:exec (npm-update) @ eclipse-scout-cli --- [INFO] skipping execute as per configuration [INFO] [INFO] --- exec:3.1.1:exec (pnpm-list) @ eclipse-scout-cli --- [INFO] skipping execute as per configuration [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ eclipse-scout-cli --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-cli/src/main/resources [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:snapshot) @ eclipse-scout-cli --- [INFO] skipping execute as per configuration [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ eclipse-scout-cli --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ eclipse-scout-cli --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-cli/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ eclipse-scout-cli --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ eclipse-scout-cli --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ eclipse-scout-cli --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ eclipse-scout-cli --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ eclipse-scout-cli --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ eclipse-scout-cli --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ eclipse-scout-cli --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ eclipse-scout-cli --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-cli/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/eclipse-scout-cli/24.2-SNAPSHOT/eclipse-scout-cli-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-cli/target/eclipse-scout-cli-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/eclipse-scout-cli/24.2-SNAPSHOT/eclipse-scout-cli-24.2-SNAPSHOT.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ eclipse-scout-cli --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-cli/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-cli/24.2-SNAPSHOT/maven-metadata.xml (790 B at 9.4 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-cli/24.2-SNAPSHOT/eclipse-scout-cli-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-cli/24.2-SNAPSHOT/eclipse-scout-cli-24.2-20240629.001225-135.pom (1.2 kB at 24 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-cli/24.2-SNAPSHOT/eclipse-scout-cli-24.2-20240629.001225-135.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-cli/24.2-SNAPSHOT/eclipse-scout-cli-24.2-20240629.001225-135.jar (1.9 kB at 44 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-cli/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-cli/maven-metadata.xml (472 B at 20 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-cli/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-cli/24.2-SNAPSHOT/maven-metadata.xml (790 B at 8.1 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-cli/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-cli/maven-metadata.xml (472 B at 9.6 kB/s) [INFO] [INFO] --------------< org.eclipse.scout.rt:karma-jasmine-scout >-------------- [INFO] Building karma-jasmine-scout 24.2-SNAPSHOT [59/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/karma-jasmine-scout/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ karma-jasmine-scout --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- antrun:3.1.0:run (check-node-install) @ karma-jasmine-scout --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- antrun:3.1.0:run (check-install-node-tools) @ karma-jasmine-scout --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ karma-jasmine-scout --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/karma-jasmine-scout/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- frontend:1.15.0:install-node-and-npm (install-node-and-npm) @ karma-jasmine-scout --- [INFO] Skipping execution. [INFO] [INFO] --- exec:3.1.1:exec (install-node-tools) @ karma-jasmine-scout --- [INFO] skipping execute as per configuration [INFO] [INFO] --- antrun:3.1.0:run (check-npm-update) @ karma-jasmine-scout --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:snapshot:dependencies) @ karma-jasmine-scout --- use given workspace root: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/karma-jasmine-scout/.. updating version/dependency for module: @eclipse-scout/chart updating version/dependency for module: @eclipse-scout/cli updating version/dependency for module: @eclipse-scout/core updating version/dependency for module: @eclipse-scout/migrate updating version/dependency for module: @eclipse-scout/tsconfig updating version/dependency for module: @eclipse-scout/eslint-config updating version/dependency for module: @eclipse-scout/karma-jasmine-scout updating version/dependency for module: @eclipse-scout/svg version:snapshot:dependencies done [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:release:dependencies) @ karma-jasmine-scout --- [INFO] skipping execute as per configuration [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:release) @ karma-jasmine-scout --- [INFO] skipping execute as per configuration [INFO] [INFO] --- antrun:3.1.0:run (mark-npm-update-done) @ karma-jasmine-scout --- [INFO] Skipping Antrun execution [INFO] [INFO] --- exec:3.1.1:exec (npm-update) @ karma-jasmine-scout --- [INFO] skipping execute as per configuration [INFO] [INFO] --- exec:3.1.1:exec (pnpm-list) @ karma-jasmine-scout --- [INFO] skipping execute as per configuration [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ karma-jasmine-scout --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/karma-jasmine-scout/src/main/resources [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:snapshot) @ karma-jasmine-scout --- [INFO] skipping execute as per configuration [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ karma-jasmine-scout --- [INFO] No sources to compile [INFO] [INFO] --- frontend:1.15.0:npm (npm-run-build:prod) @ karma-jasmine-scout --- [INFO] Skipping execution. [INFO] [INFO] --- frontend:1.15.0:npm (npm-run-build:dev) @ karma-jasmine-scout --- [INFO] Skipping execution. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-webpack-build-output) @ karma-jasmine-scout --- [INFO] Skipping the execution. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ karma-jasmine-scout --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/karma-jasmine-scout/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ karma-jasmine-scout --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ karma-jasmine-scout --- [INFO] Tests are skipped. [INFO] [INFO] --- frontend:1.15.0:npm (npm-test-karma) @ karma-jasmine-scout --- [INFO] Skipping execution. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ karma-jasmine-scout --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ karma-jasmine-scout --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ karma-jasmine-scout --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ karma-jasmine-scout --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ karma-jasmine-scout --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ karma-jasmine-scout --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/karma-jasmine-scout/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/karma-jasmine-scout/24.2-SNAPSHOT/karma-jasmine-scout-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/karma-jasmine-scout/target/karma-jasmine-scout-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/karma-jasmine-scout/24.2-SNAPSHOT/karma-jasmine-scout-24.2-SNAPSHOT.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ karma-jasmine-scout --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/karma-jasmine-scout/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/karma-jasmine-scout/24.2-SNAPSHOT/maven-metadata.xml (792 B at 16 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/karma-jasmine-scout/24.2-SNAPSHOT/karma-jasmine-scout-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/karma-jasmine-scout/24.2-SNAPSHOT/karma-jasmine-scout-24.2-20240629.001225-135.pom (1.2 kB at 24 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/karma-jasmine-scout/24.2-SNAPSHOT/karma-jasmine-scout-24.2-20240629.001225-135.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/karma-jasmine-scout/24.2-SNAPSHOT/karma-jasmine-scout-24.2-20240629.001225-135.jar (1.9 kB at 26 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/karma-jasmine-scout/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/karma-jasmine-scout/maven-metadata.xml (474 B at 43 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/karma-jasmine-scout/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/karma-jasmine-scout/24.2-SNAPSHOT/maven-metadata.xml (792 B at 5.0 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/karma-jasmine-scout/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/karma-jasmine-scout/maven-metadata.xml (474 B at 8.3 kB/s) [INFO] [INFO] -------------< org.eclipse.scout.rt:eclipse-scout-releng >-------------- [INFO] Building eclipse-scout-releng 24.2-SNAPSHOT [60/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-releng/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ eclipse-scout-releng --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ eclipse-scout-releng --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-releng/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- antrun:3.1.0:run (check-node-install) @ eclipse-scout-releng --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- antrun:3.1.0:run (check-install-node-tools) @ eclipse-scout-releng --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- frontend:1.15.0:install-node-and-npm (install-node-and-npm) @ eclipse-scout-releng --- [INFO] Skipping execution. [INFO] [INFO] --- exec:3.1.1:exec (install-node-tools) @ eclipse-scout-releng --- [INFO] skipping execute as per configuration [INFO] [INFO] --- antrun:3.1.0:run (check-npm-update) @ eclipse-scout-releng --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:snapshot:dependencies) @ eclipse-scout-releng --- use given workspace root: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-releng/.. updating version/dependency for module: @eclipse-scout/chart updating version/dependency for module: @eclipse-scout/cli updating version/dependency for module: @eclipse-scout/core updating version/dependency for module: @eclipse-scout/migrate updating version/dependency for module: @eclipse-scout/tsconfig updating version/dependency for module: @eclipse-scout/eslint-config updating version/dependency for module: @eclipse-scout/karma-jasmine-scout updating version/dependency for module: @eclipse-scout/svg version:snapshot:dependencies done [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:release:dependencies) @ eclipse-scout-releng --- [INFO] skipping execute as per configuration [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:release) @ eclipse-scout-releng --- [INFO] skipping execute as per configuration [INFO] [INFO] --- antrun:3.1.0:run (mark-npm-update-done) @ eclipse-scout-releng --- [INFO] Skipping Antrun execution [INFO] [INFO] --- exec:3.1.1:exec (npm-update) @ eclipse-scout-releng --- [INFO] skipping execute as per configuration [INFO] [INFO] --- exec:3.1.1:exec (pnpm-list) @ eclipse-scout-releng --- [INFO] skipping execute as per configuration [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ eclipse-scout-releng --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-releng/src/main/resources [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:snapshot) @ eclipse-scout-releng --- [INFO] skipping execute as per configuration [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ eclipse-scout-releng --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ eclipse-scout-releng --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-releng/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ eclipse-scout-releng --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ eclipse-scout-releng --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ eclipse-scout-releng --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ eclipse-scout-releng --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ eclipse-scout-releng --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ eclipse-scout-releng --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ eclipse-scout-releng --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ eclipse-scout-releng --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-releng/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/eclipse-scout-releng/24.2-SNAPSHOT/eclipse-scout-releng-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-releng/target/eclipse-scout-releng-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/eclipse-scout-releng/24.2-SNAPSHOT/eclipse-scout-releng-24.2-SNAPSHOT.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ eclipse-scout-releng --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-releng/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-releng/24.2-SNAPSHOT/maven-metadata.xml (793 B at 9.6 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-releng/24.2-SNAPSHOT/eclipse-scout-releng-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-releng/24.2-SNAPSHOT/eclipse-scout-releng-24.2-20240629.001225-135.pom (1.2 kB at 26 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-releng/24.2-SNAPSHOT/eclipse-scout-releng-24.2-20240629.001225-135.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-releng/24.2-SNAPSHOT/eclipse-scout-releng-24.2-20240629.001225-135.jar (1.9 kB at 38 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-releng/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-releng/maven-metadata.xml (397 B at 7.9 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-releng/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-releng/24.2-SNAPSHOT/maven-metadata.xml (793 B at 5.7 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-releng/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-releng/maven-metadata.xml (397 B at 3.4 kB/s) [INFO] [INFO] -------------< org.eclipse.scout.rt:eclipse-scout-migrate >------------- [INFO] Building eclipse-scout-migrate 24.2-SNAPSHOT [61/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-migrate/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ eclipse-scout-migrate --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ eclipse-scout-migrate --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-migrate/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- antrun:3.1.0:run (check-node-install) @ eclipse-scout-migrate --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- antrun:3.1.0:run (check-install-node-tools) @ eclipse-scout-migrate --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- frontend:1.15.0:install-node-and-npm (install-node-and-npm) @ eclipse-scout-migrate --- [INFO] Skipping execution. [INFO] [INFO] --- exec:3.1.1:exec (install-node-tools) @ eclipse-scout-migrate --- [INFO] skipping execute as per configuration [INFO] [INFO] --- antrun:3.1.0:run (check-npm-update) @ eclipse-scout-migrate --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:snapshot:dependencies) @ eclipse-scout-migrate --- use given workspace root: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-migrate/.. updating version/dependency for module: @eclipse-scout/chart updating version/dependency for module: @eclipse-scout/cli updating version/dependency for module: @eclipse-scout/core updating version/dependency for module: @eclipse-scout/migrate updating version/dependency for module: @eclipse-scout/tsconfig updating version/dependency for module: @eclipse-scout/eslint-config updating version/dependency for module: @eclipse-scout/karma-jasmine-scout updating version/dependency for module: @eclipse-scout/svg version:snapshot:dependencies done [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:release:dependencies) @ eclipse-scout-migrate --- [INFO] skipping execute as per configuration [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:release) @ eclipse-scout-migrate --- [INFO] skipping execute as per configuration [INFO] [INFO] --- antrun:3.1.0:run (mark-npm-update-done) @ eclipse-scout-migrate --- [INFO] Skipping Antrun execution [INFO] [INFO] --- exec:3.1.1:exec (npm-update) @ eclipse-scout-migrate --- [INFO] skipping execute as per configuration [INFO] [INFO] --- exec:3.1.1:exec (pnpm-list) @ eclipse-scout-migrate --- [INFO] skipping execute as per configuration [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ eclipse-scout-migrate --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-migrate/src/main/resources [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:snapshot) @ eclipse-scout-migrate --- [INFO] skipping execute as per configuration [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ eclipse-scout-migrate --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ eclipse-scout-migrate --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-migrate/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ eclipse-scout-migrate --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ eclipse-scout-migrate --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ eclipse-scout-migrate --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ eclipse-scout-migrate --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ eclipse-scout-migrate --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ eclipse-scout-migrate --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ eclipse-scout-migrate --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ eclipse-scout-migrate --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-migrate/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/eclipse-scout-migrate/24.2-SNAPSHOT/eclipse-scout-migrate-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-migrate/target/eclipse-scout-migrate-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/eclipse-scout-migrate/24.2-SNAPSHOT/eclipse-scout-migrate-24.2-SNAPSHOT.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ eclipse-scout-migrate --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-migrate/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-migrate/24.2-SNAPSHOT/maven-metadata.xml (794 B at 8.0 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-migrate/24.2-SNAPSHOT/eclipse-scout-migrate-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-migrate/24.2-SNAPSHOT/eclipse-scout-migrate-24.2-20240629.001225-135.pom (1.2 kB at 23 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-migrate/24.2-SNAPSHOT/eclipse-scout-migrate-24.2-20240629.001225-135.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-migrate/24.2-SNAPSHOT/eclipse-scout-migrate-24.2-20240629.001225-135.jar (2.0 kB at 43 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-migrate/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-migrate/maven-metadata.xml (437 B at 55 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-migrate/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-migrate/24.2-SNAPSHOT/maven-metadata.xml (794 B at 5.0 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-migrate/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-migrate/maven-metadata.xml (437 B at 7.0 kB/s) [INFO] [INFO] ------------< org.eclipse.scout.rt:eclipse-scout-tsconfig >------------- [INFO] Building eclipse-scout-tsconfig 24.2-SNAPSHOT [62/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-tsconfig/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ eclipse-scout-tsconfig --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ eclipse-scout-tsconfig --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-tsconfig/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- antrun:3.1.0:run (check-node-install) @ eclipse-scout-tsconfig --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- antrun:3.1.0:run (check-install-node-tools) @ eclipse-scout-tsconfig --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- frontend:1.15.0:install-node-and-npm (install-node-and-npm) @ eclipse-scout-tsconfig --- [INFO] Skipping execution. [INFO] [INFO] --- exec:3.1.1:exec (install-node-tools) @ eclipse-scout-tsconfig --- [INFO] skipping execute as per configuration [INFO] [INFO] --- antrun:3.1.0:run (check-npm-update) @ eclipse-scout-tsconfig --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:snapshot:dependencies) @ eclipse-scout-tsconfig --- use given workspace root: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-tsconfig/.. updating version/dependency for module: @eclipse-scout/chart updating version/dependency for module: @eclipse-scout/cli updating version/dependency for module: @eclipse-scout/core updating version/dependency for module: @eclipse-scout/migrate updating version/dependency for module: @eclipse-scout/tsconfig updating version/dependency for module: @eclipse-scout/eslint-config updating version/dependency for module: @eclipse-scout/karma-jasmine-scout updating version/dependency for module: @eclipse-scout/svg version:snapshot:dependencies done [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:release:dependencies) @ eclipse-scout-tsconfig --- [INFO] skipping execute as per configuration [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:release) @ eclipse-scout-tsconfig --- [INFO] skipping execute as per configuration [INFO] [INFO] --- antrun:3.1.0:run (mark-npm-update-done) @ eclipse-scout-tsconfig --- [INFO] Skipping Antrun execution [INFO] [INFO] --- exec:3.1.1:exec (npm-update) @ eclipse-scout-tsconfig --- [INFO] skipping execute as per configuration [INFO] [INFO] --- exec:3.1.1:exec (pnpm-list) @ eclipse-scout-tsconfig --- [INFO] skipping execute as per configuration [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ eclipse-scout-tsconfig --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-tsconfig/src/main/resources [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:snapshot) @ eclipse-scout-tsconfig --- [INFO] skipping execute as per configuration [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ eclipse-scout-tsconfig --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ eclipse-scout-tsconfig --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-tsconfig/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ eclipse-scout-tsconfig --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ eclipse-scout-tsconfig --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ eclipse-scout-tsconfig --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ eclipse-scout-tsconfig --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ eclipse-scout-tsconfig --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ eclipse-scout-tsconfig --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ eclipse-scout-tsconfig --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ eclipse-scout-tsconfig --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-tsconfig/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/eclipse-scout-tsconfig/24.2-SNAPSHOT/eclipse-scout-tsconfig-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-tsconfig/target/eclipse-scout-tsconfig-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/eclipse-scout-tsconfig/24.2-SNAPSHOT/eclipse-scout-tsconfig-24.2-SNAPSHOT.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ eclipse-scout-tsconfig --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-tsconfig/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-tsconfig/24.2-SNAPSHOT/maven-metadata.xml (795 B at 14 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-tsconfig/24.2-SNAPSHOT/eclipse-scout-tsconfig-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-tsconfig/24.2-SNAPSHOT/eclipse-scout-tsconfig-24.2-20240629.001225-135.pom (1.2 kB at 20 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-tsconfig/24.2-SNAPSHOT/eclipse-scout-tsconfig-24.2-20240629.001225-135.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-tsconfig/24.2-SNAPSHOT/eclipse-scout-tsconfig-24.2-20240629.001225-135.jar (2.0 kB at 46 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-tsconfig/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-tsconfig/maven-metadata.xml (438 B at 55 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-tsconfig/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-tsconfig/24.2-SNAPSHOT/maven-metadata.xml (795 B at 4.3 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-tsconfig/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-tsconfig/maven-metadata.xml (438 B at 6.8 kB/s) [INFO] [INFO] -----------------< org.eclipse.scout.rt:eslint-config >----------------- [INFO] Building eslint-config 24.2-SNAPSHOT [63/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eslint-config/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ eslint-config --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ eslint-config --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eslint-config/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- antrun:3.1.0:run (check-node-install) @ eslint-config --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- antrun:3.1.0:run (check-install-node-tools) @ eslint-config --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- frontend:1.15.0:install-node-and-npm (install-node-and-npm) @ eslint-config --- [INFO] Skipping execution. [INFO] [INFO] --- exec:3.1.1:exec (install-node-tools) @ eslint-config --- [INFO] skipping execute as per configuration [INFO] [INFO] --- antrun:3.1.0:run (check-npm-update) @ eslint-config --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:snapshot:dependencies) @ eslint-config --- use given workspace root: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eslint-config/.. updating version/dependency for module: @eclipse-scout/chart updating version/dependency for module: @eclipse-scout/cli updating version/dependency for module: @eclipse-scout/core updating version/dependency for module: @eclipse-scout/migrate updating version/dependency for module: @eclipse-scout/tsconfig updating version/dependency for module: @eclipse-scout/eslint-config updating version/dependency for module: @eclipse-scout/karma-jasmine-scout updating version/dependency for module: @eclipse-scout/svg version:snapshot:dependencies done [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:release:dependencies) @ eslint-config --- [INFO] skipping execute as per configuration [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:release) @ eslint-config --- [INFO] skipping execute as per configuration [INFO] [INFO] --- antrun:3.1.0:run (mark-npm-update-done) @ eslint-config --- [INFO] Skipping Antrun execution [INFO] [INFO] --- exec:3.1.1:exec (npm-update) @ eslint-config --- [INFO] skipping execute as per configuration [INFO] [INFO] --- exec:3.1.1:exec (pnpm-list) @ eslint-config --- [INFO] skipping execute as per configuration [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ eslint-config --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eslint-config/src/main/resources [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:snapshot) @ eslint-config --- [INFO] skipping execute as per configuration [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ eslint-config --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ eslint-config --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eslint-config/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ eslint-config --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ eslint-config --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ eslint-config --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ eslint-config --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ eslint-config --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ eslint-config --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ eslint-config --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ eslint-config --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eslint-config/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/eslint-config/24.2-SNAPSHOT/eslint-config-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eslint-config/target/eslint-config-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/eslint-config/24.2-SNAPSHOT/eslint-config-24.2-SNAPSHOT.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ eslint-config --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eslint-config/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eslint-config/24.2-SNAPSHOT/maven-metadata.xml (786 B at 9.7 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eslint-config/24.2-SNAPSHOT/eslint-config-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eslint-config/24.2-SNAPSHOT/eslint-config-24.2-20240629.001225-135.pom (1.2 kB at 5.1 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eslint-config/24.2-SNAPSHOT/eslint-config-24.2-20240629.001225-135.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eslint-config/24.2-SNAPSHOT/eslint-config-24.2-20240629.001225-135.jar (1.9 kB at 35 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eslint-config/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eslint-config/maven-metadata.xml (468 B at 67 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eslint-config/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eslint-config/24.2-SNAPSHOT/maven-metadata.xml (786 B at 3.2 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eslint-config/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eslint-config/maven-metadata.xml (468 B at 5.2 kB/s) [INFO] [INFO] ----< org.eclipse.scout.rt:org.eclipse.scout.rt.opentelemetry.sdk >----- [INFO] Building org.eclipse.scout.rt.opentelemetry.sdk 24.2-SNAPSHOT [64/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.opentelemetry.sdk/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.opentelemetry.sdk --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.opentelemetry.sdk --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.opentelemetry.sdk/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.opentelemetry.sdk --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.opentelemetry.sdk --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.opentelemetry.sdk --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.opentelemetry.sdk/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.opentelemetry.sdk --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.opentelemetry.sdk --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.opentelemetry.sdk --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.opentelemetry.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.opentelemetry.sdk/target/org.eclipse.scout.rt.opentelemetry.sdk-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.opentelemetry.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.opentelemetry.sdk/target/org.eclipse.scout.rt.opentelemetry.sdk-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.opentelemetry.sdk --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.opentelemetry.sdk --- [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.opentelemetry.sdk --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.opentelemetry.sdk --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.opentelemetry.sdk/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.opentelemetry.sdk/24.2-SNAPSHOT/org.eclipse.scout.rt.opentelemetry.sdk-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.opentelemetry.sdk/target/org.eclipse.scout.rt.opentelemetry.sdk-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.opentelemetry.sdk/24.2-SNAPSHOT/org.eclipse.scout.rt.opentelemetry.sdk-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.opentelemetry.sdk/target/org.eclipse.scout.rt.opentelemetry.sdk-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.opentelemetry.sdk/24.2-SNAPSHOT/org.eclipse.scout.rt.opentelemetry.sdk-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.opentelemetry.sdk/target/org.eclipse.scout.rt.opentelemetry.sdk-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.opentelemetry.sdk/24.2-SNAPSHOT/org.eclipse.scout.rt.opentelemetry.sdk-24.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.opentelemetry.sdk/target/org.eclipse.scout.rt.opentelemetry.sdk-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.opentelemetry.sdk/24.2-SNAPSHOT/org.eclipse.scout.rt.opentelemetry.sdk-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.opentelemetry.sdk --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.opentelemetry.sdk/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.opentelemetry.sdk/24.2-SNAPSHOT/maven-metadata.xml (1.5 kB at 16 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.opentelemetry.sdk/24.2-SNAPSHOT/org.eclipse.scout.rt.opentelemetry.sdk-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.opentelemetry.sdk/24.2-SNAPSHOT/org.eclipse.scout.rt.opentelemetry.sdk-24.2-20240629.001225-135.pom (2.5 kB at 13 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.opentelemetry.sdk/24.2-SNAPSHOT/org.eclipse.scout.rt.opentelemetry.sdk-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.opentelemetry.sdk/24.2-SNAPSHOT/org.eclipse.scout.rt.opentelemetry.sdk-24.2-20240629.001225-135-tests.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.opentelemetry.sdk/24.2-SNAPSHOT/org.eclipse.scout.rt.opentelemetry.sdk-24.2-20240629.001225-135-sources.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.opentelemetry.sdk/24.2-SNAPSHOT/org.eclipse.scout.rt.opentelemetry.sdk-24.2-20240629.001225-135-test-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.opentelemetry.sdk/24.2-SNAPSHOT/org.eclipse.scout.rt.opentelemetry.sdk-24.2-20240629.001225-135.jar (12 kB at 174 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.opentelemetry.sdk/24.2-SNAPSHOT/org.eclipse.scout.rt.opentelemetry.sdk-24.2-20240629.001225-135-tests.jar (7.1 kB at 75 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.opentelemetry.sdk/24.2-SNAPSHOT/org.eclipse.scout.rt.opentelemetry.sdk-24.2-20240629.001225-135-sources.jar (6.8 kB at 49 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.opentelemetry.sdk/24.2-SNAPSHOT/org.eclipse.scout.rt.opentelemetry.sdk-24.2-20240629.001225-135-test-sources.jar (5.1 kB at 32 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.opentelemetry.sdk/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.opentelemetry.sdk/maven-metadata.xml (493 B at 55 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.opentelemetry.sdk/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.opentelemetry.sdk/24.2-SNAPSHOT/maven-metadata.xml (1.5 kB at 10 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.opentelemetry.sdk/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.opentelemetry.sdk/maven-metadata.xml (493 B at 7.6 kB/s) [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.chart.shared >------- [INFO] Building org.eclipse.scout.rt.chart.shared 24.2-SNAPSHOT [65/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.shared/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.chart.shared --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.chart.shared --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.shared/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.chart.shared --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.chart.shared --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.chart.shared --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.shared/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.chart.shared --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.chart.shared --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.chart.shared --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.chart.shared --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.shared/target/org.eclipse.scout.rt.chart.shared-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.chart.shared --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.shared/target/org.eclipse.scout.rt.chart.shared-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.chart.shared --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.chart.shared --- [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.chart.shared --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.chart.shared --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.shared/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.chart.shared-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.shared/target/org.eclipse.scout.rt.chart.shared-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.chart.shared-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.shared/target/org.eclipse.scout.rt.chart.shared-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.chart.shared-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.shared/target/org.eclipse.scout.rt.chart.shared-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.chart.shared-24.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.shared/target/org.eclipse.scout.rt.chart.shared-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.chart.shared-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.chart.shared --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.shared/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.shared/24.2-SNAPSHOT/maven-metadata.xml (1.5 kB at 13 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.chart.shared-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.chart.shared-24.2-20240629.001225-135.pom (1.3 kB at 20 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.chart.shared-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.chart.shared-24.2-20240629.001225-135-tests.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.chart.shared-24.2-20240629.001225-135-sources.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.chart.shared-24.2-20240629.001225-135-test-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.chart.shared-24.2-20240629.001225-135-sources.jar (21 kB at 175 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.chart.shared-24.2-20240629.001225-135-tests.jar (6.8 kB at 56 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.chart.shared-24.2-20240629.001225-135-test-sources.jar (5.3 kB at 44 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.chart.shared-24.2-20240629.001225-135.jar (37 kB at 301 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.shared/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.shared/maven-metadata.xml (488 B at 61 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.shared/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.shared/24.2-SNAPSHOT/maven-metadata.xml (1.5 kB at 14 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.shared/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.shared/maven-metadata.xml (488 B at 8.3 kB/s) [INFO] [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.chart.client >------- [INFO] Building org.eclipse.scout.rt.chart.client 24.2-SNAPSHOT [66/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.chart.client --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.chart.client --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.client/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.chart.client --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.chart.client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.client/src/main/java/org/eclipse/scout/rt/chart/client/ui/basic/table/controls/IChartColumnParam.java:[27,3] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.client/src/main/java/org/eclipse/scout/rt/chart/client/ui/basic/table/controls/ChartColumnParam.java:[49,10] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.client/src/main/java/org/eclipse/scout/rt/chart/client/ui/form/fields/tile/AbstractChartTile.java:[53,21] Unsupported @SuppressWarnings("findbugs:NP_BOOLEAN_RETURN_NULL") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.client/src/main/java/org/eclipse/scout/rt/chart/client/ui/form/fields/tile/AbstractChartTile.java:[63,21] Unsupported @SuppressWarnings("findbugs:NP_BOOLEAN_RETURN_NULL") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.client/src/main/java/org/eclipse/scout/rt/chart/client/ui/form/fields/tile/AbstractChartTile.java:[73,21] Unsupported @SuppressWarnings("findbugs:NP_BOOLEAN_RETURN_NULL") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.client/src/main/java/org/eclipse/scout/rt/chart/client/ui/form/fields/tile/AbstractChartTile.java:[83,21] Unsupported @SuppressWarnings("findbugs:NP_BOOLEAN_RETURN_NULL") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.client/src/main/java/org/eclipse/scout/rt/chart/client/ui/form/fields/tile/AbstractChartTile.java:[118,21] Unsupported @SuppressWarnings("findbugs:NP_BOOLEAN_RETURN_NULL") [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.chart.client --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.client/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.chart.client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.client/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.chart.client --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.chart.client --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.chart.client --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.client/target/org.eclipse.scout.rt.chart.client-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.chart.client --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.chart.client --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.chart.client --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.chart.client --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.chart.client --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.client/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.client/24.2-SNAPSHOT/org.eclipse.scout.rt.chart.client-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.client/target/org.eclipse.scout.rt.chart.client-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.client/24.2-SNAPSHOT/org.eclipse.scout.rt.chart.client-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.client/target/org.eclipse.scout.rt.chart.client-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.client/24.2-SNAPSHOT/org.eclipse.scout.rt.chart.client-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.chart.client --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.client/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.client/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 4.6 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.client/24.2-SNAPSHOT/org.eclipse.scout.rt.chart.client-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.client/24.2-SNAPSHOT/org.eclipse.scout.rt.chart.client-24.2-20240629.001225-135.pom (1.3 kB at 18 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.client/24.2-SNAPSHOT/org.eclipse.scout.rt.chart.client-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.client/24.2-SNAPSHOT/org.eclipse.scout.rt.chart.client-24.2-20240629.001225-135-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.client/24.2-SNAPSHOT/org.eclipse.scout.rt.chart.client-24.2-20240629.001225-135.jar (32 kB at 681 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.client/24.2-SNAPSHOT/org.eclipse.scout.rt.chart.client-24.2-20240629.001225-135-sources.jar (19 kB at 344 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.client/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.client/maven-metadata.xml (488 B at 61 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.client/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.client/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 9.2 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.client/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.client/maven-metadata.xml (488 B at 6.5 kB/s) [INFO] [INFO] ------< org.eclipse.scout.rt:org.eclipse.scout.rt.chart.ui.html >------- [INFO] Building org.eclipse.scout.rt.chart.ui.html 24.2-SNAPSHOT [67/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.ui.html/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.chart.ui.html --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.chart.ui.html --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.ui.html/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.chart.ui.html --- [INFO] Copying 6 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.chart.ui.html --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.ui.html/src/main/java/org/eclipse/scout/rt/chart/ui/html/json/basic/table/userfilter/UserFilterStateFactory.java:[48,13] org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn is a raw type. References to generic type org.eclipse.scout.rt.client.ui.basic.table.columns.IColumn should be parameterized [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.chart.ui.html --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.ui.html/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.chart.ui.html --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.ui.html/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.chart.ui.html --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.chart.ui.html --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.chart.ui.html --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.ui.html/target/org.eclipse.scout.rt.chart.ui.html-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.chart.ui.html --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.chart.ui.html --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.chart.ui.html --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.chart.ui.html --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.chart.ui.html --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.ui.html/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.ui.html/24.2-SNAPSHOT/org.eclipse.scout.rt.chart.ui.html-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.ui.html/target/org.eclipse.scout.rt.chart.ui.html-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.ui.html/24.2-SNAPSHOT/org.eclipse.scout.rt.chart.ui.html-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.chart.ui.html/target/org.eclipse.scout.rt.chart.ui.html-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.ui.html/24.2-SNAPSHOT/org.eclipse.scout.rt.chart.ui.html-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.chart.ui.html --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.ui.html/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.ui.html/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 17 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.ui.html/24.2-SNAPSHOT/org.eclipse.scout.rt.chart.ui.html-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.ui.html/24.2-SNAPSHOT/org.eclipse.scout.rt.chart.ui.html-24.2-20240629.001225-135.pom (1.6 kB at 27 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.ui.html/24.2-SNAPSHOT/org.eclipse.scout.rt.chart.ui.html-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.ui.html/24.2-SNAPSHOT/org.eclipse.scout.rt.chart.ui.html-24.2-20240629.001225-135-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.ui.html/24.2-SNAPSHOT/org.eclipse.scout.rt.chart.ui.html-24.2-20240629.001225-135-sources.jar (19 kB at 415 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.ui.html/24.2-SNAPSHOT/org.eclipse.scout.rt.chart.ui.html-24.2-20240629.001225-135.jar (33 kB at 712 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.ui.html/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.ui.html/maven-metadata.xml (489 B at 61 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.ui.html/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.ui.html/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 8.2 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.ui.html/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.chart.ui.html/maven-metadata.xml (489 B at 9.8 kB/s) [INFO] [INFO] --------------< org.eclipse.scout.rt:eclipse-scout-chart >-------------- [INFO] Building eclipse-scout-chart 24.2-SNAPSHOT [68/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-chart/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ eclipse-scout-chart --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- antrun:3.1.0:run (check-node-install) @ eclipse-scout-chart --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- antrun:3.1.0:run (check-install-node-tools) @ eclipse-scout-chart --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ eclipse-scout-chart --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-chart/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- frontend:1.15.0:install-node-and-npm (install-node-and-npm) @ eclipse-scout-chart --- [INFO] Skipping execution. [INFO] [INFO] --- exec:3.1.1:exec (install-node-tools) @ eclipse-scout-chart --- [INFO] skipping execute as per configuration [INFO] [INFO] --- antrun:3.1.0:run (check-npm-update) @ eclipse-scout-chart --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:snapshot:dependencies) @ eclipse-scout-chart --- use given workspace root: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-chart/.. updating version/dependency for module: @eclipse-scout/chart updating version/dependency for module: @eclipse-scout/cli updating version/dependency for module: @eclipse-scout/core updating version/dependency for module: @eclipse-scout/migrate updating version/dependency for module: @eclipse-scout/tsconfig updating version/dependency for module: @eclipse-scout/eslint-config updating version/dependency for module: @eclipse-scout/karma-jasmine-scout updating version/dependency for module: @eclipse-scout/svg version:snapshot:dependencies done [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:release:dependencies) @ eclipse-scout-chart --- [INFO] skipping execute as per configuration [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:release) @ eclipse-scout-chart --- [INFO] skipping execute as per configuration [INFO] [INFO] --- antrun:3.1.0:run (mark-npm-update-done) @ eclipse-scout-chart --- [INFO] Skipping Antrun execution [INFO] [INFO] --- exec:3.1.1:exec (npm-update) @ eclipse-scout-chart --- [INFO] skipping execute as per configuration [INFO] [INFO] --- exec:3.1.1:exec (pnpm-list) @ eclipse-scout-chart --- [INFO] skipping execute as per configuration [INFO] [INFO] --- exec:3.1.1:java (default) @ eclipse-scout-chart --- "2024-06-29 00:20:27,265 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Headless mode: scout.headless=true, java.awt.headless=true (automatically set by Scout), GraphicsEnvironment.isHeadless()=true ""2024-06-29 00:20:27,270 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory - Building jandex class inventory using rebuild strategy IF_MISSING... ""2024-06-29 00:20:27,387 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.inventory.ClassInventory - Finished building jandex class inventory in 119.895472 ms. Total class count: 4066 ""2024-06-29 00:20:27,537 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Collected 412 beans in 148.409768 ms ""2024-06-29 00:20:27,557 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor - Registered 412 beans in 20.679786 ms ""2024-06-29 00:20:27,562 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.logger.LoggerInstallPlatformListener - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport ""2024-06-29 00:20:27,568 INFO [scout-platform-starter] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator - 0 code type classes registered. ""2024-06-29 00:20:27,568 INFO [scout-platform-starter] org.eclipse.scout.rt.platform.internal.PlatformImplementor - No classpath:config.properties found. Running with empty configuration. ""2024-06-29 00:20:27,569 INFO [scout-platform-starter] org.eclipse.scout.rt.server.commons.GlobalTrustManager - No instance of org.eclipse.scout.rt.shared.services.common.file.IRemoteFileService available, skip loading certificates from remote file service. ""2024-06-29 00:20:27,607 INFO [org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder.main()] org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder - Building resource 'texts.json' ""2024-06-29 00:20:27,608 INFO [org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder.main()] org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder - Using contributors [org.eclipse.scout.rt.chart.ui.html.ChartUiTextContributor@18771bcd] ""2024-06-29 00:20:27,696 INFO [org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder.main()] org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder - File written to /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-chart/dist/texts.json ""2024-06-29 00:20:27,696 INFO [org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder.main()] org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder - All files built and written to /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-chart/dist ""2024-06-29 00:20:27,713 INFO [org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder.main()] org.eclipse.scout.rt.platform.job.internal.JobManager - Shutdown ExecutorService, await termination... ""2024-06-29 00:20:27,714 INFO [org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder.main()] org.eclipse.scout.rt.platform.job.internal.JobManager - Shutdown ExecutorService, await termination returned terminated=true ""2024-06-29 00:20:27,714 INFO [org.eclipse.scout.rt.ui.html.res.loader.ResourceBuilder.main()] org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport - About to stop ch.qos.logback.classic.LoggerContext[default] "[INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ eclipse-scout-chart --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-chart/src/main/resources [INFO] [INFO] --- exec:3.1.1:exec (npm-run-version:snapshot) @ eclipse-scout-chart --- [INFO] skipping execute as per configuration [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ eclipse-scout-chart --- [INFO] No sources to compile [INFO] [INFO] --- frontend:1.15.0:npm (npm-run-build:prod) @ eclipse-scout-chart --- [INFO] Running 'npm --scripts-prepend-node-path=true run build:prod -- --progress=false --clean=false' in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-chart [INFO] [INFO] > @eclipse-scout/chart@24.2.0-snapshot build:prod [INFO] > scout-scripts build:prod --run default global --progress=false --clean=false [INFO] [INFO] Starting default build with args --progress false --clean false [INFO] Webpack mode: production [INFO] Type check: false [INFO] assets by status 132 KiB [cached] 1 asset [INFO] orphan modules 261 KiB [orphan] 34 modules [INFO] runtime modules 937 bytes 4 modules [INFO] ./src/index.ts + 27 modules 263 KiB [not cacheable] [built] [code generated] [INFO] webpack 5.89.0 compiled successfully in 2880 ms [INFO] [INFO] [INFO] Starting global build with args --progress false --clean false [INFO] Webpack mode: production [INFO] Type check: false [INFO] assets by status 574 KiB [cached] 3 assets [INFO] assets by path . 66 bytes [INFO] asset eclipse-scout-chart-theme-71510a5dd3116693ac79.min.js 33 bytes [emitted] [immutable] [minimized] (name: eclipse-scout-chart-theme) [INFO] asset eclipse-scout-chart-theme-dark-71510a5dd3116693ac79.min.js 33 bytes [emitted] [immutable] [minimized] (name: eclipse-scout-chart-theme-dark) [INFO] Entrypoint eclipse-scout-chart 129 KiB (174 KiB) = eclipse-scout-chart-8156b4ff3ded6a4a0a51.min.js 1 auxiliary asset [INFO] Entrypoint eclipse-scout-chart-theme 222 KiB = eclipse-scout-chart-theme-3ac5a1e9bedc33d600c8.min.css 222 KiB eclipse-scout-chart-theme-71510a5dd3116693ac79.min.js 33 bytes [INFO] Entrypoint eclipse-scout-chart-theme-dark 222 KiB = eclipse-scout-chart-theme-dark-e9c7a6ec1bc2f34437ba.min.css 222 KiB eclipse-scout-chart-theme-dark-71510a5dd3116693ac79.min.js 33 bytes [INFO] orphan modules 810 KiB (javascript) 1.83 KiB (runtime) [orphan] 45 modules [INFO] runtime modules 937 bytes 4 modules [INFO] built modules 263 KiB (javascript) 545 KiB (css/mini-extract) [built] [INFO] javascript modules 263 KiB [INFO] ./src/index.ts + 26 modules 263 KiB [not cacheable] [built] [code generated] [INFO] ./src/eclipse-scout-chart-theme.less 50 bytes [built] [code generated] [INFO] ./src/eclipse-scout-chart-theme-dark.less 50 bytes [built] [code generated] [INFO] css modules 545 KiB [INFO] css ../node_modules/.pnpm/css-loader@6.8.1_webpack@5.89.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/.pnpm/less-loader@11.1.3_less@4.1.3_webpack@5.89.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/eclipse-scout-chart-theme.less 272 KiB [built] [code generated] [INFO] css ../node_modules/.pnpm/css-loader@6.8.1_webpack@5.89.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/.pnpm/less-loader@11.1.3_less@4.1.3_webpack@5.89.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/eclipse-scout-chart-theme-dark.less 273 KiB [built] [code generated] [INFO] webpack 5.89.0 compiled successfully in 5448 ms [INFO] [INFO] [INFO] [INFO] --- frontend:1.15.0:npm (npm-run-build:dev) @ eclipse-scout-chart --- [INFO] Running 'npm --scripts-prepend-node-path=true run build:dev -- --progress=false --clean=false' in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-chart [INFO] [INFO] > @eclipse-scout/chart@24.2.0-snapshot build:dev [INFO] > scout-scripts build:dev --run default global --progress=false --clean=false [INFO] [INFO] Starting default build with args --progress false --clean false [INFO] Webpack mode: development [INFO] Type check: true [INFO] assets by path d.ts/chart/ 77 KiB [INFO] assets by path d.ts/chart/*.ts 42.8 KiB 16 assets [INFO] assets by path d.ts/chart/*.map 34.2 KiB 16 assets [INFO] assets by path d.ts/table/controls/ 18.8 KiB [INFO] assets by path d.ts/table/controls/*.ts 10.5 KiB 7 assets [INFO] assets by path d.ts/table/controls/*.map 8.31 KiB 7 assets [INFO] assets by path d.ts/tile/ 2.25 KiB [INFO] assets by path d.ts/tile/*.ts 1.14 KiB 3 assets [INFO] assets by path d.ts/tile/*.map 1.11 KiB 3 assets [INFO] assets by path d.ts/form/fields/chartfield/ 1.84 KiB [INFO] assets by path d.ts/form/fields/chartfield/*.ts 878 bytes 3 assets [INFO] assets by path d.ts/form/fields/chartfield/*.map 1010 bytes 3 assets [INFO] asset eclipse-scout-chart.esm.js 323 KiB [compared for emit] [javascript module] [big] (name: eclipse-scout-chart.esm) 1 related asset [INFO] asset d.ts/index.d.ts 1.43 KiB [compared for emit] [INFO] asset d.ts/index.d.ts.map 827 bytes [compared for emit] [INFO] runtime modules 937 bytes 4 modules [INFO] cacheable modules 263 KiB [INFO] modules by path ./src/chart/*.ts 215 KiB 16 modules [INFO] modules by path ./src/table/controls/*.ts 41.5 KiB 7 modules [INFO] modules by path ./src/form/fields/chartfield/*.ts 1.99 KiB 3 modules [INFO] modules by path ./src/tile/*.ts 2.23 KiB [INFO] ./src/tile/ChartFieldTile.ts 1.8 KiB [built] [code generated] [INFO] + 2 modules [INFO] ./src/index.ts 1.79 KiB [built] [code generated] [INFO] external "@eclipse-scout/core" 42 bytes [built] [code generated] [INFO] external "jquery" 42 bytes [built] [code generated] [INFO] external "chart.js" 42 bytes [built] [code generated] [INFO] external "chart.js/auto" 42 bytes [built] [code generated] [INFO] external "chartjs-plugin-datalabels" 42 bytes [built] [code generated] [INFO] webpack 5.89.0 compiled successfully in 21467 ms [INFO] [INFO] [INFO] Starting global build with args --progress false --clean false [INFO] Webpack mode: development [INFO] Type check: true [INFO] assets by path d.ts/ 102 KiB [INFO] assets by path d.ts/chart/ 77 KiB 32 assets [INFO] assets by path d.ts/table/controls/ 18.8 KiB 14 assets [INFO] assets by path d.ts/tile/ 2.25 KiB 6 assets [INFO] assets by path d.ts/form/fields/chartfield/ 1.84 KiB 6 assets [INFO] asset d.ts/index.d.ts 1.43 KiB [compared for emit] [INFO] asset d.ts/index.d.ts.map 827 bytes [compared for emit] [INFO] assets by status 869 KiB [big] [INFO] asset eclipse-scout-chart.js 322 KiB [compared for emit] [big] (name: eclipse-scout-chart) 1 related asset [INFO] asset eclipse-scout-chart-theme-dark.css 274 KiB [compared for emit] [big] (name: eclipse-scout-chart-theme-dark) 1 related asset [INFO] asset eclipse-scout-chart-theme.css 273 KiB [compared for emit] [big] (name: eclipse-scout-chart-theme) 1 related asset [INFO] assets by status 2.13 KiB [emitted] [INFO] asset eclipse-scout-chart-theme-dark.js 1.07 KiB [emitted] (name: eclipse-scout-chart-theme-dark) 1 related asset [INFO] asset eclipse-scout-chart-theme.js 1.05 KiB [emitted] (name: eclipse-scout-chart-theme) 1 related asset [INFO] Entrypoint eclipse-scout-chart [big] 322 KiB (563 KiB) = eclipse-scout-chart.js 1 auxiliary asset [INFO] Entrypoint eclipse-scout-chart-theme [big] 274 KiB (395 KiB) = eclipse-scout-chart-theme.css 273 KiB eclipse-scout-chart-theme.js 1.05 KiB 2 auxiliary assets [INFO] Entrypoint eclipse-scout-chart-theme-dark [big] 275 KiB (396 KiB) = eclipse-scout-chart-theme-dark.css 274 KiB eclipse-scout-chart-theme-dark.js 1.07 KiB 2 auxiliary assets [INFO] runtime modules 3.28 KiB 14 modules [INFO] orphan modules 1.33 MiB [orphan] 4 modules [INFO] cacheable modules 263 KiB (javascript) 545 KiB (css/mini-extract) [INFO] javascript modules 263 KiB 32 modules [INFO] css modules 545 KiB [INFO] css ../node_modules/.pnpm/css-loader@6.8.1_webpack@5.89.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/.pnpm/less-loader@11.1.3_less@4.1.3_webpack@5.89.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/eclipse-scout-chart-theme.less 272 KiB [built] [code generated] [INFO] css ../node_modules/.pnpm/css-loader@6.8.1_webpack@5.89.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/.pnpm/less-loader@11.1.3_less@4.1.3_webpack@5.89.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/eclipse-scout-chart-theme-dark.less 273 KiB [built] [code generated] [INFO] external "scout" 42 bytes [built] [code generated] [INFO] external "jQuery" 42 bytes [built] [code generated] [INFO] external "Chart" 42 bytes [built] [code generated] [INFO] external "ChartDataLabels" 42 bytes [built] [code generated] [INFO] webpack 5.89.0 compiled successfully in 23571 ms [INFO] [INFO] [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-webpack-build-output) @ eclipse-scout-chart --- [INFO] Skipping the execution. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ eclipse-scout-chart --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-chart/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ eclipse-scout-chart --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ eclipse-scout-chart --- [INFO] Tests are skipped. [INFO] [INFO] --- frontend:1.15.0:npm (npm-test-karma) @ eclipse-scout-chart --- [INFO] Running 'npm --scripts-prepend-node-path=true run test:ci -- --junitReporter.outputDir=target/karma-reports' in /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-chart [INFO] [INFO] > @eclipse-scout/chart@24.2.0-snapshot test:ci [INFO] > scout-scripts test:ci --junitReporter.outputDir=target/karma-reports [INFO] [INFO] Webpack mode: development [INFO] Type check: true [INFO] Starting Karma server using config file /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-chart/karma.conf.js [INFO] 29 06 2024 00:21:25.211:WARN [filelist]: All files matched by "/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/node_modules/.pnpm/jasmine-core@4.6.1/node_modules/jasmine-core/lib/jasmine-core/jasmine.js" were excluded or matched by prior matchers. [INFO] 29 06 2024 00:21:25.212:WARN [filelist]: All files matched by "/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/node_modules/.pnpm/karma-jasmine@5.1.0_karma@6.4.2/node_modules/karma-jasmine/lib/boot.js" were excluded or matched by prior matchers. [INFO] 29 06 2024 00:21:25.212:WARN [filelist]: All files matched by "/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/node_modules/.pnpm/karma-jasmine@5.1.0_karma@6.4.2/node_modules/karma-jasmine/lib/adapter.js" were excluded or matched by prior matchers. [INFO] Webpack bundling... [INFO] asset commons.js 20.1 MiB [emitted] [javascript module] [big] (name: commons) (id hint: commons) [INFO] asset runtime.js 14.4 KiB [emitted] [javascript module] (name: runtime) [INFO] asset test-index.1804675448.js 981 bytes [compared for emit] [javascript module] (name: test-index.1804675448) [INFO] Entrypoint test-index.1804675448 [big] 20.1 MiB = runtime.js 14.4 KiB commons.js 20.1 MiB test-index.1804675448.js 981 bytes [INFO] webpack 5.89.0 compiled successfully in 57443 ms [INFO] 29 06 2024 00:22:23.588:WARN [filelist]: All files matched by "/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/node_modules/.pnpm/jasmine-core@4.6.1/node_modules/jasmine-core/lib/jasmine-core/jasmine.js" were excluded or matched by prior matchers. [INFO] 29 06 2024 00:22:23.588:WARN [filelist]: All files matched by "/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/node_modules/.pnpm/karma-jasmine@5.1.0_karma@6.4.2/node_modules/karma-jasmine/lib/boot.js" were excluded or matched by prior matchers. [INFO] 29 06 2024 00:22:23.589:WARN [filelist]: All files matched by "/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/node_modules/.pnpm/karma-jasmine@5.1.0_karma@6.4.2/node_modules/karma-jasmine/lib/adapter.js" were excluded or matched by prior matchers. [INFO] 29 06 2024 00:22:23.960:INFO [karma-server]: Karma v6.4.2 server started at http://localhost:9876/ [INFO] 29 06 2024 00:22:23.960:INFO [launcher]: Launching browsers ChromeHeadless with concurrency unlimited [INFO] 29 06 2024 00:22:23.964:INFO [launcher]: Starting browser ChromeHeadless [INFO] 29 06 2024 00:22:24.769:INFO [Chrome Headless 119.0.6045.199 (Linux x86_64)]: Connected on socket OiPf1lUZsiSrf2OmAAAB with id 65401826 [INFO] TOTAL: 29 SUCCESS [INFO] Karma has exited with 0. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ eclipse-scout-chart --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ eclipse-scout-chart --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ eclipse-scout-chart --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ eclipse-scout-chart --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ eclipse-scout-chart --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ eclipse-scout-chart --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-chart/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/eclipse-scout-chart/24.2-SNAPSHOT/eclipse-scout-chart-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/eclipse-scout-chart/target/eclipse-scout-chart-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/eclipse-scout-chart/24.2-SNAPSHOT/eclipse-scout-chart-24.2-SNAPSHOT.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ eclipse-scout-chart --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-chart/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-chart/24.2-SNAPSHOT/maven-metadata.xml (792 B at 4.3 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-chart/24.2-SNAPSHOT/eclipse-scout-chart-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-chart/24.2-SNAPSHOT/eclipse-scout-chart-24.2-20240629.001225-135.pom (5.3 kB at 104 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-chart/24.2-SNAPSHOT/eclipse-scout-chart-24.2-20240629.001225-135.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-chart/24.2-SNAPSHOT/eclipse-scout-chart-24.2-20240629.001225-135.jar (3.0 kB at 56 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-chart/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-chart/maven-metadata.xml (474 B at 59 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-chart/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-chart/24.2-SNAPSHOT/maven-metadata.xml (792 B at 6.7 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-chart/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/eclipse-scout-chart/maven-metadata.xml (474 B at 5.7 kB/s) [INFO] [INFO] -----< org.eclipse.scout.rt:org.eclipse.scout.rt.datamodel.shared >----- [INFO] Building org.eclipse.scout.rt.datamodel.shared 24.2-SNAPSHOT [69/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.datamodel.shared --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.datamodel.shared --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.datamodel.shared --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.datamodel.shared --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/src/main/java/org/eclipse/scout/rt/shared/data/model/AbstractDataModel.java:[74,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/src/main/java/org/eclipse/scout/rt/shared/data/model/AbstractDataModel.java:[92,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/src/main/java/org/eclipse/scout/rt/shared/data/model/EntityPath.java:[197,21] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/src/main/java/org/eclipse/scout/rt/shared/data/model/DataModelAttributeOperatorProvider.java:[19,19] Unsupported @SuppressWarnings("squid:S2160") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/src/main/java/org/eclipse/scout/rt/shared/data/model/DataModelAttributeOperatorProvider.java:[23,21] Unsupported @SuppressWarnings("squid:S138") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/src/main/java/org/eclipse/scout/rt/shared/data/model/DataModelAttributeOperatorProvider.java:[1971,24] The type org.eclipse.scout.rt.shared.data.model.DataModelAttributeOperatorProvider.TimeIsInGEHours is never used locally [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/src/main/java/org/eclipse/scout/rt/shared/data/model/DataModelAttributeOperatorProvider.java:[2015,24] The type org.eclipse.scout.rt.shared.data.model.DataModelAttributeOperatorProvider.TimeIsInGEMinutes is never used locally [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/src/main/java/org/eclipse/scout/rt/shared/data/model/DataModelAttributeOperatorProvider.java:[2059,24] The type org.eclipse.scout.rt.shared.data.model.DataModelAttributeOperatorProvider.TimeIsInHours is never used locally [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/src/main/java/org/eclipse/scout/rt/shared/data/model/DataModelAttributeOperatorProvider.java:[2103,24] The type org.eclipse.scout.rt.shared.data.model.DataModelAttributeOperatorProvider.TimeIsInLEHours is never used locally [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/src/main/java/org/eclipse/scout/rt/shared/data/model/DataModelAttributeOperatorProvider.java:[2147,24] The type org.eclipse.scout.rt.shared.data.model.DataModelAttributeOperatorProvider.TimeIsInLEMinutes is never used locally [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/src/main/java/org/eclipse/scout/rt/shared/data/model/DataModelAttributeOperatorProvider.java:[2191,24] The type org.eclipse.scout.rt.shared.data.model.DataModelAttributeOperatorProvider.TimeIsInMinutes is never used locally [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/src/main/java/org/eclipse/scout/rt/shared/data/model/DataModelAttributeOperatorProvider.java:[2235,24] The type org.eclipse.scout.rt.shared.data.model.DataModelAttributeOperatorProvider.TimeIsNow is never used locally [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/src/main/java/org/eclipse/scout/rt/shared/data/model/DataModelAttributeOperatorProvider.java:[2279,24] The type org.eclipse.scout.rt.shared.data.model.DataModelAttributeOperatorProvider.TimeIsNotNow is never used locally [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/src/main/java/org/eclipse/scout/rt/shared/data/model/AbstractDataModelEntity.java:[127,21] Unsupported @SuppressWarnings("squid:S1244") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/src/main/java/org/eclipse/scout/rt/shared/data/model/AbstractDataModelEntity.java:[205,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/src/main/java/org/eclipse/scout/rt/shared/data/model/AbstractDataModelEntity.java:[211,5] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/src/main/java/org/eclipse/scout/rt/shared/data/model/AbstractDataModelAttribute.java:[75,27] org.eclipse.scout.rt.shared.services.common.code.ICodeType is a raw type. References to generic type org.eclipse.scout.rt.shared.services.common.code.ICodeType should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/src/main/java/org/eclipse/scout/rt/shared/data/model/AbstractDataModelAttribute.java:[123,21] Unsupported @SuppressWarnings("squid:S1244") [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.datamodel.shared --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.datamodel.shared --- [INFO] Copying 8 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.datamodel.shared --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [INFO] [INFO] --- jandex:3.1.6:jandex (make-test-index) @ org.eclipse.scout.rt.datamodel.shared --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/target/test-classes/jandex.idx [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.datamodel.shared --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.datamodel.shared --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/target/org.eclipse.scout.rt.datamodel.shared-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.datamodel.shared --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/target/org.eclipse.scout.rt.datamodel.shared-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.datamodel.shared --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.datamodel.shared --- [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.datamodel.shared --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.datamodel.shared --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.shared-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/target/org.eclipse.scout.rt.datamodel.shared-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.shared-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/target/org.eclipse.scout.rt.datamodel.shared-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.shared-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/target/org.eclipse.scout.rt.datamodel.shared-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.shared-24.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.shared/target/org.eclipse.scout.rt.datamodel.shared-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.shared-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.datamodel.shared --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.shared/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.shared/24.2-SNAPSHOT/maven-metadata.xml (1.5 kB at 16 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.shared-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.shared-24.2-20240629.001225-135.pom (1.3 kB at 17 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.shared-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.shared-24.2-20240629.001225-135-tests.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.shared-24.2-20240629.001225-135-sources.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.shared-24.2-20240629.001225-135-test-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.shared-24.2-20240629.001225-135.jar (133 kB at 828 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.shared-24.2-20240629.001225-135-test-sources.jar (20 kB at 112 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.shared-24.2-20240629.001225-135-sources.jar (49 kB at 239 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.shared/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.shared-24.2-20240629.001225-135-tests.jar (53 kB at 250 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.shared/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.shared/maven-metadata.xml (492 B at 31 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.shared/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.shared/24.2-SNAPSHOT/maven-metadata.xml (1.5 kB at 9.6 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.shared/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.shared/maven-metadata.xml (492 B at 8.3 kB/s) [INFO] [INFO] -----< org.eclipse.scout.rt:org.eclipse.scout.rt.datamodel.client >----- [INFO] Building org.eclipse.scout.rt.datamodel.client 24.2-SNAPSHOT [70/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.datamodel.client --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.datamodel.client --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.datamodel.client --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.datamodel.client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/composer/ComposerFieldDataModel.java:[21,30] Unsupported @SuppressWarnings("squid:S2057") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/composer/AbstractComposerValueBox.java:[301,47] java.util.Collection is a raw type. References to generic type java.util.Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/composer/AbstractComposerValueBox.java:[397,47] java.util.Collection is a raw type. References to generic type java.util.Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/composer/AbstractComposerValueBox.java:[447,108] java.util.List is a raw type. References to generic type java.util.List should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/composer/AbstractComposerValueBox.java:[500,108] java.util.List is a raw type. References to generic type java.util.List should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/composer/AbstractComposerValueBox.java:[567,108] java.util.List is a raw type. References to generic type java.util.List should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/composer/AbstractComposerValueBox.java:[618,108] java.util.List is a raw type. References to generic type java.util.List should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/composer/AbstractComposerValueBox.java:[679,108] java.util.List is a raw type. References to generic type java.util.List should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/composer/AbstractComposerValueBox.java:[740,108] java.util.List is a raw type. References to generic type java.util.List should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/composer/AbstractComposerValueBox.java:[808,108] java.util.List is a raw type. References to generic type java.util.List should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/composer/AbstractComposerValueBox.java:[869,108] java.util.List is a raw type. References to generic type java.util.List should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/composer/AbstractComposerValueBox.java:[1019,108] java.util.List is a raw type. References to generic type java.util.List should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/composer/AbstractComposerValueBox.java:[1104,108] java.util.List is a raw type. References to generic type java.util.List should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/composer/AbstractComposerValueBox.java:[1175,108] java.util.List is a raw type. References to generic type java.util.List should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/composer/AbstractComposerValueBox.java:[1246,108] java.util.List is a raw type. References to generic type java.util.List should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/src/main/java/org/eclipse/scout/rt/client/ui/form/fields/composer/AbstractComposerValueBox.java:[1317,108] java.util.List is a raw type. References to generic type java.util.List should be parameterized [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.datamodel.client --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.datamodel.client --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.datamodel.client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [INFO] [INFO] --- jandex:3.1.6:jandex (make-test-index) @ org.eclipse.scout.rt.datamodel.client --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/target/test-classes/jandex.idx [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.datamodel.client --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.datamodel.client --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/target/org.eclipse.scout.rt.datamodel.client-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.datamodel.client --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/target/org.eclipse.scout.rt.datamodel.client-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.datamodel.client --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.datamodel.client --- [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.datamodel.client --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.datamodel.client --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.client/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.client-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/target/org.eclipse.scout.rt.datamodel.client-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.client/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.client-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/target/org.eclipse.scout.rt.datamodel.client-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.client/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.client-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/target/org.eclipse.scout.rt.datamodel.client-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.client/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.client-24.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.client/target/org.eclipse.scout.rt.datamodel.client-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.client/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.client-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.datamodel.client --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.client/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.client/24.2-SNAPSHOT/maven-metadata.xml (1.5 kB at 16 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.client/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.client-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.client/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.client-24.2-20240629.001225-135.pom (2.1 kB at 11 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.client/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.client-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.client/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.client-24.2-20240629.001225-135-tests.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.client/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.client-24.2-20240629.001225-135-sources.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.client/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.client-24.2-20240629.001225-135-test-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.client/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.client-24.2-20240629.001225-135-test-sources.jar (12 kB at 71 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.client/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.client-24.2-20240629.001225-135-tests.jar (35 kB at 200 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.client/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.client-24.2-20240629.001225-135-sources.jar (54 kB at 311 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.client/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.client-24.2-20240629.001225-135.jar (192 kB at 1.0 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.client/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.client/maven-metadata.xml (492 B at 26 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.client/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.client/24.2-SNAPSHOT/maven-metadata.xml (1.5 kB at 9.9 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.client/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.client/maven-metadata.xml (492 B at 6.9 kB/s) [INFO] [INFO] -----< org.eclipse.scout.rt:org.eclipse.scout.rt.datamodel.server >----- [INFO] Building org.eclipse.scout.rt.datamodel.server 24.2-SNAPSHOT [71/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.datamodel.server --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.datamodel.server --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.datamodel.server --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.datamodel.server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/src/main/java/org/eclipse/scout/rt/server/jdbc/builder/ExampleFullTextPartDefinition.java:[29,40] java.lang.Class is a raw type. References to generic type java.lang.Class should be parameterized [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/src/main/java/org/eclipse/scout/rt/server/jdbc/builder/ExampleFullTextPartDefinition.java:[34,21] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/src/main/java/org/eclipse/scout/rt/server/jdbc/builder/FormDataStatementBuilderCheck.java:[29,21] Unsupported @SuppressWarnings("squid:S00116") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/src/main/java/org/eclipse/scout/rt/server/jdbc/builder/FormDataStatementBuilderCheck.java:[162,21] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/src/main/java/org/eclipse/scout/rt/server/jdbc/builder/DataModelAttributePartDefinition.java:[93,21] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/src/main/java/org/eclipse/scout/rt/server/jdbc/builder/EntityContributionUtility.java:[129,22] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/src/main/java/org/eclipse/scout/rt/server/jdbc/builder/EntityContributionUtility.java:[129,57] Unsupported @SuppressWarnings("squid:S138") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/src/main/java/org/eclipse/scout/rt/server/jdbc/builder/FormDataStatementBuilder.java:[116,21] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/src/main/java/org/eclipse/scout/rt/server/jdbc/builder/FormDataStatementBuilder.java:[967,15] The enum constant Aggregation needs a corresponding case label in this enum switch on org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder.AttributeKind [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/src/main/java/org/eclipse/scout/rt/server/jdbc/builder/FormDataStatementBuilder.java:[1122,13] The enum constant BuildConstraintOfAttribute needs a corresponding case label in this enum switch on org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder.AttributeStrategy [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/src/main/java/org/eclipse/scout/rt/server/jdbc/builder/FormDataStatementBuilder.java:[1122,13] The enum constant BuildConstraintOfAttributeWithContext needs a corresponding case label in this enum switch on org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder.AttributeStrategy [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/src/main/java/org/eclipse/scout/rt/server/jdbc/builder/FormDataStatementBuilder.java:[1122,13] The enum constant BuildConstraintOfContext needs a corresponding case label in this enum switch on org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilder.AttributeStrategy [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/src/main/java/org/eclipse/scout/rt/server/jdbc/builder/FormDataStatementBuilder.java:[1194,21] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/src/main/java/org/eclipse/scout/rt/server/jdbc/builder/FormDataStatementBuilder.java:[1231,22] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/src/main/java/org/eclipse/scout/rt/server/jdbc/builder/FormDataStatementBuilder.java:[1231,57] Unsupported @SuppressWarnings("squid:S00107") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/src/main/java/org/eclipse/scout/rt/server/jdbc/builder/FormDataStatementBuilder.java:[1423,21] Unsupported @SuppressWarnings("squid:S00107") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/src/main/java/org/eclipse/scout/rt/server/jdbc/builder/FormDataStatementBuilder.java:[1449,21] Unsupported @SuppressWarnings("bsiRulesDefinition:htmlInString") [WARNING] /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/src/main/java/org/eclipse/scout/rt/server/jdbc/builder/FormDataStatementBuilder.java:[1495,21] Unsupported @SuppressWarnings("squid:S138") [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.datamodel.server --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.datamodel.server --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.datamodel.server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/test-classes [INFO] [INFO] --- jandex:3.1.6:jandex (make-test-index) @ org.eclipse.scout.rt.datamodel.server --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/target/test-classes/jandex.idx [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.datamodel.server --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.datamodel.server --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/target/org.eclipse.scout.rt.datamodel.server-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.datamodel.server --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/target/org.eclipse.scout.rt.datamodel.server-24.2-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.datamodel.server --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.datamodel.server --- [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.datamodel.server --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.datamodel.server --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.server/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.server-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/target/org.eclipse.scout.rt.datamodel.server-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.server/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.server-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/target/org.eclipse.scout.rt.datamodel.server-24.2-SNAPSHOT-tests.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.server/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.server-24.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/target/org.eclipse.scout.rt.datamodel.server-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.server/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.server-24.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.server/target/org.eclipse.scout.rt.datamodel.server-24.2-SNAPSHOT-test-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.server/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.server-24.2-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.datamodel.server --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.server/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.server/24.2-SNAPSHOT/maven-metadata.xml (1.5 kB at 11 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.server/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.server-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.server/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.server-24.2-20240629.001225-135.pom (1.8 kB at 19 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.server/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.server-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.server/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.server-24.2-20240629.001225-135-tests.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.server/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.server-24.2-20240629.001225-135-sources.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.server/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.server-24.2-20240629.001225-135-test-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.server/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.server-24.2-20240629.001225-135-test-sources.jar (9.7 kB at 152 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.server/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.server-24.2-20240629.001225-135-tests.jar (33 kB at 348 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.server/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.server-24.2-20240629.001225-135-sources.jar (35 kB at 373 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.server/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.server-24.2-20240629.001225-135.jar (55 kB at 546 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.server/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.server/maven-metadata.xml (492 B at 49 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.server/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.server/24.2-SNAPSHOT/maven-metadata.xml (1.5 kB at 16 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.server/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.server/maven-metadata.xml (492 B at 8.5 kB/s) [INFO] [INFO] ----< org.eclipse.scout.rt:org.eclipse.scout.rt.datamodel.ui.html >----- [INFO] Building org.eclipse.scout.rt.datamodel.ui.html 24.2-SNAPSHOT [72/72] [INFO] from /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.ui.html/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.datamodel.ui.html --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (default) @ org.eclipse.scout.rt.datamodel.ui.html --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.ui.html/../org.eclipse.scout.rt/target/jacoco-all.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.scout.rt.datamodel.ui.html --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.scout.rt.datamodel.ui.html --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling with eclipse [debug release 11] to target/classes [INFO] [INFO] --- jandex:3.1.6:jandex (make-index) @ org.eclipse.scout.rt.datamodel.ui.html --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.ui.html/target/classes/META-INF/jandex.idx [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.scout.rt.datamodel.ui.html --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.ui.html/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.scout.rt.datamodel.ui.html --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.3:test (default-test) @ org.eclipse.scout.rt.datamodel.ui.html --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.scout.rt.datamodel.ui.html --- [INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.ui.html/target/org.eclipse.scout.rt.datamodel.ui.html-24.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (attach-tests) @ org.eclipse.scout.rt.datamodel.ui.html --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.datamodel.ui.html --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.datamodel.ui.html --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder:2.0.1:check (default) @ org.eclipse.scout.rt.datamodel.ui.html --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.scout.rt.datamodel.ui.html --- [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.ui.html/pom.xml to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.ui.html/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.ui.html-24.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.ui.html/target/org.eclipse.scout.rt.datamodel.ui.html-24.2-SNAPSHOT.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.ui.html/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.ui.html-24.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/scout-integration-24.2-RT-nightly_pipeline/org.eclipse.scout.rt.datamodel.ui.html/target/org.eclipse.scout.rt.datamodel.ui.html-24.2-SNAPSHOT-sources.jar to /home/jenkins/agent/.m2/repository/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.ui.html/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.ui.html-24.2-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.scout.rt.datamodel.ui.html --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.ui.html/24.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.ui.html/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 3.0 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.ui.html/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.ui.html-24.2-20240629.001225-135.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.ui.html/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.ui.html-24.2-20240629.001225-135.pom (1.7 kB at 28 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.ui.html/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.ui.html-24.2-20240629.001225-135.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.ui.html/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.ui.html-24.2-20240629.001225-135-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.ui.html/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.ui.html-24.2-20240629.001225-135-sources.jar (5.2 kB at 98 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.ui.html/24.2-SNAPSHOT/org.eclipse.scout.rt.datamodel.ui.html-24.2-20240629.001225-135.jar (7.4 kB at 117 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.ui.html/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.ui.html/maven-metadata.xml (493 B at 35 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.ui.html/24.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.ui.html/24.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 8.2 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.ui.html/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/scout-snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.datamodel.ui.html/maven-metadata.xml (493 B at 2.8 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for org.eclipse.scout.rt 24.2-SNAPSHOT: [INFO] [INFO] Scout Hello World Sample Application ............... SUCCESS [ 5.371 s] [INFO] Scout JaxWs Module ................................. SUCCESS [ 0.931 s] [INFO] Scout JS Sample Application ........................ SUCCESS [ 1.471 s] [INFO] org.eclipse.scout.rt ............................... SUCCESS [ 0.972 s] [INFO] org.eclipse.scout.json ............................. SUCCESS [ 1.157 s] [INFO] org.eclipse.scout.rt.platform ...................... SUCCESS [ 19.450 s] [INFO] org.eclipse.scout.rt.dataobject .................... SUCCESS [ 3.868 s] [INFO] org.eclipse.scout.rt.platform.test ................. SUCCESS [ 7.997 s] [INFO] org.eclipse.scout.rt.api.data ...................... SUCCESS [ 1.287 s] [INFO] org.eclipse.scout.rt.security ...................... SUCCESS [ 1.004 s] [INFO] org.eclipse.scout.rt.nls ........................... SUCCESS [ 0.589 s] [INFO] org.eclipse.scout.rt.shared ........................ SUCCESS [ 7.686 s] [INFO] org.eclipse.scout.rt.server.commons ................ SUCCESS [ 2.364 s] [INFO] org.eclipse.scout.rt.mom.api ....................... SUCCESS [ 1.478 s] [INFO] org.eclipse.scout.rt.jackson ....................... SUCCESS [ 1.330 s] [INFO] org.eclipse.scout.rt.uinotification ................ SUCCESS [ 1.186 s] [INFO] org.eclipse.scout.rt.server ........................ SUCCESS [ 1.388 s] [INFO] org.eclipse.scout.rt.server.jaxws .................. SUCCESS [ 0.939 s] [INFO] org.eclipse.scout.jaxws.apt ........................ SUCCESS [ 1.113 s] [INFO] org.eclipse.scout.rt.dataobject.test ............... SUCCESS [ 2.037 s] [INFO] org.eclipse.scout.rt.shared.test ................... SUCCESS [ 1.566 s] [INFO] org.eclipse.scout.rt.server.commons.test ........... SUCCESS [ 0.877 s] [INFO] org.eclipse.scout.rt.jetty ......................... SUCCESS [ 1.127 s] [INFO] org.eclipse.scout.rt.app ........................... SUCCESS [ 0.950 s] [INFO] org.eclipse.scout.rt.server.app .................... SUCCESS [ 1.963 s] [INFO] org.eclipse.scout.rt.server.test ................... SUCCESS [ 1.384 s] [INFO] org.eclipse.scout.rt.server.jaxws.test ............. SUCCESS [ 2.624 s] [INFO] org.eclipse.scout.rt.server.jdbc ................... SUCCESS [ 1.101 s] [INFO] org.eclipse.scout.rt.server.jdbc.test .............. SUCCESS [ 0.765 s] [INFO] org.eclipse.scout.rt.rest .......................... SUCCESS [ 1.563 s] [INFO] org.eclipse.scout.rt.api ........................... SUCCESS [ 0.828 s] [INFO] org.eclipse.scout.rt.jackson.test .................. SUCCESS [ 2.083 s] [INFO] org.eclipse.scout.rt.mom.api.test .................. SUCCESS [ 0.472 s] [INFO] org.eclipse.scout.rt.mom.jms ....................... SUCCESS [ 0.718 s] [INFO] org.eclipse.scout.rt.mom.jms.test .................. SUCCESS [ 1.124 s] [INFO] org.eclipse.scout.rt.charsetdetect ................. SUCCESS [ 0.719 s] [INFO] org.eclipse.scout.rt.oauth2 ........................ SUCCESS [ 0.506 s] [INFO] org.eclipse.scout.rt.mail .......................... SUCCESS [ 0.575 s] [INFO] org.eclipse.scout.rt.mail.test ..................... SUCCESS [ 0.828 s] [INFO] org.eclipse.scout.rt.security.test ................. SUCCESS [ 0.661 s] [INFO] org.eclipse.scout.rt.dataformat .................... SUCCESS [ 0.744 s] [INFO] org.eclipse.scout.rt.rest.test ..................... SUCCESS [ 0.776 s] [INFO] org.eclipse.scout.rt.rest.jackson .................. SUCCESS [ 0.491 s] [INFO] org.eclipse.scout.rt.rest.jersey.client ............ SUCCESS [ 0.543 s] [INFO] org.eclipse.scout.rt.rest.jersey.server ............ SUCCESS [ 0.662 s] [INFO] org.eclipse.scout.rt.rest.jersey.test .............. SUCCESS [ 0.900 s] [INFO] org.eclipse.scout.rt.client ........................ SUCCESS [ 7.054 s] [INFO] org.eclipse.scout.rt.client.test ................... SUCCESS [ 4.628 s] [INFO] org.eclipse.scout.rt.svg.client .................... SUCCESS [ 13.952 s] [INFO] org.eclipse.scout.rt.svg.client.test ............... SUCCESS [ 0.851 s] [INFO] org.eclipse.scout.rt.serverbridge .................. SUCCESS [ 0.549 s] [INFO] org.eclipse.scout.rt.ui.html ....................... SUCCESS [ 4.440 s] [INFO] org.eclipse.scout.rt.ui.html.app ................... SUCCESS [ 0.761 s] [INFO] org.eclipse.scout.rt.ui.html.test .................. SUCCESS [ 1.549 s] [INFO] org.eclipse.scout.rt.ui.html.selenium .............. SUCCESS [ 1.001 s] [INFO] eclipse-scout-core ................................. SUCCESS [05:27 min] [INFO] org.eclipse.scout.rt.svg.ui.html ................... SUCCESS [ 19.356 s] [INFO] eclipse-scout-cli .................................. SUCCESS [ 0.839 s] [INFO] karma-jasmine-scout ................................ SUCCESS [ 0.899 s] [INFO] eclipse-scout-releng ............................... SUCCESS [ 0.982 s] [INFO] eclipse-scout-migrate .............................. SUCCESS [ 0.909 s] [INFO] eclipse-scout-tsconfig ............................. SUCCESS [ 0.900 s] [INFO] eslint-config ...................................... SUCCESS [ 1.268 s] [INFO] org.eclipse.scout.rt.opentelemetry.sdk ............. SUCCESS [ 0.955 s] [INFO] org.eclipse.scout.rt.chart.shared .................. SUCCESS [ 0.749 s] [INFO] org.eclipse.scout.rt.chart.client .................. SUCCESS [ 0.731 s] [INFO] org.eclipse.scout.rt.chart.ui.html ................. SUCCESS [ 0.536 s] [INFO] eclipse-scout-chart ................................ SUCCESS [02:01 min] [INFO] org.eclipse.scout.rt.datamodel.shared .............. SUCCESS [ 1.100 s] [INFO] org.eclipse.scout.rt.datamodel.client .............. SUCCESS [ 1.226 s] [INFO] org.eclipse.scout.rt.datamodel.server .............. SUCCESS [ 0.791 s] [INFO] org.eclipse.scout.rt.datamodel.ui.html ............. SUCCESS [ 0.915 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 10:07 min [INFO] Finished at: 2024-06-29T00:22:32Z [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "sign" could not be activated because it does not exist. [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] step [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline Finished: SUCCESS